Skip to content

Commit a7a080d

Browse files
committed
Add compatibility with symfony4
1 parent e485d95 commit a7a080d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"behat/behat": "^3.5.0",
1313
"behat/mink-extension": "^2.3.1",
1414
"behat/symfony2-extension": "^2.1.5",
15-
"symfony/security": "^3.4",
15+
"symfony/security": "^3.4|^4.0",
1616
"symfony/dom-crawler": "^2.4|^3.0|^4.0",
17-
"symfony/translation": "^3.4",
18-
"symfony/config": "^3.4",
19-
"symfony/dependency-injection": "^3.4",
17+
"symfony/translation": "^3.4|^4.0",
18+
"symfony/config": "^3.4|^4.0",
19+
"symfony/dependency-injection": "^3.4|^4.0",
2020
"phpunit/php-code-coverage": "^5",
2121
"phpunit/phpunit": "^6"
2222
},

0 commit comments

Comments
 (0)