Skip to content

Commit 36ba637

Browse files
authored
Add support for php 8.x
1 parent 48086aa commit 36ba637

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
@@ -7,7 +7,7 @@
77
"AFL-3.0"
88
],
99
"require": {
10-
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0"
10+
"php": "~7.4.0|^8.0"
1111
},
1212
"autoload": {
1313
"files": [ "registration.php" ],

0 commit comments

Comments
 (0)