Skip to content

Commit

Permalink
Merge pull request #83 from dingo/chore/laravel-7-compat
Browse files Browse the repository at this point in the history
Support more up to date reflection-docblock
  • Loading branch information
specialtactics authored Mar 14, 2020
2 parents c36a779 + 6fff49f commit a84221e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": "^7.2.5",
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
"illuminate/filesystem": "^5.5 || ^6.0 || ^7.0",
"illuminate/support": "^7.0",
"illuminate/filesystem": "^7.0",
"doctrine/annotations": "~1.2",
"phpdocumentor/reflection-docblock": "^3.1|^4.1"
"phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.0",
Expand Down

0 comments on commit a84221e

Please sign in to comment.