{ "_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" ], "content-hash": "adc7409d2b1c9b9524946d4acd812379", "packages": [ { "name": "cygnite/framework", "version": "v1.3.2", "source": { "type": "git", "url": "https://github.com/cygnite/framework.git", "reference": "5c1866eb64b1f59f6d9c855a782a42fc56b53c40" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cygnite/framework/zipball/5c1866eb64b1f59f6d9c855a782a42fc56b53c40", "reference": "5c1866eb64b1f59f6d9c855a782a42fc56b53c40", "shasum": "" }, "require": { "php": ">=5.3.3", "swiftmailer/swiftmailer": "~5.1", "symfony/console": "2.3.*", "tracy/tracy": "2.2", "twig/twig": "1.*" }, "require-dev": { "mockery/mockery": "dev-master", "phpunit/phpunit": "dev-master" }, "type": "library", "autoload": { "psr-0": { "Cygnite": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sanjoy Dey", "email": "dey.sanjoy0@gmail.com" } ], "description": "Cygnite PHP Framework", "homepage": "http://www.cygniteframework.com", "keywords": [ "Cygnite", "framework" ], "time": "2016-06-30T18:34:53+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v5.4.9", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91", "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "mockery/mockery": "~0.9.1", "symfony/phpunit-bridge": "~3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris Corbyn" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "https://swiftmailer.symfony.com", "keywords": [ "email", "mail", "mailer" ], "time": "2018-01-23T07:37:21+00:00" }, { "name": "symfony/console", "version": "v2.3.42", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "20c12c6d6c5a087a66d4e77999451713a92a3507" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/20c12c6d6c5a087a66d4e77999451713a92a3507", "reference": "20c12c6d6c5a087a66d4e77999451713a92a3507", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/event-dispatcher": "~2.1" }, "suggest": { "symfony/event-dispatcher": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "time": "2016-05-26T08:04:58+00:00" }, { "name": "tracy/tracy", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/nette/tracy.git", "reference": "ac474bb6f5282f7b1d1c409e1317d2e803a386cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/tracy/zipball/ac474bb6f5282f7b1d1c409e1317d2e803a386cb", "reference": "ac474bb6f5282f7b1d1c409e1317d2e803a386cb", "shasum": "" }, "require": { "php": ">=5.3.1" }, "require-dev": { "nette/tester": "~1.0" }, "type": "library", "autoload": { "classmap": [ "src/Tracy" ], "files": [ "src/shortcuts.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Tracy: useful PHP debugger", "homepage": "http://tracy.nette.org", "keywords": [ "debug", "debugger", "nette" ], "time": "2014-05-12T15:43:35+00:00" }, { "name": "twig/twig", "version": "v1.35.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f", "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "psr/container": "^1.0", "symfony/debug": "~2.7", "symfony/phpunit-bridge": "~3.3@dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.35-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" }, "psr-4": { "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" }, { "name": "Twig Team", "homepage": "http://twig.sensiolabs.org/contributors", "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "http://twig.sensiolabs.org", "keywords": [ "templating" ], "time": "2017-09-27T18:06:46+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }