Skip to content

Commit 6d44d80

Browse files
committed
Change PHP 7 constraint to allow 7.3
1 parent 22e1228 commit 6d44d80

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)