Skip to content

Commit

Permalink
Merge pull request #35 from PiPHP/add-php-versions
Browse files Browse the repository at this point in the history
Allow users to run 7.3, 7.4, or 8.0
  • Loading branch information
svpernova09 authored Aug 8, 2020
2 parents b87b481 + 8308606 commit c67b5e2
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 @@ -20,7 +20,7 @@
}
},
"require": {
"php": "^7.3"
"php": "^7.3||^7.4||^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
Expand Down

0 comments on commit c67b5e2

Please sign in to comment.