Skip to content

Commit

Permalink
Dropping support for PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frasmage committed Sep 9, 2020
1 parent d269f9f commit d20e0bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: php
php:
- '7.2'
- '7.3'
- '7.4'
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
## 4.4.0 - 2020-09-09
- Added support for Laravel 8.0
- Dropping support for Laravel versions < 6.0
- Dropping support for PHP versions 7.2

## 4.3.2 - 2020-08-15
- Fix composer version constraint of `league/flysystem` to allow minor version bumps
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7.2.0",
"php": ">=7.3.0",
"ext-fileinfo": "*",
"illuminate/support": ">6.0",
"illuminate/filesystem": ">6.0",
Expand All @@ -25,7 +25,7 @@
"league/flysystem-aws-s3-v3" : "^1.0.23",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/promises": "^1.3",
"aws/aws-sdk-php": "^3.29.0",
"aws/aws-sdk-php": "^3.128.1",
"php-coveralls/php-coveralls": "^2.1",
"laravel/legacy-factories": "^1.0.4"
},
Expand Down

0 comments on commit d20e0bf

Please sign in to comment.