Skip to content

Commit

Permalink
Bump version and update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrenth committed Nov 5, 2021
1 parent c4f2579 commit 8e93029
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2021-10-18
## [2.0.0] - 2021-11-05
### Added
- PHP 7.4 and PHP 8.0 support.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Horizon is 100% open source, so you're free to dig through the source to see exa

## Requirements

* October CMS 1.0
* Due to its usage of async process signals, Horizon requires **PHP 7.1+**.
* October CMS 1.0 or higher
* PHP 7.4 or PHP 8.0+
* PHP extensions: `ext-pcntl`, `ext-posix` and `ext-redis`.
* Supervisor, see [Laravel 6.x supervisor configuration](https://laravel.com/docs/6.x/queues#supervisor-configuration).

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"ext-redis": "*",
"laravel/horizon": "^3.0",
"composer/installers": "^1.0"

},
"archive": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.0.0: "First version of Vdlp.Horizon"
1.1.0: "Removed the dependency of the October CMS module. Moved Horizon Assets. See CHANGELOG for more details."
2.0.0: "Removed the dependency of the October CMS module. Moved Horizon Assets. See CHANGELOG for more details."

0 comments on commit 8e93029

Please sign in to comment.