File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
All Notable changes to ` Laravel AdWords Targeting Idea Service ` will be documented in this file.
4
+ ## [ 1.7.0] - 2020-10-27
5
+ - Add Compatibility With Laravel 8
6
+ - Drop support for Laravel 7
7
+ - Minimum PHP 7.4
8
+ - Using version 49.0 of googleads/googleads-php-lib
9
+
4
10
## [ 1.6.0] - 2020-04-12
5
11
- Add Compatibility With Laravel 7
6
12
- Drop support for Laravel 6
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " ^7.2.5 " ,
23
- "laravel/framework" : " ^7 .0" ,
24
- "googleads/googleads-php-lib" : " ^46 .0" ,
25
- "schulzefelix/laravel-data-transfer-object" : " ^1.3 .0"
22
+ "php" : " ^7.3 " ,
23
+ "laravel/framework" : " ^8 .0" ,
24
+ "googleads/googleads-php-lib" : " ^49 .0" ,
25
+ "schulzefelix/laravel-data-transfer-object" : " ^1.4 .0"
26
26
},
27
27
"require-dev" : {
28
28
"mockery/mockery" : " ^1.3" ,
29
- "orchestra/testbench" : " ^4.0|^5 .0" ,
29
+ "orchestra/testbench" : " ^6 .0" ,
30
30
"phpunit/phpunit" : " ^8.0|^9.0"
31
31
},
32
32
"autoload" : {
You can’t perform that action at this time.
0 commit comments