Skip to content

Commit ec040a5

Browse files
Laravel 10.x Compatibility (#31)
1 parent 5795b34 commit ec040a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"license": "MIT",
77
"require": {
88
"php": "^8.0",
9-
"illuminate/console": "^9.0",
10-
"illuminate/support": "^9.0",
11-
"symfony/var-exporter": "^6.0"
9+
"illuminate/console": "^9.0|^10.0",
10+
"illuminate/support": "^9.0|^10.0",
11+
"symfony/var-exporter": "^6.3"
1212
},
1313
"require-dev": {
1414
"laravel/pint": "^1.1",

0 commit comments

Comments
 (0)