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 33c404c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 33c404c

Please sign in to comment.