Skip to content

Commit cfdc0da

Browse files
authored
Merge pull request #8 from jderusse/fix-missing-ext
Add ext-sockets in requirements
2 parents 10c44a4 + d68850a commit cfdc0da

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Optimize your application by warming up OpCode.
55
## Requirements
66

77
- PHP `>=7.0`
8-
- Zend Opcache
8+
- Zend extension [Opcache](http://php.net/manual/en/book.opcache.php)
9+
- extension [Sockets](http://php.net/manual/en/book.sockets.php)
910
- composer `>=1.0.0`
1011

1112
## Install

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"require": {
55
"php": ">=7.0",
66
"composer-plugin-api": "^1.0",
7-
"ext-Zend-OPcache": "*"
7+
"ext-Zend-OPcache": "*",
8+
"ext-sockets": "*"
89
},
910
"extra": {
1011
"class": "Jderusse\\Warmup\\Plugin"

0 commit comments

Comments
 (0)