Skip to content

Commit 1253427

Browse files
committed
wip
1 parent e13f1a0 commit 1253427

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22

33
php:
4-
- 7.0
5-
- 7.1
64
- 7.2
75
- 7.3
86

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

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

5-
## 1.2.4 - 2019-01-27
5+
## 1.3.0 - 2019-02-27
6+
7+
- drop support for Laravel 5.7 and lower
8+
- drop support for PHP 7.1 and lower
9+
10+
## 1.2.4 - 2019-02-27
611

712
- add support for Laravel 5.8
813

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
}
2323
],
2424
"require": {
25-
"php" : "^7.0",
26-
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
25+
"php" : "^7.2",
26+
"illuminate/support": "~5.8.0",
2727
"nesbot/carbon": "^1.0|^2.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^5.0|^6.0|^7.0|^8.0",
30+
"phpunit/phpunit": "^8.0",
3131
"mockery/mockery": "^1.1",
32-
"orchestra/testbench":"~3.3.0|~3.4.0|~3.5.0|~3.6.0|~3.7.0|~3.8.0"
32+
"orchestra/testbench":"~3.8.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)