File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : true
11
11
matrix :
12
- php : [7.4 , 8.0 ]
13
- laravel : [7.*, 8 .*]
12
+ php : [8.0 , 8.1 ]
13
+ laravel : [9 .*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
16
16
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Original file line number Diff line number Diff line change 1
1
All the notable changes to the Laravel Google Translate package are documented in this file:
2
2
3
+ ## 8.0.0 (07-03-2022)
4
+ - Set minimum PHP requirement to PHP 8.0
5
+ - [ PR by Florian Ressel to add support for Laravel 9] ( https://github.com/JoggApp/laravel-google-translate/pull/36 )
6
+ - [ PR by Florian Ressel to add the source language as param to translate method] ( https://github.com/JoggApp/laravel-google-translate/pull/34 )
7
+
3
8
## 7.0.0 (24-01-2021)
4
9
- Add PHP 8 Support
5
10
- Drop PHP 7.3 Support
Original file line number Diff line number Diff line change 27
27
}
28
28
},
29
29
"require" : {
30
- "php" : " ^7.4|^ 8.0" ,
30
+ "php" : " ^8.0" ,
31
31
"google/cloud-translate" : " ^1.2" ,
32
- "illuminate/support" : " 7.*|8.*| 9.*"
32
+ "illuminate/support" : " 9.*"
33
33
},
34
34
"require-dev" : {
35
35
"mockery/mockery" : " ^1.1" ,
36
- "orchestra/testbench" : " 5.*|6.*| 7.*" ,
36
+ "orchestra/testbench" : " 7.*" ,
37
37
"phpunit/phpunit" : " ^9.0"
38
38
},
39
39
"extra" : {
You can’t perform that action at this time.
0 commit comments