Skip to content

Commit

Permalink
Fix the invalid Composer JSON files
Browse files Browse the repository at this point in the history
Closes #212

Also ensure the proper dependencies are used when updating Box in the CI.
  • Loading branch information
theofidry committed May 19, 2018
1 parent 1351392 commit 882f2bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ before_install:
if [ -n "$SYMFONY_VERSION" ]; then
composer require --no-update "symfony/lts:${SYMFONY_VERSION}"
fi
- |
if [ "DEPLOY" != "true" ]; then
composer config --unset platform.php
fi
install:
- |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"composer/composer": "^1.6",
"composer/xdebug-handler": "^1.1.0",
"herrera-io/annotations": "~1.0",
"humbug/php-scoper": "^1.0@dev",
"humbug/php-scoper": "dev-master#c0384b6",
"justinrainbow/json-schema": "^5.2",
"nikic/iter": "^1.6",
"phpseclib/phpseclib": "~2.0",
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 882f2bb

Please sign in to comment.