Skip to content

Commit 10294ce

Browse files
authored
Update illuminate packages to include version 13.0
1 parent efef8da commit 10294ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"license": "MIT",
1010
"require": {
1111
"php": ">=8.1",
12-
"illuminate/database": "^9.0|^10.0|^11.0|^12.0",
13-
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
14-
"illuminate/http": "^9.0|^10.0|^11.0|^12.0",
12+
"illuminate/database": "^9.0|^10.0|^11.0|^12.0|^13.0",
13+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0|^13.0",
14+
"illuminate/http": "^9.0|^10.0|^11.0|^12.0|^13.0",
1515
"laravel/nova": "^3.0|^4.0|^5.0"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)