Skip to content

Commit

Permalink
added support for Laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterRO94 committed Feb 10, 2018
1 parent c7d6650 commit d4f0232
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.1,<5.6",
"illuminate/filesystem": "^5.1,<5.6",
"illuminate/console": "^5.1,<5.6",
"illuminate/database": "^5.1,<5.6",
"illuminate/support": "^5.1,<5.7",
"illuminate/filesystem": "^5.1,<5.7",
"illuminate/console": "^5.1,<5.7",
"illuminate/database": "^5.1,<5.7",
"nesbot/carbon": "^1.21"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a href="https://insight.sensiolabs.com/projects/e34c16b0-4067-4473-ba3b-d916219ba5c6">
<img src="https://img.shields.io/sensiolabs/i/e34c16b0-4067-4473-ba3b-d916219ba5c6.svg" alt="SensioLabsInsight">
</a>
<a href="https://github.com/MasterRO94/laravel-chronos/blob/master/LICENSE">
<a href="https://github.com/MasterRO94/laravel-file-cleaner/blob/master/LICENSE.txt">
<img src="https://poser.pugx.org/masterro/laravel-file-cleaner/license" alt="License">
</a>
</p>
Expand Down

0 comments on commit d4f0232

Please sign in to comment.