Skip to content

Commit 29a2b17

Browse files
committed
wip
1 parent d82e3a7 commit 29a2b17

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
}
1717
],
1818
"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"
19+
"php": ">=8.3",
20+
"illuminate/support": "^10.0|^11.0|12.0",
21+
"illuminate/database": "^10.0|^11.0|^12.0"
2222
},
2323
"require-dev": {
24-
"orchestra/database": "^6.0|^5.0|^4.0",
25-
"orchestra/testbench": "^10.0|^9.0|^8.0"
24+
"orchestra/testbench": "^10.0|^9.0|^8.22"
2625
},
2726
"autoload": {
2827
"files": [

0 commit comments

Comments
 (0)