Skip to content

Commit

Permalink
Merge pull request #172 from pawbuj/master
Browse files Browse the repository at this point in the history
adds support for symfony 4.0
  • Loading branch information
stof committed Nov 18, 2017
2 parents 59b7a62 + 37f80c6 commit 54dacd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": "^5.5 || ^7",
"symfony/css-selector": "^2.7|~3.0"
"symfony/css-selector": "^2.7|~3.0 || ^4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.35|~5.7"
Expand Down

0 comments on commit 54dacd2

Please sign in to comment.