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 11# Changelog
22
33All 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+
412## [ 1.8.0] - 2021-04-11
513- Add Compatibility With PHP 8.0
614- Using version 52.0 of googleads/googleads-php-lib
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "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"
2627 },
2728 "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 "
3132 },
3233 "autoload" : {
3334 "psr-4" : {
You can’t perform that action at this time.
0 commit comments