File tree Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,3 @@ checks:
16
16
fix_line_ending : true
17
17
fix_identation_4spaces : true
18
18
fix_doc_comments : true
19
-
20
- tools :
21
- external_code_coverage :
22
- timeout : 120
23
- runs : 4
Original file line number Diff line number Diff line change @@ -13,7 +13,4 @@ before_script:
13
13
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
14
14
15
15
script :
16
- - phpunit --coverage-text --coverage-clover=coverage.clover
17
-
18
- after_script :
19
- - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
16
+ - 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.5.0] - 2019-09-15
5
+ - add support for Laravel 6
4
6
5
7
## [ 1.4.1] - 2019-03-10
6
8
- fix dependencies for carbon v2
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " >=7.1.0 " ,
23
- "laravel/framework" : " ~5.8 .0" ,
24
- "googleads/googleads-php-lib" : " ^40 .0" ,
25
- "schulzefelix/laravel-data-transfer-object" : " ^1.1 .0"
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"
26
26
},
27
27
"require-dev" : {
28
28
"mockery/mockery" : " ^1.0" ,
29
- "orchestra/testbench" : " ~3.8 .0" ,
29
+ "orchestra/testbench" : " ^4 .0" ,
30
30
"phpunit/phpunit" : " ^8.0"
31
31
},
32
32
"autoload" : {
You can’t perform that action at this time.
0 commit comments