Add ext-apcu for Heroku

This commit is contained in:
James Brooks
2015-02-21 14:08:03 +00:00
parent 25c36301cb
commit 943c56c40f
2 changed files with 4 additions and 2 deletions

View File

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

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