Skip to content

Commit 7f32881

Browse files
author
Gabriel Somoza
authored
Merge pull request #53 from Fulmenef/feature/php-constraint
Change PHP 7 constraint to all version
2 parents 22e1228 + 6d44d80 commit 7f32881

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

0 commit comments

Comments
 (0)