Skip to content

Commit eb832e2

Browse files
committed
Allow php 8
Signed-off-by: William Desportes <[email protected]>
1 parent 5200134 commit eb832e2

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
@@ -16,7 +16,7 @@
1616
"issues": "https://github.com/phpmyadmin/coding-standard/issues"
1717
},
1818
"require": {
19-
"php": ">=7.1",
19+
"php": "^7.1 || ^8.0",
2020
"doctrine/coding-standard": "^8.1",
2121
"squizlabs/php_codesniffer": "^3.5.5"
2222
},

0 commit comments

Comments
 (0)