Skip to content

Commit 9ac76d1

Browse files
committed
FIX PHP range in composer.json
1 parent 88e4dcb commit 9ac76d1

2 files changed

Lines changed: 197 additions & 195 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"require" : {
20-
"php": "^8"
20+
"php": ">=8.0 <8.3"
2121
},
2222
"require-dev": {
2323
"phpstan/phpstan": "^1.5",

0 commit comments

Comments
 (0)