Skip to content

Commit 9aef820

Browse files
authored
Merge pull request #72 from aleksinoleg/patch-1
Remove old php versions and add support for php 8.x
2 parents 48086aa + 36ba637 commit 9aef820

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)