Skip to content

Commit

Permalink
Merge pull request #22 from spinzar/5.x
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
monooso authored Apr 26, 2022
2 parents 7a3aff9 + 01457b3 commit 3a11a0a
Show file tree
Hide file tree
Showing 2 changed files with 1,787 additions and 1,323 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"prefer-stable": true,
"require": {
"php": "^8.0",
"illuminate/contracts": "^8.22.1",
"illuminate/support": "^8.22.1"
"illuminate/contracts": "^8.22.1 || ^9.9",
"illuminate/support": "^8.22.1 || ^9.9"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.3",
"squizlabs/php_codesniffer": "^3.5"
"friendsofphp/php-cs-fixer": "^2.15 || ^3.8",
"orchestra/testbench": "^6.0 || ^7.4",
"phpunit/phpunit": "^9.3 || ^9.5",
"squizlabs/php_codesniffer": "^3.5 || ^3.6"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 3a11a0a

Please sign in to comment.