Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Unverified Commit ea842254 authored by Nelson Matias's avatar Nelson Matias
Browse files

Remove Laravel 9 support and upgrade vendors accordingly

parent 3b3fd9a5
Branches
Tags
1 merge request!6Remove Laravel 9 support and upgrade vendors accordingly
...@@ -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": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment