Add ext-apcu for Heroku
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-mcrypt": "*",
|
"ext-mcrypt": "*",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
|
"ext-apcu": "*",
|
||||||
"laravel/framework": "4.2.*",
|
"laravel/framework": "4.2.*",
|
||||||
"cachethq/segment": "1.0.*",
|
"cachethq/segment": "1.0.*",
|
||||||
"dingo/api": "0.8.*",
|
"dingo/api": "0.8.*",
|
||||||
|
|||||||
5
composer.lock
generated
5
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "be1834e0113a0c714857dadbe14a5503",
|
"hash": "aa66851e963b6a867ebb7bef58c27015",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "cachethq/segment",
|
"name": "cachethq/segment",
|
||||||
@@ -4217,7 +4217,8 @@
|
|||||||
"php": ">=5.4",
|
"php": ">=5.4",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-mcrypt": "*",
|
"ext-mcrypt": "*",
|
||||||
"ext-openssl": "*"
|
"ext-openssl": "*",
|
||||||
|
"ext-apcu": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": []
|
"platform-dev": []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user