File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 matrix :
1818 php : ["8.1", "8.2", "8.3"]
1919 symfony : ["^5.4", "^6.4", "^7.4"]
20- behat : ["^3.10 "]
20+ behat : ["^3.0 "]
2121 dependencies : ["lowest", "highest"]
2222 exclude :
2323 - symfony : " ^7.4"
Original file line number Diff line number Diff line change 1010 ],
1111 "require" : {
1212 "php" : " ^8.1" ,
13- "behat/behat" : " ^3.10 || ^4.0" ,
13+ "behat/behat" : " ^3.0 || ^4.0" ,
1414 "symfony/dependency-injection" : " ^5.4 || ^6.4 || ^7.4 || ^8.0"
1515 },
1616 "require-dev" : {
17- "friends-of-behat/test-context" : " ^1.0 "
17+ "friends-of-behat/test-context" : " dev-maintenance/expand-dependencies "
1818 },
1919 "extra" : {
2020 "branch-alias" : {
2525 "psr-4" : {
2626 "FriendsOfBehat\\ VariadicExtension\\ " : " src/"
2727 }
28- }
28+ },
29+ "repositories" : [
30+ {
31+ "type" : " vcs" ,
32+ "url" : " https://github.com/NoResponseMate/TestContext.git"
33+ }
34+ ]
2935}
You can’t perform that action at this time.
0 commit comments