Skip to content

Commit b7dc227

Browse files
authored
Merge pull request #27 from Codeception/php8
Support PHP 8
2 parents d055c64 + 0e8aa51 commit b7dc227

File tree

4 files changed

+2
-2193
lines changed

4 files changed

+2
-2193
lines changed

RoboFile.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@
1919
"minimum-stability": "RC",
2020

2121
"require": {
22-
"php": ">=5.6.0 <8.0",
22+
"php": ">=5.6.0 <9.0",
2323
"codeception/codeception": "^4.0",
2424
"php-webdriver/webdriver": "^1.6.0"
2525
},
26-
"require-dev": {
27-
"codeception/util-robohelpers": "dev-master"
28-
},
2926
"suggest": {
3027
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
3128
},

0 commit comments

Comments
 (0)