Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kalibora committed Jul 25, 2018
1 parent cc97d5c commit b04651a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down
12 changes: 2 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.6",
"monolog/monolog": "1.*",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/console": "~2.8|~3.0|~4.0"
},
"require-dev": {
"phpunit/phpunit": "^7.2",
"phpstan/phpstan": "^0.10",
"phpunit/phpunit": "~5.0",
"friendsofphp/php-cs-fixer": "^2.12"
},
"autoload": {
Expand All @@ -33,18 +32,11 @@
"scripts": {
"qa": [
"@test",
"@analyse",
"@cs"
],
"test" : [
"phpunit"
],
"analyse" : [
"phpstan analyse -l max --no-progress src"
],
"analyze" : [
"@analyse"
],
"cs": [
"php-cs-fixer fix -v --dry-run --diff"
]
Expand Down

0 comments on commit b04651a

Please sign in to comment.