Skip to content

Commit c27c880

Browse files
authored
Merge pull request #15 from umpirsky/symfony4
Update deps
2 parents 9211af5 + 7fdc4ea commit c27c880

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
language: php
22
php:
3-
- 5.3
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- hhvm
3+
- 7.1
84

95
install:
106
- composer install

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.3",
14-
"symfony/process": "~2.3|~3.0"
13+
"php": "^7.1",
14+
"symfony/process": "^2.3|^3.0|^4.0"
1515
},
1616
"require-dev": {
17-
"composer/composer": "1.0.*@dev",
18-
"phpspec/phpspec": "~2.0"
17+
"composer/composer": "^1.7",
18+
"phpspec/phpspec": "^5.0"
1919
},
2020
"autoload": {
2121
"psr-0": { "Umpirsky\\PermissionsHandler": "src" }

0 commit comments

Comments
 (0)