1060 lines
38 KiB
JSON
1060 lines
38 KiB
JSON
{
|
|
"_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": "59c85216e432b1d4f39132fb41b67d86",
|
|
"content-hash": "7dd3f736a6f896ffb8424ca43b684087",
|
|
"packages": [
|
|
{
|
|
"name": "doctrine/annotations",
|
|
"version": "v1.2.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
|
|
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/lexer": "1.*",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "1.*",
|
|
"phpunit/phpunit": "4.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Annotations\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Docblock Annotations Parser",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"docblock",
|
|
"parser"
|
|
],
|
|
"time": "2015-08-31 12:32:49"
|
|
},
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "v1.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
|
|
"reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~5.5|~7.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": ">2.2,<2.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8|~5.0",
|
|
"predis/predis": "~1.0",
|
|
"satooshi/php-coveralls": "~0.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.6.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Caching library offering an object-oriented API for many cache backends",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"cache",
|
|
"caching"
|
|
],
|
|
"time": "2015-12-31 16:37:02"
|
|
},
|
|
{
|
|
"name": "doctrine/collections",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
|
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Collections\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Collections Abstraction library",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"array",
|
|
"collections",
|
|
"iterator"
|
|
],
|
|
"time": "2015-04-14 22:21:58"
|
|
},
|
|
{
|
|
"name": "doctrine/common",
|
|
"version": "v2.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/common.git",
|
|
"reference": "a579557bc689580c19fee4e27487a67fe60defc0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
|
|
"reference": "a579557bc689580c19fee4e27487a67fe60defc0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/annotations": "1.*",
|
|
"doctrine/cache": "1.*",
|
|
"doctrine/collections": "1.*",
|
|
"doctrine/inflector": "1.*",
|
|
"doctrine/lexer": "1.*",
|
|
"php": "~5.5|~7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8|~5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\": "lib/Doctrine/Common"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Common Library for Doctrine projects",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"collections",
|
|
"eventmanager",
|
|
"persistence",
|
|
"spl"
|
|
],
|
|
"time": "2015-12-25 13:18:31"
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "v2.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal.git",
|
|
"reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
|
|
"reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.4,<2.7-dev",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*",
|
|
"symfony/console": "2.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
|
},
|
|
"bin": [
|
|
"bin/doctrine-dbal"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\DBAL\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
}
|
|
],
|
|
"description": "Database Abstraction Layer",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"dbal",
|
|
"persistence",
|
|
"queryobject"
|
|
],
|
|
"time": "2016-01-05 22:11:12"
|
|
},
|
|
{
|
|
"name": "doctrine/doctrine-module",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/DoctrineModule.git",
|
|
"reference": "ade6c1667283e3d8131d40e79c427b8a8100e7d3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/ade6c1667283e3d8131d40e79c427b8a8100e7d3",
|
|
"reference": "ade6c1667283e3d8131d40e79c427b8a8100e7d3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/cache": "~1.5",
|
|
"doctrine/common": "~2.6",
|
|
"php": "^5.5 || ^7.0",
|
|
"symfony/console": "~2.3|~3.0",
|
|
"zendframework/zend-authentication": "~2.3",
|
|
"zendframework/zend-cache": "~2.3",
|
|
"zendframework/zend-mvc": "~2.3",
|
|
"zendframework/zend-paginator": "~2.3",
|
|
"zendframework/zend-servicemanager": "~2.3",
|
|
"zendframework/zend-stdlib": "~2.3",
|
|
"zendframework/zend-validator": "~2.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "dev-master",
|
|
"phpunit/phpunit": "~4.0",
|
|
"zendframework/zendframework": "~2.3"
|
|
},
|
|
"suggest": {
|
|
"doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments"
|
|
},
|
|
"bin": [
|
|
"bin/doctrine-module"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"DoctrineModule\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kyle Spraggs",
|
|
"email": "theman@spiffyjr.me",
|
|
"homepage": "http://www.spiffyjr.me/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@hotmail.com"
|
|
},
|
|
{
|
|
"name": "Michaël Gallego",
|
|
"email": "mic.gallego@gmail.com",
|
|
"homepage": "http://www.michaelgallego.fr"
|
|
},
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"homepage": "http://marco-pivetta.com/"
|
|
}
|
|
],
|
|
"description": "Zend Framework 2 Module that provides Doctrine basic functionality required for ORM and ODM modules",
|
|
"homepage": "http://www.doctrine-project.org/",
|
|
"keywords": [
|
|
"doctrine",
|
|
"module",
|
|
"zf2"
|
|
],
|
|
"time": "2016-03-21 22:50:01"
|
|
},
|
|
{
|
|
"name": "doctrine/doctrine-orm-module",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/DoctrineORMModule.git",
|
|
"reference": "50808eb795d00aac6a551023b1bb379de054f9b5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/50808eb795d00aac6a551023b1bb379de054f9b5",
|
|
"reference": "50808eb795d00aac6a551023b1bb379de054f9b5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/dbal": ">=2.4,<2.7",
|
|
"doctrine/doctrine-module": "~1.0",
|
|
"doctrine/orm": ">=2.5,<2.7",
|
|
"php": "^5.5 || ^7.0",
|
|
"symfony/console": "~2.5|~3.0",
|
|
"zendframework/zend-mvc": "~2.3",
|
|
"zendframework/zend-servicemanager": "~2.3",
|
|
"zendframework/zend-stdlib": "~2.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/data-fixtures": "1.0.*",
|
|
"doctrine/migrations": "1.0.*@dev",
|
|
"phpunit/phpunit": "~4.0",
|
|
"squizlabs/php_codesniffer": "~2",
|
|
"zendframework/zend-developer-tools": "*",
|
|
"zendframework/zendframework": "~2.3"
|
|
},
|
|
"suggest": {
|
|
"doctrine/migrations": "doctrine migrations if you want to keep your schema definitions versioned",
|
|
"zendframework/zend-developer-tools": "zend-developer-tools if you want to profile operations executed by the ORM during development",
|
|
"zendframework/zend-form": "if you want to use form elements backed by Doctrine"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"DoctrineORMModule\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kyle Spraggs",
|
|
"email": "theman@spiffyjr.me",
|
|
"homepage": "http://www.spiffyjr.me/"
|
|
},
|
|
{
|
|
"name": "Evan Coury",
|
|
"email": "me@evancoury.com",
|
|
"homepage": "http://blog.evan.pro/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@hotmail.com"
|
|
},
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"homepage": "http://marco-pivetta.com/"
|
|
}
|
|
],
|
|
"description": "Zend Framework 2 Module that provides Doctrine ORM functionality",
|
|
"homepage": "http://www.doctrine-project.org/",
|
|
"keywords": [
|
|
"doctrine",
|
|
"module",
|
|
"orm",
|
|
"zf2"
|
|
],
|
|
"time": "2016-03-22 00:43:08"
|
|
},
|
|
{
|
|
"name": "doctrine/inflector",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Inflector\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"inflection",
|
|
"pluralize",
|
|
"singularize",
|
|
"string"
|
|
],
|
|
"time": "2015-11-06 14:35:42"
|
|
},
|
|
{
|
|
"name": "doctrine/instantiator",
|
|
"version": "1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3,<8.0-DEV"
|
|
},
|
|
"require-dev": {
|
|
"athletic/athletic": "~0.1.8",
|
|
"ext-pdo": "*",
|
|
"ext-phar": "*",
|
|
"phpunit/phpunit": "~4.0",
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"homepage": "http://ocramius.github.com/"
|
|
}
|
|
],
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
"homepage": "https://github.com/doctrine/instantiator",
|
|
"keywords": [
|
|
"constructor",
|
|
"instantiate"
|
|
],
|
|
"time": "2015-06-14 21:17:01"
|
|
},
|
|
{
|
|
"name": "doctrine/lexer",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/lexer.git",
|
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
|
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Lexer\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"lexer",
|
|
"parser"
|
|
],
|
|
"time": "2014-09-09 13:34:57"
|
|
},
|
|
{
|
|
"name": "doctrine/orm",
|
|
"version": "v2.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/doctrine2.git",
|
|
"reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
|
|
"reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/cache": "~1.4",
|
|
"doctrine/collections": "~1.2",
|
|
"doctrine/common": ">=2.5-dev,<2.7-dev",
|
|
"doctrine/dbal": ">=2.5-dev,<2.6-dev",
|
|
"doctrine/instantiator": "~1.0.1",
|
|
"ext-pdo": "*",
|
|
"php": ">=5.4",
|
|
"symfony/console": "~2.5|~3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0",
|
|
"symfony/yaml": "~2.3|~3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
|
|
},
|
|
"bin": [
|
|
"bin/doctrine",
|
|
"bin/doctrine.php"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\ORM\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
}
|
|
],
|
|
"description": "Object-Relational-Mapper for PHP",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"orm"
|
|
],
|
|
"time": "2016-01-05 21:34:58"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v3.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "64a4d43b045f07055bb197650159769604cb2a92"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/64a4d43b045f07055bb197650159769604cb2a92",
|
|
"reference": "64a4d43b045f07055bb197650159769604cb2a92",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/event-dispatcher": "~2.8|~3.0",
|
|
"symfony/process": "~2.8|~3.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "For using the console logger",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"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-06-14 11:18:07"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "dff51f72b0706335131b00a7f49606168c582594"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
|
|
"reference": "dff51f72b0706335131b00a7f49606168c582594",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"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 polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2016-05-18 14:26:46"
|
|
},
|
|
{
|
|
"name": "zendframework/zendframework",
|
|
"version": "2.4.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zendframework.git",
|
|
"reference": "7e5bdc38820aef518c1c49d4b6e8fcb0083b165b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zendframework/zipball/7e5bdc38820aef518c1c49d4b6e8fcb0083b165b",
|
|
"reference": "7e5bdc38820aef518c1c49d4b6e8fcb0083b165b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.23",
|
|
"zendframework/zendxml": "^1.0.1"
|
|
},
|
|
"replace": {
|
|
"zendframework/zend-authentication": "self.version",
|
|
"zendframework/zend-barcode": "self.version",
|
|
"zendframework/zend-cache": "self.version",
|
|
"zendframework/zend-captcha": "self.version",
|
|
"zendframework/zend-code": "self.version",
|
|
"zendframework/zend-config": "self.version",
|
|
"zendframework/zend-console": "self.version",
|
|
"zendframework/zend-crypt": "self.version",
|
|
"zendframework/zend-db": "self.version",
|
|
"zendframework/zend-debug": "self.version",
|
|
"zendframework/zend-di": "self.version",
|
|
"zendframework/zend-dom": "self.version",
|
|
"zendframework/zend-escaper": "self.version",
|
|
"zendframework/zend-eventmanager": "self.version",
|
|
"zendframework/zend-feed": "self.version",
|
|
"zendframework/zend-file": "self.version",
|
|
"zendframework/zend-filter": "self.version",
|
|
"zendframework/zend-form": "self.version",
|
|
"zendframework/zend-http": "self.version",
|
|
"zendframework/zend-i18n": "self.version",
|
|
"zendframework/zend-inputfilter": "self.version",
|
|
"zendframework/zend-json": "self.version",
|
|
"zendframework/zend-ldap": "self.version",
|
|
"zendframework/zend-loader": "self.version",
|
|
"zendframework/zend-log": "self.version",
|
|
"zendframework/zend-mail": "self.version",
|
|
"zendframework/zend-math": "self.version",
|
|
"zendframework/zend-memory": "self.version",
|
|
"zendframework/zend-mime": "self.version",
|
|
"zendframework/zend-modulemanager": "self.version",
|
|
"zendframework/zend-mvc": "self.version",
|
|
"zendframework/zend-navigation": "self.version",
|
|
"zendframework/zend-paginator": "self.version",
|
|
"zendframework/zend-permissions-acl": "self.version",
|
|
"zendframework/zend-permissions-rbac": "self.version",
|
|
"zendframework/zend-progressbar": "self.version",
|
|
"zendframework/zend-resources": "self.version",
|
|
"zendframework/zend-serializer": "self.version",
|
|
"zendframework/zend-server": "self.version",
|
|
"zendframework/zend-servicemanager": "self.version",
|
|
"zendframework/zend-session": "self.version",
|
|
"zendframework/zend-soap": "self.version",
|
|
"zendframework/zend-stdlib": "self.version",
|
|
"zendframework/zend-tag": "self.version",
|
|
"zendframework/zend-test": "self.version",
|
|
"zendframework/zend-text": "self.version",
|
|
"zendframework/zend-uri": "self.version",
|
|
"zendframework/zend-validator": "self.version",
|
|
"zendframework/zend-version": "self.version",
|
|
"zendframework/zend-view": "self.version",
|
|
"zendframework/zend-xmlrpc": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "~1.0",
|
|
"fabpot/php-cs-fixer": "~1.0",
|
|
"ircmaxell/random-lib": "~1.1",
|
|
"mikey179/vfsstream": "~1.2",
|
|
"phpunit/phpcov": "~2.0",
|
|
"phpunit/phpunit": "~4.6",
|
|
"satooshi/php-coveralls": "dev-master"
|
|
},
|
|
"suggest": {
|
|
"doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
|
|
"ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
|
|
"ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
|
|
"ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
|
|
"zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
|
|
"zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
|
|
},
|
|
"bin": [
|
|
"bin/classmap_generator.php",
|
|
"bin/pluginmap_generator.php",
|
|
"bin/templatemap_generator.php"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev",
|
|
"dev-develop": "2.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\": "library/Zend/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 2",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"framework",
|
|
"zf2"
|
|
],
|
|
"time": "2016-05-09 20:54:25"
|
|
},
|
|
{
|
|
"name": "zendframework/zendxml",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/ZendXml.git",
|
|
"reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
|
|
"reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^3.7 || ^4.0",
|
|
"squizlabs/php_codesniffer": "^1.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"ZendXml\\": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Utility library for XML usage, best practices, and security in PHP",
|
|
"homepage": "http://packages.zendframework.com/",
|
|
"keywords": [
|
|
"security",
|
|
"xml",
|
|
"zf2"
|
|
],
|
|
"time": "2016-02-04 21:02:08"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"doctrine/doctrine-orm-module": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"platform-dev": []
|
|
}
|