8000 Merge pull request #15 from michael-rubel/fix/dependency-constraint · milwad-dev/laravel-attributes@edaed25 · GitHub
[go: up one dir, main page]

Skip to content

Commit edaed25

Browse files
authored
Merge pull request #15 from michael-rubel/fix/dependency-constraint
Fix dependency overloading when using outside of typical Laravel installation
2 parents 4ee7da9 + 2a86a24 commit edaed25

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