Skip to content

Commit

Permalink
Allow minor/patch releases of PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored and pascaldevink committed Jan 28, 2021
1 parent fffe556 commit 5ed1dd2
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 @@ -18,7 +18,7 @@
"test": "vendor/bin/phpunit"
},
"require": {
"php": "^7.3|8.0",
"php": "^7.3|^8.0",
"brick/math": "^0.9.1",
"ramsey/uuid": "^4"
},
Expand Down

0 comments on commit 5ed1dd2

Please sign in to comment.