Skip to content

Commit cc9d453

Browse files
committed
add support to laravel 11
1 parent 062ea8d commit cc9d453

File tree

2 files changed

+2727
-1425
lines changed

2 files changed

+2727
-1425
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"type": "library",
1515
"authors": [
1616
{
17-
"name": "Ashraf Monshi",
17+
"name": "PHP coder",
1818
"email": "[email protected]",
1919
"role": "Developer"
2020
}
2121
],
2222
"require": {
2323
"php": "^8.0|^8.1",
24-
"illuminate/support": "^9.0|^10.0"
24+
"illuminate/support": "^9.0|^10.0|^11.0"
2525
},
2626
"require-dev": {
2727
"laravel/pint": "^1.8",
2828
"nunomaduro/larastan": "^2.5",
29-
"orchestra/testbench": "^7.0|^8.0",
29+
"orchestra/testbench": "^7.0|^8.0|^9.0",
3030
"phpstan/phpstan": "^1.10",
3131
"phpunit/phpunit": "^9.5|^10.1"
3232
},

0 commit comments

Comments
 (0)