Skip to content

Commit

Permalink
Support newer symfony/expression-language and phpunit
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Dec 14, 2017
1 parent 8c74501 commit 2030ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,11 +17,11 @@
},
"require": {
"php": ">=5.3.0",
"symfony/expression-language": "^3.2 || ^2.8"
"symfony/expression-language": "^4.0 || ^3.2 || ^2.8"
},
"require-dev": {
"phpunit/php-code-coverage": "*",
"phpunit/phpunit": "~4.8 || ~5.7"
"phpunit/phpunit": "~4.8 || ~5.7 || ~6.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2030ec7

Please sign in to comment.