Skip to content

Commit e6cd934

Browse files
author
Gabriel Somoza
authored
Merge pull request #63 from pikulsky/feature/php-constraint-7.4
Change PHP 7 constraint to allow 7.4
2 parents 8c39eac + fc259f9 commit e6cd934

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"
10+
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0"
1111
},
1212
"autoload": {
1313
"files": [ "registration.php" ],

0 commit comments

Comments
 (0)