Skip to content

Commit 70e4ab9

Browse files
authored
Merge pull request #120 from derrabus/symfony-4
Allow Symfony 4
2 parents d7ce7f0 + 7a91e2b commit 70e4ab9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ matrix:
1414
- php: 5.5
1515
- php: 5.6
1616
- php: 7.0
17+
- php: 7.1
1718
env: DEPENDENCIES=dev
1819
- php: hhvm
1920

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"php": ">=5.3.3",
15-
"symfony/yaml": "~2.3|~3.0"
15+
"symfony/yaml": "^2.3 || ^3.0 || ^4.0"
1616
},
1717
"require-dev": {
18-
"composer/composer": "1.0.*@dev",
18+
"composer/composer": "^1.0",
1919
"phpspec/prophecy-phpunit": "~1.0",
20-
"symfony/filesystem": "~2.2"
20+
"symfony/filesystem": "^2.2 || ^3.0 || ^4.0"
2121
},
2222
"autoload": {
2323
"psr-4": { "Incenteev\\ParameterHandler\\": "" }

0 commit comments

Comments
 (0)