Skip to content

Commit f833dce

Browse files
committed
refactor: replace laravel/framework with illuminate/support
1 parent 0f2489a commit f833dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"minimum-stability": "stable",
2323
"require": {
2424
"php": "^8.0",
25-
"laravel/framework": "^9.0|^10.0|^11.0"
25+
"illuminate/support": "^9.0|^10.0|^11.0"
2626
},
2727
"require-dev": {
2828
"pestphp/pest-plugin-laravel": "1.*|2.*",

0 commit comments

Comments
 (0)