Skip to content

Commit eec16aa

Browse files
committed
Restrict PHP version to 8 max, for now
1 parent 0b37eda commit eec16aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.1",
13+
"php": "^7.1 || ^8.0",
1414
"squizlabs/php_codesniffer": "^3.5.6",
1515
"slevomat/coding-standard": "^6.4.0"
1616
},

0 commit comments

Comments
 (0)