Skip to content

Commit

Permalink
Merge pull request #53 from Fulmenef/feature/php-constraint
Browse files Browse the repository at this point in the history
Change PHP 7 constraint to all version
  • Loading branch information
gsomoza authored Nov 26, 2019
2 parents 22e1228 + 6d44d80 commit 7f32881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"AFL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0"
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down

0 comments on commit 7f32881

Please sign in to comment.