Skip to content

Commit

Permalink
Merge pull request #46 from simPod/drop-bin
Browse files Browse the repository at this point in the history
Drop uncommon bin directory so vendor/bin is default
  • Loading branch information
mcg-web authored Mar 12, 2021
2 parents 69ae4b7 + 7e6205a commit cdbcf30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ install: composer update --prefer-source --no-interaction

script:
- composer check-platform-reqs
- bin/phpunit --debug
- if [ "$TRAVIS_PHP_VERSION" != "8.0" ]; then composer require "friendsofphp/php-cs-fixer:^2.16" && bin/php-cs-fixer fix --diff --dry-run -v; fi
- vendor/bin/phpunit --debug
- if [ "$TRAVIS_PHP_VERSION" != "8.0" ]; then composer require "friendsofphp/php-cs-fixer:^2.16" && vendor/bin/php-cs-fixer fix --diff --dry-run -v; fi
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"description": "DataLoaderPhp is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.",
"keywords": ["dataLoader", "caching", "batching"],
"config" : {
"bin-dir": "bin",
"sort-packages": true
},
"autoload": {
Expand Down

0 comments on commit cdbcf30

Please sign in to comment.