Skip to content

Commit 24e2f40

Browse files
authored
Laravel 11.x Support
1 parent 1e6ecc9 commit 24e2f40

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

composer.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@
1313
],
1414
"require": {
1515
"php": ">=7.2",
16-
"illuminate/notifications": "^7.0|^8.0|^9.0|^10.0",
17-
"illuminate/support": "^7.0|^8.0|^9.0|^8.0|^10.0",
18-
"illuminate/http": "^7.0|^8.0|^9.0|^10.0",
19-
"ext-json": "*"
20-
},
21-
"require-dev": {
22-
"mockery/mockery": "^1.0",
23-
"phpunit/phpunit": "^8.0 || ^9.0"
16+
"ext-json": "*",
17+
"illuminate/notifications": "^7.0|^8.0|^9.0|^10.0|^11.0",
18+
"illuminate/support": "^7.0|^8.0|^9.0|^8.0|^10.0|^11.0",
19+
"illuminate/http": "^7.0|^8.0|^9.0|^10.0|^11.0"
2420
},
2521
"autoload": {
2622
"psr-4": {
@@ -36,5 +32,7 @@
3632
"Macellan\\IletiMerkezi\\IletiMerkeziServiceProvider"
3733
]
3834
}
39-
}
35+
},
36+
"minimum-stability": "dev",
37+
"prefer-stable": true
4038
}

0 commit comments

Comments
 (0)