Archived
1
0
Fork 0

composer require redis extension

This commit is contained in:
Henrik Hautakoski 2018-08-08 15:31:15 +02:00
parent 33d484355a
commit 102e6cc613
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA
2 changed files with 5 additions and 3 deletions

View file

@ -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
View file

@ -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": []
}