We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1253427 commit 120b9d7Copy full SHA for 120b9d7
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-directory-cleanup` will be documented in this file
4
5
+## 1.4.0 - 2019-09-04
6
+
7
+- add support for Laravel 6
8
9
## 1.3.0 - 2019-02-27
10
11
- drop support for Laravel 5.7 and lower
composer.json
@@ -23,13 +23,13 @@
23
],
24
"require": {
25
"php" : "^7.2",
26
- "illuminate/support": "~5.8.0",
+ "illuminate/support": "~5.8.0|^6.0",
27
"nesbot/carbon": "^1.0|^2.0"
28
},
29
"require-dev": {
30
"phpunit/phpunit": "^8.0",
31
"mockery/mockery": "^1.1",
32
- "orchestra/testbench":"~3.8.0"
+ "orchestra/testbench":"~3.8.0|^4.0"
33
34
"autoload": {
35
"psr-4": {
0 commit comments