Skip to content

Commit 120b9d7

Browse files
committed
wip
1 parent 1253427 commit 120b9d7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-directory-cleanup` will be documented in this file
44

5+
## 1.4.0 - 2019-09-04
6+
7+
- add support for Laravel 6
8+
59
## 1.3.0 - 2019-02-27
610

711
- drop support for Laravel 5.7 and lower

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
],
2424
"require": {
2525
"php" : "^7.2",
26-
"illuminate/support": "~5.8.0",
26+
"illuminate/support": "~5.8.0|^6.0",
2727
"nesbot/carbon": "^1.0|^2.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^8.0",
3131
"mockery/mockery": "^1.1",
32-
"orchestra/testbench":"~3.8.0"
32+
"orchestra/testbench":"~3.8.0|^4.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)