Skip to content

Commit b122b12

Browse files
committed
put back old PHP versions for now
1 parent c8909ef commit b122b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.1|^8.2",
22+
"php": "^8.0|^8.1|^8.2",
2323
"ext-json": "*",
2424
"aws/aws-sdk-php": "^3.308",
2525
"bref/bref": "^1.1",
@@ -56,7 +56,7 @@
5656
"config": {
5757
"sort-packages": true,
5858
"platform": {
59-
"php": "8.1.27"
59+
"php": "8.0.12"
6060
},
6161
"allow-plugins": {
6262
"pestphp/pest-plugin": true

0 commit comments

Comments
 (0)