File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
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.9.0] - 2022-03-20
5
+ - Add Compatibility With Laravel 9
6
+ - Drop support for Laravel 8
7
+ - Minimum PHP 8.0.2
8
+ - Using version 56.0 of googleads/googleads-php-lib
9
+ - reduce laravel dependencies to specific packages (console,support)
10
+
11
+
4
12
## [ 1.8.0] - 2021-04-11
5
13
- Add Compatibility With PHP 8.0
6
14
- Using version 52.0 of googleads/googleads-php-lib
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " ^7.3|^8.0" ,
23
- "laravel/framework" : " ^8.0" ,
24
- "googleads/googleads-php-lib" : " ^52.0" ,
25
- "schulzefelix/laravel-data-transfer-object" : " ^1.4.0"
22
+ "php" : " ^8.0.2" ,
23
+ "illuminate/console" : " ^9.0" ,
24
+ "illuminate/support" : " ^9.0" ,
25
+ "googleads/googleads-php-lib" : " ^56.0" ,
26
+ "schulzefelix/laravel-data-transfer-object" : " ^1.5.0"
26
27
},
27
28
"require-dev" : {
28
- "mockery/mockery" : " ^1.4.2 " ,
29
- "orchestra/testbench" : " ^5.0|^6 .0" ,
30
- "phpunit/phpunit" : " ^8.0|^9.0 "
29
+ "mockery/mockery" : " ^1.4" ,
30
+ "orchestra/testbench" : " ^7 .0" ,
31
+ "phpunit/phpunit" : " ^9.4 "
31
32
},
32
33
"autoload" : {
33
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments