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
22php :
33 - 7.2
44 - 7.3
5+ - 7.4
56
67env :
78 matrix :
@@ -13,4 +14,4 @@ before_script:
1314 - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1415
1516script :
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 11# Changelog
22
33All 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+
49## [ 1.5.0] - 2019-09-15
510- add support for Laravel 6
611
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
120120
121121## Security
122122
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.
124124
125125## Credits
126126
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "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"
2626 },
2727 "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 "
3131 },
3232 "autoload" : {
3333 "psr-4" : {
You can’t perform that action at this time.
0 commit comments