Skip to content

Commit

Permalink
feature #16 allow PHP 8 (dunglas)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------

Follows FriendsOfBehat/SymfonyExtension#134

Commits
-------

4c35f9d allow PHP 8
  • Loading branch information
pamil authored Nov 5, 2020
2 parents b77db73 + 4c35f9d commit bd03532
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,16 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",

"behat/mink": "^1.7"
},
"require-dev": {
"symfony/routing": "^3.4"
"symfony/routing": "^3.4 || ^4.4 || ^5.1"
},
"suggest": {
"symfony/routing": "Allow better support for PageObject pattern in Symfony applications"
},
"conflict": {
"symfony/routing": "<3.4"
},
"autoload": {
"psr-4": { "FriendsOfBehat\\PageObjectExtension\\": "src/" }
},
Expand Down

0 comments on commit bd03532

Please sign in to comment.