Skip to content

Commit

Permalink
Merge pull request #31 from still-code/support-11
Browse files Browse the repository at this point in the history
add support to laravel 11
  • Loading branch information
atmonshi authored Jun 18, 2024
2 parents 062ea8d + cc9d453 commit e34af84
Show file tree
Hide file tree
Showing 2 changed files with 2,727 additions and 1,425 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"type": "library",
"authors": [
{
"name": "Ashraf Monshi",
"name": "PHP coder",
"email": "wh7r.com@gmail.com",
"role": "Developer"
}
],
"require": {
"php": "^8.0|^8.1",
"illuminate/support": "^9.0|^10.0"
"illuminate/support": "^9.0|^10.0|^11.0"
},
"require-dev": {
"laravel/pint": "^1.8",
"nunomaduro/larastan": "^2.5",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5|^10.1"
},
Expand Down
Loading

0 comments on commit e34af84

Please sign in to comment.