Skip to content

Commit

Permalink
Merge branch 'remove-laravel9-upgrade-vendors' into 'main'
Browse files Browse the repository at this point in the history
Remove Laravel 9 support and upgrade vendors accordingly

See merge request ecphp/laravel-cas!14
  • Loading branch information
drupol committed Sep 10, 2024
2 parents 13bd968 + ad4bdd7 commit bd30d21
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@
"ext-dom": "*",
"ext-simplexml": "*",
"ecphp/cas-lib": "^2.0",
"laravel/framework": "^9 || ^10 || ^11"
"laravel/framework": "^10 || ^11"
},
"require-dev": {
"ecphp/php-conventions": "^1.0",
"guzzlehttp/guzzle": "^7.5",
"nyholm/psr7": "^1.5",
"orchestra/testbench": "^8.22 || ^9.0",
"phpstan/phpstan-strict-rules": "^1.4",
"symfony/cache": "^6.2",
"symfony/psr-http-message-bridge": "^2.1"
"guzzlehttp/guzzle": "^7.9",
"nyholm/psr7": "^1.8",
"orchestra/testbench": "^8.26 || ^9.4",
"phpstan/phpstan-strict-rules": "^1.6",
"roave/security-advisories": "dev-latest",
"symfony/cache": "^6.4 || ^7.1",
"symfony/psr-http-message-bridge": "^v6.4 || ^7.1"
},
"suggest": {
"symfony/psr-http-message-bridge": "To bridge between Laravel and PSR HTTP Message"
Expand Down

0 comments on commit bd30d21

Please sign in to comment.