Skip to content

Commit 425a4d7

Browse files
authored
Merge pull request #16 from cr-lgl/feature/update-laravel-version
Update supported Laravel version
2 parents 671c81a + 970de1e commit 425a4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["bridge", "laravel", "aop", "php", "aspect"],
66
"require": {
77
"goaop/framework": "^1.0|^2.0",
8-
"illuminate/support": "^5.0"
8+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0"
99
},
1010
"license": "MIT",
1111
"authors": [

0 commit comments

Comments
 (0)