Skip to content

Commit 7f80b7a

Browse files
prepare 1.1.0 release
1 parent 7d8e84f commit 7f80b7a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.1.0] - 2020-09-26
8+
9+
### Added
10+
- PHP 8 support
811

912
### Changed
1013
- Updated developement dependencies
14+
- Will not close file pointer anymore in library
1115

1216
## [1.0.2] - 2019-11-07
1317
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["event-driven", "inotify", "non-blocking", "ReactPHP"],
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2",
7+
"php": "^7.2|^8",
88
"ext-inotify": "*",
99
"react/event-loop": "^1",
1010
"evenement/evenement": "^3"

0 commit comments

Comments
 (0)