Skip to content

Commit

Permalink
Merge branch 'add-laravel9' into 'main'
Browse files Browse the repository at this point in the history
Add Laravel 9 support

See merge request ecphp/laravel-ecas!9
  • Loading branch information
drupol committed Nov 13, 2024
2 parents d533a09 + a05f957 commit 2341448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"ext-dom": "*",
"ext-simplexml": "*",
"ecphp/ecas": "^3.0",
"ecphp/laravel-cas": "^1.0",
"laravel/framework": "^10 || ^11"
"ecphp/laravel-cas": "^1.1",
"laravel/framework": "^9 || ^10 || ^11"
},
"require-dev": {
"ecphp/php-conventions": "^1.0",
"guzzlehttp/guzzle": "^7.9",
"nyholm/psr7": "^1.8",
"orchestra/testbench": "^8.26 || ^9.4",
"orchestra/testbench": "^8.26 || ^9.5",
"phpstan/phpstan-strict-rules": "^1.6",
"roave/security-advisories": "dev-latest",
"symfony/cache": "^6.4 || ^7.1",
Expand Down

0 comments on commit 2341448

Please sign in to comment.