Skip to content

Commit

Permalink
Merge pull request #110 from OthmanAdlan/upgrade-to-laravel-10
Browse files Browse the repository at this point in the history
upgrade to laravel 10
  • Loading branch information
mikebronner authored Mar 12, 2024
2 parents a180ff4 + e9e5fb1 commit 6f961ca
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
}
},
"require": {
"illuminate/auth": "^9.0",
"illuminate/config": "^9.0",
"illuminate/console": "^9.0",
"illuminate/events": "^9.0",
"illuminate/http": "^9.0",
"illuminate/queue": "^9.0",
"illuminate/routing": "^9.0",
"illuminate/support": "^9.0",
"illuminate/auth": "^9.0|^10.0",
"illuminate/config": "^9.0|^10.0",
"illuminate/console": "^9.0|^10.0",
"illuminate/events": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0",
"illuminate/queue": "^9.0|^10.0",
"illuminate/routing": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"mixpanel/mixpanel-php": "^2.8",
"sinergi/browser-detector": "^6.1"
},
"require-dev": {
"fakerphp/faker": "^1.8",
"laravel/browser-kit-testing": "^7.0",
"laravel/laravel": "^9.0",
"laravel/laravel": "^9.0|^10.0",
"laravel/ui": "^3.4",
"php-coveralls/php-coveralls": "^2.4",
"phpmd/phpmd": "^2.9",
Expand Down

0 comments on commit 6f961ca

Please sign in to comment.