Skip to content

Commit

Permalink
Suggest symfony/routing and explain packages conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Jul 4, 2018
1 parent 39baf89 commit 4523feb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@
"require": {
"php": "^7.1",

"behat/mink": "^1.7",
"behat/mink": "^1.7"
},
"require-dev": {
"symfony/routing": "^3.4"
},
"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 4523feb

Please sign in to comment.