Skip to content

Commit 06f6d8f

Browse files
author
schulzefelix
committed
Laravel 9 Support
1 parent 41c28c5 commit 06f6d8f

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

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

33
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+
412
## [1.8.0] - 2021-04-11
513
- Add Compatibility With PHP 8.0
614
- Using version 52.0 of googleads/googleads-php-lib

composer.json

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

0 commit comments

Comments
 (0)