-
- Downloads
Remove Laravel 9 support and upgrade vendors accordingly
parent
3b3fd9a5
Branches
Tags
... | @@ -16,17 +16,18 @@ | ... | @@ -16,17 +16,18 @@ |
"ext-dom": "*", | "ext-dom": "*", | ||
"ext-simplexml": "*", | "ext-simplexml": "*", | ||
"ecphp/ecas": "^3.0", | "ecphp/ecas": "^3.0", | ||
"ecphp/laravel-cas": "0.0.1 || 0.0.2", | "ecphp/laravel-cas": "^1.0", | ||
"laravel/framework": "^9.0 || ^10 || ^11" | "laravel/framework": "^10 || ^11" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"ecphp/php-conventions": "^1.0", | "ecphp/php-conventions": "^1.0", | ||
"guzzlehttp/guzzle": "^7.5", | "guzzlehttp/guzzle": "^7.9", | ||
"nyholm/psr7": "^1.5", | "nyholm/psr7": "^1.8", | ||
"orchestra/testbench": "^8.22", | "orchestra/testbench": "^8.26 || ^9.4", | ||
"phpstan/phpstan-strict-rules": "^1.4", | "phpstan/phpstan-strict-rules": "^1.6", | ||
"symfony/cache": "^6.2", | "roave/security-advisories": "dev-latest", | ||
"symfony/psr-http-message-bridge": "^2.1" | "symfony/cache": "^6.4 || ^7.1", | ||
"symfony/psr-http-message-bridge": "^v6.4 || ^7.1" | |||
}, | }, | ||
"suggest": {}, | "suggest": {}, | ||
"autoload": { | "autoload": { | ||
... | ... |
Please register or sign in to comment