Skip to content

Commit 7714039

Browse files
authored
Update illuminate/support and illuminate/view versions
1 parent 332c158 commit 7714039

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
@@ -10,8 +10,8 @@
1010
],
1111
"require": {
1212
"php": "^8.1",
13-
"illuminate/support": "^10.0|^11.0|^12.0",
14-
"illuminate/view": "^10.0|^11.0|^12.0",
13+
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
14+
"illuminate/view": "^10.0|^11.0|^12.0|^13.0",
1515
"nikic/php-parser": "^5.0"
1616
},
1717
"require-dev": {
@@ -54,4 +54,4 @@
5454
"benchmark": "vendor/bin/testbench benchmark",
5555
"benchmark:snapshot": "vendor/bin/testbench benchmark --snapshot"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)