{ "_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#installing-dependencies", "This file is @generated automatically" ], "content-hash": "746ba78c06aef0cf954135ea909f9eb9", "packages": [ { "name": "adoy/fastcgi-client", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/adoy/PHP-FastCGI-Client.git", "reference": "6d9a552f0206a1db7feb442824540aa6c55e5b27" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/adoy/PHP-FastCGI-Client/zipball/6d9a552f0206a1db7feb442824540aa6c55e5b27", "reference": "6d9a552f0206a1db7feb442824540aa6c55e5b27", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "Adoy\\FastCGI\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pierrick Charron", "email": "pierrick@adoy.net" } ], "description": "Lightweight, single file FastCGI client for PHP.", "keywords": [ "fastcgi", "fcgi" ], "time": "2019-12-11T13:49:21+00:00" }, { "name": "alcaeus/mongo-php-adapter", "version": "1.1.11", "source": { "type": "git", "url": "https://github.com/alcaeus/mongo-php-adapter.git", "reference": "43b6add94c8b4cb9890d662cba4c0defde733dcf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alcaeus/mongo-php-adapter/zipball/43b6add94c8b4cb9890d662cba4c0defde733dcf", "reference": "43b6add94c8b4cb9890d662cba4c0defde733dcf", "shasum": "" }, "require": { "ext-ctype": "*", "ext-hash": "*", "ext-mongodb": "^1.2.0", "mongodb/mongodb": "^1.0.1", "php": "^5.6 || ^7.0" }, "provide": { "ext-mongo": "1.6.14" }, "require-dev": { "phpunit/phpunit": "^5.7.27 || ^6.0 || ^7.0", "squizlabs/php_codesniffer": "^3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "Mongo": "lib/Mongo" }, "psr-4": { "Alcaeus\\MongoDbAdapter\\": "lib/Alcaeus/MongoDbAdapter" }, "files": [ "lib/Mongo/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "alcaeus", "email": "alcaeus@alcaeus.org" }, { "name": "Olivier Lechevalier", "email": "olivier.lechevalier@gmail.com" } ], "description": "Adapter to provide ext-mongo interface on top of mongo-php-libary", "keywords": [ "database", "mongodb" ], "time": "2019-11-11T20:47:32+00:00" } ], "packages-dev": [ { "name": "behat/gherkin", "version": "v4.6.2", "source": { "type": "git", "url": "https://github.com/Behat/Gherkin.git", "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31", "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31", "shasum": "" }, "require": { "php": ">=5.3.1" }, "require-dev": { "phpunit/phpunit": "~4.5|~5", "symfony/phpunit-bridge": "~2.7|~3|~4", "symfony/yaml": "~2.3|~3|~4" }, "suggest": { "symfony/yaml": "If you want to parse features, represented in YAML files" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.4-dev" } }, "autoload": { "psr-0": { "Behat\\Gherkin": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Gherkin DSL parser for PHP 5.3", "homepage": "http://behat.org/", "keywords": [ "BDD", "Behat", "Cucumber", "DSL", "gherkin", "parser" ], "time": "2020-03-17T14:03:26+00:00" }, { "name": "codeception/codeception", "version": "4.1.6", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", "reference": "5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeception/Codeception/zipball/5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9", "reference": "5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9", "shasum": "" }, "require": { "behat/gherkin": "^4.4.0", "codeception/lib-asserts": "^1.0", "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0", "codeception/stub": "^2.0 | ^3.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/psr7": "~1.4", "php": ">=5.6.0 <8.0", "symfony/console": ">=2.7 <6.0", "symfony/css-selector": ">=2.7 <6.0", "symfony/event-dispatcher": ">=2.7 <6.0", "symfony/finder": ">=2.7 <6.0", "symfony/yaml": ">=2.7 <6.0" }, "require-dev": { "codeception/module-asserts": "*@dev", "codeception/module-cli": "*@dev", "codeception/module-db": "*@dev", "codeception/module-filesystem": "*@dev", "codeception/module-phpbrowser": "*@dev", "codeception/specify": "~0.3", "codeception/util-universalframework": "*@dev", "monolog/monolog": "~1.8", "squizlabs/php_codesniffer": "~2.0", "symfony/process": ">=2.7 <6.0", "vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0" }, "suggest": { "codeception/specify": "BDD-style code blocks", "codeception/verify": "BDD-style assertions", "hoa/console": "For interactive console functionality", "stecman/symfony-console-completion": "For BASH autocompletion", "symfony/phpunit-bridge": "For phpunit-bridge support" }, "bin": [ "codecept" ], "type": "library", "extra": { "branch-alias": [] }, "autoload": { "psr-4": { "Codeception\\": "src/Codeception", "Codeception\\Extension\\": "ext" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Bodnarchuk", "email": "davert@mail.ua", "homepage": "http://codegyre.com" } ], "description": "BDD-style testing framework", "homepage": "http://codeception.com/", "keywords": [ "BDD", "TDD", "acceptance testing", "functional testing", "unit testing" ], "time": "2020-06-07T16:31:51+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "intelligence/bt-base": 20, "intelligence/bt-common": 20, "intelligence/bt-lib-tools": 20, "intelligence/ci-lib-cache": 20, "intelligence/ci-lib-client": 20, "intelligence/ci-lib-contributed": 20, "intelligence/ci-lib-eav": 20, "intelligence/ci-lib-report": 20, "intelligence/git-leaks-elastic-client": 20, "intelligence/phishing-elastic-client": 20, "libs/gib-sso-client": 20, "mozhin/phplib": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^7.4.0", "ext-amqp": "^1.9", "ext-ctype": "*", "ext-curl": "^7.4", "ext-date": "^7.4", "ext-fileinfo": "*", "ext-geoip": "^1.1", "ext-gettext": "*", "ext-iconv": "*", "ext-imagick": "^3.4", "ext-imap": "^7.4", "ext-intl": "^7.4", "ext-json": "*", "ext-mbstring": "^7.4", "ext-mongodb": "^1.4", "ext-mysqli": "^7.4", "ext-pdo_mysql": "^7.4", "ext-redis": ">=3.1" }, "platform-dev": [] }