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 11# Changelog
22
33All 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+
410## [ 1.6.0] - 2020-04-12
511 - Add Compatibility With Laravel 7
612 - Drop support for Laravel 6
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "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"
2626 },
2727 "require-dev" : {
2828 "mockery/mockery" : " ^1.3" ,
29- "orchestra/testbench" : " ^4.0|^5 .0" ,
29+ "orchestra/testbench" : " ^6 .0" ,
3030 "phpunit/phpunit" : " ^8.0|^9.0"
3131 },
3232 "autoload" : {
You can’t perform that action at this time.
0 commit comments