Skip to content

Commit a84221e

Browse files
Merge pull request #83 from dingo/chore/laravel-7-compat
Support more up to date reflection-docblock
2 parents c36a779 + 6fff49f commit a84221e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"require": {
1313
"php": "^7.2.5",
14-
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
15-
"illuminate/filesystem": "^5.5 || ^6.0 || ^7.0",
14+
"illuminate/support": "^7.0",
15+
"illuminate/filesystem": "^7.0",
1616
"doctrine/annotations": "~1.2",
17-
"phpdocumentor/reflection-docblock": "^3.1|^4.1"
17+
"phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5"
1818
},
1919
"require-dev": {
2020
"squizlabs/php_codesniffer": "~2.0",

0 commit comments

Comments
 (0)