Skip to content

Commit

Permalink
Fix invalid composer target-dir (PSR-4)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelsk committed May 5, 2020
1 parent 8d6865d commit db3ccea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ matrix:

before_install:
- composer self-update
- composer validate
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/framework-bundle:"${SYMFONY_VERSION}"; fi
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/console:"${SYMFONY_VERSION}"; fi

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"autoload": {
"psr-4": { "MyBuilder\\Bundle\\CronosBundle\\": "" }
},
"target-dir": "MyBuilder/Bundle/CronosBundle",
"config": {
"bin-dir": "bin"
}
Expand Down

0 comments on commit db3ccea

Please sign in to comment.