Skip to content

Commit

Permalink
Add Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsongrin committed Nov 13, 2024
1 parent d533a09 commit a05f957
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 a05f957

Please sign in to comment.