composer require redis extension
This commit is contained in:
parent
33d484355a
commit
102e6cc613
2 changed files with 5 additions and 3 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"require": {
|
||||
"php": ">=7.0.0",
|
||||
"ext-phalcon": ">=3.4.0",
|
||||
"ext-redis": "*",
|
||||
"robmorgan/phinx": "^0.9.2",
|
||||
"league/oauth2-client": "^2.3",
|
||||
"league/oauth2-github": "^2.0",
|
||||
|
|
|
|||
7
composer.lock
generated
7
composer.lock
generated
|
|
@ -4,8 +4,8 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "654039a0cc6e3e9df524a14cbc5e69c8",
|
||||
"content-hash": "58d89f92dc21de1981095bb8fe2174de",
|
||||
"hash": "01d955324dab45a8647cc235d2a93d68",
|
||||
"content-hash": "b2a64be9535ccaf045a7155343a64ec9",
|
||||
"packages": [
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
|
|
@ -1219,7 +1219,8 @@
|
|||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=7.0.0",
|
||||
"ext-phalcon": ">=3.4.0"
|
||||
"ext-phalcon": ">=3.4.0",
|
||||
"ext-apc": "*"
|
||||
},
|
||||
"platform-dev": []
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue