Skip to content

Commit

Permalink
build: drop PHP <8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Oct 24, 2024
1 parent 35bec3e commit b9e1c4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased]

- Nothing.
### Removed

- Dropped PHP <8.0 support.

## [2.1.0] - 2023-02-16

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.0",
"illuminate/encryption": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"league/flysystem": "^2.0|^3.0"
Expand Down

0 comments on commit b9e1c4d

Please sign in to comment.