File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: php
2
2
php :
3
3
- 7.2
4
4
- 7.3
5
+ - 7.4
5
6
6
7
env :
7
8
matrix :
@@ -13,4 +14,4 @@ before_script:
13
14
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
14
15
15
16
script :
16
- - phpunit --coverage-text --coverage-clover=coverage.clover
17
+ - phpunit --coverage-text --coverage-clover=coverage.clover
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
All Notable changes to ` Laravel AdWords Targeting Idea Service ` will be documented in this file.
4
+ ## [ 1.6.0] - 2020-04-12
5
+ - Add Compatibility With Laravel 7
6
+ - Drop support for Laravel 6
7
+ - Minimum PHP 7.2.5
8
+
4
9
## [ 1.5.0] - 2019-09-15
5
10
- add support for Laravel 6
6
11
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
120
120
121
121
## Security
122
122
123
- If you discover any security related issues, please email githubissues @schulze.co instead of using the issue tracker.
123
+ If you discover any security related issues, please email github @schulze.co instead of using the issue tracker.
124
124
125
125
## Credits
126
126
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " ^7.2" ,
23
- "laravel/framework" : " ^6 .0" ,
24
- "googleads/googleads-php-lib" : " ^43 .0" ,
25
- "schulzefelix/laravel-data-transfer-object" : " ^1.2 .0"
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"
26
26
},
27
27
"require-dev" : {
28
- "mockery/mockery" : " ^1.0 " ,
29
- "orchestra/testbench" : " ^4.0" ,
30
- "phpunit/phpunit" : " ^8.0"
28
+ "mockery/mockery" : " ^1.3 " ,
29
+ "orchestra/testbench" : " ^4.0|^5.0 " ,
30
+ "phpunit/phpunit" : " ^8.0|^9.0 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments