Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed May 28, 2017
1 parent 6cfc801 commit 2dc37f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_script:
- vendor/bin/codecept build

script:
- "! (composer outdated --direct | grep -v eloquent/phony | grep ^)"
- "! (composer outdated --direct | grep ^)"
- if php -v | grep -q 'PHP 7'; then vendor-tools/bin/php-cs-fixer fix --dry-run; fi
- if php -v | grep -q 'PHP 7'; then vendor-tools/bin/phpstan analyse --level=5 --configuration=phpstan.neon src tests; fi
- vendor/bin/codecept run $coverage
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
},
"require-dev": {
"arachne/codeception": "^0.7.3",
"codeception/codeception": "^2.2.0",
"eloquent/phony": "^0.14.0",
"codeception/codeception": "^2.3.2",
"eloquent/phony": "^1.0.0",
"eloquent/phony-phpunit": "^1.0.0|^2.0.0",
"latte/latte": "^2.4.0"
},
"autoload": {
Expand Down

0 comments on commit 2dc37f1

Please sign in to comment.