Skip to content

Commit

Permalink
Merge pull request #37 from Joemires/master
Browse files Browse the repository at this point in the history
updated composer requirements to support laravel 10
  • Loading branch information
browner12 authored Feb 26, 2023
2 parents 7950c2e + 8acb98c commit 0e66da0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"require": {
"php": "^7.2|^8.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.5.10",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.3|^3.6"
"phpunit/phpunit": "^10.0",
"scrutinizer/ocular": "^1.1",
"squizlabs/php_codesniffer": "^3.6"
},
"suggest": {
"moneyphp/money": "Money value object."
Expand Down

0 comments on commit 0e66da0

Please sign in to comment.