Skip to content

Commit

Permalink
Merge pull request #34 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
browner12 authored Feb 7, 2022
2 parents d443884 + 083fb23 commit 18eb1f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^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"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0|^9.5.10",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.3"
"squizlabs/php_codesniffer": "~2.3|^3.6"
},
"suggest": {
"moneyphp/money": "Money value object."
Expand Down

0 comments on commit 18eb1f7

Please sign in to comment.