Skip to content

Commit 3b06b39

Browse files
committed
Laravel 8 Support
1 parent 508a74b commit 3b06b39

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33
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+
410
## [1.6.0] - 2020-04-12
511
- Add Compatibility With Laravel 7
612
- Drop support for Laravel 6

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
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": {

0 commit comments

Comments
 (0)