Skip to content

Commit afbd832

Browse files
committed
Require php ^7.1 or ^8.0
1 parent b737e29 commit afbd832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}],
1818
"license": "BSD-3-Clause",
1919
"require": {
20-
"php": ">=7.1",
20+
"php": "^7.1 | ^8.0",
2121
"ext-reflection": "*"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)