Skip to content
This repository was archived by the owner on Feb 6, 2019. It is now read-only.

Commit 1ea05a4

Browse files
committed
(deps) added pcntl ext as dep
1 parent 7ea8bb5 commit 1ea05a4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [2.1.1] - 19.10.2017
9+
### [Added]
10+
11+
* `ext-pcntl` as dependency
12+
813
## [2.1.0] - 18.10.2017
914
### [Changed]
1015
* signal handling for child termination to signal handler

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
]
1717
},
1818
"require": {
19-
"php": ">=7.0"
19+
"php": ">=7.0",
20+
"ext-pcntl": "*"
2021
},
2122
"require-dev": {
2223
"codeception/codeception": "^2.3"

0 commit comments

Comments
 (0)