8000 Fix dependency constraint to allow usage outside of standard Laravel · milwad-dev/laravel-attributes@2a86a24 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 2a86a24

Browse files
committed
Fix dependency constraint to allow usage outside of standard Laravel
1 parent c497b1f commit 2a86a24

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
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "^8.0",
24-
"laravel/framework": "9.*|10.*"
24+
"illuminate/contracts": "9.*|10.*"
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": "^7.0 || ^8.0",

0 commit comments

Comments
 (0)
0