Skip to content

Commit

Permalink
Merge pull request #81 from stephane-monnot/master
Browse files Browse the repository at this point in the history
Allow Laravel 7
  • Loading branch information
specialtactics authored Mar 12, 2020
2 parents 45bbc59 + 4a305dd commit 1be3d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "^5.5 || ^6.0",
"illuminate/filesystem": "^5.5 || ^6.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
"illuminate/filesystem": "^5.5 || ^6.0 || ^7.0",
"doctrine/annotations": "~1.2",
"phpdocumentor/reflection-docblock": "^3.1|^4.1"
},
Expand Down

0 comments on commit 1be3d40

Please sign in to comment.