Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Downgrade the required PHP version to ^7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simbig authored Oct 12, 2021
1 parent 9638f6d commit 6285883
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v2.1.0

### Changed

- Downgrade the required PHP version to `^7.2`

## v2.0.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.4 || ^8",
"php": "^7.2 || ^8",
"ext-calendar": "*",
"nesbot/carbon": "^2.53",
"thecodingmachine/safe": "^1"
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6285883

Please sign in to comment.