{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "5c75bff4fe5a0a6bad224baa082a98d6", "content-hash": "2f6fc5858111a5fe4c1bb1d335b5b370", "packages": [ { "name": "directus/collection", "version": "dev-d64", "source": { "type": "git", "url": "https://github.com/directus/directus-collection.git", "reference": "0f54b2dd89c939cae9138d4bc0acf9b07da9a18a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/directus/directus-collection/zipball/0f54b2dd89c939cae9138d4bc0acf9b07da9a18a", "reference": "0f54b2dd89c939cae9138d4bc0acf9b07da9a18a", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-d64": "0.9.x-dev" } }, "autoload": { "psr-4": { "Directus\\Collection\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Directus Collection Library", "keywords": [ "collection", "directus" ], "time": "2016-11-15 02:23:54" }, { "name": "directus/database", "version": "dev-d64", "source": { "type": "git", "url": "https://github.com/directus/directus-database.git", "reference": "74cbfc19a03c832b80535accc8e7fe6ccdef412a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/directus/directus-database/zipball/74cbfc19a03c832b80535accc8e7fe6ccdef412a", "reference": "74cbfc19a03c832b80535accc8e7fe6ccdef412a", "shasum": "" }, "require": { "directus/collection": "0.9.*", "php": ">=5.4.0", "zendframework/zend-db": "2.8.*" }, "require-dev": { "phpunit/phpunit": "~3.7.0" }, "type": "library", "extra": { "branch-alias": { "dev-d64": "0.9.x-dev" } }, "autoload": { "psr-4": { "Directus\\Database\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Directus Database Component", "keywords": [ "database", "directus" ], "time": "2016-11-27 21:25:59" }, { "name": "directus/filesystem", "version": "dev-d64", "source": { "type": "git", "url": "https://github.com/directus/directus-filesystem.git", "reference": "cdf8f2a023d6e0e634a5ba77638c084453845981" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/directus/directus-filesystem/zipball/cdf8f2a023d6e0e634a5ba77638c084453845981", "reference": "cdf8f2a023d6e0e634a5ba77638c084453845981", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-d64": "0.9.x-dev" } }, "autoload": { "psr-4": { "Directus\\Filesystem\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Directus Filesystem Library", "keywords": [ "directus", "filesystem" ], "time": "2016-11-24 09:06:56" }, { "name": "directus/hook", "version": "dev-d64", "source": { "type": "git", "url": "https://github.com/directus/directus-hook.git", "reference": "3d9f1943b1530b162dbf83627efab5ea492ccdaa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/directus/directus-hook/zipball/3d9f1943b1530b162dbf83627efab5ea492ccdaa", "reference": "3d9f1943b1530b162dbf83627efab5ea492ccdaa", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-d64": "0.9.x-dev" } }, "autoload": { "psr-4": { "Directus\\Hook\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Directus Hook Library", "keywords": [ "HOOK", "directus", "event" ], "time": "2016-11-16 18:22:20" }, { "name": "directus/permissions", "version": "dev-d64", "source": { "type": "git", "url": "https://github.com/directus/directus-permissions.git", "reference": "ede89b9221820c54e538780c73f82d5eb0dd2d3b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/directus/directus-permissions/zipball/ede89b9221820c54e538780c73f82d5eb0dd2d3b", "reference": "ede89b9221820c54e538780c73f82d5eb0dd2d3b", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-d64": "0.9.x-dev" } }, "autoload": { "psr-4": { "Directus\\Permissions\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Directus Permissions (ACL) Library", "keywords": [ "acl", "directus", "permissions" ], "time": "2016-11-16 19:14:18" }, { "name": "directus/sdk", "version": "dev-d64", "source": { "type": "git", "url": "https://github.com/directus/directus-sdk-php.git", "reference": "715811cc445a5a431e8da5f4f989646d1875f04a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/directus/directus-sdk-php/zipball/715811cc445a5a431e8da5f4f989646d1875f04a", "reference": "715811cc445a5a431e8da5f4f989646d1875f04a", "shasum": "" }, "require": { "directus/database": "0.9.*", "directus/filesystem": "0.9.*", "directus/hook": "0.9.*", "directus/permissions": "0.9.*", "directus/utils": "0.9.*", "guzzlehttp/guzzle": "~5.3.0", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "~3.7.0" }, "type": "library", "extra": { "branch-alias": { "dev-d64": "0.9.x-dev" } }, "autoload": { "psr-4": { "Directus\\SDK\\": "src/" }, "files": [ "src/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Directus SDK for PHP", "keywords": [ "directus", "sdk" ], "time": "2016-11-27 20:50:42" }, { "name": "directus/utils", "version": "dev-d64", "source": { "type": "git", "url": "https://github.com/directus/directus-php-utils.git", "reference": "674731a6c47b3ee6fe0e6795b5a5f46fb4cee1ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/directus/directus-php-utils/zipball/674731a6c47b3ee6fe0e6795b5a5f46fb4cee1ae", "reference": "674731a6c47b3ee6fe0e6795b5a5f46fb4cee1ae", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-d64": "0.9.x-dev" } }, "autoload": { "psr-4": { "Directus\\Util\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Directus Utils", "keywords": [ "directus", "helpers", "utils" ], "time": "2016-11-15 03:24:17" }, { "name": "guzzlehttp/guzzle", "version": "5.3.x-dev", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/70f1fa53b71c4647bf2762c09068a95f77e12fb8", "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8", "shasum": "" }, "require": { "guzzlehttp/ringphp": "^1.1", "php": ">=5.4.0" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.0" }, "type": "library", "autoload": { "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2016-07-15 19:28:39" }, { "name": "guzzlehttp/ringphp", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/RingPHP.git", "reference": "9465032ac5d6beaa55f10923403e6e1c36018d9c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/9465032ac5d6beaa55f10923403e6e1c36018d9c", "reference": "9465032ac5d6beaa55f10923403e6e1c36018d9c", "shasum": "" }, "require": { "guzzlehttp/streams": "~3.0", "php": ">=5.4.0", "react/promise": "~2.0" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "~4.0" }, "suggest": { "ext-curl": "Guzzle will use specific adapters if cURL is present" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Ring\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", "time": "2015-05-21 17:23:02" }, { "name": "guzzlehttp/streams", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/streams.git", "reference": "d99a261c616210618ab94fd319cb17eda458cc3e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/streams/zipball/d99a261c616210618ab94fd319cb17eda458cc3e", "reference": "d99a261c616210618ab94fd319cb17eda458cc3e", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Stream\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Provides a simple abstraction over streams of data", "homepage": "http://guzzlephp.org/", "keywords": [ "Guzzle", "stream" ], "time": "2016-04-13 16:32:01" }, { "name": "ircmaxell/password-compat", "version": "1.0.x-dev", "source": { "type": "git", "url": "https://github.com/ircmaxell/password_compat.git", "reference": "9b99377557a33a4129c9194e60a97a685fab21e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/9b99377557a33a4129c9194e60a97a685fab21e0", "reference": "9b99377557a33a4129c9194e60a97a685fab21e0", "shasum": "" }, "require-dev": { "phpunit/phpunit": "4.*" }, "type": "library", "autoload": { "files": [ "lib/password.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@php.net", "homepage": "http://blog.ircmaxell.com" } ], "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", "homepage": "https://github.com/ircmaxell/password_compat", "keywords": [ "hashing", "password" ], "time": "2014-11-20 19:18:42" }, { "name": "paragonie/random_compat", "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "pseudorandom", "random" ], "time": "2016-11-07 23:38:38" }, { "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": "react/promise", "version": "2.x-dev", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", "reference": "2f4b5955f3942870e01ce2492f7fde6dbe3e11cd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/2f4b5955f3942870e01ce2492f7fde6dbe3e11cd", "reference": "2f4b5955f3942870e01ce2492f7fde6dbe3e11cd", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "React\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", "time": "2016-11-23 18:42:25" }, { "name": "symfony/intl", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", "reference": "f7051487c7118ce466c5b92540fea9c79536804b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/intl/zipball/f7051487c7118ce466c5b92540fea9c79536804b", "reference": "f7051487c7118ce466c5b92540fea9c79536804b", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-intl-icu": "~1.0" }, "require-dev": { "symfony/filesystem": "~2.8|~3.0" }, "suggest": { "ext-intl": "to use the component with locales other than \"en\"" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Intl\\": "" }, "classmap": [ "Resources/stubs" ], "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" }, { "name": "Eriksen Costa", "email": "eriksen.costa@infranology.com.br" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", "homepage": "https://symfony.com", "keywords": [ "i18n", "icu", "internationalization", "intl", "l10n", "localization" ], "time": "2016-11-19 20:35:20" }, { "name": "symfony/polyfill", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/polyfill.git", "reference": "385d033a8e1d8778446d699ecbd886480716eba7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill/zipball/385d033a8e1d8778446d699ecbd886480716eba7", "reference": "385d033a8e1d8778446d699ecbd886480716eba7", "shasum": "" }, "require": { "ircmaxell/password-compat": "~1.0", "paragonie/random_compat": "~1.0|~2.0", "php": ">=5.3.3", "symfony/intl": "~2.3|~3.0" }, "replace": { "symfony/polyfill-apcu": "self.version", "symfony/polyfill-iconv": "self.version", "symfony/polyfill-intl-grapheme": "self.version", "symfony/polyfill-intl-icu": "self.version", "symfony/polyfill-intl-normalizer": "self.version", "symfony/polyfill-mbstring": "self.version", "symfony/polyfill-php54": "self.version", "symfony/polyfill-php55": "self.version", "symfony/polyfill-php56": "self.version", "symfony/polyfill-php70": "self.version", "symfony/polyfill-php71": "self.version", "symfony/polyfill-util": "self.version", "symfony/polyfill-xml": "self.version" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\": "src/" }, "files": [ "src/Apcu/bootstrap.php", "src/Php54/bootstrap.php", "src/Php55/bootstrap.php", "src/Php56/bootstrap.php", "src/Php70/bootstrap.php", "src/Php71/bootstrap.php", "src/Iconv/bootstrap.php", "src/Intl/Grapheme/bootstrap.php", "src/Intl/Icu/bootstrap.php", "src/Intl/Normalizer/bootstrap.php", "src/Mbstring/bootstrap.php", "src/Xml/bootstrap.php" ], "classmap": [ "src/Intl/Normalizer/Resources/stubs", "src/Php70/Resources/stubs", "src/Php54/Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfills backporting features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compat", "compatibility", "polyfill", "shim" ], "time": "2016-11-14 01:15:23" }, { "name": "voku/arrayy", "version": "2.2.5", "source": { "type": "git", "url": "https://github.com/voku/Arrayy.git", "reference": "e47a30f12b9c98bbce9e01c0d4c5313bfdc3624e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/Arrayy/zipball/e47a30f12b9c98bbce9e01c0d4c5313bfdc3624e", "reference": "e47a30f12b9c98bbce9e01c0d4c5313bfdc3624e", "shasum": "" }, "require": { "php": ">=5.3.0", "ramsey/array_column": "~1.1", "voku/portable-utf8": "~3.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-4": { "Arrayy\\": "src/" }, "files": [ "src/Create.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "http://www.moelleken.org/", "role": "Maintainer" } ], "description": "Array manipulation library for PHP, called Arrayy!", "keywords": [ "Arrayy", "array", "helpers", "manipulation", "methods", "utility", "utils" ], "time": "2016-11-06 00:20:52" }, { "name": "voku/portable-utf8", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/voku/portable-utf8.git", "reference": "eda4fac87f450130971b4c1b97a410cf8190e3ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/portable-utf8/zipball/eda4fac87f450130971b4c1b97a410cf8190e3ea", "reference": "eda4fac87f450130971b4c1b97a410cf8190e3ea", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/polyfill": "~1.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "suggest": { "ext-iconv": "Use iconv for best performance", "ext-intl": "Use Intl for best performance", "ext-mbstring": "Use Mbstring for best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } }, "autoload": { "psr-4": { "voku\\": "src/voku/" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "(Apache-2.0 or GPL-2.0)" ], "authors": [ { "name": "Hamid Sarfraz", "homepage": "http://pageconfig.com/" }, { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" } ], "description": "Portable UTF-8 library with polyfill / shim for Iconv, Intl, Mbstring, Normalizrer etc.", "homepage": "https://github.com/voku/portable-utf8", "keywords": [ "UTF", "clean", "php", "unicode", "utf-8", "utf8" ], "time": "2016-11-09 21:46:10" }, { "name": "voku/simple-cache", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/voku/simple-cache.git", "reference": "b3fbb6c926b83c33f4f29942b58ecf562f6a9e11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/simple-cache/zipball/b3fbb6c926b83c33f4f29942b58ecf562f6a9e11", "reference": "b3fbb6c926b83c33f4f29942b58ecf562f6a9e11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "voku\\cache\\": "src/voku/cache/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/", "role": "Developer" } ], "description": "Simple Cache library", "homepage": "https://github.com/voku/simple-cache", "keywords": [ "cache", "caching", "php", "simple cache" ], "time": "2016-09-29 09:10:01" }, { "name": "voku/simple-mysqli", "version": "v3.0.4", "source": { "type": "git", "url": "https://github.com/voku/simple-mysqli.git", "reference": "5dd08434fedf9b42f2052b0cd5fea50594f8fe28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/simple-mysqli/zipball/5dd08434fedf9b42f2052b0cd5fea50594f8fe28", "reference": "5dd08434fedf9b42f2052b0cd5fea50594f8fe28", "shasum": "" }, "require": { "php": ">=5.3.0", "voku/arrayy": "~2.0", "voku/portable-utf8": "~3.0", "voku/simple-cache": "~2.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-4": { "voku\\db\\": "src/voku/db/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Tavares", "email": "the.entomb@gmail.com", "homepage": "https://github.com/entomb", "role": "Developer" }, { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "https://github.com/voku", "role": "Developer" } ], "description": "Simple MySQLi library", "homepage": "https://github.com/voku/simple-mysqli", "keywords": [ "db", "mysqli", "php", "simple db" ], "time": "2016-11-02 14:36:48" }, { "name": "zendframework/zend-db", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/zendframework/zend-db.git", "reference": "ae46299099c724a96fd088ae05a0b64e3748a808" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-db/zipball/ae46299099c724a96fd088ae05a0b64e3748a808", "reference": "ae46299099c724a96fd088ae05a0b64e3748a808", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", "zendframework/zend-hydrator": "^1.1 || ^2.1", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" }, "suggest": { "zendframework/zend-eventmanager": "Zend\\EventManager component", "zendframework/zend-hydrator": "Zend\\Hydrator component for using HydratingResultSets", "zendframework/zend-servicemanager": "Zend\\ServiceManager component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev", "dev-develop": "2.9-dev" }, "zf": { "component": "Zend\\Db", "config-provider": "Zend\\Db\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Db\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-db", "keywords": [ "db", "zf2" ], "time": "2016-08-09 19:32:50" }, { "name": "zendframework/zend-stdlib", "version": "dev-develop", "source": { "type": "git", "url": "https://github.com/zendframework/zend-stdlib.git", "reference": "16818ed8ee2a92a503c43883dcb6263fe6283ee8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/16818ed8ee2a92a503c43883dcb6263fe6283ee8", "reference": "16818ed8ee2a92a503c43883dcb6263fe6283ee8", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "athletic/athletic": "~0.1", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "^2.6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev", "dev-develop": "3.2-dev" } }, "autoload": { "psr-4": { "Zend\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-stdlib", "keywords": [ "stdlib", "zf2" ], "time": "2016-09-13 14:40:02" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { "directus/sdk": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }