Skip to content

Commit

Permalink
Merge pull request #15 from umpirsky/symfony4
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
umpirsky authored Aug 10, 2018
2 parents 9211af5 + 7fdc4ea commit c27c880
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- 7.1

install:
- composer install
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"php": ">=5.3",
"symfony/process": "~2.3|~3.0"
"php": "^7.1",
"symfony/process": "^2.3|^3.0|^4.0"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"phpspec/phpspec": "~2.0"
"composer/composer": "^1.7",
"phpspec/phpspec": "^5.0"
},
"autoload": {
"psr-0": { "Umpirsky\\PermissionsHandler": "src" }
Expand Down

0 comments on commit c27c880

Please sign in to comment.