Skip to content

Commit 51018cf

Browse files
authored
Support php8 (#43)
1 parent 993d716 commit 51018cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.scrutinizer.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ build:
2626
environment:
2727
php:
2828
version: 7.4
29+
php80:
30+
environment:
31+
php:
32+
version: 8.0

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"description" : "Codeception extension for Phiremock. Allows to stub remote services for HTTP requests.",
3434
"license" : "GPL-3.0-or-later",
3535
"require" : {
36-
"php" : "^7.2",
36+
"php" : "^7.2|^8.0",
3737
"codeception/codeception" : ">=2.2 <5.0",
3838
"symfony/process": ">=3.0.0 <6.0.0"
3939
},

0 commit comments

Comments
 (0)