Skip to content

Commit

Permalink
Remove support for Laravel 5.7 and lower + php 7.1 and lower
Browse files Browse the repository at this point in the history
  • Loading branch information
schulzefelix committed Feb 27, 2019
1 parent bc4e817 commit 2e72c1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [1.4.0] - 2019-02-27
- drop support for Laravel 5.7 and lower
- drop support for PHP 7.1 and lower

## [1.3.4] - 2019-02-27
- Add compatibility with Laravel 5.8
- Using version 40.0 of googleads/googleads-php-lib
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
}
],
"require": {
"php": ">=7.0.0",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"php": ">=7.1.0",
"laravel/framework": "~5.8.0",
"googleads/googleads-php-lib": "^40.0",
"schulzefelix/laravel-data-transfer-object": "^1.0.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench" : "~3.4.6|~3.5.0|~3.6.0|~3.7.0",
"phpunit/phpunit" : "^6.2|^7.0"
"orchestra/testbench" : "~3.8.0",
"phpunit/phpunit" : "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2e72c1f

Please sign in to comment.