Skip to content

Commit 4f44cf5

Browse files
committed
add support for Laravel 5.8
1 parent 9946c32 commit 4f44cf5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All Notable changes to `Laravel AdWords Targeting Idea Service` will be documented in this file.
44

5+
## [1.3.4] - 2019-02-27
6+
- Add compatibility with Laravel 5.8
7+
58
## [1.3.3] - 2018-10-30
69
- Using version 37.1.0 of googleads/googleads-php-lib
710
- Add compatibility with Laravel 5.7

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": ">=7.0.0",
23-
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0",
23+
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
2424
"googleads/googleads-php-lib": "^37.1",
2525
"schulzefelix/laravel-data-transfer-object": "^1.0.0"
2626
},

0 commit comments

Comments
 (0)