Skip to content

Commit

Permalink
Merge pull request #9 from ibrahem-kamal/development
Browse files Browse the repository at this point in the history
add support for laravel 11
  • Loading branch information
ibrahem-kamal authored Mar 14, 2024
2 parents f6cdde6 + 3a17c6a commit c3f0559
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^10.0"
"illuminate/contracts": "^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.8",
"nunomaduro/collision": "^8.0",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^8.8",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.20",
"pestphp/pest-plugin-arch": "^2.5",
"pestphp/pest-plugin-laravel": "^2.0",
Expand Down

0 comments on commit c3f0559

Please sign in to comment.