We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e6eb8 commit 04a6052Copy full SHA for 04a6052
composer.json
@@ -23,7 +23,7 @@
23
"minimum-stability": "stable",
24
"authors": [
25
{
26
- "name": "milwad-dev",
+ "name": "Milwad Khosravi",
27
"email": "[email protected]",
28
"role": "author",
29
"homepage": "https://github.com/milwad-dev"
@@ -46,11 +46,11 @@
46
},
47
"require": {
48
"php": "^8.0",
49
- "laravel/framework": "^9.0|^10.0|^11.0"
+ "laravel/framework": "^9.0|^10.0|^11.0|^12.0"
50
51
"require-dev": {
52
- "pestphp/pest-plugin-laravel": "^1.4.0|^2.0.0",
53
- "orchestra/testbench": "^7.0|^8.0|^9.0"
+ "pestphp/pest-plugin-laravel": "^1.4.0|^2.0.0|^3.0.0",
+ "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0"
54
55
"config": {
56
"sort-packages": true,
0 commit comments