mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
10452 lines
369 KiB
JSON
10452 lines
369 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": "8d0de406e4a8b7a521ae77cad85b9fb1",
|
||
"content-hash": "8c59edfd8ff03c3779aa3270acc389f8",
|
||
"packages": [
|
||
{
|
||
"name": "behat/transliterator",
|
||
"version": "v1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Transliterator.git",
|
||
"reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
|
||
"reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\Transliterator": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Artistic-1.0"
|
||
],
|
||
"description": "String transliterator",
|
||
"keywords": [
|
||
"i18n",
|
||
"slug",
|
||
"transliterator"
|
||
],
|
||
"time": "2015-09-28 16:26:35"
|
||
},
|
||
{
|
||
"name": "cocur/slugify",
|
||
"version": "v1.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/cocur/slugify.git",
|
||
"reference": "05f00fa75f1c53edfcf4d0425e7e62e95b8888dd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/cocur/slugify/zipball/05f00fa75f1c53edfcf4d0425e7e62e95b8888dd",
|
||
"reference": "05f00fa75f1c53edfcf4d0425e7e62e95b8888dd",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"codeclimate/php-test-reporter": "dev-master",
|
||
"laravel/framework": "~4.1",
|
||
"latte/latte": "~2.2",
|
||
"mockery/mockery": "~0.9",
|
||
"nette/di": "~2.2",
|
||
"phpunit/phpunit": "~4.6",
|
||
"plumphp/plum": "~0.1",
|
||
"sami/sami": "~1.3",
|
||
"satooshi/php-coveralls": "0.6.*",
|
||
"silex/silex": "~1.2",
|
||
"symfony/dependency-injection": "~2.4",
|
||
"symfony/http-kernel": "~2.4",
|
||
"twig/twig": "~1",
|
||
"zendframework/zend-modulemanager": "~2.2",
|
||
"zendframework/zend-servicemanager": "~2.2",
|
||
"zendframework/zend-view": "~2.2"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Cocur\\Slugify\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Ivo Bathke",
|
||
"email": "ivo.bathke@gmail.com"
|
||
},
|
||
{
|
||
"name": "Florian Eckerstorfer",
|
||
"email": "florian@eckerstorfer.co",
|
||
"homepage": "https://florian.ec"
|
||
}
|
||
],
|
||
"description": "Converts a string into a slug.",
|
||
"keywords": [
|
||
"slug",
|
||
"slugify"
|
||
],
|
||
"time": "2015-09-29 18:26:32"
|
||
},
|
||
{
|
||
"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.5.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/cache.git",
|
||
"reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/cache/zipball/2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
|
||
"reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"conflict": {
|
||
"doctrine/common": ">2.2,<2.4"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": ">=3.7",
|
||
"predis/predis": "~1.0",
|
||
"satooshi/php-coveralls": "~0.6"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.5.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-11-02 18:35:48"
|
||
},
|
||
{
|
||
"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.5.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/common.git",
|
||
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
|
||
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/annotations": "1.*",
|
||
"doctrine/cache": "1.*",
|
||
"doctrine/collections": "1.*",
|
||
"doctrine/inflector": "1.*",
|
||
"doctrine/lexer": "1.*",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~3.7"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.6.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Doctrine\\Common\\": "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 Library for Doctrine projects",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"annotations",
|
||
"collections",
|
||
"eventmanager",
|
||
"persistence",
|
||
"spl"
|
||
],
|
||
"time": "2015-08-31 13:00:22"
|
||
},
|
||
{
|
||
"name": "doctrine/data-fixtures",
|
||
"version": "v1.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/data-fixtures.git",
|
||
"reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
|
||
"reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/common": "~2.2",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"conflict": {
|
||
"doctrine/orm": "< 2.4"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "~2.4"
|
||
},
|
||
"suggest": {
|
||
"doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
|
||
"doctrine/orm": "For loading ORM fixtures",
|
||
"doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Doctrine\\Common\\DataFixtures": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jonathan Wage",
|
||
"email": "jonwage@gmail.com"
|
||
}
|
||
],
|
||
"description": "Data Fixtures for all Doctrine Object Managers",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"database"
|
||
],
|
||
"time": "2015-03-30 12:14:13"
|
||
},
|
||
{
|
||
"name": "doctrine/dbal",
|
||
"version": "v2.5.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/dbal.git",
|
||
"reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c",
|
||
"reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/common": ">=2.4,<2.6-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": "2015-09-16 16:29:33"
|
||
},
|
||
{
|
||
"name": "doctrine/doctrine-bundle",
|
||
"version": "1.6.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
||
"reference": "a5b3ba908ba68f3e14e42762a7b940fde65ed7da"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a5b3ba908ba68f3e14e42762a7b940fde65ed7da",
|
||
"reference": "a5b3ba908ba68f3e14e42762a7b940fde65ed7da",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/dbal": "~2.3",
|
||
"doctrine/doctrine-cache-bundle": "~1.0",
|
||
"jdorn/sql-formatter": "~1.1",
|
||
"php": ">=5.3.2",
|
||
"symfony/console": "~2.3|~3.0",
|
||
"symfony/doctrine-bridge": "~2.2|~3.0",
|
||
"symfony/framework-bundle": "~2.3|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "~2.3",
|
||
"phpunit/phpunit": "~4",
|
||
"satooshi/php-coveralls": "~0.6.1",
|
||
"symfony/validator": "~2.2|~3.0",
|
||
"symfony/yaml": "~2.2|~3.0",
|
||
"twig/twig": "~1.10"
|
||
},
|
||
"suggest": {
|
||
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
|
||
"symfony/web-profiler-bundle": "to use the data collector"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.6.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\Bundle\\DoctrineBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
},
|
||
{
|
||
"name": "Benjamin Eberlei",
|
||
"email": "kontakt@beberlei.de"
|
||
},
|
||
{
|
||
"name": "Doctrine Project",
|
||
"homepage": "http://www.doctrine-project.org/"
|
||
},
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
}
|
||
],
|
||
"description": "Symfony DoctrineBundle",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"database",
|
||
"dbal",
|
||
"orm",
|
||
"persistence"
|
||
],
|
||
"time": "2015-11-04 21:33:02"
|
||
},
|
||
{
|
||
"name": "doctrine/doctrine-cache-bundle",
|
||
"version": "1.2.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/DoctrineCacheBundle.git",
|
||
"reference": "030ff41ef1db66370b36467086bfb817a661fe6a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/030ff41ef1db66370b36467086bfb817a661fe6a",
|
||
"reference": "030ff41ef1db66370b36467086bfb817a661fe6a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/cache": "^1.4.2",
|
||
"doctrine/inflector": "~1.0",
|
||
"php": ">=5.3.2",
|
||
"symfony/doctrine-bridge": "~2.2|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"instaclick/coding-standard": "~1.1",
|
||
"instaclick/object-calisthenics-sniffs": "dev-master",
|
||
"instaclick/symfony2-coding-standard": "dev-remaster",
|
||
"phpunit/phpunit": "~4",
|
||
"satooshi/php-coveralls": "~0.6.1",
|
||
"squizlabs/php_codesniffer": "~1.5",
|
||
"symfony/console": "~2.2|~3.0",
|
||
"symfony/finder": "~2.2|~3.0",
|
||
"symfony/framework-bundle": "~2.2|~3.0",
|
||
"symfony/phpunit-bridge": "~2.7|~3.0",
|
||
"symfony/security-acl": "~2.3|~3.0",
|
||
"symfony/validator": "~2.2|~3.0",
|
||
"symfony/yaml": "~2.2|~3.0"
|
||
},
|
||
"suggest": {
|
||
"symfony/security-acl": "For using this bundle to cache ACLs"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
},
|
||
{
|
||
"name": "Benjamin Eberlei",
|
||
"email": "kontakt@beberlei.de"
|
||
},
|
||
{
|
||
"name": "Fabio B. Silva",
|
||
"email": "fabio.bat.silva@gmail.com"
|
||
},
|
||
{
|
||
"name": "Guilherme Blanco",
|
||
"email": "guilhermeblanco@hotmail.com"
|
||
},
|
||
{
|
||
"name": "Doctrine Project",
|
||
"homepage": "http://www.doctrine-project.org/"
|
||
},
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
}
|
||
],
|
||
"description": "Symfony Bundle for Doctrine Cache",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"cache",
|
||
"caching"
|
||
],
|
||
"time": "2015-11-27 04:59:07"
|
||
},
|
||
{
|
||
"name": "doctrine/doctrine-fixtures-bundle",
|
||
"version": "v2.21",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
|
||
"reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
|
||
"reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/data-fixtures": "~1.0",
|
||
"doctrine/doctrine-bundle": "~1.0",
|
||
"php": ">=5.3.2",
|
||
"symfony/doctrine-bridge": "~2.1"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\Bundle\\FixturesBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
},
|
||
{
|
||
"name": "Doctrine Project",
|
||
"homepage": "http://www.doctrine-project.org"
|
||
},
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
}
|
||
],
|
||
"description": "Symfony DoctrineFixturesBundle",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"Fixture",
|
||
"persistence"
|
||
],
|
||
"time": "2015-08-04 22:43:14"
|
||
},
|
||
{
|
||
"name": "doctrine/doctrine-migrations-bundle",
|
||
"version": "1.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
|
||
"reference": "303a576e2124efb07ec215e34ea2480b841cf5e4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/303a576e2124efb07ec215e34ea2480b841cf5e4",
|
||
"reference": "303a576e2124efb07ec215e34ea2480b841cf5e4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/doctrine-bundle": "~1.0",
|
||
"doctrine/migrations": "~1.0",
|
||
"php": ">=5.3.2",
|
||
"symfony/framework-bundle": "~2.3|~3.0"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\Bundle\\MigrationsBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
},
|
||
{
|
||
"name": "Doctrine Project",
|
||
"homepage": "http://www.doctrine-project.org"
|
||
},
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
}
|
||
],
|
||
"description": "Symfony DoctrineMigrationsBundle",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"dbal",
|
||
"migrations",
|
||
"schema"
|
||
],
|
||
"time": "2015-11-04 13:45:30"
|
||
},
|
||
{
|
||
"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/migrations",
|
||
"version": "v1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/migrations.git",
|
||
"reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/migrations/zipball/d196ddc229f50c66c5a015c158adb78a2dfb4351",
|
||
"reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/dbal": "~2.2",
|
||
"php": ">=5.4.0",
|
||
"symfony/console": "~2.3",
|
||
"symfony/yaml": "~2.3"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/coding-standard": "dev-master",
|
||
"doctrine/orm": "2.*",
|
||
"johnkary/phpunit-speedtrap": "~1.0@dev",
|
||
"mockery/mockery": "^0.9.4",
|
||
"phpunit/phpunit": "~4.7",
|
||
"satooshi/php-coveralls": "0.6.*"
|
||
},
|
||
"suggest": {
|
||
"symfony/console": "to run the migration from the console"
|
||
},
|
||
"bin": [
|
||
"bin/doctrine-migrations"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "v1.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"LGPL-2.1"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Benjamin Eberlei",
|
||
"email": "kontakt@beberlei.de"
|
||
},
|
||
{
|
||
"name": "Jonathan Wage",
|
||
"email": "jonwage@gmail.com"
|
||
}
|
||
],
|
||
"description": "Database Schema migrations using Doctrine DBAL",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"database",
|
||
"migrations"
|
||
],
|
||
"time": "2015-09-29 11:13:06"
|
||
},
|
||
{
|
||
"name": "doctrine/orm",
|
||
"version": "v2.4.8",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/doctrine2.git",
|
||
"reference": "5aedac1e5c5caaeac14798822c70325dc242d467"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/5aedac1e5c5caaeac14798822c70325dc242d467",
|
||
"reference": "5aedac1e5c5caaeac14798822c70325dc242d467",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/collections": "~1.1",
|
||
"doctrine/dbal": "~2.4",
|
||
"ext-pdo": "*",
|
||
"php": ">=5.3.2",
|
||
"symfony/console": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"satooshi/php-coveralls": "dev-master",
|
||
"symfony/yaml": "~2.1"
|
||
},
|
||
"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.4.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": "2015-08-31 13:19:01"
|
||
},
|
||
{
|
||
"name": "doctrine/phpcr-bundle",
|
||
"version": "1.2.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/DoctrinePHPCRBundle.git",
|
||
"reference": "cdc8c50858ceb9fc01f0cbd72ab03ed1fd7f6b4c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/DoctrinePHPCRBundle/zipball/cdc8c50858ceb9fc01f0cbd72ab03ed1fd7f6b4c",
|
||
"reference": "cdc8c50858ceb9fc01f0cbd72ab03ed1fd7f6b4c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"phpcr/phpcr-implementation": "2.1.*",
|
||
"phpcr/phpcr-utils": "~1.2.0",
|
||
"symfony/doctrine-bridge": "~2.3",
|
||
"symfony/framework-bundle": "~2.3.27 || ~2.4 || ~2.5.11 || ~2.6.6 || ~2.7"
|
||
},
|
||
"conflict": {
|
||
"phpcr/phpcr-shell": "<1.0.0-beta1"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/phpcr-odm": "~1.1",
|
||
"jackalope/jackalope-jackrabbit": "~1.1.0",
|
||
"matthiasnoback/symfony-dependency-injection-test": "0.*",
|
||
"symfony-cmf/testing": "~1.1",
|
||
"symfony/form": "~2.2"
|
||
},
|
||
"suggest": {
|
||
"burgov/key-value-form-bundle": "to edit assoc multivalue properties. require version 1.0.*",
|
||
"doctrine/data-fixtures": "if you want to use the fixture loading.",
|
||
"doctrine/doctrine-bundle": "when using jackalope-doctrine-dbal",
|
||
"doctrine/phpcr-odm": "if you want to use the odm as well. require version ~1.1",
|
||
"jackalope/jackalope-doctrine-dbal": "if you want to use jackalope-doctrine-dbal. require version 1.0.*",
|
||
"jackalope/jackalope-jackrabbit": "if you want to connect to jackrabbit. require version ~1.0.1",
|
||
"phpcr/phpcr-shell": "If you want native access to PHPCR-Shell to manage the PHPCR repository"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\Bundle\\PHPCRBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Benjamin Eberlei",
|
||
"email": "kontakt@beberlei.de"
|
||
},
|
||
{
|
||
"name": "Lukas Kahwe Smith",
|
||
"email": "smith@pooteeweet.org"
|
||
}
|
||
],
|
||
"description": "Symfony DoctrinePHPCRBundle",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"database",
|
||
"odm",
|
||
"persistence",
|
||
"phpcr"
|
||
],
|
||
"time": "2015-05-22 10:02:46"
|
||
},
|
||
{
|
||
"name": "doctrine/phpcr-odm",
|
||
"version": "1.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/phpcr-odm.git",
|
||
"reference": "62bbd2f469c464ad6c300fb9fa7712c8e004396c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/62bbd2f469c464ad6c300fb9fa7712c8e004396c",
|
||
"reference": "62bbd2f469c464ad6c300fb9fa7712c8e004396c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/annotations": "^1.2",
|
||
"doctrine/common": "^2.4",
|
||
"doctrine/data-fixtures": "^1.0",
|
||
"doctrine/instantiator": "^1.0.1",
|
||
"php": "^5.3.9|~7.0",
|
||
"phpcr/phpcr": "^2.1.1",
|
||
"phpcr/phpcr-implementation": "^2.1.0",
|
||
"phpcr/phpcr-utils": "^1.2.8",
|
||
"symfony/console": "^2.3|^3.0"
|
||
},
|
||
"conflict": {
|
||
"jackalope/jackalope-doctrine-dbal": "<1.1.5"
|
||
},
|
||
"require-dev": {
|
||
"liip/rmt": "~1.2",
|
||
"symfony/phpunit-bridge": "^2.7|^3.0",
|
||
"symfony/yaml": "^2.3|^3.0"
|
||
},
|
||
"suggest": {
|
||
"jackalope/jackalope-doctrine-dbal": "^1.1.5",
|
||
"jackalope/jackalope-jackrabbit": "^1.0",
|
||
"symfony/yaml": "^2.3|^3.0"
|
||
},
|
||
"bin": [
|
||
"bin/phpcrodm",
|
||
"bin/phpcrodm.php"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\ODM\\PHPCR\\": "lib/Doctrine/ODM/PHPCR"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Lukas Kahwe Smith",
|
||
"email": "smith@pooteeweet.org"
|
||
},
|
||
{
|
||
"name": "David Buchmann",
|
||
"email": "david@liip.ch"
|
||
},
|
||
{
|
||
"name": "Jordi Boggiano",
|
||
"email": "j.boggiano@seld.be"
|
||
}
|
||
],
|
||
"description": "Object-Document-Mapper for PHPCR",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"database",
|
||
"odm",
|
||
"phpcr"
|
||
],
|
||
"time": "2015-12-08 16:42:00"
|
||
},
|
||
{
|
||
"name": "friendsofsymfony/elastica-bundle",
|
||
"version": "v3.1.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/FriendsOfSymfony/FOSElasticaBundle.git",
|
||
"reference": "f6c14b282e1009b3f3a201ae028e2b0f6919f8e2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSElasticaBundle/zipball/f6c14b282e1009b3f3a201ae028e2b0f6919f8e2",
|
||
"reference": "f6c14b282e1009b3f3a201ae028e2b0f6919f8e2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2",
|
||
"psr/log": "~1.0",
|
||
"ruflin/elastica": "~2.1,<2.3",
|
||
"symfony/console": "~2.1",
|
||
"symfony/form": "~2.1",
|
||
"symfony/framework-bundle": "~2.3",
|
||
"symfony/property-access": "~2.3"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/doctrine-bundle": "~1.2",
|
||
"doctrine/orm": "~2.4",
|
||
"jms/serializer-bundle": "@stable",
|
||
"knplabs/knp-components": "~1.2",
|
||
"knplabs/knp-paginator-bundle": "~2.4",
|
||
"pagerfanta/pagerfanta": "~1.0",
|
||
"phpunit/phpunit": "~4.1",
|
||
"propel/propel1": "1.6.*",
|
||
"symfony/browser-kit": "~2.3",
|
||
"symfony/expression-language": "~2.4",
|
||
"symfony/twig-bundle": "~2.3"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"FOS\\ElasticaBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Tim Nagel",
|
||
"email": "tim@nagel.com.au"
|
||
},
|
||
{
|
||
"name": "Richard Miller",
|
||
"email": "richard.miller@limethinking.co.uk"
|
||
},
|
||
{
|
||
"name": "FriendsOfSymfony Community",
|
||
"homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle/contributors"
|
||
},
|
||
{
|
||
"name": "Jeremy Mikola",
|
||
"email": "jmikola@gmail.com"
|
||
}
|
||
],
|
||
"description": "Elasticsearch PHP integration for your Symfony2 project using Elastica",
|
||
"homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle",
|
||
"keywords": [
|
||
"doctrine2",
|
||
"elastica",
|
||
"elasticsearch",
|
||
"mongodb",
|
||
"propel",
|
||
"search"
|
||
],
|
||
"time": "2015-09-17 10:29:58"
|
||
},
|
||
{
|
||
"name": "friendsofsymfony/oauth-server-bundle",
|
||
"version": "1.4.2",
|
||
"target-dir": "FOS/OAuthServerBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
|
||
"reference": "9e15c229eff547443d686445d629e9356ab0672e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/9e15c229eff547443d686445d629e9356ab0672e",
|
||
"reference": "9e15c229eff547443d686445d629e9356ab0672e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"friendsofsymfony/oauth2-php": "~1.1.0",
|
||
"php": ">=5.3.3",
|
||
"symfony/framework-bundle": "~2.1",
|
||
"symfony/security-bundle": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/doctrine-bundle": "~1.0",
|
||
"doctrine/mongodb-odm": "1.0.*@dev",
|
||
"doctrine/orm": ">=2.2,<2.5-dev",
|
||
"symfony/class-loader": "~2.1",
|
||
"symfony/yaml": "~2.1",
|
||
"willdurand/propel-typehintable-behavior": "1.0.*"
|
||
},
|
||
"suggest": {
|
||
"doctrine/doctrine-bundle": "*",
|
||
"doctrine/mongodb-odm-bundle": "*",
|
||
"propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
|
||
"willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"FOS\\OAuthServerBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Arnaud Le Blanc",
|
||
"email": "arnaud.lb@gmail.com"
|
||
},
|
||
{
|
||
"name": "FriendsOfSymfony Community",
|
||
"homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony2 OAuth Server Bundle",
|
||
"homepage": "http://friendsofsymfony.github.com",
|
||
"keywords": [
|
||
"oauth",
|
||
"oauth2",
|
||
"server"
|
||
],
|
||
"time": "2014-10-31 13:44:14"
|
||
},
|
||
{
|
||
"name": "friendsofsymfony/oauth2-php",
|
||
"version": "1.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
|
||
"reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/23e76537c4a02e666ab4ba5abe67a69a886a0310",
|
||
"reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2",
|
||
"symfony/http-foundation": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"OAuth2\\": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Arnaud Le Blanc",
|
||
"email": "arnaud.lb@gmail.com"
|
||
},
|
||
{
|
||
"name": "FriendsOfSymfony Community",
|
||
"homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
|
||
}
|
||
],
|
||
"description": "OAuth2 library",
|
||
"homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
|
||
"keywords": [
|
||
"oauth",
|
||
"oauth2"
|
||
],
|
||
"time": "2014-11-03 10:21:20"
|
||
},
|
||
{
|
||
"name": "friendsofsymfony/rest-bundle",
|
||
"version": "1.7.2",
|
||
"target-dir": "FOS/RestBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
|
||
"reference": "70db6f7af4bb198881bfc9106aea633fa3e818c0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/70db6f7af4bb198881bfc9106aea633fa3e818c0",
|
||
"reference": "70db6f7af4bb198881bfc9106aea633fa3e818c0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/inflector": "~1.0",
|
||
"php": ">=5.3.9",
|
||
"psr/log": "~1.0",
|
||
"symfony/framework-bundle": "~2.3",
|
||
"symfony/http-kernel": "~2.3,>=2.3.24",
|
||
"willdurand/jsonp-callback-validator": "~1.0",
|
||
"willdurand/negotiation": "~1.2"
|
||
},
|
||
"conflict": {
|
||
"jms/serializer": "<0.12",
|
||
"jms/serializer-bundle": "<0.11",
|
||
"symfony/validator": ">=2.5.0,<2.5.5"
|
||
},
|
||
"require-dev": {
|
||
"jms/serializer": "~0.13|~1.0",
|
||
"jms/serializer-bundle": "~0.12|~1.0",
|
||
"phpoption/phpoption": "~1.1.0",
|
||
"sensio/framework-extra-bundle": "~3.0",
|
||
"sllh/php-cs-fixer-styleci-bridge": "^1.3",
|
||
"symfony/browser-kit": "~2.3",
|
||
"symfony/dependency-injection": "~2.3",
|
||
"symfony/form": "~2.3",
|
||
"symfony/security": "~2.3",
|
||
"symfony/serializer": "~2.3",
|
||
"symfony/validator": "~2.3",
|
||
"symfony/yaml": "~2.3"
|
||
},
|
||
"suggest": {
|
||
"jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
|
||
"sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
|
||
"symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
|
||
"symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"FOS\\RestBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Lukas Kahwe Smith",
|
||
"email": "smith@pooteeweet.org"
|
||
},
|
||
{
|
||
"name": "FriendsOfSymfony Community",
|
||
"homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
|
||
},
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com"
|
||
}
|
||
],
|
||
"description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
|
||
"homepage": "http://friendsofsymfony.github.com",
|
||
"keywords": [
|
||
"rest"
|
||
],
|
||
"time": "2015-10-16 07:05:52"
|
||
},
|
||
{
|
||
"name": "fzaninotto/faker",
|
||
"version": "v1.5.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/fzaninotto/Faker.git",
|
||
"reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
|
||
"reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0",
|
||
"squizlabs/php_codesniffer": "~1.5"
|
||
},
|
||
"suggest": {
|
||
"ext-intl": "*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.5.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Faker\\": "src/Faker/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "François Zaninotto"
|
||
}
|
||
],
|
||
"description": "Faker is a PHP library that generates fake data for you.",
|
||
"keywords": [
|
||
"data",
|
||
"faker",
|
||
"fixtures"
|
||
],
|
||
"time": "2015-05-29 06:29:14"
|
||
},
|
||
{
|
||
"name": "gedmo/doctrine-extensions",
|
||
"version": "v2.4.13",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Atlantic18/DoctrineExtensions.git",
|
||
"reference": "5f4b6c848f0d6834a434a62a09a0935d147082e1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5f4b6c848f0d6834a434a62a09a0935d147082e1",
|
||
"reference": "5f4b6c848f0d6834a434a62a09a0935d147082e1",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/transliterator": "~1.0",
|
||
"doctrine/common": "~2.4",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/common": ">=2.5.0",
|
||
"doctrine/mongodb-odm": ">=1.0.2",
|
||
"doctrine/orm": ">=2.5.0",
|
||
"phpunit/phpunit": "~4.4",
|
||
"phpunit/phpunit-mock-objects": "~2.3",
|
||
"symfony/yaml": "~2.6"
|
||
},
|
||
"suggest": {
|
||
"doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
|
||
"doctrine/orm": "to use the extensions with the ORM"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.4.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Gedmo\\": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "David Buchmann",
|
||
"email": "david@liip.ch"
|
||
},
|
||
{
|
||
"name": "Gediminas Morkevicius",
|
||
"email": "gediminas.morkevicius@gmail.com"
|
||
},
|
||
{
|
||
"name": "Gustavo Falco",
|
||
"email": "comfortablynumb84@gmail.com"
|
||
}
|
||
],
|
||
"description": "Doctrine2 behavioral extensions",
|
||
"homepage": "http://gediminasm.org/",
|
||
"keywords": [
|
||
"Blameable",
|
||
"behaviors",
|
||
"doctrine2",
|
||
"extensions",
|
||
"gedmo",
|
||
"loggable",
|
||
"nestedset",
|
||
"sluggable",
|
||
"sortable",
|
||
"timestampable",
|
||
"translatable",
|
||
"tree",
|
||
"uploadable"
|
||
],
|
||
"time": "2016-02-18 15:33:43"
|
||
},
|
||
{
|
||
"name": "guzzle/guzzle",
|
||
"version": "v3.9.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle3.git",
|
||
"reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
|
||
"reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-curl": "*",
|
||
"php": ">=5.3.3",
|
||
"symfony/event-dispatcher": "~2.1"
|
||
},
|
||
"replace": {
|
||
"guzzle/batch": "self.version",
|
||
"guzzle/cache": "self.version",
|
||
"guzzle/common": "self.version",
|
||
"guzzle/http": "self.version",
|
||
"guzzle/inflection": "self.version",
|
||
"guzzle/iterator": "self.version",
|
||
"guzzle/log": "self.version",
|
||
"guzzle/parser": "self.version",
|
||
"guzzle/plugin": "self.version",
|
||
"guzzle/plugin-async": "self.version",
|
||
"guzzle/plugin-backoff": "self.version",
|
||
"guzzle/plugin-cache": "self.version",
|
||
"guzzle/plugin-cookie": "self.version",
|
||
"guzzle/plugin-curlauth": "self.version",
|
||
"guzzle/plugin-error-response": "self.version",
|
||
"guzzle/plugin-history": "self.version",
|
||
"guzzle/plugin-log": "self.version",
|
||
"guzzle/plugin-md5": "self.version",
|
||
"guzzle/plugin-mock": "self.version",
|
||
"guzzle/plugin-oauth": "self.version",
|
||
"guzzle/service": "self.version",
|
||
"guzzle/stream": "self.version"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/cache": "~1.3",
|
||
"monolog/monolog": "~1.0",
|
||
"phpunit/phpunit": "3.7.*",
|
||
"psr/log": "~1.0",
|
||
"symfony/class-loader": "~2.1",
|
||
"zendframework/zend-cache": "2.*,<2.3",
|
||
"zendframework/zend-log": "2.*,<2.3"
|
||
},
|
||
"suggest": {
|
||
"guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.9-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Guzzle": "src/",
|
||
"Guzzle\\Tests": "tests/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Guzzle Community",
|
||
"homepage": "https://github.com/guzzle/guzzle/contributors"
|
||
}
|
||
],
|
||
"description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
|
||
"homepage": "http://guzzlephp.org/",
|
||
"keywords": [
|
||
"client",
|
||
"curl",
|
||
"framework",
|
||
"http",
|
||
"http client",
|
||
"rest",
|
||
"web service"
|
||
],
|
||
"time": "2015-03-18 18:23:50"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/guzzle",
|
||
"version": "6.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle.git",
|
||
"reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
|
||
"reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzlehttp/promises": "~1.0",
|
||
"guzzlehttp/psr7": "~1.1",
|
||
"php": ">=5.5.0"
|
||
},
|
||
"require-dev": {
|
||
"ext-curl": "*",
|
||
"phpunit/phpunit": "~4.0",
|
||
"psr/log": "~1.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "6.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"src/functions_include.php"
|
||
],
|
||
"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",
|
||
"homepage": "http://guzzlephp.org/",
|
||
"keywords": [
|
||
"client",
|
||
"curl",
|
||
"framework",
|
||
"http",
|
||
"http client",
|
||
"rest",
|
||
"web service"
|
||
],
|
||
"time": "2015-11-23 00:47:50"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/promises",
|
||
"version": "1.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/promises.git",
|
||
"reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea",
|
||
"reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.5.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Promise\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions_include.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
}
|
||
],
|
||
"description": "Guzzle promises library",
|
||
"keywords": [
|
||
"promise"
|
||
],
|
||
"time": "2015-10-15 22:28:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/psr7",
|
||
"version": "1.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/psr7.git",
|
||
"reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/4d0bdbe1206df7440219ce14c972aa57cc5e4982",
|
||
"reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0",
|
||
"psr/http-message": "~1.0"
|
||
},
|
||
"provide": {
|
||
"psr/http-message-implementation": "1.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Psr7\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions_include.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
}
|
||
],
|
||
"description": "PSR-7 message implementation",
|
||
"keywords": [
|
||
"http",
|
||
"message",
|
||
"stream",
|
||
"uri"
|
||
],
|
||
"time": "2015-11-03 01:34:55"
|
||
},
|
||
{
|
||
"name": "hamcrest/hamcrest-php",
|
||
"version": "v1.2.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/hamcrest/hamcrest-php.git",
|
||
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
|
||
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"replace": {
|
||
"cordoval/hamcrest-php": "*",
|
||
"davedevelopment/hamcrest-php": "*",
|
||
"kodova/hamcrest-php": "*"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/php-file-iterator": "1.3.3",
|
||
"satooshi/php-coveralls": "dev-master"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"hamcrest"
|
||
],
|
||
"files": [
|
||
"hamcrest/Hamcrest.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD"
|
||
],
|
||
"description": "This is the PHP port of Hamcrest Matchers",
|
||
"keywords": [
|
||
"test"
|
||
],
|
||
"time": "2015-05-11 14:41:42"
|
||
},
|
||
{
|
||
"name": "hwi/oauth-bundle",
|
||
"version": "0.3.9",
|
||
"target-dir": "HWI/Bundle/OAuthBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/hwi/HWIOAuthBundle.git",
|
||
"reference": "ff5d2e3a5af9f665cebd375777ffb8ae437d9262"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/ff5d2e3a5af9f665cebd375777ffb8ae437d9262",
|
||
"reference": "ff5d2e3a5af9f665cebd375777ffb8ae437d9262",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"kriswallsmith/buzz": "~0.7",
|
||
"php": ">=5.3.3",
|
||
"symfony/framework-bundle": "~2.1",
|
||
"symfony/options-resolver": "~2.1",
|
||
"symfony/security-bundle": "~2.1"
|
||
},
|
||
"conflict": {
|
||
"twig/twig": "<1.12"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "~2.2",
|
||
"symfony/property-access": "~2.3",
|
||
"symfony/twig-bundle": "~2.1",
|
||
"symfony/validator": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"doctrine/doctrine-bundle": "to use Doctrine user provider",
|
||
"friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
|
||
"symfony/property-access": "to use FOSUB integration with this bundle",
|
||
"symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"HWI\\Bundle\\OAuthBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Contributors",
|
||
"homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
|
||
},
|
||
{
|
||
"name": "Joseph Bielawski",
|
||
"email": "stloyd@gmail.com"
|
||
},
|
||
{
|
||
"name": "Alexander",
|
||
"email": "iam.asm89@gmail.com"
|
||
},
|
||
{
|
||
"name": "Geoffrey Bachelet",
|
||
"email": "geoffrey.bachelet@gmail.com"
|
||
}
|
||
],
|
||
"description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
|
||
"homepage": "http://github.com/hwi/HWIOAuthBundle",
|
||
"keywords": [
|
||
"37signals",
|
||
"Authentication",
|
||
"amazon",
|
||
"bitbucket",
|
||
"bitly",
|
||
"box",
|
||
"dailymotion",
|
||
"deviantart",
|
||
"disqus",
|
||
"dropbox",
|
||
"eventbrite",
|
||
"facebook",
|
||
"firewall",
|
||
"flickr",
|
||
"foursquare",
|
||
"github",
|
||
"google",
|
||
"instagram",
|
||
"jira",
|
||
"linkedin",
|
||
"mail.ru",
|
||
"oauth",
|
||
"oauth1",
|
||
"oauth2",
|
||
"odnoklassniki",
|
||
"qq",
|
||
"salesforce",
|
||
"security",
|
||
"sensio connect",
|
||
"sina weibo",
|
||
"stack exchange",
|
||
"stereomood",
|
||
"trello",
|
||
"twitch",
|
||
"twitter",
|
||
"vkontakte",
|
||
"windows live",
|
||
"wordpress",
|
||
"yahoo",
|
||
"yandex"
|
||
],
|
||
"time": "2015-08-28 09:57:17"
|
||
},
|
||
{
|
||
"name": "imagine/imagine",
|
||
"version": "v0.6.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/avalanche123/Imagine.git",
|
||
"reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
|
||
"reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"sami/sami": "dev-master"
|
||
},
|
||
"suggest": {
|
||
"ext-gd": "to use the GD implementation",
|
||
"ext-gmagick": "to use the Gmagick implementation",
|
||
"ext-imagick": "to use the Imagick implementation"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-develop": "0.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Imagine": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Bulat Shakirzyanov",
|
||
"email": "mallluhuct@gmail.com",
|
||
"homepage": "http://avalanche123.com"
|
||
}
|
||
],
|
||
"description": "Image processing for PHP 5.3",
|
||
"homepage": "http://imagine.readthedocs.org/",
|
||
"keywords": [
|
||
"drawing",
|
||
"graphics",
|
||
"image manipulation",
|
||
"image processing"
|
||
],
|
||
"time": "2015-09-19 16:54:05"
|
||
},
|
||
{
|
||
"name": "incenteev/composer-parameter-handler",
|
||
"version": "v2.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Incenteev/ParameterHandler.git",
|
||
"reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
|
||
"reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"symfony/yaml": "~2.3|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"composer/composer": "1.0.*@dev",
|
||
"phpspec/prophecy-phpunit": "~1.0",
|
||
"symfony/filesystem": "~2.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Incenteev\\ParameterHandler\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Christophe Coevoet",
|
||
"email": "stof@notk.org"
|
||
}
|
||
],
|
||
"description": "Composer script handling your ignored parameter file",
|
||
"homepage": "https://github.com/Incenteev/ParameterHandler",
|
||
"keywords": [
|
||
"parameters management"
|
||
],
|
||
"time": "2015-11-10 17:04:01"
|
||
},
|
||
{
|
||
"name": "jackalope/jackalope",
|
||
"version": "1.2.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/jackalope/jackalope.git",
|
||
"reference": "a4bd18fee1d7d750fdba8bfa32aad1559da32b42"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/jackalope/jackalope/zipball/a4bd18fee1d7d750fdba8bfa32aad1559da32b42",
|
||
"reference": "a4bd18fee1d7d750fdba8bfa32aad1559da32b42",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-xml": "*",
|
||
"jackalope/jackalope-transport": "*",
|
||
"php": ">=5.3.3",
|
||
"phpcr/phpcr": "~2.1.0,>=2.1.0-beta12",
|
||
"phpcr/phpcr-utils": "~1.2,>=1.2.6"
|
||
},
|
||
"provide": {
|
||
"phpcr/phpcr-implementation": "2.1.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Jackalope\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT",
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jackalope Community",
|
||
"homepage": "https://github.com/jackalope/jackalope/contributors"
|
||
}
|
||
],
|
||
"description": "Jackalope PHPCR library",
|
||
"homepage": "http://jackalope.github.io",
|
||
"keywords": [
|
||
"phpcr"
|
||
],
|
||
"time": "2015-11-10 13:02:01"
|
||
},
|
||
{
|
||
"name": "jackalope/jackalope-doctrine-dbal",
|
||
"version": "1.2.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/jackalope/jackalope-doctrine-dbal.git",
|
||
"reference": "5bea74335a1c6e2ad82b258ee6c78c1896d42ec9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/jackalope/jackalope-doctrine-dbal/zipball/5bea74335a1c6e2ad82b258ee6c78c1896d42ec9",
|
||
"reference": "5bea74335a1c6e2ad82b258ee6c78c1896d42ec9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/dbal": ">=2.4.5,<3.0.x-dev",
|
||
"jackalope/jackalope": "~1.2.4",
|
||
"php": ">=5.3.3",
|
||
"phpcr/phpcr": "~2.1.2",
|
||
"phpcr/phpcr-utils": "^1.2.8"
|
||
},
|
||
"provide": {
|
||
"jackalope/jackalope-transport": "1.1.0"
|
||
},
|
||
"require-dev": {
|
||
"phpcr/phpcr-api-tests": "2.1.10",
|
||
"phpunit/dbunit": "~1.3",
|
||
"phpunit/phpunit": "4.7.*",
|
||
"psr/log": "~1.0"
|
||
},
|
||
"bin": [
|
||
"bin/jackalope"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Jackalope\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT",
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jackalope Community",
|
||
"homepage": "https://github.com/jackalope/jackalope-jackrabbit/contributors"
|
||
}
|
||
],
|
||
"description": "Jackalope Transport library for Doctrine DBAL",
|
||
"homepage": "http://jackalope.github.io",
|
||
"keywords": [
|
||
"doctrine-dbal",
|
||
"phpcr",
|
||
"transport implementation"
|
||
],
|
||
"time": "2015-10-20 14:39:49"
|
||
},
|
||
{
|
||
"name": "jdorn/sql-formatter",
|
||
"version": "v1.2.17",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/jdorn/sql-formatter.git",
|
||
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
|
||
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.2.4"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "3.7.*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"lib"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jeremy Dorn",
|
||
"email": "jeremy@jeremydorn.com",
|
||
"homepage": "http://jeremydorn.com/"
|
||
}
|
||
],
|
||
"description": "a PHP SQL highlighting library",
|
||
"homepage": "https://github.com/jdorn/sql-formatter/",
|
||
"keywords": [
|
||
"highlight",
|
||
"sql"
|
||
],
|
||
"time": "2014-01-12 16:20:24"
|
||
},
|
||
{
|
||
"name": "jms/metadata",
|
||
"version": "1.5.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/metadata.git",
|
||
"reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
|
||
"reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/cache": "~1.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.5.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Metadata\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Johannes Schmitt",
|
||
"email": "schmittjoh@gmail.com",
|
||
"homepage": "https://github.com/schmittjoh",
|
||
"role": "Developer of wrapped JMSSerializerBundle"
|
||
}
|
||
],
|
||
"description": "Class/method/property metadata management in PHP",
|
||
"keywords": [
|
||
"annotations",
|
||
"metadata",
|
||
"xml",
|
||
"yaml"
|
||
],
|
||
"time": "2014-07-12 07:13:19"
|
||
},
|
||
{
|
||
"name": "jms/parser-lib",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/parser-lib.git",
|
||
"reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
|
||
"reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"phpoption/phpoption": ">=0.9,<2.0-dev"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"JMS\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache2"
|
||
],
|
||
"description": "A library for easily creating recursive-descent parsers.",
|
||
"time": "2012-11-18 18:08:43"
|
||
},
|
||
{
|
||
"name": "jms/serializer",
|
||
"version": "1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/serializer.git",
|
||
"reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
|
||
"reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/annotations": "1.*",
|
||
"doctrine/instantiator": "~1.0.3",
|
||
"jms/metadata": "~1.1",
|
||
"jms/parser-lib": "1.*",
|
||
"php": ">=5.4.0",
|
||
"phpcollection/phpcollection": "~0.1"
|
||
},
|
||
"conflict": {
|
||
"twig/twig": "<1.12"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "~2.1",
|
||
"doctrine/phpcr-odm": "~1.0.1",
|
||
"jackalope/jackalope-doctrine-dbal": "1.0.*",
|
||
"phpunit/phpunit": "~4.0",
|
||
"propel/propel1": "~1.7",
|
||
"symfony/filesystem": "2.*",
|
||
"symfony/form": "~2.1",
|
||
"symfony/translation": "~2.0",
|
||
"symfony/validator": "~2.0",
|
||
"symfony/yaml": "2.*",
|
||
"twig/twig": "~1.12|~2.0"
|
||
},
|
||
"suggest": {
|
||
"symfony/yaml": "Required if you'd like to serialize data to YAML format."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"JMS\\Serializer": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache2"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Johannes M. Schmitt",
|
||
"email": "schmittjoh@gmail.com"
|
||
}
|
||
],
|
||
"description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
|
||
"homepage": "http://jmsyst.com/libs/serializer",
|
||
"keywords": [
|
||
"deserialization",
|
||
"jaxb",
|
||
"json",
|
||
"serialization",
|
||
"xml"
|
||
],
|
||
"time": "2015-10-27 09:24:41"
|
||
},
|
||
{
|
||
"name": "jms/serializer-bundle",
|
||
"version": "1.1.0",
|
||
"target-dir": "JMS/SerializerBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
|
||
"reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
|
||
"reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"jms/serializer": "^1.0.0",
|
||
"php": ">=5.4.0",
|
||
"phpoption/phpoption": "^1.1.0",
|
||
"symfony/framework-bundle": "~2.3|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/doctrine-bundle": "*",
|
||
"doctrine/orm": "*",
|
||
"symfony/browser-kit": "*",
|
||
"symfony/class-loader": "*",
|
||
"symfony/css-selector": "*",
|
||
"symfony/finder": "*",
|
||
"symfony/form": "*",
|
||
"symfony/process": "*",
|
||
"symfony/stopwatch": "*",
|
||
"symfony/twig-bundle": "*",
|
||
"symfony/validator": "*",
|
||
"symfony/yaml": "*"
|
||
},
|
||
"suggest": {
|
||
"jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"JMS\\SerializerBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache2"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Johannes M. Schmitt",
|
||
"email": "schmittjoh@gmail.com"
|
||
}
|
||
],
|
||
"description": "Allows you to easily serialize, and deserialize data of any complexity",
|
||
"homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
|
||
"keywords": [
|
||
"deserialization",
|
||
"jaxb",
|
||
"json",
|
||
"serialization",
|
||
"xml"
|
||
],
|
||
"time": "2015-11-10 12:26:42"
|
||
},
|
||
{
|
||
"name": "jms/translation-bundle",
|
||
"version": "1.2.2",
|
||
"target-dir": "JMS/TranslationBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
|
||
"reference": "b025251eaf65b73a775fa22ec277e771cdba35d8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/b025251eaf65b73a775fa22ec277e771cdba35d8",
|
||
"reference": "b025251eaf65b73a775fa22ec277e771cdba35d8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"nikic/php-parser": "^1.4|^2.0",
|
||
"php": "^5.3.3|^7.0",
|
||
"symfony/console": "^2.3|^3.0",
|
||
"symfony/framework-bundle": "^2.3|^3.0"
|
||
},
|
||
"conflict": {
|
||
"twig/twig": "<1.12"
|
||
},
|
||
"require-dev": {
|
||
"jms/di-extra-bundle": "^1.1",
|
||
"matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
|
||
"psr/log": "^1.0",
|
||
"sensio/framework-extra-bundle": "^2.3|^3.0",
|
||
"symfony/expression-language": "~2.6|~3.0",
|
||
"symfony/symfony": "^2.3|^3.0",
|
||
"twig/twig": "^1.12"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"JMS\\TranslationBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache2"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Johannes M. Schmitt",
|
||
"email": "schmittjoh@gmail.com"
|
||
}
|
||
],
|
||
"description": "Puts the Symfony Translation Component on steroids",
|
||
"homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
|
||
"keywords": [
|
||
"extract",
|
||
"extraction",
|
||
"i18n",
|
||
"interface",
|
||
"multilanguage",
|
||
"translation",
|
||
"ui",
|
||
"webinterface"
|
||
],
|
||
"time": "2016-04-03 16:16:17"
|
||
},
|
||
{
|
||
"name": "knplabs/gaufrette",
|
||
"version": "0.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/Gaufrette.git",
|
||
"reference": "9d52413665284f9c96e0cef399fc14e68ac0aa5a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/9d52413665284f9c96e0cef399fc14e68ac0aa5a",
|
||
"reference": "9d52413665284f9c96e0cef399fc14e68ac0aa5a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"amazonwebservices/aws-sdk-for-php": "1.5.*",
|
||
"aws/aws-sdk-php": "~2",
|
||
"doctrine/dbal": ">=2.3",
|
||
"dropbox-php/dropbox-php": "*",
|
||
"google/apiclient": "~1.1",
|
||
"herzult/php-ssh": "*",
|
||
"microsoft/windowsazure": "dev-master",
|
||
"mikey179/vfsstream": "~1.2.0",
|
||
"phpseclib/phpseclib": "dev-master",
|
||
"phpspec/phpspec": "2.0.*",
|
||
"phpunit/phpunit": "3.7.*",
|
||
"rackspace/php-opencloud": "1.9.*"
|
||
},
|
||
"suggest": {
|
||
"amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
|
||
"aws/aws-sdk-php": "to use the Amazon S3 adapter",
|
||
"doctrine/dbal": "to use the Doctrine DBAL adapter",
|
||
"dropbox-php/dropbox-php": "to use the Dropbox adapter",
|
||
"ext-apc": "to use the APC adapter",
|
||
"ext-curl": "*",
|
||
"ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
|
||
"ext-mbstring": "*",
|
||
"ext-mongo": "*",
|
||
"ext-zip": "to use the Zip adapter",
|
||
"google/apiclient": "to use GoogleCloudStorage adapter",
|
||
"herzult/php-ssh": "to use SFtp adapter",
|
||
"knplabs/knp-gaufrette-bundle": "to use with Symfony2",
|
||
"microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
|
||
"phpseclib/phpseclib": "to use PhpseclibSftp adapter",
|
||
"rackspace/php-opencloud": "to use Opencloud adapter"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Gaufrette": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "The contributors",
|
||
"homepage": "http://github.com/knplabs/Gaufrette/contributors"
|
||
},
|
||
{
|
||
"name": "KnpLabs Team",
|
||
"homepage": "http://knplabs.com"
|
||
}
|
||
],
|
||
"description": "PHP5 library that provides a filesystem abstraction layer",
|
||
"homepage": "http://knplabs.com",
|
||
"keywords": [
|
||
"abstraction",
|
||
"file",
|
||
"filesystem",
|
||
"media"
|
||
],
|
||
"time": "2015-05-26 08:25:40"
|
||
},
|
||
{
|
||
"name": "knplabs/knp-gaufrette-bundle",
|
||
"version": "0.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
|
||
"reference": "7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b",
|
||
"reference": "7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"knplabs/gaufrette": "~0.1.7|0.2.*@dev",
|
||
"symfony/framework-bundle": "2.*"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.2",
|
||
"symfony/console": "2.*",
|
||
"symfony/yaml": "2.*"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Knp\\Bundle\\GaufretteBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "The contributors",
|
||
"homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
|
||
},
|
||
{
|
||
"name": "Antoine Hérault",
|
||
"email": "antoine.herault@gmail.com"
|
||
}
|
||
],
|
||
"description": "Allows to easily use the Gaufrette library in a Symfony project",
|
||
"homepage": "http://knplabs.com",
|
||
"keywords": [
|
||
"abstraction",
|
||
"file",
|
||
"filesystem",
|
||
"media"
|
||
],
|
||
"time": "2015-09-18 12:09:25"
|
||
},
|
||
{
|
||
"name": "knplabs/knp-menu",
|
||
"version": "v1.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/KnpMenu.git",
|
||
"reference": "f8e867268f63f561c1adadd6cbb5d8524f921873"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/f8e867268f63f561c1adadd6cbb5d8524f921873",
|
||
"reference": "f8e867268f63f561c1adadd6cbb5d8524f921873",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"pimple/pimple": "*",
|
||
"silex/silex": "1.0.*",
|
||
"twig/twig": ">=1.2,<2.0-dev"
|
||
},
|
||
"suggest": {
|
||
"pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
|
||
"silex/silex": "for the integration with your silex application",
|
||
"twig/twig": "for the TwigRenderer and the integration with your templates"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Knp\\Menu\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Christophe Coevoet",
|
||
"email": "stof@notk.org"
|
||
},
|
||
{
|
||
"name": "KnpLabs",
|
||
"homepage": "http://knplabs.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
|
||
}
|
||
],
|
||
"description": "An object oriented menu library",
|
||
"homepage": "http://knplabs.com",
|
||
"keywords": [
|
||
"menu",
|
||
"tree"
|
||
],
|
||
"time": "2012-06-10 16:20:40"
|
||
},
|
||
{
|
||
"name": "knplabs/knp-menu-bundle",
|
||
"version": "v1.1.2",
|
||
"target-dir": "Knp/Bundle/MenuBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/KnpMenuBundle.git",
|
||
"reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/2fecac02614e5a006f674dd5dd754eeaeca060b9",
|
||
"reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"knplabs/knp-menu": "~1.1",
|
||
"symfony/framework-bundle": "~2.0"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Knp\\Bundle\\MenuBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Christophe Coevoet",
|
||
"email": "stof@notk.org"
|
||
},
|
||
{
|
||
"name": "Knplabs",
|
||
"homepage": "http://knplabs.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
|
||
}
|
||
],
|
||
"description": "This bundle provides an integration of the KnpMenu library",
|
||
"keywords": [
|
||
"menu"
|
||
],
|
||
"time": "2013-05-25 10:20:03"
|
||
},
|
||
{
|
||
"name": "knplabs/knp-snappy",
|
||
"version": "0.4.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/snappy.git",
|
||
"reference": "44f7a9b37d5686fd7db4c1e9569a802a5d16923f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/snappy/zipball/44f7a9b37d5686fd7db4c1e9569a802a5d16923f",
|
||
"reference": "44f7a9b37d5686fd7db4c1e9569a802a5d16923f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"symfony/process": "~2.3|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.7"
|
||
},
|
||
"suggest": {
|
||
"h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
|
||
"h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
|
||
"h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
|
||
"h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
|
||
"wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.5.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Knp\\Snappy": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "KnpLabs Team",
|
||
"homepage": "http://knplabs.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://github.com/KnpLabs/snappy/contributors"
|
||
}
|
||
],
|
||
"description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
|
||
"homepage": "http://github.com/KnpLabs/snappy",
|
||
"keywords": [
|
||
"knp",
|
||
"knplabs",
|
||
"pdf",
|
||
"snapshot",
|
||
"thumbnail",
|
||
"wkhtmltopdf"
|
||
],
|
||
"time": "2015-11-17 13:16:27"
|
||
},
|
||
{
|
||
"name": "knplabs/knp-snappy-bundle",
|
||
"version": "v1.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
|
||
"reference": "2aa510cb0192658428ff29206cef85342ec24d44"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/2aa510cb0192658428ff29206cef85342ec24d44",
|
||
"reference": "2aa510cb0192658428ff29206cef85342ec24d44",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"knplabs/knp-snappy": "*",
|
||
"php": ">=5.3.2",
|
||
"symfony/finder": ">=2.0.0",
|
||
"symfony/framework-bundle": ">=2.0.0",
|
||
"symfony/validator": ">=2.0.0"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Knp\\Bundle\\SnappyBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "KnpLabs Team",
|
||
"homepage": "http://knplabs.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Easily create PDF and images in Symfony2 by converting Twig/HTML templates.",
|
||
"homepage": "http://github.com/KnpLabs/KnpSnappyBundle",
|
||
"keywords": [
|
||
"bundle",
|
||
"knp",
|
||
"knplabs",
|
||
"pdf",
|
||
"snappy"
|
||
],
|
||
"time": "2015-08-24 21:40:00"
|
||
},
|
||
{
|
||
"name": "kriswallsmith/assetic",
|
||
"version": "v1.3.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/kriswallsmith/assetic.git",
|
||
"reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
|
||
"reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.1",
|
||
"symfony/process": "~2.1|~3.0"
|
||
},
|
||
"conflict": {
|
||
"twig/twig": "<1.23"
|
||
},
|
||
"require-dev": {
|
||
"cssmin/cssmin": "3.0.1",
|
||
"joliclic/javascript-packer": "1.1",
|
||
"kamicane/packager": "1.0",
|
||
"leafo/lessphp": "^0.3.7",
|
||
"leafo/scssphp": "~0.1",
|
||
"mrclay/minify": "~2.2",
|
||
"patchwork/jsqueeze": "~1.0|~2.0",
|
||
"phpunit/phpunit": "~4.8",
|
||
"psr/log": "~1.0",
|
||
"ptachoire/cssembed": "~1.0",
|
||
"symfony/phpunit-bridge": "~2.7|~3.0",
|
||
"twig/twig": "~1.8|~2.0"
|
||
},
|
||
"suggest": {
|
||
"leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
|
||
"leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
|
||
"leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
|
||
"patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
|
||
"ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
|
||
"twig/twig": "Assetic provides the integration with the Twig templating engine"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Assetic": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Kris Wallsmith",
|
||
"email": "kris.wallsmith@gmail.com",
|
||
"homepage": "http://kriswallsmith.net/"
|
||
}
|
||
],
|
||
"description": "Asset Management for PHP",
|
||
"homepage": "https://github.com/kriswallsmith/assetic",
|
||
"keywords": [
|
||
"assets",
|
||
"compression",
|
||
"minification"
|
||
],
|
||
"time": "2015-11-12 13:51:40"
|
||
},
|
||
{
|
||
"name": "kriswallsmith/buzz",
|
||
"version": "v0.15",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/kriswallsmith/Buzz.git",
|
||
"reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
|
||
"reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "3.7.*"
|
||
},
|
||
"suggest": {
|
||
"ext-curl": "*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Buzz": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Kris Wallsmith",
|
||
"email": "kris.wallsmith@gmail.com",
|
||
"homepage": "http://kriswallsmith.net/"
|
||
}
|
||
],
|
||
"description": "Lightweight HTTP client",
|
||
"homepage": "https://github.com/kriswallsmith/Buzz",
|
||
"keywords": [
|
||
"curl",
|
||
"http client"
|
||
],
|
||
"time": "2015-06-25 17:26:56"
|
||
},
|
||
{
|
||
"name": "league/url",
|
||
"version": "3.3.5",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/url.git",
|
||
"reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/url/zipball/1ae2c3ce29a7c5438339ff6388225844e6479da8",
|
||
"reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-mbstring": "*",
|
||
"php": ">=5.3.0",
|
||
"true/punycode": "^2.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"League\\Url\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Ignace Nyamagana Butera",
|
||
"email": "nyamsprod@gmail.com",
|
||
"homepage": "https://github.com/nyamsprod/",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "League/url is a lightweight PHP Url manipulating library",
|
||
"homepage": "http://url.thephpleague.com",
|
||
"keywords": [
|
||
"parse_url",
|
||
"php",
|
||
"url"
|
||
],
|
||
"time": "2015-07-15 08:24:12"
|
||
},
|
||
{
|
||
"name": "liip/imagine-bundle",
|
||
"version": "1.3.1",
|
||
"target-dir": "Liip/ImagineBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/liip/LiipImagineBundle.git",
|
||
"reference": "91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9",
|
||
"reference": "91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"imagine/imagine": "~0.5,<0.7",
|
||
"php": ">=5.3.2",
|
||
"symfony/filesystem": "~2.3 || ~3.0",
|
||
"symfony/finder": "~2.3 || ~3.0",
|
||
"symfony/framework-bundle": "~2.3 || ~3.0",
|
||
"symfony/options-resolver": "~2.3 || ~3.0"
|
||
},
|
||
"require-dev": {
|
||
"amazonwebservices/aws-sdk-for-php": "~1.0",
|
||
"aws/aws-sdk-php": "~2.4",
|
||
"doctrine/cache": "~1.1",
|
||
"doctrine/mongodb-odm": "1.0.*",
|
||
"doctrine/orm": "~2.3",
|
||
"ext-gd": "*",
|
||
"phpunit/phpunit": "~4.3",
|
||
"psr/log": "~1.0",
|
||
"symfony/browser-kit": "~2.3 || ~3.0",
|
||
"symfony/console": "~2.3 || ~3.0",
|
||
"symfony/form": "~2.3 || ~3.0",
|
||
"symfony/phpunit-bridge": "~2.3 || ~3.0",
|
||
"symfony/yaml": "~2.3 || ~3.0",
|
||
"twig/twig": "~1.12"
|
||
},
|
||
"suggest": {
|
||
"amazonwebservices/aws-sdk-for-php": "Add it if you'd like to use aws v1 resolver",
|
||
"aws/aws-sdk-php": "Add it if you'd like to use aws v2 or v3 resolver",
|
||
"monolog/monolog": "If you'd want to write logs",
|
||
"twig/twig": "If you'd want to use some handy twig filters, version 1.12 or greater required"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev",
|
||
"dev-0.x": "0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Liip\\ImagineBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Liip and other contributors",
|
||
"homepage": "https://github.com/liip/LiipImagineBundle/contributors"
|
||
}
|
||
],
|
||
"description": "This Bundle assists in imagine manipulation using the imagine library",
|
||
"homepage": "http://liip.ch",
|
||
"keywords": [
|
||
"image",
|
||
"imagine"
|
||
],
|
||
"time": "2015-08-27 11:27:33"
|
||
},
|
||
{
|
||
"name": "midgard/createphp",
|
||
"version": "1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/flack/createphp.git",
|
||
"reference": "132e7d20a6b418687ab7d779f1c2884abcaee6a5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/flack/createphp/zipball/132e7d20a6b418687ab7d779f1c2884abcaee6a5",
|
||
"reference": "132e7d20a6b418687ab7d779f1c2884abcaee6a5",
|
||
"shasum": ""
|
||
},
|
||
"require-dev": {
|
||
"doctrine/common": "~2.3.0",
|
||
"twig/twig": "~1.8"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Midgard\\CreatePHP": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"LGPL",
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Andreas Flack",
|
||
"email": "flack@contentcontrol-berlin.de",
|
||
"homepage": "http://www.contentcontrol-berlin.de/"
|
||
}
|
||
],
|
||
"description": "PHP adapter for Create.js",
|
||
"keywords": [
|
||
"rdfa"
|
||
],
|
||
"time": "2015-07-03 13:41:50"
|
||
},
|
||
{
|
||
"name": "mockery/mockery",
|
||
"version": "0.9.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/padraic/mockery.git",
|
||
"reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
|
||
"reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"hamcrest/hamcrest-php": "~1.1",
|
||
"lib-pcre": ">=7.0",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.9.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Mockery": "library/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Pádraic Brady",
|
||
"email": "padraic.brady@gmail.com",
|
||
"homepage": "http://blog.astrumfutura.com"
|
||
},
|
||
{
|
||
"name": "Dave Marshall",
|
||
"email": "dave.marshall@atstsolutions.co.uk",
|
||
"homepage": "http://davedevelopment.co.uk"
|
||
}
|
||
],
|
||
"description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
|
||
"homepage": "http://github.com/padraic/mockery",
|
||
"keywords": [
|
||
"BDD",
|
||
"TDD",
|
||
"library",
|
||
"mock",
|
||
"mock objects",
|
||
"mockery",
|
||
"stub",
|
||
"test",
|
||
"test double",
|
||
"testing"
|
||
],
|
||
"time": "2015-04-02 19:54:00"
|
||
},
|
||
{
|
||
"name": "monolog/monolog",
|
||
"version": "1.17.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Seldaek/monolog.git",
|
||
"reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
|
||
"reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0",
|
||
"psr/log": "~1.0"
|
||
},
|
||
"provide": {
|
||
"psr/log-implementation": "1.0.0"
|
||
},
|
||
"require-dev": {
|
||
"aws/aws-sdk-php": "^2.4.9",
|
||
"doctrine/couchdb": "~1.0@dev",
|
||
"graylog2/gelf-php": "~1.0",
|
||
"jakub-onderka/php-parallel-lint": "0.9",
|
||
"php-console/php-console": "^3.1.3",
|
||
"phpunit/phpunit": "~4.5",
|
||
"phpunit/phpunit-mock-objects": "2.3.0",
|
||
"raven/raven": "^0.13",
|
||
"ruflin/elastica": ">=0.90 <3.0",
|
||
"swiftmailer/swiftmailer": "~5.3",
|
||
"videlalvaro/php-amqplib": "~2.4"
|
||
},
|
||
"suggest": {
|
||
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
||
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
||
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
||
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
||
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
||
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
||
"raven/raven": "Allow sending log messages to a Sentry server",
|
||
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
||
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
||
"videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.16.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Monolog\\": "src/Monolog"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jordi Boggiano",
|
||
"email": "j.boggiano@seld.be",
|
||
"homepage": "http://seld.be"
|
||
}
|
||
],
|
||
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
||
"homepage": "http://github.com/Seldaek/monolog",
|
||
"keywords": [
|
||
"log",
|
||
"logging",
|
||
"psr-3"
|
||
],
|
||
"time": "2015-10-14 12:51:02"
|
||
},
|
||
{
|
||
"name": "nikic/php-parser",
|
||
"version": "v2.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/nikic/PHP-Parser.git",
|
||
"reference": "ce5be709d59b32dd8a88c80259028759991a4206"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ce5be709d59b32dd8a88c80259028759991a4206",
|
||
"reference": "ce5be709d59b32dd8a88c80259028759991a4206",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-tokenizer": "*",
|
||
"php": ">=5.4"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"bin": [
|
||
"bin/php-parse"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PhpParser\\": "lib/PhpParser"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nikita Popov"
|
||
}
|
||
],
|
||
"description": "A PHP parser written in PHP",
|
||
"keywords": [
|
||
"parser",
|
||
"php"
|
||
],
|
||
"time": "2016-02-28 19:48:28"
|
||
},
|
||
{
|
||
"name": "ocramius/proxy-manager",
|
||
"version": "1.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Ocramius/ProxyManager.git",
|
||
"reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
|
||
"reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"zendframework/zend-code": ">2.2.5,<3.0"
|
||
},
|
||
"require-dev": {
|
||
"ext-phar": "*",
|
||
"phpunit/phpunit": "~4.0",
|
||
"squizlabs/php_codesniffer": "1.5.*"
|
||
},
|
||
"suggest": {
|
||
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
|
||
"zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
|
||
"zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
|
||
"zendframework/zend-stdlib": "To use the hydrator proxy",
|
||
"zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"ProxyManager\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Marco Pivetta",
|
||
"email": "ocramius@gmail.com",
|
||
"homepage": "http://ocramius.github.com/"
|
||
}
|
||
],
|
||
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
|
||
"homepage": "https://github.com/Ocramius/ProxyManager",
|
||
"keywords": [
|
||
"aop",
|
||
"lazy loading",
|
||
"proxy",
|
||
"proxy pattern",
|
||
"service proxies"
|
||
],
|
||
"time": "2015-08-09 04:28:19"
|
||
},
|
||
{
|
||
"name": "omnipay/2checkout",
|
||
"version": "v2.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-2checkout.git",
|
||
"reference": "31394ce58d5999b6f49b321cb3547747837c1297"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-2checkout/zipball/31394ce58d5999b6f49b321cb3547747837c1297",
|
||
"reference": "31394ce58d5999b6f49b321cb3547747837c1297",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\TwoCheckout\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-2checkout/contributors"
|
||
}
|
||
],
|
||
"description": "2Checkout driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-2checkout",
|
||
"keywords": [
|
||
"2checkout",
|
||
"2co",
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment",
|
||
"twocheckout"
|
||
],
|
||
"time": "2014-09-17 00:35:37"
|
||
},
|
||
{
|
||
"name": "omnipay/authorizenet",
|
||
"version": "v2.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-authorizenet.git",
|
||
"reference": "142a95f550a5320db09e66019ecf5c8b8c3885b9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-authorizenet/zipball/142a95f550a5320db09e66019ecf5c8b8c3885b9",
|
||
"reference": "142a95f550a5320db09e66019ecf5c8b8c3885b9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\AuthorizeNet\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-authorizenet/contributors"
|
||
}
|
||
],
|
||
"description": "Authorize.Net gateway for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-authorizenet",
|
||
"keywords": [
|
||
"authorize",
|
||
"authorize net",
|
||
"authorize.net",
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2015-07-15 18:11:17"
|
||
},
|
||
{
|
||
"name": "omnipay/buckaroo",
|
||
"version": "v2.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-buckaroo.git",
|
||
"reference": "76a4fdc4af46a2eeff58036bcb16af7d077363b9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-buckaroo/zipball/76a4fdc4af46a2eeff58036bcb16af7d077363b9",
|
||
"reference": "76a4fdc4af46a2eeff58036bcb16af7d077363b9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\Buckaroo\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-buckaroo/contributors"
|
||
}
|
||
],
|
||
"description": "Buckaroo driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-buckaroo",
|
||
"keywords": [
|
||
"buckaroo",
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2014-09-17 00:35:28"
|
||
},
|
||
{
|
||
"name": "omnipay/cardsave",
|
||
"version": "2.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-cardsave.git",
|
||
"reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-cardsave/zipball/368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
|
||
"reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\CardSave\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-cardsave/contributors"
|
||
}
|
||
],
|
||
"description": "CardSave driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-cardsave",
|
||
"keywords": [
|
||
"card save",
|
||
"cardsave",
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2014-09-21 02:27:16"
|
||
},
|
||
{
|
||
"name": "omnipay/coinbase",
|
||
"version": "v2.0.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-coinbase.git",
|
||
"reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-coinbase/zipball/69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
|
||
"reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\Coinbase\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-coinbase/contributors"
|
||
}
|
||
],
|
||
"description": "Coinbase driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-coinbase",
|
||
"keywords": [
|
||
"coinbase",
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2015-03-06 05:35:39"
|
||
},
|
||
{
|
||
"name": "omnipay/common",
|
||
"version": "v2.3.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-common.git",
|
||
"reference": "fcd5a606713d11536c89315a5ae02d965a737c21"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/fcd5a606713d11536c89315a5ae02d965a737c21",
|
||
"reference": "fcd5a606713d11536c89315a5ae02d965a737c21",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzle/guzzle": "~3.9",
|
||
"php": ">=5.3.2",
|
||
"symfony/http-foundation": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
},
|
||
"gateways": [
|
||
"AuthorizeNet_AIM",
|
||
"AuthorizeNet_SIM",
|
||
"Buckaroo",
|
||
"Buckaroo_Ideal",
|
||
"Buckaroo_PayPal",
|
||
"CardSave",
|
||
"Coinbase",
|
||
"Dummy",
|
||
"Eway_Rapid",
|
||
"FirstData_Connect",
|
||
"GoCardless",
|
||
"Manual",
|
||
"Migs_ThreeParty",
|
||
"Migs_TwoParty",
|
||
"Mollie",
|
||
"MultiSafepay",
|
||
"Netaxept",
|
||
"NetBanx",
|
||
"PayFast",
|
||
"Payflow_Pro",
|
||
"PaymentExpress_PxPay",
|
||
"PaymentExpress_PxPost",
|
||
"PayPal_Express",
|
||
"PayPal_Pro",
|
||
"Pin",
|
||
"SagePay_Direct",
|
||
"SagePay_Server",
|
||
"SecurePay_DirectPost",
|
||
"Stripe",
|
||
"TargetPay_Directebanking",
|
||
"TargetPay_Ideal",
|
||
"TargetPay_Mrcash",
|
||
"TwoCheckout",
|
||
"WorldPay",
|
||
"Alipay Bank",
|
||
"AliPay Dual Func",
|
||
"Alipay Express",
|
||
"Alipay Mobile Express",
|
||
"Alipay Secured",
|
||
"Alipay Wap Express",
|
||
"Cybersource",
|
||
"DataCash",
|
||
"Ecopayz",
|
||
"Neteller",
|
||
"Pacnet",
|
||
"PaymentSense",
|
||
"Realex Remote",
|
||
"SecPay (PayPoint.net)",
|
||
"Sisow",
|
||
"Skrill",
|
||
"YandexMoney",
|
||
"YandexMoneyIndividual"
|
||
]
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Omnipay\\Common\\": "src/"
|
||
},
|
||
"classmap": [
|
||
"src/Omnipay/Omnipay.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-common/contributors"
|
||
}
|
||
],
|
||
"description": "Common components for Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-common",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment",
|
||
"purchase"
|
||
],
|
||
"time": "2015-03-30 14:34:46"
|
||
},
|
||
{
|
||
"name": "omnipay/dummy",
|
||
"version": "v2.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-dummy.git",
|
||
"reference": "2e4d4b37114917b7b843bed3cd19bafdf22ad420"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-dummy/zipball/2e4d4b37114917b7b843bed3cd19bafdf22ad420",
|
||
"reference": "2e4d4b37114917b7b843bed3cd19bafdf22ad420",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\Dummy\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-dummy/contributors"
|
||
}
|
||
],
|
||
"description": "Dummy driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-dummy",
|
||
"keywords": [
|
||
"Dummy",
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2014-09-17 00:39:36"
|
||
},
|
||
{
|
||
"name": "omnipay/eway",
|
||
"version": "v2.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-eway.git",
|
||
"reference": "0dcf28596f0382fbfc3ee229e98e60798675ed16"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-eway/zipball/0dcf28596f0382fbfc3ee229e98e60798675ed16",
|
||
"reference": "0dcf28596f0382fbfc3ee229e98e60798675ed16",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\Eway\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-eway/contributors"
|
||
}
|
||
],
|
||
"description": "eWay driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-eway",
|
||
"keywords": [
|
||
"eway",
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2015-03-30 00:28:33"
|
||
},
|
||
{
|
||
"name": "omnipay/firstdata",
|
||
"version": "v2.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-firstdata.git",
|
||
"reference": "0853bba0ee313f5557eb1c696d3ce5538dbd4aca"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-firstdata/zipball/0853bba0ee313f5557eb1c696d3ce5538dbd4aca",
|
||
"reference": "0853bba0ee313f5557eb1c696d3ce5538dbd4aca",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\FirstData\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-firstdata/contributors"
|
||
}
|
||
],
|
||
"description": "First Data driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-firstdata",
|
||
"keywords": [
|
||
"first data",
|
||
"firstdata",
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2015-07-28 17:50:44"
|
||
},
|
||
{
|
||
"name": "omnipay/gocardless",
|
||
"version": "2.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-gocardless.git",
|
||
"reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-gocardless/zipball/1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
|
||
"reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\GoCardless\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-gocardless/contributors"
|
||
}
|
||
],
|
||
"description": "GoCardless driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-gocardless",
|
||
"keywords": [
|
||
"gateway",
|
||
"go cardless",
|
||
"gocardless",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2015-09-24 14:44:29"
|
||
},
|
||
{
|
||
"name": "omnipay/manual",
|
||
"version": "v2.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-manual.git",
|
||
"reference": "ddbe7e8cfdb03b102219185aeb7dd91823275c71"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-manual/zipball/ddbe7e8cfdb03b102219185aeb7dd91823275c71",
|
||
"reference": "ddbe7e8cfdb03b102219185aeb7dd91823275c71",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\Manual\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-manual/contributors"
|
||
}
|
||
],
|
||
"description": "Manual driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-manual",
|
||
"keywords": [
|
||
"gateway",
|
||
"manual",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2014-09-17 00:37:01"
|
||
},
|
||
{
|
||
"name": "omnipay/migs",
|
||
"version": "v2.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-migs.git",
|
||
"reference": "b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-migs/zipball/b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b",
|
||
"reference": "b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\Migs\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-migs/contributors"
|
||
}
|
||
],
|
||
"description": "MIGS driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-migs",
|
||
"keywords": [
|
||
"gateway",
|
||
"mastercard internet gateway service",
|
||
"merchant",
|
||
"migs",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2014-09-17 00:38:25"
|
||
},
|
||
{
|
||
"name": "omnipay/mollie",
|
||
"version": "v3.0.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-mollie.git",
|
||
"reference": "a89cb0d15447023b24c03f86873c1c1489cd021b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/a89cb0d15447023b24c03f86873c1c1489cd021b",
|
||
"reference": "a89cb0d15447023b24c03f86873c1c1489cd021b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.2"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\Mollie\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-mollie/contributors"
|
||
}
|
||
],
|
||
"description": "Mollie driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-mollie",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"mollie",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2015-03-03 18:55:42"
|
||
},
|
||
{
|
||
"name": "omnipay/multisafepay",
|
||
"version": "V2.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-multisafepay.git",
|
||
"reference": "a0f09abf404ca0dd21b553578d7f95df2bfa5318"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-multisafepay/zipball/a0f09abf404ca0dd21b553578d7f95df2bfa5318",
|
||
"reference": "a0f09abf404ca0dd21b553578d7f95df2bfa5318",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\MultiSafepay\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-multisafepay/contributors"
|
||
}
|
||
],
|
||
"description": "MultiSafepay driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-multisafepay",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"multi safepay",
|
||
"multisafepay",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2015-01-14 04:01:43"
|
||
},
|
||
{
|
||
"name": "omnipay/netaxept",
|
||
"version": "v2.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-netaxept.git",
|
||
"reference": "a15ab75a338726536880b9ac0c1e6071a81342f9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-netaxept/zipball/a15ab75a338726536880b9ac0c1e6071a81342f9",
|
||
"reference": "a15ab75a338726536880b9ac0c1e6071a81342f9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\Netaxept\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-netaxept/contributors"
|
||
}
|
||
],
|
||
"description": "Netaxept driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-netaxept",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"netaxept",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2015-05-08 15:13:17"
|
||
},
|
||
{
|
||
"name": "omnipay/netbanx",
|
||
"version": "v2.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-netbanx.git",
|
||
"reference": "a56900120e676385cc42d67c82985fcaaa752140"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-netbanx/zipball/a56900120e676385cc42d67c82985fcaaa752140",
|
||
"reference": "a56900120e676385cc42d67c82985fcaaa752140",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\NetBanx\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-netbanx/contributors"
|
||
}
|
||
],
|
||
"description": "NetBanx driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-netbanx",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"netbanx",
|
||
"omnipay",
|
||
"pay",
|
||
"payment"
|
||
],
|
||
"time": "2014-09-17 00:38:46"
|
||
},
|
||
{
|
||
"name": "omnipay/omnipay",
|
||
"version": "2.3.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay.git",
|
||
"reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay/zipball/e9e6d95a2e7c3641ba31c985334d82e39dbd6078",
|
||
"reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/2checkout": "~2.0",
|
||
"omnipay/authorizenet": "~2.0",
|
||
"omnipay/buckaroo": "~2.0",
|
||
"omnipay/cardsave": "~2.0",
|
||
"omnipay/coinbase": "~2.0",
|
||
"omnipay/common": "~2.3.0",
|
||
"omnipay/dummy": "~2.0",
|
||
"omnipay/eway": "~2.0",
|
||
"omnipay/firstdata": "~2.0",
|
||
"omnipay/gocardless": "~2.0",
|
||
"omnipay/manual": "~2.0",
|
||
"omnipay/migs": "~2.0",
|
||
"omnipay/mollie": "~3.0",
|
||
"omnipay/multisafepay": "~2.0",
|
||
"omnipay/netaxept": "~2.0",
|
||
"omnipay/netbanx": "~2.0",
|
||
"omnipay/payfast": "~2.0",
|
||
"omnipay/payflow": "~2.0",
|
||
"omnipay/paymentexpress": "~2.0",
|
||
"omnipay/paypal": "~2.0",
|
||
"omnipay/pin": "~2.0",
|
||
"omnipay/sagepay": "~2.0",
|
||
"omnipay/securepay": "~2.0",
|
||
"omnipay/stripe": "~2.0",
|
||
"omnipay/targetpay": "~2.0",
|
||
"omnipay/worldpay": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "metapackage",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Community",
|
||
"homepage": "https://github.com/thephpleague/omnipay/graphs/contributors"
|
||
}
|
||
],
|
||
"description": "Includes Omnipay payment processing library and all officially supported gateways",
|
||
"homepage": "https://github.com/thephpleague/omnipay",
|
||
"keywords": [
|
||
"2checkout",
|
||
"2co",
|
||
"auth.net",
|
||
"authorize",
|
||
"authorize.net",
|
||
"buckaroo",
|
||
"cardsave",
|
||
"coinbase",
|
||
"commweb",
|
||
"dps",
|
||
"egate",
|
||
"eway",
|
||
"express",
|
||
"first data",
|
||
"firstdata",
|
||
"gateway",
|
||
"gocardless",
|
||
"ideal",
|
||
"merchant",
|
||
"migs",
|
||
"mollie",
|
||
"multisafepay",
|
||
"netaxept",
|
||
"netbanx",
|
||
"pay",
|
||
"payfast",
|
||
"payflow",
|
||
"payment",
|
||
"paymentexpress",
|
||
"paypal",
|
||
"pin",
|
||
"purchase",
|
||
"rapid",
|
||
"sagepay",
|
||
"securepay",
|
||
"stripe",
|
||
"tala",
|
||
"tala-payments",
|
||
"targetpay",
|
||
"twocheckout",
|
||
"worldpay"
|
||
],
|
||
"time": "2014-12-10 13:55:00"
|
||
},
|
||
{
|
||
"name": "omnipay/payfast",
|
||
"version": "v2.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-payfast.git",
|
||
"reference": "b5b0a0ce86a6471871e2b149643fc8cb836c465f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-payfast/zipball/b5b0a0ce86a6471871e2b149643fc8cb836c465f",
|
||
"reference": "b5b0a0ce86a6471871e2b149643fc8cb836c465f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\PayFast\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-payfast/contributors"
|
||
}
|
||
],
|
||
"description": "PayFast driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-payfast",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payfast",
|
||
"payment"
|
||
],
|
||
"time": "2014-09-17 00:39:04"
|
||
},
|
||
{
|
||
"name": "omnipay/payflow",
|
||
"version": "2.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-payflow.git",
|
||
"reference": "1d5963fd57bf16cfb8134900d3c34d9e30ca59a9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-payflow/zipball/1d5963fd57bf16cfb8134900d3c34d9e30ca59a9",
|
||
"reference": "1d5963fd57bf16cfb8134900d3c34d9e30ca59a9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\Payflow\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-payflow/contributors"
|
||
}
|
||
],
|
||
"description": "Payflow driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-payflow",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payflow",
|
||
"payment"
|
||
],
|
||
"time": "2015-11-03 20:55:42"
|
||
},
|
||
{
|
||
"name": "omnipay/paymentexpress",
|
||
"version": "v2.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-paymentexpress.git",
|
||
"reference": "bd417f02bacb2128c168956739cd3a902d3ee48c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-paymentexpress/zipball/bd417f02bacb2128c168956739cd3a902d3ee48c",
|
||
"reference": "bd417f02bacb2128c168956739cd3a902d3ee48c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\PaymentExpress\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-paymentexpress/contributors"
|
||
}
|
||
],
|
||
"description": "Payment Express (DPS) driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-paymentexpress",
|
||
"keywords": [
|
||
"direct payment solutions",
|
||
"dps",
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment",
|
||
"payment express",
|
||
"paymentexpress",
|
||
"pxaccess",
|
||
"pxpay",
|
||
"pxpost"
|
||
],
|
||
"time": "2015-04-03 00:20:28"
|
||
},
|
||
{
|
||
"name": "omnipay/paypal",
|
||
"version": "v2.4.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-paypal.git",
|
||
"reference": "53511ea0bd7e3cf9cabf79c79290a162ceee1224"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/53511ea0bd7e3cf9cabf79c79290a162ceee1224",
|
||
"reference": "53511ea0bd7e3cf9cabf79c79290a162ceee1224",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.3.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\PayPal\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-paypal/contributors"
|
||
}
|
||
],
|
||
"description": "PayPal gateway for Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-paypal",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment",
|
||
"paypal",
|
||
"purchase"
|
||
],
|
||
"time": "2015-07-08 17:27:39"
|
||
},
|
||
{
|
||
"name": "omnipay/pin",
|
||
"version": "v2.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/omnipay/pin.git",
|
||
"reference": "04e778e9689882d4c40419263014068b69b93168"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/omnipay/pin/zipball/04e778e9689882d4c40419263014068b69b93168",
|
||
"reference": "04e778e9689882d4c40419263014068b69b93168",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\Pin\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/omnipay/pin/contributors"
|
||
}
|
||
],
|
||
"description": "Pin Payments driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/omnipay/pin",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment",
|
||
"pin"
|
||
],
|
||
"time": "2014-04-14 11:26:15"
|
||
},
|
||
{
|
||
"name": "omnipay/sagepay",
|
||
"version": "v2.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-sagepay.git",
|
||
"reference": "899507095428fa54276ba5ca89f11fd7f8fd78ab"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/899507095428fa54276ba5ca89f11fd7f8fd78ab",
|
||
"reference": "899507095428fa54276ba5ca89f11fd7f8fd78ab",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\SagePay\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-sagepay/contributors"
|
||
}
|
||
],
|
||
"description": "Sage Pay driver for the Omnipay PHP payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-sagepay",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment",
|
||
"purchase",
|
||
"sage pay",
|
||
"sagepay"
|
||
],
|
||
"time": "2015-04-02 17:46:20"
|
||
},
|
||
{
|
||
"name": "omnipay/securepay",
|
||
"version": "v2.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/omnipay/securepay.git",
|
||
"reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/omnipay/securepay/zipball/09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
|
||
"reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\SecurePay\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/omnipay/securepay/contributors"
|
||
}
|
||
],
|
||
"description": "SecurePay driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/omnipay/securepay",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment",
|
||
"securepay"
|
||
],
|
||
"time": "2014-04-14 11:26:20"
|
||
},
|
||
{
|
||
"name": "omnipay/stripe",
|
||
"version": "v2.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-stripe.git",
|
||
"reference": "54b816a5e95e34c988d71fb805b0232cfd7c1ce5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/54b816a5e95e34c988d71fb805b0232cfd7c1ce5",
|
||
"reference": "54b816a5e95e34c988d71fb805b0232cfd7c1ce5",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\Stripe\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
|
||
}
|
||
],
|
||
"description": "Stripe driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-stripe",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment",
|
||
"stripe"
|
||
],
|
||
"time": "2015-11-10 16:17:35"
|
||
},
|
||
{
|
||
"name": "omnipay/targetpay",
|
||
"version": "v2.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-targetpay.git",
|
||
"reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-targetpay/zipball/fc74d5d0f7929ce86298faec9e195985d7d4afe0",
|
||
"reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\TargetPay\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-targetpay/contributors"
|
||
}
|
||
],
|
||
"description": "TargetPay driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-targetpay",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment",
|
||
"targetpay"
|
||
],
|
||
"time": "2014-09-17 00:38:39"
|
||
},
|
||
{
|
||
"name": "omnipay/worldpay",
|
||
"version": "v2.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/omnipay-worldpay.git",
|
||
"reference": "5353f02b7f800b93d8aeae606d6df09afa538457"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/omnipay-worldpay/zipball/5353f02b7f800b93d8aeae606d6df09afa538457",
|
||
"reference": "5353f02b7f800b93d8aeae606d6df09afa538457",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\WorldPay\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/thephpleague/omnipay-worldpay/contributors"
|
||
}
|
||
],
|
||
"description": "WorldPay driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/thephpleague/omnipay-worldpay",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment",
|
||
"worldpay"
|
||
],
|
||
"time": "2014-09-17 00:37:18"
|
||
},
|
||
{
|
||
"name": "pagerfanta/pagerfanta",
|
||
"version": "v1.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/whiteoctober/Pagerfanta.git",
|
||
"reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
|
||
"reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "~2.3",
|
||
"doctrine/phpcr-odm": "1.*",
|
||
"jackalope/jackalope-doctrine-dbal": "1.*",
|
||
"jmikola/geojson": "~1.0",
|
||
"mandango/mandango": "~1.0@dev",
|
||
"mandango/mondator": "~1.0@dev",
|
||
"phpunit/phpunit": "~4",
|
||
"propel/propel1": "~1.6",
|
||
"ruflin/elastica": "~1.3",
|
||
"solarium/solarium": "~3.1"
|
||
},
|
||
"suggest": {
|
||
"doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
|
||
"doctrine/orm": "To use the DoctrineORMAdapter.",
|
||
"doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
|
||
"mandango/mandango": "To use the MandangoAdapter.",
|
||
"propel/propel1": "To use the PropelAdapter",
|
||
"solarium/solarium": "To use the SolariumAdapter."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Pagerfanta\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Pablo Díez",
|
||
"email": "pablodip@gmail.com"
|
||
}
|
||
],
|
||
"description": "Pagination for PHP 5.3",
|
||
"keywords": [
|
||
"page",
|
||
"pagination",
|
||
"paginator",
|
||
"paging"
|
||
],
|
||
"time": "2014-10-06 10:57:25"
|
||
},
|
||
{
|
||
"name": "payum/iso4217",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Payum/iso4217.git",
|
||
"reference": "265c01a8c228f3c75b053353328769780a0a3321"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Payum/iso4217/zipball/265c01a8c228f3c75b053353328769780a0a3321",
|
||
"reference": "265c01a8c228f3c75b053353328769780a0a3321",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Payum\\ISO4217\\": "."
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Rob Bast",
|
||
"email": "rob.bast@gmail.com"
|
||
},
|
||
{
|
||
"name": "Community contributions",
|
||
"homepage": "https://github.com/Payum/Payum/contributors"
|
||
},
|
||
{
|
||
"name": "Kotlyar Maksim",
|
||
"email": "kotlyar.maksim@gmail.com"
|
||
},
|
||
{
|
||
"name": "Payum project",
|
||
"homepage": "http://payum.org/"
|
||
}
|
||
],
|
||
"description": "ISO 4217 PHP Library",
|
||
"homepage": "http://payum.org",
|
||
"keywords": [
|
||
"4217",
|
||
"ISO 4217",
|
||
"currencies",
|
||
"iso",
|
||
"library"
|
||
],
|
||
"time": "2015-04-14 17:23:40"
|
||
},
|
||
{
|
||
"name": "payum/omnipay-bridge",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Payum/OmnipayBridge.git",
|
||
"reference": "b3164103d402002c0aab24a43d80badf03e91ed8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Payum/OmnipayBridge/zipball/b3164103d402002c0aab24a43d80badf03e91ed8",
|
||
"reference": "b3164103d402002c0aab24a43d80badf03e91ed8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.3",
|
||
"payum/core": "1.0.*@dev",
|
||
"php": ">=5.5.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/dummy": "~2.0",
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Payum\\OmnipayBridge\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Community contributions",
|
||
"homepage": "https://github.com/Payum/OmnipayBridge/contributors"
|
||
},
|
||
{
|
||
"name": "Kotlyar Maksim",
|
||
"email": "kotlyar.maksim@gmail.com"
|
||
},
|
||
{
|
||
"name": "Payum project",
|
||
"homepage": "http://payum.org/"
|
||
}
|
||
],
|
||
"description": "This bridge allows you to use omnipay gateways but in payum like way.",
|
||
"homepage": "https://github.com/Payum/OmnipayBridge",
|
||
"keywords": [
|
||
"omnipay",
|
||
"payment"
|
||
],
|
||
"time": "2015-11-27 21:37:17"
|
||
},
|
||
{
|
||
"name": "payum/payum",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Payum/Payum.git",
|
||
"reference": "df32af9076820fc83053428004e5a3774a153a3a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Payum/Payum/zipball/df32af9076820fc83053428004e5a3774a153a3a",
|
||
"reference": "df32af9076820fc83053428004e5a3774a153a3a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzlehttp/guzzle": "~6.0",
|
||
"league/url": "~3.0",
|
||
"payum/iso4217": "~1.0",
|
||
"php": ">=5.5.0",
|
||
"twig/twig": "~1.0"
|
||
},
|
||
"replace": {
|
||
"payum/authorize-net-aim": "self.version",
|
||
"payum/be2bill": "self.version",
|
||
"payum/core": "self.version",
|
||
"payum/klarna-checkout": "self.version",
|
||
"payum/klarna-invoice": "self.version",
|
||
"payum/offline": "self.version",
|
||
"payum/payex": "self.version",
|
||
"payum/paypal-express-checkout-nvp": "self.version",
|
||
"payum/paypal-ipn": "self.version",
|
||
"payum/paypal-pro-checkout-nvp": "self.version",
|
||
"payum/paypal-rest": "self.version",
|
||
"payum/stripe": "self.version"
|
||
},
|
||
"require-dev": {
|
||
"authorizenet/authorizenet": "~1.8",
|
||
"doctrine/mongodb": "1.0.*@dev",
|
||
"doctrine/mongodb-odm": "1.0.*@dev",
|
||
"doctrine/orm": "2.3.*",
|
||
"ext-curl": "*",
|
||
"ext-pdo_sqlite": "*",
|
||
"ext-soap": "*",
|
||
"fp/klarna-invoice": "0.1.*",
|
||
"klarna/checkout": "~1|~2.0",
|
||
"omnipay/dummy": "~2.0",
|
||
"paypal/rest-api-sdk-php": "0.5.*",
|
||
"payum/omnipay-bridge": "~1.0@dev",
|
||
"phpunit/phpunit": "~4.0",
|
||
"propel/propel1": "~1.7",
|
||
"psr/log": "~1.0",
|
||
"stripe/stripe-php": "~1.0",
|
||
"symfony/form": "~2.3",
|
||
"symfony/http-foundation": "~2.3",
|
||
"symfony/http-kernel": "~2.3",
|
||
"symfony/routing": "~2.3",
|
||
"symfony/validator": "~2.6",
|
||
"zendframework/zend-db": "~2"
|
||
},
|
||
"suggest": {
|
||
"authorizenet/authorizenet": "If you want to use Authorizenet.NET install authorizenet/authorizenet:~1.8 library",
|
||
"doctrine/mongodb-odm": "If you want to store models to mongo doctrin2 ODM",
|
||
"doctrine/orm": "If you want to store models to database using doctrin2 ORM",
|
||
"ext-soap": "If you want to use Payex install ext-soap:* library",
|
||
"fp/klarna-invoice": "If you want to use Klarna Invoice install fp/klarna-invoice:0.1.* library",
|
||
"klarna/checkout": "If you want to use Klarna Checkout install klarna/checkout:~1|~2.0 library",
|
||
"monolog/monolog": "In case you want to use PSR-3 logger",
|
||
"paypal/rest-api-sdk-php": "If you want to use PayPal REST API install paypal/rest-api-sdk-php:0.5.* library",
|
||
"propel/propel": "If you want to store models to Propel2 ORM",
|
||
"propel/propel1": "If you want to store models to Propel1 ORM",
|
||
"stripe/stripe-php": "If you want to use Stripe install stripe/stripe-php:~1.0 library",
|
||
"symfony/form": "If you want to use forms",
|
||
"symfony/http-foundation": "If you want to use HttpRequestVerifier or HttpResponse reply from symfony's bridge",
|
||
"symfony/http-kernel": "If you want to use HttpRequestVerifier from symfony's bridge",
|
||
"symfony/routing": "If you want to use TokenFactory from symfony's bridge",
|
||
"zendframework/zend-db": "If you want to store models to Zend Db ORM"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Payum": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Community contributions",
|
||
"homepage": "https://github.com/Payum/Payum/contributors"
|
||
},
|
||
{
|
||
"name": "Kotlyar Maksim",
|
||
"email": "kotlyar.maksim@gmail.com"
|
||
},
|
||
{
|
||
"name": "Payum project",
|
||
"homepage": "http://payum.org/"
|
||
}
|
||
],
|
||
"description": "Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.",
|
||
"homepage": "http://payum.org",
|
||
"keywords": [
|
||
"authorize.net",
|
||
"be2bill",
|
||
"instant payment notification",
|
||
"ipn",
|
||
"jms payment",
|
||
"payex",
|
||
"payment",
|
||
"paypal",
|
||
"paypal digital goods",
|
||
"paypal express",
|
||
"paypal pro",
|
||
"paypal rest",
|
||
"recurring payment",
|
||
"stripe",
|
||
"stripe checkout",
|
||
"stripe.js"
|
||
],
|
||
"time": "2015-11-09 09:29:05"
|
||
},
|
||
{
|
||
"name": "payum/payum-bundle",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Payum/PayumBundle.git",
|
||
"reference": "3bbe98e719b0ae97b2d55dfc13068db1c975fbea"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Payum/PayumBundle/zipball/3bbe98e719b0ae97b2d55dfc13068db1c975fbea",
|
||
"reference": "3bbe98e719b0ae97b2d55dfc13068db1c975fbea",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"payum/core": "1.0.*@dev",
|
||
"php": ">=5.5.0",
|
||
"symfony/form": "~2.7",
|
||
"symfony/framework-bundle": "~2.7",
|
||
"symfony/twig-bundle": "~2.7",
|
||
"symfony/validator": "~2.7"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "2.3.*",
|
||
"ext-curl": "*",
|
||
"ext-pdo_sqlite": "*",
|
||
"ext-soap": "*",
|
||
"fp/klarna-invoice": "0.1.*",
|
||
"klarna/checkout": "~1|~2.0",
|
||
"omnipay/dummy": "~2.0",
|
||
"omnipay/paypal": "~2.0",
|
||
"omnipay/stripe": "~2.0",
|
||
"paypal/rest-api-sdk-php": "0.5.*",
|
||
"payum/jms-payment-bridge": "1.0.*@dev",
|
||
"payum/omnipay-bridge": "1.0.*@dev",
|
||
"payum/payum": "1.0.*@dev",
|
||
"phpunit/phpunit": "~4.0",
|
||
"sonata-project/admin-bundle": "~2.0",
|
||
"stripe/stripe-php": "~1.0",
|
||
"symfony/browser-kit": "~2.7",
|
||
"symfony/class-loader": "~2.7",
|
||
"symfony/expression-language": "~2.7",
|
||
"symfony/phpunit-bridge": "~2.7",
|
||
"twig/twig": "~1.16"
|
||
},
|
||
"suggest": {
|
||
"sonata-project/admin-bundle": "If you want to configure payments in the backend."
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Payum\\Bundle\\PayumBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Community contributions",
|
||
"homepage": "https://github.com/Payum/PayumBundle/contributors"
|
||
},
|
||
{
|
||
"name": "Kotlyar Maksim",
|
||
"email": "kotlyar.maksim@gmail.com"
|
||
},
|
||
{
|
||
"name": "Payum project",
|
||
"homepage": "http://payum.org/"
|
||
}
|
||
],
|
||
"description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more",
|
||
"homepage": "http://payum.org",
|
||
"keywords": [
|
||
"authorize.net",
|
||
"be2bill",
|
||
"instant notifications",
|
||
"klarna",
|
||
"offline",
|
||
"omnipay",
|
||
"payex",
|
||
"payment",
|
||
"paypal",
|
||
"paypal express checkout",
|
||
"paypal pro checkout",
|
||
"recurring payment",
|
||
"stripe",
|
||
"stripe checkout",
|
||
"stripe.js",
|
||
"symfony"
|
||
],
|
||
"time": "2015-11-27 22:13:27"
|
||
},
|
||
{
|
||
"name": "phpcollection/phpcollection",
|
||
"version": "0.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/php-collection.git",
|
||
"reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
|
||
"reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"phpoption/phpoption": "1.*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"PhpCollection": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache2"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Johannes M. Schmitt",
|
||
"email": "schmittjoh@gmail.com",
|
||
"homepage": "http://jmsyst.com",
|
||
"role": "Developer of wrapped JMSSerializerBundle"
|
||
}
|
||
],
|
||
"description": "General-Purpose Collection Library for PHP",
|
||
"keywords": [
|
||
"collection",
|
||
"list",
|
||
"map",
|
||
"sequence",
|
||
"set"
|
||
],
|
||
"time": "2014-03-11 13:46:42"
|
||
},
|
||
{
|
||
"name": "phpcr/phpcr",
|
||
"version": "2.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpcr/phpcr.git",
|
||
"reference": "fea1529685d7bc4290e2ad0683830263f502971e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpcr/phpcr/zipball/fea1529685d7bc4290e2ad0683830263f502971e",
|
||
"reference": "fea1529685d7bc4290e2ad0683830263f502971e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"PHPCR": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT",
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Lukas Kahwe Smith",
|
||
"email": "smith@pooteeweet.org"
|
||
},
|
||
{
|
||
"name": "David Buchmann",
|
||
"email": "david@liip.ch"
|
||
},
|
||
{
|
||
"name": "Karsten Dambekalns",
|
||
"email": "karsten@typo3.org"
|
||
}
|
||
],
|
||
"description": "PHP Content Repository interfaces",
|
||
"homepage": "http://phpcr.github.io",
|
||
"keywords": [
|
||
"contentrepository",
|
||
"phpcr"
|
||
],
|
||
"time": "2014-12-08 09:40:30"
|
||
},
|
||
{
|
||
"name": "phpcr/phpcr-utils",
|
||
"version": "1.2.8",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpcr/phpcr-utils.git",
|
||
"reference": "778fc1cdffacb0ee99f52790e656a2acb85b9dfa"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/778fc1cdffacb0ee99f52790e656a2acb85b9dfa",
|
||
"reference": "778fc1cdffacb0ee99f52790e656a2acb85b9dfa",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"phpcr/phpcr": "~2.1.0",
|
||
"symfony/console": "~2.3|~3.0"
|
||
},
|
||
"conflict": {
|
||
"jackalope/jackalope-jackrabbit": "<1.2.1"
|
||
},
|
||
"suggest": {
|
||
"ramsey/uuid": "A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID)."
|
||
},
|
||
"bin": [
|
||
"bin/phpcr"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"PHPCR\\Util": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT",
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Lukas Kahwe Smith",
|
||
"email": "smith@pooteeweet.org"
|
||
},
|
||
{
|
||
"name": "David Buchmann",
|
||
"email": "david@liip.ch"
|
||
},
|
||
{
|
||
"name": "Nacho Martín",
|
||
"email": "nitram.ohcan@gmail.com"
|
||
},
|
||
{
|
||
"name": "Daniel Barsotti",
|
||
"email": "daniel.barsotti@liip.ch"
|
||
}
|
||
],
|
||
"description": "PHP Content Repository implementation independant utilities",
|
||
"homepage": "http://phpcr.github.io",
|
||
"keywords": [
|
||
"cli",
|
||
"contentrepository",
|
||
"phpcr"
|
||
],
|
||
"time": "2015-10-10 08:53:20"
|
||
},
|
||
{
|
||
"name": "phpoption/phpoption",
|
||
"version": "1.5.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/php-option.git",
|
||
"reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
|
||
"reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "4.7.*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"PhpOption\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache2"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Johannes M. Schmitt",
|
||
"email": "schmittjoh@gmail.com"
|
||
}
|
||
],
|
||
"description": "Option Type for PHP",
|
||
"keywords": [
|
||
"language",
|
||
"option",
|
||
"php",
|
||
"type"
|
||
],
|
||
"time": "2015-07-25 16:39:46"
|
||
},
|
||
{
|
||
"name": "polishsymfonycommunity/symfony-mocker-container",
|
||
"version": "v1.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/PolishSymfonyCommunity/SymfonyMockerContainer.git",
|
||
"reference": "111537c17f32f1bda5ed0253e723b57915c08ff4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/PolishSymfonyCommunity/SymfonyMockerContainer/zipball/111537c17f32f1bda5ed0253e723b57915c08ff4",
|
||
"reference": "111537c17f32f1bda5ed0253e723b57915c08ff4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"mockery/mockery": ">=0.7.0",
|
||
"php": ">=5.3.2",
|
||
"symfony/dependency-injection": ">=2.0.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"PSS\\SymfonyMockerContainer": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Polish Symfony Community",
|
||
"homepage": "http://symfonylab.pl"
|
||
},
|
||
{
|
||
"name": "Jakub Zalas",
|
||
"email": "jakub@zalas.pl",
|
||
"homepage": "http://www.zalas.eu"
|
||
}
|
||
],
|
||
"description": "Provides base Symfony dependency injection container enabling service mocking.",
|
||
"homepage": "http://symfonylab.pl",
|
||
"keywords": [
|
||
"BDD",
|
||
"Behat",
|
||
"TDD",
|
||
"mock",
|
||
"mockery",
|
||
"test"
|
||
],
|
||
"time": "2016-03-04 08:53:43"
|
||
},
|
||
{
|
||
"name": "psr/http-message",
|
||
"version": "1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-message.git",
|
||
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
||
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Http\\Message\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for HTTP messages",
|
||
"keywords": [
|
||
"http",
|
||
"http-message",
|
||
"psr",
|
||
"psr-7",
|
||
"request",
|
||
"response"
|
||
],
|
||
"time": "2015-05-04 20:22:00"
|
||
},
|
||
{
|
||
"name": "psr/log",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/log.git",
|
||
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
|
||
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
|
||
"shasum": ""
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Psr\\Log\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for logging libraries",
|
||
"keywords": [
|
||
"log",
|
||
"psr",
|
||
"psr-3"
|
||
],
|
||
"time": "2012-12-21 11:40:51"
|
||
},
|
||
{
|
||
"name": "ruflin/elastica",
|
||
"version": "2.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/ruflin/Elastica.git",
|
||
"reference": "34ca77d721f1fc7c5f3114b48d62ebec943ca193"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/ruflin/Elastica/zipball/34ca77d721f1fc7c5f3114b48d62ebec943ca193",
|
||
"reference": "34ca77d721f1fc7c5f3114b48d62ebec943ca193",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"psr/log": "~1.0"
|
||
},
|
||
"require-dev": {
|
||
"guzzlehttp/guzzle": "5.3.*",
|
||
"munkie/elasticsearch-thrift-php": "1.4.*"
|
||
},
|
||
"suggest": {
|
||
"egeloen/http-adapter": "Allow using httpadapter transport",
|
||
"guzzlehttp/guzzle": "Allow using guzzle 5.3.x as the http transport (Requires php 5.4)",
|
||
"monolog/monolog": "Logging request",
|
||
"munkie/elasticsearch-thrift-php": "Allow using thrift transport"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Elastica\\": "lib/Elastica/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Ruflin",
|
||
"homepage": "http://ruflin.com/"
|
||
}
|
||
],
|
||
"description": "Elasticsearch Client",
|
||
"homepage": "http://elastica.io/",
|
||
"keywords": [
|
||
"client",
|
||
"search"
|
||
],
|
||
"time": "2015-08-10 19:35:16"
|
||
},
|
||
{
|
||
"name": "sensio/distribution-bundle",
|
||
"version": "v3.0.34",
|
||
"target-dir": "Sensio/Bundle/DistributionBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
|
||
"reference": "587f3cd08bf8856cfc888b255f34f18b85930657"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/587f3cd08bf8856cfc888b255f34f18b85930657",
|
||
"reference": "587f3cd08bf8856cfc888b255f34f18b85930657",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"sensiolabs/security-checker": "~3.0",
|
||
"symfony/class-loader": "~2.2",
|
||
"symfony/framework-bundle": "~2.3",
|
||
"symfony/process": "~2.2"
|
||
},
|
||
"require-dev": {
|
||
"symfony/form": "~2.2",
|
||
"symfony/validator": "~2.2",
|
||
"symfony/yaml": "~2.2"
|
||
},
|
||
"suggest": {
|
||
"symfony/form": "If you want to use the configurator",
|
||
"symfony/validator": "If you want to use the configurator",
|
||
"symfony/yaml": "If you want to use the configurator"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Sensio\\Bundle\\DistributionBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
}
|
||
],
|
||
"description": "Base bundle for Symfony Distributions",
|
||
"keywords": [
|
||
"configuration",
|
||
"distribution"
|
||
],
|
||
"time": "2015-11-26 18:10:17"
|
||
},
|
||
{
|
||
"name": "sensiolabs/security-checker",
|
||
"version": "v3.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sensiolabs/security-checker.git",
|
||
"reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
|
||
"reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"symfony/console": "~2.0|~3.0"
|
||
},
|
||
"bin": [
|
||
"security-checker"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"SensioLabs\\Security": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien.potencier@gmail.com"
|
||
}
|
||
],
|
||
"description": "A security checker for your composer.lock",
|
||
"time": "2015-11-07 08:07:40"
|
||
},
|
||
{
|
||
"name": "sonata-project/block-bundle",
|
||
"version": "2.2.13",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sonata-project/SonataBlockBundle.git",
|
||
"reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
|
||
"reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/common": "~2.3",
|
||
"sonata-project/cache": "~1.0",
|
||
"sonata-project/core-bundle": "~2.2",
|
||
"symfony/form": "~2.2",
|
||
"symfony/http-kernel": "~2.2"
|
||
},
|
||
"require-dev": {
|
||
"knplabs/knp-menu-bundle": "~2.0",
|
||
"sonata-project/admin-bundle": "~2.2"
|
||
},
|
||
"suggest": {
|
||
"knplabs/knp-menu-bundle": "~2.0",
|
||
"sonata-project/admin-bundle": "~2.2",
|
||
"sonata-project/cache-bundle": "~2.1"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Sonata\\BlockBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Thomas Rabaix",
|
||
"email": "thomas.rabaix@sonata-project.org",
|
||
"homepage": "http://sonata-project.org"
|
||
},
|
||
{
|
||
"name": "Sonata Community",
|
||
"homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony SonataBlockBundle",
|
||
"homepage": "http://sonata-project.org/bundles/block",
|
||
"keywords": [
|
||
"block",
|
||
"sonata"
|
||
],
|
||
"time": "2014-09-11 10:42:35"
|
||
},
|
||
{
|
||
"name": "sonata-project/cache",
|
||
"version": "1.0.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sonata-project/cache.git",
|
||
"reference": "a1522be3a1874c4646e7f9aaea6ca973b8bcbcde"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sonata-project/cache/zipball/a1522be3a1874c4646e7f9aaea6ca973b8bcbcde",
|
||
"reference": "a1522be3a1874c4646e7f9aaea6ca973b8bcbcde",
|
||
"shasum": ""
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "~2.2",
|
||
"doctrine/phpcr-odm": "~1.0",
|
||
"jackalope/jackalope-doctrine-dbal": "~1.0",
|
||
"predis/predis": "~0.8,<1.0",
|
||
"psr/log": "~1.0"
|
||
},
|
||
"suggest": {
|
||
"doctrine/orm": "ORM support",
|
||
"doctrine/phpcr-odm": "PHPCR ODM support",
|
||
"ext-apc": "Caching with ext/apc",
|
||
"ext-memcached": "Caching with ext/memcached",
|
||
"predis/predis": "Install redis php"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Sonata\\Cache\\Tests\\": "test/",
|
||
"Sonata\\Cache\\": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Thomas Rabaix",
|
||
"email": "thomas.rabaix@gmail.com",
|
||
"homepage": "https://sonata-project.org/"
|
||
}
|
||
],
|
||
"description": "Cache library",
|
||
"homepage": "https://github.com/sonata-project/cache",
|
||
"keywords": [
|
||
"cache",
|
||
"memcached",
|
||
"mongodb",
|
||
"redis"
|
||
],
|
||
"time": "2015-05-18 12:12:33"
|
||
},
|
||
{
|
||
"name": "sonata-project/core-bundle",
|
||
"version": "2.3.10",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sonata-project/SonataCoreBundle.git",
|
||
"reference": "44f22c8497bb8c4fbeded411ab5d0ab8d649118e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/44f22c8497bb8c4fbeded411ab5d0ab8d649118e",
|
||
"reference": "44f22c8497bb8c4fbeded411ab5d0ab8d649118e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"cocur/slugify": "~1.4",
|
||
"symfony/config": "~2.3|~3.0",
|
||
"symfony/form": "~2.3|~3.0",
|
||
"symfony/http-foundation": "~2.3|~3.0",
|
||
"symfony/property-access": "~2.3|~3.0",
|
||
"symfony/translation": "~2.3|~3.0",
|
||
"symfony/validator": "~2.3|~3.0",
|
||
"twig/twig": "~1.23"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "~2.4",
|
||
"doctrine/phpcr-odm": "~1.0",
|
||
"fabpot/php-cs-fixer": "~0.5|~1.11@dev",
|
||
"friendsofsymfony/rest-bundle": "~1.1|~2.0",
|
||
"jackalope/jackalope-doctrine-dbal": "~1.0",
|
||
"jms/serializer-bundle": "~0.11|~1.0",
|
||
"matthiasnoback/symfony-config-test": "~0.4|~1.0",
|
||
"matthiasnoback/symfony-dependency-injection-test": "~0.7",
|
||
"sensio/framework-extra-bundle": "~2.3|~3.0",
|
||
"sonata-project/exporter": "~1.3",
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.3.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Sonata\\CoreBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sonata Community",
|
||
"homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
|
||
},
|
||
{
|
||
"name": "Thomas Rabaix",
|
||
"email": "thomas.rabaix@sonata-project.org"
|
||
}
|
||
],
|
||
"description": "Symfony SonataCoreBundle",
|
||
"homepage": "https://sonata-project.org/bundles/core",
|
||
"keywords": [
|
||
"sonata"
|
||
],
|
||
"time": "2015-11-26 19:14:27"
|
||
},
|
||
{
|
||
"name": "stof/doctrine-extensions-bundle",
|
||
"version": "v1.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
|
||
"reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/7b3144572617b0555f9a443317dbc2f9cf5b524e",
|
||
"reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"gedmo/doctrine-extensions": "^2.3.1",
|
||
"php": ">=5.3.2",
|
||
"symfony/framework-bundle": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"doctrine/doctrine-bundle": "to use the ORM extensions",
|
||
"doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Stof\\DoctrineExtensionsBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Christophe Coevoet",
|
||
"email": "stof@notk.org"
|
||
}
|
||
],
|
||
"description": "Integration of the gedmo/doctrine-extensions with Symfony2",
|
||
"homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
|
||
"keywords": [
|
||
"behaviors",
|
||
"doctrine2",
|
||
"extensions",
|
||
"gedmo",
|
||
"loggable",
|
||
"nestedset",
|
||
"sluggable",
|
||
"sortable",
|
||
"timestampable",
|
||
"translatable",
|
||
"tree"
|
||
],
|
||
"time": "2015-08-12 16:23:48"
|
||
},
|
||
{
|
||
"name": "swiftmailer/swiftmailer",
|
||
"version": "v5.4.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
||
"reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
|
||
"reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"mockery/mockery": "~0.9.1,<0.9.4"
|
||
},
|
||
"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": "http://swiftmailer.org",
|
||
"keywords": [
|
||
"email",
|
||
"mail",
|
||
"mailer"
|
||
],
|
||
"time": "2015-06-06 14:19:39"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/block-bundle",
|
||
"version": "1.2.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/block-bundle.git",
|
||
"reference": "f0e6a935a4fb3e6ce71b2acf987d732854946388"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/block-bundle/zipball/f0e6a935a4fb3e6ce71b2acf987d732854946388",
|
||
"reference": "f0e6a935a4fb3e6ce71b2acf987d732854946388",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/phpcr-bundle": "~1.0",
|
||
"doctrine/phpcr-odm": "~1.0",
|
||
"php": ">=5.3.3",
|
||
"sonata-project/block-bundle": ">=2.2.8,<=2.2.13",
|
||
"symfony-cmf/core-bundle": "~1.0",
|
||
"symfony/framework-bundle": "~2.3"
|
||
},
|
||
"conflict": {
|
||
"symfony/framework-bundle": ">=2.3.0,<2.3.2"
|
||
},
|
||
"require-dev": {
|
||
"sonata-project/cache-bundle": ">=2.1.3,<2.1.6",
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
|
||
"symfony-cmf/menu-bundle": "~1.1",
|
||
"symfony-cmf/testing": "~1.1",
|
||
"twig/twig": "~1.11"
|
||
},
|
||
"suggest": {
|
||
"eko/feedbundle": "When using the RssBlock",
|
||
"liip/imagine-bundle": "When using the ImagineBlock",
|
||
"sonata-project/cache-bundle": "To add caching support for block loading",
|
||
"symfony-cmf/media-bundle": "When using the ImagineBlock"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Cmf\\Bundle\\BlockBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony CMF Community",
|
||
"homepage": "https://github.com/symfony-cmf/BlockBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony CMF Block Bundle",
|
||
"homepage": "http://cmf.symfony.com",
|
||
"keywords": [
|
||
"Symfony CMF",
|
||
"block",
|
||
"content fragments"
|
||
],
|
||
"time": "2015-01-22 06:47:29"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/content-bundle",
|
||
"version": "1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/content-bundle.git",
|
||
"reference": "d01c3d31d6d2861a08042ce4917eb323f5803e24"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/content-bundle/zipball/d01c3d31d6d2861a08042ce4917eb323f5803e24",
|
||
"reference": "d01c3d31d6d2861a08042ce4917eb323f5803e24",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"symfony-cmf/core-bundle": "~1.0",
|
||
"symfony/framework-bundle": "~2.3"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/phpcr-bundle": "~1.1",
|
||
"doctrine/phpcr-odm": "~1.1",
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
|
||
"symfony-cmf/menu-bundle": "~1.1",
|
||
"symfony-cmf/routing-bundle": "~1.2",
|
||
"symfony-cmf/testing": "~1.1",
|
||
"symfony/monolog-bundle": "~2.3"
|
||
},
|
||
"suggest": {
|
||
"doctrine/phpcr-bundle": "To integrate PHPCR-ODM with Symfony",
|
||
"doctrine/phpcr-odm": "To persist content with the PHP content repository",
|
||
"friendsofsymfony/rest-bundle": "Improved handling for different output formats",
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "To provide admin interfaces for the content",
|
||
"symfony-cmf/menu-bundle": "Have editable menus for content",
|
||
"symfony-cmf/routing-bundle": "Have editable routes for content"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Cmf\\Bundle\\ContentBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony CMF Community",
|
||
"homepage": "https://github.com/symfony-cmf/ContentBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony CMF Content Bundle",
|
||
"homepage": "http://cmf.symfony.com",
|
||
"keywords": [
|
||
"Symfony CMF"
|
||
],
|
||
"time": "2014-10-21 08:17:10"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/core-bundle",
|
||
"version": "1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/core-bundle.git",
|
||
"reference": "496e5f39c99afe41ab93f008586bdb8c3082ef82"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/core-bundle/zipball/496e5f39c99afe41ab93f008586bdb8c3082ef82",
|
||
"reference": "496e5f39c99afe41ab93f008586bdb8c3082ef82",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"symfony/framework-bundle": "~2.3"
|
||
},
|
||
"require-dev": {
|
||
"sonata-project/admin-bundle": "~2.2",
|
||
"symfony-cmf/routing-bundle": "~1.2",
|
||
"symfony-cmf/testing": "~1.1"
|
||
},
|
||
"suggest": {
|
||
"doctrine/phpcr-bundle": "To be able to use the CMF twig extension, ~1.0",
|
||
"doctrine/phpcr-odm": "To be able to use the CMF twig extension, ~1.0",
|
||
"sonata-project/admin-bundle": "To be able to enable the publish_workflow_listener extension, ~2.2",
|
||
"symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable, ~1.0",
|
||
"symfony-cmf/routing-bundle": "To be able to enable the publish_workflow_listener, ~1.0",
|
||
"symfony/security-bundle": "To be able to use the publish workflow system, ~2.1",
|
||
"symfony/twig-bundle": "To get access to the CMF twig extension, ~2.1"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Cmf\\Bundle\\CoreBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony CMF Community",
|
||
"homepage": "https://github.com/symfony-cmf/CoreBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony CMF Core Bundle",
|
||
"homepage": "http://cmf.symfony.com",
|
||
"keywords": [
|
||
"Symfony CMF"
|
||
],
|
||
"time": "2014-10-21 06:34:08"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/create-bundle",
|
||
"version": "1.2.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/CreateBundle.git",
|
||
"reference": "86a3ade0210bc30b304f9d992ff21c403681d7f3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/CreateBundle/zipball/86a3ade0210bc30b304f9d992ff21c403681d7f3",
|
||
"reference": "86a3ade0210bc30b304f9d992ff21c403681d7f3",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"friendsofsymfony/rest-bundle": "~1.0",
|
||
"midgard/createphp": "~1.0",
|
||
"php": ">=5.3.3",
|
||
"symfony/assetic-bundle": "~2.1",
|
||
"symfony/framework-bundle": "~2.3"
|
||
},
|
||
"require-dev": {
|
||
"jms/serializer-bundle": "^0.12|^1.0",
|
||
"symfony-cmf/testing": "~1.1"
|
||
},
|
||
"suggest": {
|
||
"jms/serializer-bundle": "Add support for advanced serialization capabilities (^0.12|^1.0)",
|
||
"symfony-cmf/core-bundle": "To be able to enable 'rest_force_request_locale', ~1.0",
|
||
"symfony-cmf/media-bundle": "When using the default image support, ~1.1"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Cmf\\Bundle\\CreateBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Liip AG",
|
||
"homepage": "http://www.liip.ch/"
|
||
},
|
||
{
|
||
"name": "Symfony CMF Community",
|
||
"homepage": "https://github.com/symfony-cmf/CreateBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony Bundle for createphp and create.js. The easiest way to make any site editable and have semantic annotations with RDFa.",
|
||
"time": "2015-12-26 09:43:12"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/media-bundle",
|
||
"version": "1.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/media-bundle.git",
|
||
"reference": "49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/media-bundle/zipball/49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282",
|
||
"reference": "49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"symfony/framework-bundle": "~2.3"
|
||
},
|
||
"require-dev": {
|
||
"jms/serializer-bundle": "~0.12",
|
||
"liip/imagine-bundle": "~1.0.4",
|
||
"mikey179/vfsstream": "~1.2",
|
||
"symfony-cmf/testing": "~1.1"
|
||
},
|
||
"suggest": {
|
||
"helios-ag/fm-elfinder-bundle": "When using the elFinder media browser",
|
||
"jms/serializer-bundle": "When using the serializer handler",
|
||
"knplabs/gaufrette": "When using the Gaufrette adapter",
|
||
"liip/imagine-bundle": "To integrate with the Imagine library for processing images",
|
||
"phpcr/phpcr-utils": "When using the Gaufrette adapter",
|
||
"symfony-cmf/core-bundle": "Simplifies configuration with other CMF bundles, use PHP >=5.3.9 with PHPCR"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Cmf\\Bundle\\MediaBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony CMF Community",
|
||
"homepage": "https://github.com/symfony-cmf/MediaBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony CMF Media Bundle",
|
||
"homepage": "http://cmf.symfony.com",
|
||
"keywords": [
|
||
"Symfony CMF",
|
||
"image",
|
||
"media"
|
||
],
|
||
"time": "2015-03-20 11:00:45"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/menu-bundle",
|
||
"version": "1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/menu-bundle.git",
|
||
"reference": "1c57dc945d977c92d3a7ade05cde73faa542cc86"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/menu-bundle/zipball/1c57dc945d977c92d3a7ade05cde73faa542cc86",
|
||
"reference": "1c57dc945d977c92d3a7ade05cde73faa542cc86",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/phpcr-bundle": "~1.1",
|
||
"doctrine/phpcr-odm": "~1.1",
|
||
"knplabs/knp-menu-bundle": "~1.1",
|
||
"php": ">=5.3.3",
|
||
"symfony-cmf/core-bundle": "~1.1",
|
||
"symfony/framework-bundle": "~2.3"
|
||
},
|
||
"require-dev": {
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
|
||
"symfony-cmf/routing-bundle": "~1.2",
|
||
"symfony-cmf/testing": "~1.1",
|
||
"symfony/monolog-bundle": "~2.3"
|
||
},
|
||
"suggest": {
|
||
"burgov/key-value-form-bundle": "if you want to edit the advanced options on the node with the menu options extension",
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "if you want to have editing capabilities"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Cmf\\Bundle\\MenuBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony CMF Community",
|
||
"homepage": "https://github.com/symfony-cmf/MenuBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony CMF Menu Bundle",
|
||
"homepage": "http://cmf.symfony.com",
|
||
"keywords": [
|
||
"Symfony CMF",
|
||
"menu"
|
||
],
|
||
"time": "2014-10-21 09:43:10"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/routing",
|
||
"version": "1.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/Routing.git",
|
||
"reference": "b93704ca098334f56e9b317932f21a4362e620db"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/b93704ca098334f56e9b317932f21a4362e620db",
|
||
"reference": "b93704ca098334f56e9b317932f21a4362e620db",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^5.3.9|^7.0",
|
||
"psr/log": "1.*",
|
||
"symfony/http-kernel": "^2.2|3.*",
|
||
"symfony/routing": "^2.2|3.*"
|
||
},
|
||
"require-dev": {
|
||
"friendsofsymfony/jsrouting-bundle": "^1.1",
|
||
"symfony-cmf/testing": "^1.3",
|
||
"symfony/config": "^2.2|3.*",
|
||
"symfony/dependency-injection": "^2.0.5|3.*",
|
||
"symfony/event-dispatcher": "^2.1|3.*"
|
||
},
|
||
"suggest": {
|
||
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Cmf\\Component\\Routing\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony CMF Community",
|
||
"homepage": "https://github.com/symfony-cmf/Routing/contributors"
|
||
}
|
||
],
|
||
"description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
|
||
"homepage": "http://cmf.symfony.com",
|
||
"keywords": [
|
||
"database",
|
||
"routing"
|
||
],
|
||
"time": "2016-03-31 09:11:39"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/routing-bundle",
|
||
"version": "1.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/routing-bundle.git",
|
||
"reference": "cd358f852fe5323407fbd67931c0e034f735660b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/cd358f852fe5323407fbd67931c0e034f735660b",
|
||
"reference": "cd358f852fe5323407fbd67931c0e034f735660b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^5.3.9|^7.0",
|
||
"symfony-cmf/routing": "^1.4.0",
|
||
"symfony/framework-bundle": "~2.3"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/data-fixtures": "^1.0.0",
|
||
"doctrine/orm": "~2.3",
|
||
"doctrine/phpcr-odm": "~1.3",
|
||
"matthiasnoback/symfony-config-test": "^1.3.1",
|
||
"matthiasnoback/symfony-dependency-injection-test": "~0.6",
|
||
"phpunit/php-code-coverage": "@stable",
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "^1.1",
|
||
"symfony-cmf/core-bundle": "~1.1",
|
||
"symfony-cmf/testing": "~1.3",
|
||
"symfony/monolog-bundle": "~2.3"
|
||
},
|
||
"suggest": {
|
||
"doctrine/orm": "To enable support for the ORM entities (^2.3)",
|
||
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
|
||
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.3)",
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin interface for the PHPCR ODM documents (^1.1)",
|
||
"symfony-cmf/content-bundle": "To optionally use the configured value for 'content_basepath' from the CoreBundle",
|
||
"symfony-cmf/core-bundle": "To use the provided Doctrine\\Phpcr documents and for easier configuration (^1.1)"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Cmf\\Bundle\\RoutingBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony CMF Community",
|
||
"homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony RoutingBundle",
|
||
"homepage": "http://cmf.symfony.com",
|
||
"keywords": [
|
||
"database",
|
||
"routing"
|
||
],
|
||
"time": "2016-03-31 09:49:58"
|
||
},
|
||
{
|
||
"name": "symfony/assetic-bundle",
|
||
"version": "v2.7.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/assetic-bundle.git",
|
||
"reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
|
||
"reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"kriswallsmith/assetic": "~1.3",
|
||
"php": ">=5.3.0",
|
||
"symfony/console": "~2.3|~3.0",
|
||
"symfony/dependency-injection": "~2.3|~3.0",
|
||
"symfony/framework-bundle": "~2.3|~3.0",
|
||
"symfony/yaml": "~2.3|~3.0"
|
||
},
|
||
"conflict": {
|
||
"kriswallsmith/spork": "<=0.2",
|
||
"twig/twig": "<1.20"
|
||
},
|
||
"require-dev": {
|
||
"kriswallsmith/spork": "~0.3",
|
||
"patchwork/jsqueeze": "~1.0",
|
||
"symfony/class-loader": "~2.3|~3.0",
|
||
"symfony/css-selector": "~2.3|~3.0",
|
||
"symfony/dom-crawler": "~2.3|~3.0",
|
||
"symfony/phpunit-bridge": "~2.7|~3.0",
|
||
"symfony/twig-bundle": "~2.3|~3.0"
|
||
},
|
||
"suggest": {
|
||
"kriswallsmith/spork": "to be able to dump assets in parallel",
|
||
"symfony/twig-bundle": "to use the Twig integration"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Bundle\\AsseticBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Kris Wallsmith",
|
||
"email": "kris.wallsmith@gmail.com",
|
||
"homepage": "http://kriswallsmith.net/"
|
||
}
|
||
],
|
||
"description": "Integrates Assetic into Symfony2",
|
||
"homepage": "https://github.com/symfony/AsseticBundle",
|
||
"keywords": [
|
||
"assets",
|
||
"compression",
|
||
"minification"
|
||
],
|
||
"time": "2015-11-17 09:45:47"
|
||
},
|
||
{
|
||
"name": "symfony/monolog-bundle",
|
||
"version": "v2.8.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/monolog-bundle.git",
|
||
"reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
|
||
"reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"monolog/monolog": "~1.8",
|
||
"php": ">=5.3.2",
|
||
"symfony/config": "~2.3|~3.0",
|
||
"symfony/dependency-injection": "~2.3|~3.0",
|
||
"symfony/http-kernel": "~2.3|~3.0",
|
||
"symfony/monolog-bridge": "~2.3|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"symfony/console": "~2.3|~3.0",
|
||
"symfony/yaml": "~2.3|~3.0"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.8.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Bundle\\MonologBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
},
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
}
|
||
],
|
||
"description": "Symfony MonologBundle",
|
||
"homepage": "http://symfony.com",
|
||
"keywords": [
|
||
"log",
|
||
"logging"
|
||
],
|
||
"time": "2015-11-17 10:02:29"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-iconv",
|
||
"version": "v1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-iconv.git",
|
||
"reference": "21a18998764e569c1675efc7191887130b319605"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/21a18998764e569c1675efc7191887130b319605",
|
||
"reference": "21a18998764e569c1675efc7191887130b319605",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Iconv\\": ""
|
||
},
|
||
"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 Iconv extension",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"iconv",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"time": "2015-11-04 20:28:58"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-intl-icu",
|
||
"version": "v1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-intl-icu.git",
|
||
"reference": "2deb44160e1c886241c06602b12b98779f728177"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2deb44160e1c886241c06602b12b98779f728177",
|
||
"reference": "2deb44160e1c886241c06602b12b98779f728177",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"symfony/intl": "~2.3|~3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"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 intl's ICU-related data and classes",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"icu",
|
||
"intl",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"time": "2015-11-04 20:28:58"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-mbstring",
|
||
"version": "v1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
"reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
|
||
"reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-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": "2015-11-04 20:28:58"
|
||
},
|
||
{
|
||
"name": "symfony/swiftmailer-bundle",
|
||
"version": "v2.3.9",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/swiftmailer-bundle.git",
|
||
"reference": "3d21ada19f23631f558ad6df653b168e35362e78"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
|
||
"reference": "3d21ada19f23631f558ad6df653b168e35362e78",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2",
|
||
"swiftmailer/swiftmailer": ">=4.2.0,~5.0",
|
||
"symfony/config": "~2.3|~3.0",
|
||
"symfony/dependency-injection": "~2.3|~3.0",
|
||
"symfony/http-kernel": "~2.3|~3.0",
|
||
"symfony/yaml": "~2.3|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "~2.7|~3.0"
|
||
},
|
||
"suggest": {
|
||
"psr/log": "Allows logging"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Bundle\\SwiftmailerBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
},
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
}
|
||
],
|
||
"description": "Symfony SwiftmailerBundle",
|
||
"homepage": "http://symfony.com",
|
||
"time": "2015-11-28 10:59:29"
|
||
},
|
||
{
|
||
"name": "symfony/symfony",
|
||
"version": "v2.7.7",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/symfony.git",
|
||
"reference": "cc69dbd24b4b2e6de60b2414ef95da2794f459a2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/symfony/zipball/cc69dbd24b4b2e6de60b2414ef95da2794f459a2",
|
||
"reference": "cc69dbd24b4b2e6de60b2414ef95da2794f459a2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/common": "~2.4",
|
||
"php": ">=5.3.9",
|
||
"psr/log": "~1.0",
|
||
"twig/twig": "~1.23|~2.0"
|
||
},
|
||
"replace": {
|
||
"symfony/asset": "self.version",
|
||
"symfony/browser-kit": "self.version",
|
||
"symfony/class-loader": "self.version",
|
||
"symfony/config": "self.version",
|
||
"symfony/console": "self.version",
|
||
"symfony/css-selector": "self.version",
|
||
"symfony/debug": "self.version",
|
||
"symfony/debug-bundle": "self.version",
|
||
"symfony/dependency-injection": "self.version",
|
||
"symfony/doctrine-bridge": "self.version",
|
||
"symfony/dom-crawler": "self.version",
|
||
"symfony/event-dispatcher": "self.version",
|
||
"symfony/expression-language": "self.version",
|
||
"symfony/filesystem": "self.version",
|
||
"symfony/finder": "self.version",
|
||
"symfony/form": "self.version",
|
||
"symfony/framework-bundle": "self.version",
|
||
"symfony/http-foundation": "self.version",
|
||
"symfony/http-kernel": "self.version",
|
||
"symfony/intl": "self.version",
|
||
"symfony/locale": "self.version",
|
||
"symfony/monolog-bridge": "self.version",
|
||
"symfony/options-resolver": "self.version",
|
||
"symfony/process": "self.version",
|
||
"symfony/property-access": "self.version",
|
||
"symfony/proxy-manager-bridge": "self.version",
|
||
"symfony/routing": "self.version",
|
||
"symfony/security": "self.version",
|
||
"symfony/security-acl": "self.version",
|
||
"symfony/security-bundle": "self.version",
|
||
"symfony/security-core": "self.version",
|
||
"symfony/security-csrf": "self.version",
|
||
"symfony/security-http": "self.version",
|
||
"symfony/serializer": "self.version",
|
||
"symfony/stopwatch": "self.version",
|
||
"symfony/swiftmailer-bridge": "self.version",
|
||
"symfony/templating": "self.version",
|
||
"symfony/translation": "self.version",
|
||
"symfony/twig-bridge": "self.version",
|
||
"symfony/twig-bundle": "self.version",
|
||
"symfony/validator": "self.version",
|
||
"symfony/var-dumper": "self.version",
|
||
"symfony/web-profiler-bundle": "self.version",
|
||
"symfony/yaml": "self.version"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/data-fixtures": "1.0.*",
|
||
"doctrine/dbal": "~2.4",
|
||
"doctrine/doctrine-bundle": "~1.2",
|
||
"doctrine/orm": "~2.4,>=2.4.5",
|
||
"egulias/email-validator": "~1.2",
|
||
"ircmaxell/password-compat": "~1.0",
|
||
"monolog/monolog": "~1.11",
|
||
"ocramius/proxy-manager": "~0.4|~1.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
|
||
"Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
|
||
"Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
|
||
"Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
|
||
"Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
|
||
"Symfony\\Bundle\\": "src/Symfony/Bundle/",
|
||
"Symfony\\Component\\": "src/Symfony/Component/"
|
||
},
|
||
"classmap": [
|
||
"src/Symfony/Component/HttpFoundation/Resources/stubs",
|
||
"src/Symfony/Component/Intl/Resources/stubs"
|
||
],
|
||
"files": [
|
||
"src/Symfony/Component/Intl/Resources/stubs/functions.php"
|
||
],
|
||
"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": "The Symfony PHP framework",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"framework"
|
||
],
|
||
"time": "2015-11-23 11:58:08"
|
||
},
|
||
{
|
||
"name": "true/punycode",
|
||
"version": "v2.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/true/php-punycode.git",
|
||
"reference": "b672918d992b84f8016bbe353a42516928393c63"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/true/php-punycode/zipball/b672918d992b84f8016bbe353a42516928393c63",
|
||
"reference": "b672918d992b84f8016bbe353a42516928393c63",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-mbstring": "*",
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.7",
|
||
"squizlabs/php_codesniffer": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"TrueBV\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Renan Gonçalves",
|
||
"email": "renan.saddam@gmail.com"
|
||
}
|
||
],
|
||
"description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
|
||
"homepage": "https://github.com/true/php-punycode",
|
||
"keywords": [
|
||
"idna",
|
||
"punycode"
|
||
],
|
||
"time": "2015-09-01 14:53:31"
|
||
},
|
||
{
|
||
"name": "twig/extensions",
|
||
"version": "v1.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/twigphp/Twig-extensions.git",
|
||
"reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
|
||
"reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"twig/twig": "~1.20|~2.0"
|
||
},
|
||
"require-dev": {
|
||
"symfony/translation": "~2.3"
|
||
},
|
||
"suggest": {
|
||
"symfony/translation": "Allow the time_diff output to be translated"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Twig_Extensions_": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
}
|
||
],
|
||
"description": "Common additional features for Twig that do not directly belong in core",
|
||
"homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
|
||
"keywords": [
|
||
"i18n",
|
||
"text"
|
||
],
|
||
"time": "2015-08-22 16:38:35"
|
||
},
|
||
{
|
||
"name": "twig/twig",
|
||
"version": "v1.23.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/twigphp/Twig.git",
|
||
"reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
|
||
"reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.2.7"
|
||
},
|
||
"require-dev": {
|
||
"symfony/debug": "~2.7",
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.23-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Twig_": "lib/"
|
||
}
|
||
},
|
||
"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": "2015-11-05 12:49:06"
|
||
},
|
||
{
|
||
"name": "webmozart/assert",
|
||
"version": "1.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/webmozart/assert.git",
|
||
"reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
|
||
"reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.6"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Webmozart\\Assert\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Bernhard Schussek",
|
||
"email": "bschussek@gmail.com"
|
||
}
|
||
],
|
||
"description": "Assertions to validate method input/output with nice error messages.",
|
||
"keywords": [
|
||
"assert",
|
||
"check",
|
||
"validate"
|
||
],
|
||
"time": "2015-08-24 13:29:44"
|
||
},
|
||
{
|
||
"name": "white-october/pagerfanta-bundle",
|
||
"version": "v1.0.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
|
||
"reference": "f329d7bbd9cb97edaac418ef94807d9e376f8880"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/f329d7bbd9cb97edaac418ef94807d9e376f8880",
|
||
"reference": "f329d7bbd9cb97edaac418ef94807d9e376f8880",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"pagerfanta/pagerfanta": "1.0.*",
|
||
"symfony/framework-bundle": "~2.3",
|
||
"symfony/property-access": "~2.3",
|
||
"symfony/twig-bundle": "~2.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~3.7",
|
||
"symfony/symfony": "~2.3"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"WhiteOctober\\PagerfantaBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Pablo Díez",
|
||
"email": "pablodip@gmail.com"
|
||
}
|
||
],
|
||
"description": "Bundle to use Pagerfanta with Symfony2",
|
||
"keywords": [
|
||
"page",
|
||
"paging"
|
||
],
|
||
"time": "2015-09-01 16:19:36"
|
||
},
|
||
{
|
||
"name": "willdurand/hateoas",
|
||
"version": "v2.9.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/willdurand/Hateoas.git",
|
||
"reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/willdurand/Hateoas/zipball/6e6ee945100bef3534c9276f0cf1c70d0115670c",
|
||
"reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/annotations": "~1.0",
|
||
"doctrine/common": "~2.0",
|
||
"jms/metadata": "~1.1",
|
||
"jms/serializer": "~1.0",
|
||
"php": ">=5.4",
|
||
"symfony/expression-language": "~2.4 || ~3.0"
|
||
},
|
||
"require-dev": {
|
||
"atoum/atoum": "*@dev",
|
||
"hautelook/frankenstein": "~0.1",
|
||
"pagerfanta/pagerfanta": "~1.0",
|
||
"phpunit/phpunit": "~3.7",
|
||
"symfony/dependency-injection": "~2.0 || ~3.0",
|
||
"symfony/routing": "~2.0 || ~3.0",
|
||
"symfony/yaml": "~2.0 || ~3.0",
|
||
"twig/twig": "~1.12"
|
||
},
|
||
"suggest": {
|
||
"symfony/routing": "To use the SymfonyRouteFactory.",
|
||
"symfony/yaml": "To use yaml based configuration.",
|
||
"twig/twig": "To use the Twig extensions."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.9-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Hateoas": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrien Brault",
|
||
"email": "adrien.brault@gmail.com"
|
||
},
|
||
{
|
||
"name": "William Durand",
|
||
"email": "william.durand1@gmail.com"
|
||
}
|
||
],
|
||
"description": "A PHP library to support implementing representations for HATEOAS REST web services",
|
||
"time": "2015-12-04 15:31:02"
|
||
},
|
||
{
|
||
"name": "willdurand/hateoas-bundle",
|
||
"version": "1.1.0",
|
||
"target-dir": "Bazinga/Bundle/HateoasBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/willdurand/BazingaHateoasBundle.git",
|
||
"reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
|
||
"reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"jms/serializer-bundle": "~1.0",
|
||
"symfony/framework-bundle": "~2.2 || ~3.0",
|
||
"willdurand/hateoas": "~2.9"
|
||
},
|
||
"require-dev": {
|
||
"symfony/expression-language": "~2.4 || ~3.0",
|
||
"twig/twig": "~1.12"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Bazinga\\Bundle\\HateoasBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "William Durand",
|
||
"email": "william.durand1@gmail.com"
|
||
}
|
||
],
|
||
"description": "Integration of Hateoas into Symfony2.",
|
||
"keywords": [
|
||
"HATEOAS",
|
||
"rest"
|
||
],
|
||
"time": "2015-12-07 08:25:05"
|
||
},
|
||
{
|
||
"name": "willdurand/jsonp-callback-validator",
|
||
"version": "v1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/willdurand/JsonpCallbackValidator.git",
|
||
"reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
|
||
"reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~3.7"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"JsonpCallbackValidator": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "William DURAND",
|
||
"email": "william.durand1@gmail.com",
|
||
"homepage": "http://www.willdurand.fr"
|
||
}
|
||
],
|
||
"description": "JSONP callback validator.",
|
||
"time": "2014-01-20 22:35:06"
|
||
},
|
||
{
|
||
"name": "willdurand/negotiation",
|
||
"version": "1.5.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/willdurand/Negotiation.git",
|
||
"reference": "2a59f2376557303e3fa91465ab691abb82945edf"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
|
||
"reference": "2a59f2376557303e3fa91465ab691abb82945edf",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.5-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Negotiation\\": "src/Negotiation"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "William Durand",
|
||
"email": "william.durand1@gmail.com"
|
||
}
|
||
],
|
||
"description": "Content Negotiation tools for PHP provided as a standalone library.",
|
||
"homepage": "http://williamdurand.fr/Negotiation/",
|
||
"keywords": [
|
||
"accept",
|
||
"content",
|
||
"format",
|
||
"header",
|
||
"negotiation"
|
||
],
|
||
"time": "2015-10-01 07:42:40"
|
||
},
|
||
{
|
||
"name": "winzou/state-machine",
|
||
"version": "0.2.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/winzou/state-machine.git",
|
||
"reference": "aa54434dac9e0e41f3d1bead53f7e45b5df8a86d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/winzou/state-machine/zipball/aa54434dac9e0e41f3d1bead53f7e45b5df8a86d",
|
||
"reference": "aa54434dac9e0e41f3d1bead53f7e45b5df8a86d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0",
|
||
"symfony/event-dispatcher": "~2.1",
|
||
"symfony/expression-language": "~2.4",
|
||
"symfony/property-access": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"phpspec/phpspec": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"SM": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Alexandre Bacco",
|
||
"email": "alexandre.bacco@gmail.com",
|
||
"homepage": "http://alex.bacco.fr"
|
||
}
|
||
],
|
||
"description": "A very lightweight yet powerful PHP state machine",
|
||
"homepage": "https://github.com/winzou/StateMachine",
|
||
"keywords": [
|
||
"callback",
|
||
"event",
|
||
"state",
|
||
"statemachine"
|
||
],
|
||
"time": "2014-12-05 02:14:37"
|
||
},
|
||
{
|
||
"name": "winzou/state-machine-bundle",
|
||
"version": "v0.2.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/winzou/StateMachineBundle.git",
|
||
"reference": "c7f294097bada884f0b14658ba7418872c9b2a70"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/winzou/StateMachineBundle/zipball/c7f294097bada884f0b14658ba7418872c9b2a70",
|
||
"reference": "c7f294097bada884f0b14658ba7418872c9b2a70",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">5.3.0",
|
||
"symfony/framework-bundle": "~2.1",
|
||
"winzou/state-machine": "~0.2"
|
||
},
|
||
"require-dev": {
|
||
"phpspec/phpspec": "~2.0"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"winzou\\Bundle\\StateMachineBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Alexandre Bacco",
|
||
"homepage": "http://alex.bacco.fr"
|
||
}
|
||
],
|
||
"description": "Bundle for the very lightweight yet powerful PHP state machine",
|
||
"keywords": [
|
||
"bundle",
|
||
"statemachine",
|
||
"symfony"
|
||
],
|
||
"time": "2014-11-27 05:49:41"
|
||
},
|
||
{
|
||
"name": "zendframework/zend-code",
|
||
"version": "2.5.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/zendframework/zend-code.git",
|
||
"reference": "2a69bd42bddf9a955f3747af9e06b6d26e7c41ba"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/2a69bd42bddf9a955f3747af9e06b6d26e7c41ba",
|
||
"reference": "2a69bd42bddf9a955f3747af9e06b6d26e7c41ba",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.5",
|
||
"zendframework/zend-eventmanager": "~2.5"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/common": ">=2.1",
|
||
"fabpot/php-cs-fixer": "1.7.*",
|
||
"phpunit/phpunit": "~4.0",
|
||
"zendframework/zend-stdlib": "~2.5"
|
||
},
|
||
"suggest": {
|
||
"doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
|
||
"zendframework/zend-stdlib": "Zend\\Stdlib component"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.5-dev",
|
||
"dev-develop": "2.6-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Zend\\Code\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"description": "provides facilities to generate arbitrary code using an object oriented interface",
|
||
"homepage": "https://github.com/zendframework/zend-code",
|
||
"keywords": [
|
||
"code",
|
||
"zf2"
|
||
],
|
||
"time": "2015-11-18 18:22:37"
|
||
},
|
||
{
|
||
"name": "zendframework/zend-eventmanager",
|
||
"version": "2.5.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/zendframework/zend-eventmanager.git",
|
||
"reference": "135af03d07fd048c322259aab6611d2be290475c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/135af03d07fd048c322259aab6611d2be290475c",
|
||
"reference": "135af03d07fd048c322259aab6611d2be290475c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.5",
|
||
"zendframework/zend-stdlib": "~2.5"
|
||
},
|
||
"require-dev": {
|
||
"fabpot/php-cs-fixer": "1.7.*",
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.5-dev",
|
||
"dev-develop": "2.6-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Zend\\EventManager\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"homepage": "https://github.com/zendframework/zend-eventmanager",
|
||
"keywords": [
|
||
"eventmanager",
|
||
"zf2"
|
||
],
|
||
"time": "2015-07-16 19:00:49"
|
||
},
|
||
{
|
||
"name": "zendframework/zend-hydrator",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/zendframework/zend-hydrator.git",
|
||
"reference": "f3ed8b833355140350bbed98d8a7b8b66875903f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/f3ed8b833355140350bbed98d8a7b8b66875903f",
|
||
"reference": "f3ed8b833355140350bbed98d8a7b8b66875903f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.5",
|
||
"zendframework/zend-stdlib": "^2.5.1"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0",
|
||
"squizlabs/php_codesniffer": "^2.0@dev",
|
||
"zendframework/zend-eventmanager": "^2.5.1",
|
||
"zendframework/zend-filter": "^2.5.1",
|
||
"zendframework/zend-inputfilter": "^2.5.1",
|
||
"zendframework/zend-serializer": "^2.5.1",
|
||
"zendframework/zend-servicemanager": "^2.5.1"
|
||
},
|
||
"suggest": {
|
||
"zendframework/zend-eventmanager": "^2.5.1, to support aggregate hydrator usage",
|
||
"zendframework/zend-filter": "^2.5.1, to support naming strategy hydrator usage",
|
||
"zendframework/zend-serializer": "^2.5.1, to use the SerializableStrategy",
|
||
"zendframework/zend-servicemanager": "^2.5.1, to support hydrator plugin manager usage"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev",
|
||
"dev-develop": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Zend\\Hydrator\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"homepage": "https://github.com/zendframework/zend-hydrator",
|
||
"keywords": [
|
||
"hydrator",
|
||
"zf2"
|
||
],
|
||
"time": "2015-09-17 14:06:43"
|
||
},
|
||
{
|
||
"name": "zendframework/zend-stdlib",
|
||
"version": "2.7.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/zendframework/zend-stdlib.git",
|
||
"reference": "cae029346a33663b998507f94962eb27de060683"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cae029346a33663b998507f94962eb27de060683",
|
||
"reference": "cae029346a33663b998507f94962eb27de060683",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.5",
|
||
"zendframework/zend-hydrator": "~1.0"
|
||
},
|
||
"require-dev": {
|
||
"athletic/athletic": "~0.1",
|
||
"fabpot/php-cs-fixer": "1.7.*",
|
||
"phpunit/phpunit": "~4.0",
|
||
"zendframework/zend-config": "~2.5",
|
||
"zendframework/zend-eventmanager": "~2.5",
|
||
"zendframework/zend-filter": "~2.5",
|
||
"zendframework/zend-inputfilter": "~2.5",
|
||
"zendframework/zend-serializer": "~2.5",
|
||
"zendframework/zend-servicemanager": "~2.5"
|
||
},
|
||
"suggest": {
|
||
"zendframework/zend-eventmanager": "To support aggregate hydrator usage",
|
||
"zendframework/zend-filter": "To support naming strategy hydrator usage",
|
||
"zendframework/zend-serializer": "Zend\\Serializer component",
|
||
"zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev",
|
||
"dev-develop": "2.8-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": "2015-10-15 15:57:32"
|
||
}
|
||
],
|
||
"packages-dev": [
|
||
{
|
||
"name": "akeneo/phpspec-skip-example-extension",
|
||
"version": "v1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/akeneo/PhpSpecSkipExampleExtension.git",
|
||
"reference": "d7472a3b32aff125762a11d0ed6ee0eb7b3de038"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/akeneo/PhpSpecSkipExampleExtension/zipball/d7472a3b32aff125762a11d0ed6ee0eb7b3de038",
|
||
"reference": "d7472a3b32aff125762a11d0ed6ee0eb7b3de038",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"phpspec/phpspec": "~2.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2.x-dev",
|
||
"dev-1.1": "1.1.x-dev",
|
||
"dev-1.0": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Akeneo": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Gildas Quéméner",
|
||
"email": "gildas@akeneo.com"
|
||
}
|
||
],
|
||
"description": "Skip your PhpSpec examples through annotations",
|
||
"time": "2015-09-13 14:38:13"
|
||
},
|
||
{
|
||
"name": "behat/behat",
|
||
"version": "v3.0.15",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Behat.git",
|
||
"reference": "b35ae3d45332d80c532af69cc36f780a9397a996"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Behat/zipball/b35ae3d45332d80c532af69cc36f780a9397a996",
|
||
"reference": "b35ae3d45332d80c532af69cc36f780a9397a996",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/gherkin": "~4.3",
|
||
"behat/transliterator": "~1.0",
|
||
"ext-mbstring": "*",
|
||
"php": ">=5.3.3",
|
||
"symfony/class-loader": "~2.1",
|
||
"symfony/config": "~2.3",
|
||
"symfony/console": "~2.1",
|
||
"symfony/dependency-injection": "~2.1",
|
||
"symfony/event-dispatcher": "~2.1",
|
||
"symfony/translation": "~2.3",
|
||
"symfony/yaml": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"phpspec/prophecy-phpunit": "~1.0",
|
||
"phpunit/phpunit": "~4.0",
|
||
"symfony/process": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"behat/mink-extension": "for integration with Mink testing framework",
|
||
"behat/symfony2-extension": "for integration with Symfony2 web framework",
|
||
"behat/yii-extension": "for integration with Yii web framework"
|
||
},
|
||
"bin": [
|
||
"bin/behat"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\Behat": "src/",
|
||
"Behat\\Testwork": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
}
|
||
],
|
||
"description": "Scenario-oriented BDD framework for PHP 5.3",
|
||
"homepage": "http://behat.org/",
|
||
"keywords": [
|
||
"Agile",
|
||
"BDD",
|
||
"ScenarioBDD",
|
||
"Scrum",
|
||
"StoryBDD",
|
||
"User story",
|
||
"business",
|
||
"development",
|
||
"documentation",
|
||
"examples",
|
||
"symfony",
|
||
"testing"
|
||
],
|
||
"time": "2015-02-22 14:10:33"
|
||
},
|
||
{
|
||
"name": "behat/gherkin",
|
||
"version": "v4.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Gherkin.git",
|
||
"reference": "6b3f8cf3560dc4909c4cddd4f1af3e1f6e9d80af"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/6b3f8cf3560dc4909c4cddd4f1af3e1f6e9d80af",
|
||
"reference": "6b3f8cf3560dc4909c4cddd4f1af3e1f6e9d80af",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.1"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0",
|
||
"symfony/yaml": "~2.1"
|
||
},
|
||
"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": "2015-09-29 13:41:19"
|
||
},
|
||
{
|
||
"name": "behat/mink",
|
||
"version": "v1.7.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/minkphp/Mink.git",
|
||
"reference": "6c129030ec2cc029905cf969a56ca8f087b2dfdf"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/minkphp/Mink/zipball/6c129030ec2cc029905cf969a56ca8f087b2dfdf",
|
||
"reference": "6c129030ec2cc029905cf969a56ca8f087b2dfdf",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.1",
|
||
"symfony/css-selector": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"suggest": {
|
||
"behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
|
||
"behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
|
||
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
|
||
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.7.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Behat\\Mink\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
}
|
||
],
|
||
"description": "Browser controller/emulator abstraction for PHP",
|
||
"homepage": "http://mink.behat.org/",
|
||
"keywords": [
|
||
"browser",
|
||
"testing",
|
||
"web"
|
||
],
|
||
"time": "2015-09-20 20:24:03"
|
||
},
|
||
{
|
||
"name": "behat/mink-browserkit-driver",
|
||
"version": "v1.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
|
||
"reference": "da47df1593dac132f04d24e7277ef40d33d9f201"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/da47df1593dac132f04d24e7277ef40d33d9f201",
|
||
"reference": "da47df1593dac132f04d24e7277ef40d33d9f201",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/mink": "~1.7@dev",
|
||
"php": ">=5.3.6",
|
||
"symfony/browser-kit": "~2.3",
|
||
"symfony/dom-crawler": "~2.3"
|
||
},
|
||
"require-dev": {
|
||
"silex/silex": "~1.2",
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"type": "mink-driver",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Behat\\Mink\\Driver\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
}
|
||
],
|
||
"description": "Symfony2 BrowserKit driver for Mink framework",
|
||
"homepage": "http://mink.behat.org/",
|
||
"keywords": [
|
||
"Mink",
|
||
"Symfony2",
|
||
"browser",
|
||
"testing"
|
||
],
|
||
"time": "2015-09-21 20:56:13"
|
||
},
|
||
{
|
||
"name": "behat/mink-extension",
|
||
"version": "v2.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/MinkExtension.git",
|
||
"reference": "06e2b99d92e175719d7e841d5be16b7df1a233c5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/06e2b99d92e175719d7e841d5be16b7df1a233c5",
|
||
"reference": "06e2b99d92e175719d7e841d5be16b7df1a233c5",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/behat": "~3.0,>=3.0.5",
|
||
"behat/mink": "~1.5",
|
||
"php": ">=5.3.2",
|
||
"symfony/config": "~2.2"
|
||
},
|
||
"require-dev": {
|
||
"behat/mink-goutte-driver": "~1.1",
|
||
"phpspec/phpspec": "~2.0"
|
||
},
|
||
"type": "behat-extension",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\MinkExtension": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Christophe Coevoet",
|
||
"email": "stof@notk.org"
|
||
},
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com"
|
||
}
|
||
],
|
||
"description": "Mink extension for Behat",
|
||
"homepage": "http://extensions.behat.org/mink",
|
||
"keywords": [
|
||
"browser",
|
||
"gui",
|
||
"test",
|
||
"web"
|
||
],
|
||
"time": "2015-09-29 17:42:41"
|
||
},
|
||
{
|
||
"name": "behat/mink-selenium2-driver",
|
||
"version": "v1.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/minkphp/MinkSelenium2Driver.git",
|
||
"reference": "bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9",
|
||
"reference": "bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/mink": "~1.7@dev",
|
||
"instaclick/php-webdriver": "~1.1",
|
||
"php": ">=5.3.1"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"type": "mink-driver",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Behat\\Mink\\Driver\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
},
|
||
{
|
||
"name": "Pete Otaqui",
|
||
"email": "pete@otaqui.com",
|
||
"homepage": "https://github.com/pete-otaqui"
|
||
}
|
||
],
|
||
"description": "Selenium2 (WebDriver) driver for Mink framework",
|
||
"homepage": "http://mink.behat.org/",
|
||
"keywords": [
|
||
"ajax",
|
||
"browser",
|
||
"javascript",
|
||
"selenium",
|
||
"testing",
|
||
"webdriver"
|
||
],
|
||
"time": "2015-09-21 21:02:54"
|
||
},
|
||
{
|
||
"name": "behat/symfony2-extension",
|
||
"version": "v2.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Symfony2Extension.git",
|
||
"reference": "845bb7a2308c3057379d29489b96e677b023dc09"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/845bb7a2308c3057379d29489b96e677b023dc09",
|
||
"reference": "845bb7a2308c3057379d29489b96e677b023dc09",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/behat": "~3.0,>=3.0.4",
|
||
"php": ">=5.3.3",
|
||
"symfony/framework-bundle": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"behat/mink-browserkit-driver": "~1.0",
|
||
"behat/mink-extension": "~2.0@dev",
|
||
"phpspec/phpspec": "~2.0",
|
||
"phpunit/phpunit": "~4.0",
|
||
"symfony/symfony": "~2.1"
|
||
},
|
||
"type": "behat-extension",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\Symfony2Extension": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Christophe Coevoet",
|
||
"email": "stof@notk.org"
|
||
},
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com"
|
||
}
|
||
],
|
||
"description": "Symfony2 framework extension for Behat",
|
||
"homepage": "http://behat.org",
|
||
"keywords": [
|
||
"BDD",
|
||
"framework",
|
||
"symfony"
|
||
],
|
||
"time": "2015-09-29 14:11:22"
|
||
},
|
||
{
|
||
"name": "bossa/phpspec2-expect",
|
||
"version": "1.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/BossaConsulting/phpspec2-expect.git",
|
||
"reference": "f3a80b7fa743b8a1078a7e320bd3e8b8b6283780"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/BossaConsulting/phpspec2-expect/zipball/f3a80b7fa743b8a1078a7e320bd3e8b8b6283780",
|
||
"reference": "f3a80b7fa743b8a1078a7e320bd3e8b8b6283780",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"phpspec/phpspec": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"expect.php"
|
||
],
|
||
"psr-0": {
|
||
"Bossa\\PhpSpec\\Expect\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Marcello Duarte",
|
||
"homepage": "http://marcelloduarte.net/"
|
||
}
|
||
],
|
||
"description": "Helper that decorates any SUS with a phpspec lazy object wrapper",
|
||
"keywords": [
|
||
"BDD",
|
||
"SpecBDD",
|
||
"TDD",
|
||
"spec",
|
||
"specification"
|
||
],
|
||
"time": "2014-09-12 09:25:51"
|
||
},
|
||
{
|
||
"name": "coduo/php-matcher",
|
||
"version": "2.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/coduo/php-matcher.git",
|
||
"reference": "fddefee866d44f673f68d2bc7716b7fa824b6942"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/coduo/php-matcher/zipball/fddefee866d44f673f68d2bc7716b7fa824b6942",
|
||
"reference": "fddefee866d44f673f68d2bc7716b7fa824b6942",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"coduo/php-to-string": "^2",
|
||
"doctrine/lexer": "1.0.*",
|
||
"ext-filter": "*",
|
||
"openlss/lib-array2xml": "~0.0.9",
|
||
"php": ">=5.3.0",
|
||
"symfony/expression-language": "^2.3|^3.0",
|
||
"symfony/property-access": "^2.3|^3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.8"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Coduo\\PHPMatcher\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Norbert Orzechowicz",
|
||
"email": "norbert@orzechowicz.pl"
|
||
},
|
||
{
|
||
"name": "Michał Dąbrowski",
|
||
"email": "dabrowski@brillante.pl"
|
||
}
|
||
],
|
||
"description": "PHP Matcher enables you to match values with patterns",
|
||
"keywords": [
|
||
"Match",
|
||
"json",
|
||
"matcher",
|
||
"tests"
|
||
],
|
||
"time": "2016-03-18 09:28:02"
|
||
},
|
||
{
|
||
"name": "coduo/php-to-string",
|
||
"version": "2.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/coduo/php-to-string.git",
|
||
"reference": "4c1d7e2e76017719edc70e944ace0ec570748a78"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/coduo/php-to-string/zipball/4c1d7e2e76017719edc70e944ace0ec570748a78",
|
||
"reference": "4c1d7e2e76017719edc70e944ace0ec570748a78",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"coduo/phpspec-data-provider-extension": "^1",
|
||
"phpspec/phpspec": "^2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Norbert Orzechowicz",
|
||
"email": "norbert@orzechowicz.pl"
|
||
},
|
||
{
|
||
"name": "Michał Dąbrowski",
|
||
"email": "dabrowski@brillante.pl"
|
||
}
|
||
],
|
||
"keywords": [
|
||
"php",
|
||
"string",
|
||
"to",
|
||
"to string"
|
||
],
|
||
"time": "2016-01-20 18:29:02"
|
||
},
|
||
{
|
||
"name": "fabpot/php-cs-fixer",
|
||
"version": "v1.11.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
||
"reference": "2c9f8298181f059c5077abda78019b9a0c9a7cc0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/2c9f8298181f059c5077abda78019b9a0c9a7cc0",
|
||
"reference": "2c9f8298181f059c5077abda78019b9a0c9a7cc0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-tokenizer": "*",
|
||
"php": ">=5.3.6",
|
||
"sebastian/diff": "~1.1",
|
||
"symfony/console": "~2.3|~3.0",
|
||
"symfony/event-dispatcher": "~2.1|~3.0",
|
||
"symfony/filesystem": "~2.1|~3.0",
|
||
"symfony/finder": "~2.1|~3.0",
|
||
"symfony/process": "~2.3|~3.0",
|
||
"symfony/stopwatch": "~2.5|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"satooshi/php-coveralls": "0.7.*@dev"
|
||
},
|
||
"bin": [
|
||
"php-cs-fixer"
|
||
],
|
||
"type": "application",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\CS\\": "Symfony/CS/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Dariusz Rumiński",
|
||
"email": "dariusz.ruminski@gmail.com"
|
||
},
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
}
|
||
],
|
||
"description": "A tool to automatically fix PHP code style",
|
||
"time": "2016-01-20 19:00:28"
|
||
},
|
||
{
|
||
"name": "instaclick/php-webdriver",
|
||
"version": "1.4.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/instaclick/php-webdriver.git",
|
||
"reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
|
||
"reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-curl": "*",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"satooshi/php-coveralls": "dev-master"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"WebDriver": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Justin Bishop",
|
||
"email": "jubishop@gmail.com",
|
||
"role": "Developer"
|
||
},
|
||
{
|
||
"name": "Anthon Pang",
|
||
"email": "apang@softwaredevelopment.ca",
|
||
"role": "Fork Maintainer"
|
||
}
|
||
],
|
||
"description": "PHP WebDriver for Selenium 2",
|
||
"homepage": "http://instaclick.com/",
|
||
"keywords": [
|
||
"browser",
|
||
"selenium",
|
||
"webdriver",
|
||
"webtest"
|
||
],
|
||
"time": "2015-06-15 20:19:33"
|
||
},
|
||
{
|
||
"name": "lakion/api-test-case",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Lakion/ApiTestCase.git",
|
||
"reference": "c4d37eccbaa49f06a317d22198649517627ed599"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Lakion/ApiTestCase/zipball/c4d37eccbaa49f06a317d22198649517627ed599",
|
||
"reference": "c4d37eccbaa49f06a317d22198649517627ed599",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"coduo/php-matcher": "^2.0",
|
||
"doctrine/data-fixtures": "^1.1",
|
||
"doctrine/doctrine-bundle": "^1.6",
|
||
"doctrine/orm": "^2.4.8",
|
||
"nelmio/alice": "^2.1.4",
|
||
"php": "^5.5.9|^7.0",
|
||
"phpspec/php-diff": "^1.0",
|
||
"phpunit/phpunit": "^4.8|^5.0",
|
||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||
"symfony/browser-kit": "^2.3|^3.0",
|
||
"symfony/console": "^2.3|^3.0",
|
||
"symfony/finder": "^2.3|^3.0",
|
||
"symfony/framework-bundle": "^2.3|^3.0",
|
||
"symfony/serializer": "^2.3|^3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Lakion\\ApiTestCase\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Łukasz Chruściel",
|
||
"email": "lukasz.chrusciel@lakion.com"
|
||
},
|
||
{
|
||
"name": "Michał Marcinkowski",
|
||
"email": "michal.marcinkowski@lakion.com"
|
||
},
|
||
{
|
||
"name": "Paweł Jędrzejewski",
|
||
"email": "pawel.jedrzejewski@lakion.com",
|
||
"homepage": "http://pjedrzejewski.com"
|
||
},
|
||
{
|
||
"name": "Arkadiusz Krakowiak",
|
||
"email": "arkadiusz.krakowiak@lakion.com"
|
||
}
|
||
],
|
||
"description": "Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.",
|
||
"keywords": [
|
||
"Symfony2",
|
||
"TDD",
|
||
"api",
|
||
"doctrine",
|
||
"json",
|
||
"phpunit",
|
||
"symfony",
|
||
"testcase",
|
||
"xml"
|
||
],
|
||
"time": "2016-03-26 13:06:40"
|
||
},
|
||
{
|
||
"name": "lakion/mink-debug-extension",
|
||
"version": "v1.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Lakion/MinkDebugExtension.git",
|
||
"reference": "ec8fc981b5b7a7ad0d7c44e874d6adaf788a1ca2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Lakion/MinkDebugExtension/zipball/ec8fc981b5b7a7ad0d7c44e874d6adaf788a1ca2",
|
||
"reference": "ec8fc981b5b7a7ad0d7c44e874d6adaf788a1ca2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/behat": "^3.0.5",
|
||
"behat/mink-extension": "^2.0.1",
|
||
"php": "^5.5.9|^7.0",
|
||
"symfony/config": "^2.2"
|
||
},
|
||
"require-dev": {
|
||
"behat/mink-goutte-driver": "^1.1",
|
||
"behat/mink-selenium2-driver": "^1.2",
|
||
"phpspec/phpspec": "^2.0"
|
||
},
|
||
"suggest": {
|
||
"behat/mink-browserkit-driver": "To get request debug information included in log file",
|
||
"behat/mink-selenium2-driver": "To get screenshots"
|
||
},
|
||
"type": "behat-extension",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Lakion\\Behat\\MinkDebugExtension\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Kamil Kokot",
|
||
"homepage": "http://kamil.kokot.me"
|
||
}
|
||
],
|
||
"description": "Debug extension for Behat",
|
||
"homepage": "https://github.com/Lakion/MinkDebugExtension",
|
||
"keywords": [
|
||
"Behat",
|
||
"Mink",
|
||
"debug",
|
||
"logging"
|
||
],
|
||
"time": "2016-02-10 09:25:13"
|
||
},
|
||
{
|
||
"name": "malukenho/kawaii-gherkin",
|
||
"version": "0.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/malukenho/kawaii-gherkin.git",
|
||
"reference": "ab9bafcee0e3054b2cd1aad9ad797eff27dda0fb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/malukenho/kawaii-gherkin/zipball/ab9bafcee0e3054b2cd1aad9ad797eff27dda0fb",
|
||
"reference": "ab9bafcee0e3054b2cd1aad9ad797eff27dda0fb",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/gherkin": "^4.4",
|
||
"php": "~5.5|^7.0",
|
||
"sebastian/diff": "~1.2",
|
||
"symfony/console": "~2.0",
|
||
"symfony/finder": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.0"
|
||
},
|
||
"bin": [
|
||
"bin/kawaii"
|
||
],
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"KawaiiGherkin\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jefersson Nathan",
|
||
"email": "malukenho@phpse.net"
|
||
}
|
||
],
|
||
"description": "A small library to check and fix annoying gherkin code style",
|
||
"homepage": "https://github.com/malukenho/kawaii-gherkin",
|
||
"keywords": [
|
||
"Code style",
|
||
"code standard",
|
||
"gherkin"
|
||
],
|
||
"time": "2016-02-08 14:10:57"
|
||
},
|
||
{
|
||
"name": "matthiasnoback/symfony-config-test",
|
||
"version": "v1.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
|
||
"reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
|
||
"reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3",
|
||
"sebastian/exporter": "1.*",
|
||
"symfony/config": "~2.0|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": ">=3.7"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Matthias\\SymfonyConfigTest\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Matthias Noback",
|
||
"email": "matthiasnoback@gmail.com",
|
||
"homepage": "http://php-and-symfony.matthiasnoback.nl"
|
||
}
|
||
],
|
||
"description": "Library for testing user classes related to the Symfony Config Component",
|
||
"homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
|
||
"keywords": [
|
||
"config",
|
||
"phpunit",
|
||
"symfony"
|
||
],
|
||
"time": "2015-11-25 21:40:32"
|
||
},
|
||
{
|
||
"name": "matthiasnoback/symfony-dependency-injection-test",
|
||
"version": "v0.7.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/matthiasnoback/SymfonyDependencyInjectionTest.git",
|
||
"reference": "69503a7cea36b6a2c7146789795a5352c2ebf20c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/matthiasnoback/SymfonyDependencyInjectionTest/zipball/69503a7cea36b6a2c7146789795a5352c2ebf20c",
|
||
"reference": "69503a7cea36b6a2c7146789795a5352c2ebf20c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"matthiasnoback/symfony-config-test": "0.*|~1.0",
|
||
"sebastian/exporter": "~1",
|
||
"symfony/config": "^2.0.5|~3.0",
|
||
"symfony/dependency-injection": "^2.0.5|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~3.0|~4.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Matthias\\SymfonyDependencyInjectionTest\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Matthias Noback",
|
||
"email": "matthiasnoback@gmail.com",
|
||
"homepage": "http://php-and-symfony.matthiasnoback.nl"
|
||
}
|
||
],
|
||
"description": "Library for testing user classes related to the Symfony Dependency Injection Component",
|
||
"homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest",
|
||
"keywords": [
|
||
"Symfony2",
|
||
"dependency injection",
|
||
"phpunit"
|
||
],
|
||
"time": "2015-11-12 15:32:36"
|
||
},
|
||
{
|
||
"name": "nelmio/alice",
|
||
"version": "2.1.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/nelmio/alice.git",
|
||
"reference": "c8cb3413ab5d1fa76ee84296dafe356b0c703014"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/nelmio/alice/zipball/c8cb3413ab5d1fa76ee84296dafe356b0c703014",
|
||
"reference": "c8cb3413ab5d1fa76ee84296dafe356b0c703014",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"fzaninotto/faker": "~1.0",
|
||
"php": ">=5.4",
|
||
"symfony/yaml": "~2.0|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/common": "~2.3",
|
||
"phpunit/phpunit": "~4.0",
|
||
"symfony/property-access": "~2.2|~3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Nelmio\\Alice\\": "src/Nelmio/Alice"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jordi Boggiano",
|
||
"email": "j.boggiano@seld.be"
|
||
},
|
||
{
|
||
"name": "Tim Shelburne",
|
||
"email": "shelburt02@gmail.com"
|
||
}
|
||
],
|
||
"description": "Expressive fixtures generator",
|
||
"keywords": [
|
||
"Fixture",
|
||
"data",
|
||
"orm",
|
||
"test"
|
||
],
|
||
"time": "2016-01-07 14:44:47"
|
||
},
|
||
{
|
||
"name": "openlss/lib-array2xml",
|
||
"version": "0.0.10",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/openlss/lib-array2xml.git",
|
||
"reference": "f6686668959a342ec326c5ad82ac557d767f34ef"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/openlss/lib-array2xml/zipball/f6686668959a342ec326c5ad82ac557d767f34ef",
|
||
"reference": "f6686668959a342ec326c5ad82ac557d767f34ef",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"LSS": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Bryan Tong",
|
||
"email": "contact@nullivex.com",
|
||
"homepage": "http://bryantong.com"
|
||
},
|
||
{
|
||
"name": "Tony Butler",
|
||
"email": "spudz76@gmail.com",
|
||
"homepage": "http://openlss.org"
|
||
}
|
||
],
|
||
"description": "Array2XML conversion library credit to lalit.org",
|
||
"homepage": "http://openlss.org",
|
||
"keywords": [
|
||
"array",
|
||
"array conversion",
|
||
"xml",
|
||
"xml conversion"
|
||
],
|
||
"time": "2015-09-16 18:59:23"
|
||
},
|
||
{
|
||
"name": "phpdocumentor/reflection-docblock",
|
||
"version": "2.0.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
||
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
||
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"suggest": {
|
||
"dflydev/markdown": "~1.0",
|
||
"erusev/parsedown": "~1.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"phpDocumentor": [
|
||
"src/"
|
||
]
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Mike van Riel",
|
||
"email": "mike.vanriel@naenius.com"
|
||
}
|
||
],
|
||
"time": "2015-02-03 12:10:50"
|
||
},
|
||
{
|
||
"name": "phpspec/php-diff",
|
||
"version": "v1.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/php-diff.git",
|
||
"reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
|
||
"reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
|
||
"shasum": ""
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Diff": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Chris Boulton",
|
||
"homepage": "http://github.com/chrisboulton"
|
||
}
|
||
],
|
||
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
|
||
"time": "2013-11-01 13:02:21"
|
||
},
|
||
{
|
||
"name": "phpspec/phpspec",
|
||
"version": "2.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/phpspec.git",
|
||
"reference": "1d3938e6d9ffb1bd4805ea8ddac62ea48767f358"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/phpspec/zipball/1d3938e6d9ffb1bd4805ea8ddac62ea48767f358",
|
||
"reference": "1d3938e6d9ffb1bd4805ea8ddac62ea48767f358",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/instantiator": "^1.0.1",
|
||
"ext-tokenizer": "*",
|
||
"php": ">=5.3.3",
|
||
"phpspec/php-diff": "~1.0.0",
|
||
"phpspec/prophecy": "~1.4",
|
||
"sebastian/exporter": "~1.0",
|
||
"symfony/console": "~2.3|~3.0",
|
||
"symfony/event-dispatcher": "~2.1|~3.0",
|
||
"symfony/finder": "~2.1|~3.0",
|
||
"symfony/process": "^2.6|~3.0",
|
||
"symfony/yaml": "~2.1|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"behat/behat": "^3.0.11",
|
||
"bossa/phpspec2-expect": "~1.0",
|
||
"phpunit/phpunit": "~4.4",
|
||
"symfony/filesystem": "~2.1|~3.0"
|
||
},
|
||
"suggest": {
|
||
"phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
|
||
},
|
||
"bin": [
|
||
"bin/phpspec"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"PhpSpec": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
},
|
||
{
|
||
"name": "Marcello Duarte",
|
||
"homepage": "http://marcelloduarte.net/"
|
||
}
|
||
],
|
||
"description": "Specification-oriented BDD framework for PHP 5.3+",
|
||
"homepage": "http://phpspec.net/",
|
||
"keywords": [
|
||
"BDD",
|
||
"SpecBDD",
|
||
"TDD",
|
||
"spec",
|
||
"specification",
|
||
"testing",
|
||
"tests"
|
||
],
|
||
"time": "2015-11-29 02:03:49"
|
||
},
|
||
{
|
||
"name": "phpspec/prophecy",
|
||
"version": "v1.5.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/prophecy.git",
|
||
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
||
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/instantiator": "^1.0.2",
|
||
"phpdocumentor/reflection-docblock": "~2.0",
|
||
"sebastian/comparator": "~1.1"
|
||
},
|
||
"require-dev": {
|
||
"phpspec/phpspec": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Prophecy\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
},
|
||
{
|
||
"name": "Marcello Duarte",
|
||
"email": "marcello.duarte@gmail.com"
|
||
}
|
||
],
|
||
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
||
"homepage": "https://github.com/phpspec/prophecy",
|
||
"keywords": [
|
||
"Double",
|
||
"Dummy",
|
||
"fake",
|
||
"mock",
|
||
"spy",
|
||
"stub"
|
||
],
|
||
"time": "2015-08-13 10:07:40"
|
||
},
|
||
{
|
||
"name": "phpunit/php-code-coverage",
|
||
"version": "2.2.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
||
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"phpunit/php-file-iterator": "~1.3",
|
||
"phpunit/php-text-template": "~1.2",
|
||
"phpunit/php-token-stream": "~1.3",
|
||
"sebastian/environment": "^1.3.2",
|
||
"sebastian/version": "~1.0"
|
||
},
|
||
"require-dev": {
|
||
"ext-xdebug": ">=2.1.4",
|
||
"phpunit/phpunit": "~4"
|
||
},
|
||
"suggest": {
|
||
"ext-dom": "*",
|
||
"ext-xdebug": ">=2.2.1",
|
||
"ext-xmlwriter": "*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
||
"keywords": [
|
||
"coverage",
|
||
"testing",
|
||
"xunit"
|
||
],
|
||
"time": "2015-10-06 15:47:00"
|
||
},
|
||
{
|
||
"name": "phpunit/php-file-iterator",
|
||
"version": "1.4.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
||
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
||
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
||
"keywords": [
|
||
"filesystem",
|
||
"iterator"
|
||
],
|
||
"time": "2015-06-21 13:08:43"
|
||
},
|
||
{
|
||
"name": "phpunit/php-text-template",
|
||
"version": "1.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
||
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
||
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Simple template engine.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
||
"keywords": [
|
||
"template"
|
||
],
|
||
"time": "2015-06-21 13:50:34"
|
||
},
|
||
{
|
||
"name": "phpunit/php-timer",
|
||
"version": "1.0.7",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
||
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
||
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Utility class for timing",
|
||
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
||
"keywords": [
|
||
"timer"
|
||
],
|
||
"time": "2015-06-21 08:01:12"
|
||
},
|
||
{
|
||
"name": "phpunit/php-token-stream",
|
||
"version": "1.4.8",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
||
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
|
||
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-tokenizer": "*",
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
}
|
||
],
|
||
"description": "Wrapper around PHP's tokenizer extension.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
||
"keywords": [
|
||
"tokenizer"
|
||
],
|
||
"time": "2015-09-15 10:49:45"
|
||
},
|
||
{
|
||
"name": "phpunit/phpunit",
|
||
"version": "4.8.18",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||
"reference": "fa33d4ad96481b91df343d83e8c8aabed6b1dfd3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa33d4ad96481b91df343d83e8c8aabed6b1dfd3",
|
||
"reference": "fa33d4ad96481b91df343d83e8c8aabed6b1dfd3",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-dom": "*",
|
||
"ext-json": "*",
|
||
"ext-pcre": "*",
|
||
"ext-reflection": "*",
|
||
"ext-spl": "*",
|
||
"php": ">=5.3.3",
|
||
"phpspec/prophecy": "^1.3.1",
|
||
"phpunit/php-code-coverage": "~2.1",
|
||
"phpunit/php-file-iterator": "~1.4",
|
||
"phpunit/php-text-template": "~1.2",
|
||
"phpunit/php-timer": ">=1.0.6",
|
||
"phpunit/phpunit-mock-objects": "~2.3",
|
||
"sebastian/comparator": "~1.1",
|
||
"sebastian/diff": "~1.2",
|
||
"sebastian/environment": "~1.3",
|
||
"sebastian/exporter": "~1.2",
|
||
"sebastian/global-state": "~1.0",
|
||
"sebastian/version": "~1.0",
|
||
"symfony/yaml": "~2.1|~3.0"
|
||
},
|
||
"suggest": {
|
||
"phpunit/php-invoker": "~1.1"
|
||
},
|
||
"bin": [
|
||
"phpunit"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "4.8.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "The PHP Unit Testing framework.",
|
||
"homepage": "https://phpunit.de/",
|
||
"keywords": [
|
||
"phpunit",
|
||
"testing",
|
||
"xunit"
|
||
],
|
||
"time": "2015-11-11 11:32:49"
|
||
},
|
||
{
|
||
"name": "phpunit/phpunit-mock-objects",
|
||
"version": "2.3.8",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
||
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
||
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/instantiator": "^1.0.2",
|
||
"php": ">=5.3.3",
|
||
"phpunit/php-text-template": "~1.2",
|
||
"sebastian/exporter": "~1.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.4"
|
||
},
|
||
"suggest": {
|
||
"ext-soap": "*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.3.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Mock Object library for PHPUnit",
|
||
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
||
"keywords": [
|
||
"mock",
|
||
"xunit"
|
||
],
|
||
"time": "2015-10-02 06:51:40"
|
||
},
|
||
{
|
||
"name": "se/selenium-server-standalone",
|
||
"version": "v2.52.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sveneisenschmidt/selenium-server-standalone.git",
|
||
"reference": "b1dae29a7f24d43ef7ccd5e73f545e297ba6f14d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sveneisenschmidt/selenium-server-standalone/zipball/b1dae29a7f24d43ef7ccd5e73f545e297ba6f14d",
|
||
"reference": "b1dae29a7f24d43ef7ccd5e73f545e297ba6f14d",
|
||
"shasum": ""
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"bin": [
|
||
"bin/selenium-server-standalone"
|
||
],
|
||
"type": "library",
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache 2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sven Eisenschmidt",
|
||
"email": "sven.eisenschmidt@gmail.com"
|
||
}
|
||
],
|
||
"description": "Composer distribution of Selenium Server Standalone, the browser automation framework. Adds a executable to your composer bin directory.",
|
||
"homepage": "https://github.com/sveneisenschmidt/selenium-server-standalone",
|
||
"keywords": [
|
||
"selenium",
|
||
"testing"
|
||
],
|
||
"time": "2016-02-17 10:14:55"
|
||
},
|
||
{
|
||
"name": "sebastian/comparator",
|
||
"version": "1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/comparator.git",
|
||
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
|
||
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"sebastian/diff": "~1.2",
|
||
"sebastian/exporter": "~1.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jeff Welch",
|
||
"email": "whatthejeff@gmail.com"
|
||
},
|
||
{
|
||
"name": "Volker Dusch",
|
||
"email": "github@wallbash.com"
|
||
},
|
||
{
|
||
"name": "Bernhard Schussek",
|
||
"email": "bschussek@2bepublished.at"
|
||
},
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
}
|
||
],
|
||
"description": "Provides the functionality to compare PHP values for equality",
|
||
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
||
"keywords": [
|
||
"comparator",
|
||
"compare",
|
||
"equality"
|
||
],
|
||
"time": "2015-07-26 15:48:44"
|
||
},
|
||
{
|
||
"name": "sebastian/diff",
|
||
"version": "1.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/diff.git",
|
||
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
|
||
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Kore Nordmann",
|
||
"email": "mail@kore-nordmann.de"
|
||
},
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
}
|
||
],
|
||
"description": "Diff implementation",
|
||
"homepage": "http://www.github.com/sebastianbergmann/diff",
|
||
"keywords": [
|
||
"diff"
|
||
],
|
||
"time": "2015-02-22 15:13:53"
|
||
},
|
||
{
|
||
"name": "sebastian/environment",
|
||
"version": "1.3.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/environment.git",
|
||
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
|
||
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
}
|
||
],
|
||
"description": "Provides functionality to handle HHVM/PHP environments",
|
||
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
||
"keywords": [
|
||
"Xdebug",
|
||
"environment",
|
||
"hhvm"
|
||
],
|
||
"time": "2015-08-03 06:14:51"
|
||
},
|
||
{
|
||
"name": "sebastian/exporter",
|
||
"version": "1.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/exporter.git",
|
||
"reference": "7ae5513327cb536431847bcc0c10edba2701064e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
|
||
"reference": "7ae5513327cb536431847bcc0c10edba2701064e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"sebastian/recursion-context": "~1.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jeff Welch",
|
||
"email": "whatthejeff@gmail.com"
|
||
},
|
||
{
|
||
"name": "Volker Dusch",
|
||
"email": "github@wallbash.com"
|
||
},
|
||
{
|
||
"name": "Bernhard Schussek",
|
||
"email": "bschussek@2bepublished.at"
|
||
},
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
},
|
||
{
|
||
"name": "Adam Harvey",
|
||
"email": "aharvey@php.net"
|
||
}
|
||
],
|
||
"description": "Provides the functionality to export PHP variables for visualization",
|
||
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
||
"keywords": [
|
||
"export",
|
||
"exporter"
|
||
],
|
||
"time": "2015-06-21 07:55:53"
|
||
},
|
||
{
|
||
"name": "sebastian/global-state",
|
||
"version": "1.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/global-state.git",
|
||
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
||
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.2"
|
||
},
|
||
"suggest": {
|
||
"ext-uopz": "*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
}
|
||
],
|
||
"description": "Snapshotting of global state",
|
||
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
||
"keywords": [
|
||
"global state"
|
||
],
|
||
"time": "2015-10-12 03:26:01"
|
||
},
|
||
{
|
||
"name": "sebastian/recursion-context",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
||
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
|
||
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jeff Welch",
|
||
"email": "whatthejeff@gmail.com"
|
||
},
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
},
|
||
{
|
||
"name": "Adam Harvey",
|
||
"email": "aharvey@php.net"
|
||
}
|
||
],
|
||
"description": "Provides functionality to recursively process PHP variables",
|
||
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
||
"time": "2015-06-21 08:04:50"
|
||
},
|
||
{
|
||
"name": "sebastian/version",
|
||
"version": "1.0.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/version.git",
|
||
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
||
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
||
"shasum": ""
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
||
"homepage": "https://github.com/sebastianbergmann/version",
|
||
"time": "2015-06-21 13:59:46"
|
||
}
|
||
],
|
||
"aliases": [],
|
||
"minimum-stability": "stable",
|
||
"stability-flags": {
|
||
"lakion/api-test-case": 20
|
||
},
|
||
"prefer-stable": false,
|
||
"prefer-lowest": false,
|
||
"platform": {
|
||
"php": "^5.5.9|^7.0",
|
||
"ext-exif": "*",
|
||
"ext-fileinfo": "*",
|
||
"ext-gd": "*"
|
||
},
|
||
"platform-dev": []
|
||
}
|