Skip to content

Commit d64aeaa

Browse files
committed
feat(composer): Update framework dependency
- Replace 'illuminate/support' with 'laravel/framework' in composer.json - Ensure compatibility with Laravel versions 8.83 to 12.0 - Adjust the dependency to reflect the standard naming convention for Laravel packages
1 parent 1f89bb9 commit d64aeaa

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
@@ -93,7 +93,7 @@
9393
"php": ">=7.4",
9494
"ext-json": "*",
9595
"guanguans/notify": "^2.14 || ^3.0",
96-
"illuminate/support": "^8.23 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
96+
"laravel/framework": "^8.83 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
9797
},
9898
"require-dev": {
9999
"brainmaestro/composer-git-hooks": "^2.8 || ^3.0",

0 commit comments

Comments
 (0)