Skip to content

Commit

Permalink
Merge pull request #3 from VinsanityShred/feature/upgrade-to-support-…
Browse files Browse the repository at this point in the history
…laravel-9

Upgrade to support Laravel 9
  • Loading branch information
vehikl-galang authored Aug 9, 2023
2 parents e5f1a07 + 39d3274 commit 96b5d1e
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,12 +17,12 @@
],
"require": {
"php": "^7.2|^8.0",
"laravel/framework": "~5.8.0|^6.0|^7.0|^8.0",
"spatie/url": "^1.0"
"laravel/framework": "~5.8.0|^6.0|^7.0|^8.28|^9.0",
"spatie/url": "^1.0|^2.0"
},
"require-dev": {
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.0|^9.3"
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^8.5.22|^9.0|^9.3"
},
"autoload": {
"psr-4": {
Expand All @@ -49,4 +49,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 96b5d1e

Please sign in to comment.