File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.1
5
4
- 7.2
6
5
- 7.3
7
6
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-translation-loader ` will be documented in this file
4
4
5
+ ## 2.3.0 - 2019-02-27
6
+
7
+ - drop support for Laravel 5.7 and below
8
+ - drop support for PHP 7.1 and below
9
+
5
10
## 2.2.4 - 2019-02-27
6
11
7
12
- add support for Laravel 5.8
Original file line number Diff line number Diff line change 23
23
],
24
24
"require" : {
25
25
"php" : " ^7.1" ,
26
- "illuminate/translation" : " ~5.7.0|~5. 8.0"
26
+ "illuminate/translation" : " ~5.8.0"
27
27
},
28
28
"require-dev" : {
29
- "phpunit/phpunit" : " ^7.4|^ 8.0" ,
30
- "orchestra/testbench" : " ~3.7.0|~3. 8.0"
29
+ "phpunit/phpunit" : " ^8.0" ,
30
+ "orchestra/testbench" : " ~3.8.0"
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments