File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88
99 strategy :
1010 matrix :
11- php : [7.4, 8.0, 8.1]
11+ php : [8.0, 8.1]
1212
1313 steps :
1414 - name : Checkout code
Original file line number Diff line number Diff line change 1313 "name" : " Gintautas Miselis"
1414 }
1515 ],
16- "minimum-stability" : " RC " ,
16+ "minimum-stability" : " dev " ,
1717 "require" : {
18- "php" : " ^7.4 | ^ 8.0" ,
19- "codeception/codeception" : " ^4.1 | *@dev " ,
18+ "php" : " ^8.0" ,
19+ "codeception/codeception" : " ^5.0.0-alpha1 " ,
2020 "symfony/finder" : " ^4.4 | ^5.4 | ^6.0"
2121 },
2222 "conflict" : {
23- "codeception/codeception" : " <4.1 "
23+ "codeception/codeception" : " <5.0 "
2424 },
2525 "autoload" : {
2626 "classmap" : [
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ A Codeception module for testing local filesystem.
99
1010## Requirements
1111
12- * ` PHP 7.4 ` or higher.
12+ * ` PHP 8.0 ` or higher.
1313
1414## Installation
1515
Original file line number Diff line number Diff line change 22
33# suite for unit (internal) tests.
44error_level : " E_ALL | E_STRICT"
5- class_name : UnitTester
5+ actor : UnitTester
You can’t perform that action at this time.
0 commit comments