Skip to content

Commit

Permalink
Restrict supported version of "symfony/panther" to "~0.4,<0.7"
Browse files Browse the repository at this point in the history
... to be able to tag a new stable release v1.0.2
  • Loading branch information
robertfausk committed Mar 28, 2020
1 parent 2fdcc8f commit 1cfcd42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": ">=7.1",
"behat/mink": "^1.7.1@dev",
"symfony/panther": "~0.4",
"symfony/panther": "~0.4,<0.7",
"ext-dom": "*"
},
"require-dev": {
Expand All @@ -28,6 +28,9 @@
"symfony/http-kernel": "~2.3|~3.0|~4.0",
"phpunit/phpunit": "~6.0|~7.0"
},
"scripts": {
"qa": ""
},
"config": {
"sort-packages": true
},
Expand Down

0 comments on commit 1cfcd42

Please sign in to comment.