From 0751508ae3e1e2731e7c699b69c873e31ecc9ab7 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 3 Jan 2016 18:18:14 -0500 Subject: Reduce number of SQL queries for actions --- composer.lock | 52 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 3 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 76bc3d11..d2549d4f 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "8230f229ff6260e337d500aea1b42429", - "content-hash": "87b8db514c808c0775bd52ad72c1a71d", + "hash": "061fd1874ea29264f1aeee3d9394f441", + "content-hash": "85eaeb7f843881473efd22773a1e97d4", "packages": [ { "name": "christian-riesen/base32", @@ -543,6 +543,51 @@ ], "time": "2012-12-21 11:40:51" }, + { + "name": "ramsey/array_column", + "version": "1.1.3", + "source": { + "type": "git", + "url": "https://github.com/ramsey/array_column.git", + "reference": "f8e52eb28e67eb50e613b451dd916abcf783c1db" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ramsey/array_column/zipball/f8e52eb28e67eb50e613b451dd916abcf783c1db", + "reference": "f8e52eb28e67eb50e613b451dd916abcf783c1db", + "shasum": "" + }, + "require-dev": { + "jakub-onderka/php-parallel-lint": "0.8.*", + "phpunit/phpunit": "~4.5", + "satooshi/php-coveralls": "0.6.*", + "squizlabs/php_codesniffer": "~2.2" + }, + "type": "library", + "autoload": { + "files": [ + "src/array_column.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ben Ramsey", + "homepage": "http://benramsey.com" + } + ], + "description": "Provides functionality for array_column() to projects using PHP earlier than version 5.5.", + "homepage": "https://github.com/ramsey/array_column", + "keywords": [ + "array", + "array_column", + "column" + ], + "time": "2015-03-20 22:07:39" + }, { "name": "swiftmailer/swiftmailer", "version": "v5.4.1", @@ -830,7 +875,8 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "fguillot/picodb": 20 + "fguillot/picodb": 20, + "ramsey/array_column": 0 }, "prefer-stable": false, "prefer-lowest": false, -- cgit v1.2.3