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 d82e3a7 commit 29a2b17Copy full SHA for 29a2b17
composer.json
@@ -16,13 +16,12 @@
16
}
17
],
18
"require": {
19
- "php": ">=7.2.5",
20
- "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|12.0",
21
- "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
+ "php": ">=8.3",
+ "illuminate/support": "^10.0|^11.0|12.0",
+ "illuminate/database": "^10.0|^11.0|^12.0"
22
},
23
"require-dev": {
24
- "orchestra/database": "^6.0|^5.0|^4.0",
25
- "orchestra/testbench": "^10.0|^9.0|^8.0"
+ "orchestra/testbench": "^10.0|^9.0|^8.22"
26
27
"autoload": {
28
"files": [
0 commit comments