File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88
99 strategy :
1010 matrix :
11- php : [7.4 , 8.0 ]
11+ php : [8.0 , 8.1 ]
1212 laravel : [6, 8]
1313
1414 steps :
Original file line number Diff line number Diff line change 1717 "homepage" : " https://medium.com/@ganieves"
1818 }
1919 ],
20- "minimum-stability" : " RC " ,
20+ "minimum-stability" : " dev " ,
2121 "require" : {
22- "php" : " ^7.4 | ^ 8.0" ,
22+ "php" : " ^8.0" ,
2323 "ext-json" : " *" ,
24- "codeception/lib-innerbrowser" : " ^2.0" ,
25- "codeception/codeception" : " ^4.1 "
24+ "codeception/lib-innerbrowser" : " ^2.0 | *@dev " ,
25+ "codeception/codeception" : " ^5.0.0-alpha1 "
2626 },
2727 "require-dev" : {
28- "codeception/module-asserts" : " ^2.0" ,
29- "codeception/module-rest" : " ^2.0" ,
28+ "codeception/module-asserts" : " ^2.0 | *@dev " ,
29+ "codeception/module-rest" : " ^2.0 | *@dev " ,
3030 "laravel/framework" : " ^6.0 | ^7.0 | ^8.0" ,
31- "vlucas/phpdotenv" : " ^3.6 | ^4.1 | ^5.2 "
31+ "vlucas/phpdotenv" : " ^3.6 | ^4.2 | ^5.3 "
3232 },
3333 "autoload" : {
3434 "classmap" : [" src/" ]
You can’t perform that action at this time.
0 commit comments