Skip to content

Commit

Permalink
upgrade to support laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
vehikl-galang committed Aug 3, 2023
1 parent c28d2a0 commit 39d3274
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@
}
],
"require": {
"php": "^7.2|^8.0|^8.1",
"laravel/framework": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"php": "^7.2|^8.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|^7.0|^8.0",
"phpunit/phpunit": "^8.0|^9.0|^9.3",
"pestphp/pest": "^1.22"
"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 @@ -39,10 +38,7 @@
"test": "vendor/bin/phpunit"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
"sort-packages": true
},
"extra": {
"laravel": {
Expand All @@ -53,4 +49,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 39d3274

Please sign in to comment.