Skip to content

Commit

Permalink
Laravel 9 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin committed Apr 11, 2022
1 parent 7830ee9 commit ba35831
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4|^8.0",
"blade-ui-kit/blade-heroicons": "^1.2",
"cviebrock/laravel-elasticsearch": "^8.0",
"illuminate/database": "^8.0",
"illuminate/events": "^8.0",
"illuminate/queue": "^8.0",
"illuminate/support": "^8.0",
"tormjens/eventy": "^0.6"
"php": "^8.0.2",
"blade-ui-kit/blade-heroicons": "^1.3",
"cviebrock/laravel-elasticsearch": "^9.0",
"illuminate/database": "^9.0",
"illuminate/events": "^9.0",
"illuminate/queue": "^9.0",
"illuminate/support": "^9.0",
"tormjens/eventy": "^0.8"
},
"require-dev": {
"laravel/dusk": "^6.9",
"orchestra/testbench": "^6.4",
"orchestra/testbench-dusk": "^6.4",
"phpunit/phpunit": "^9.4"
"laravel/dusk": "^6.22",
"orchestra/testbench": "^7.3",
"orchestra/testbench-dusk": "^7.3",
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ba35831

Please sign in to comment.