File tree 3 files changed +10
-7
lines changed 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.0
5
- - 7.1
6
4
- 7.2
7
5
- 7.3
8
6
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-directory-cleanup ` will be documented in this file
4
4
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
6
11
7
12
- add support for Laravel 5.8
8
13
Original file line number Diff line number Diff line change 22
22
}
23
23
],
24
24
"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" ,
27
27
"nesbot/carbon" : " ^1.0|^2.0"
28
28
},
29
29
"require-dev" : {
30
- "phpunit/phpunit" : " ^5.0|^6.0|^7.0|^ 8.0" ,
30
+ "phpunit/phpunit" : " ^8.0" ,
31
31
"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"
33
33
},
34
34
"autoload" : {
35
35
"psr-4" : {
You can’t perform that action at this time.
0 commit comments