|
@@ -4,7 +4,7 @@
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
],
|
|
],
|
|
- "content-hash": "dc2cfbc18e7e86ef4b25dc617940f48e",
|
|
|
|
|
|
+ "content-hash": "38078f3bae2c25fd9046bdcb4c4f29b3",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "behat/transliterator",
|
|
"name": "behat/transliterator",
|
|
@@ -691,6 +691,67 @@
|
|
],
|
|
],
|
|
"time": "2016-01-26T17:28:51+00:00"
|
|
"time": "2016-01-26T17:28:51+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "doctrine/doctrine-migrations-bundle",
|
|
|
|
+ "version": "v1.2.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
|
|
|
|
+ "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/6276139e0b913a4e5120fc36bb5b0eae8ac549bc",
|
|
|
|
+ "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "doctrine/doctrine-bundle": "~1.0",
|
|
|
|
+ "doctrine/migrations": "^1.1",
|
|
|
|
+ "php": ">=5.4.0",
|
|
|
|
+ "symfony/framework-bundle": "~2.3|~3.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "~4.8"
|
|
|
|
+ },
|
|
|
|
+ "type": "symfony-bundle",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.2-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": "2016-12-05T18:36:37+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "doctrine/inflector",
|
|
"name": "doctrine/inflector",
|
|
"version": "v1.1.0",
|
|
"version": "v1.1.0",
|
|
@@ -866,6 +927,80 @@
|
|
],
|
|
],
|
|
"time": "2014-09-09T13:34:57+00:00"
|
|
"time": "2014-09-09T13:34:57+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "doctrine/migrations",
|
|
|
|
+ "version": "v1.5.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/doctrine/migrations.git",
|
|
|
|
+ "reference": "c81147c0f2938a6566594455367e095150547f72"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72",
|
|
|
|
+ "reference": "c81147c0f2938a6566594455367e095150547f72",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "doctrine/dbal": "~2.2",
|
|
|
|
+ "ocramius/proxy-manager": "^1.0|^2.0",
|
|
|
|
+ "php": "^5.5|^7.0",
|
|
|
|
+ "symfony/console": "~2.3|~3.0",
|
|
|
|
+ "symfony/yaml": "~2.3|~3.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "doctrine/coding-standard": "dev-master",
|
|
|
|
+ "doctrine/orm": "2.*",
|
|
|
|
+ "jdorn/sql-formatter": "~1.1",
|
|
|
|
+ "johnkary/phpunit-speedtrap": "~1.0@dev",
|
|
|
|
+ "mikey179/vfsstream": "^1.6",
|
|
|
|
+ "mockery/mockery": "^0.9.4",
|
|
|
|
+ "phpunit/phpunit": "~4.7",
|
|
|
|
+ "satooshi/php-coveralls": "^1.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
|
|
|
|
+ },
|
|
|
|
+ "bin": [
|
|
|
|
+ "bin/doctrine-migrations"
|
|
|
|
+ ],
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "v1.6.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"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Michael Simonson",
|
|
|
|
+ "email": "contact@mikesimonson.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Database Schema migrations using Doctrine DBAL",
|
|
|
|
+ "homepage": "http://www.doctrine-project.org",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "database",
|
|
|
|
+ "migrations"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2016-12-25T22:54:00+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "doctrine/orm",
|
|
"name": "doctrine/orm",
|
|
"version": "v2.5.6",
|
|
"version": "v2.5.6",
|
|
@@ -1030,16 +1165,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "gedmo/doctrine-extensions",
|
|
"name": "gedmo/doctrine-extensions",
|
|
- "version": "v2.4.29",
|
|
|
|
|
|
+ "version": "v2.4.30",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/Atlantic18/DoctrineExtensions.git",
|
|
"url": "https://github.com/Atlantic18/DoctrineExtensions.git",
|
|
- "reference": "f65c02eae3bff1aa57709ea4c8ca26947df95b9c"
|
|
|
|
|
|
+ "reference": "5e2cc07beb0cd24345cbe02eb7afc3b23f9cd488"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/f65c02eae3bff1aa57709ea4c8ca26947df95b9c",
|
|
|
|
- "reference": "f65c02eae3bff1aa57709ea4c8ca26947df95b9c",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5e2cc07beb0cd24345cbe02eb7afc3b23f9cd488",
|
|
|
|
+ "reference": "5e2cc07beb0cd24345cbe02eb7afc3b23f9cd488",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -1104,7 +1239,7 @@
|
|
"tree",
|
|
"tree",
|
|
"uploadable"
|
|
"uploadable"
|
|
],
|
|
],
|
|
- "time": "2017-05-29T17:33:48+00:00"
|
|
|
|
|
|
+ "time": "2017-07-02T09:46:37+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "hwi/oauth-bundle",
|
|
"name": "hwi/oauth-bundle",
|
|
@@ -1331,7 +1466,7 @@
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "ssh://git@bitbucket.org/ikflowdat/migrations.git",
|
|
"url": "ssh://git@bitbucket.org/ikflowdat/migrations.git",
|
|
- "reference": "4d0f3f7b061fbfd4f575e339307f81c145d0fe59"
|
|
|
|
|
|
+ "reference": "189c9ff681b33e4b71db54176985affb90d04b61"
|
|
},
|
|
},
|
|
"type": "library",
|
|
"type": "library",
|
|
"autoload": {
|
|
"autoload": {
|
|
@@ -1346,7 +1481,7 @@
|
|
"bundle",
|
|
"bundle",
|
|
"migrations"
|
|
"migrations"
|
|
],
|
|
],
|
|
- "time": "2017-06-28 12:03:08"
|
|
|
|
|
|
+ "time": "2017-07-05 14:14:49"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "ik/oauthclient-bundle",
|
|
"name": "ik/oauthclient-bundle",
|
|
@@ -2169,6 +2304,71 @@
|
|
],
|
|
],
|
|
"time": "2017-04-24T09:12:42+00:00"
|
|
"time": "2017-04-24T09:12:42+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "ocramius/proxy-manager",
|
|
|
|
+ "version": "2.0.4",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/Ocramius/ProxyManager.git",
|
|
|
|
+ "reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/a55d08229f4f614bf335759ed0cf63378feeb2e6",
|
|
|
|
+ "reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ocramius/package-versions": "^1.0",
|
|
|
|
+ "php": "7.0.0 - 7.0.5 || ^7.0.7",
|
|
|
|
+ "zendframework/zend-code": "3.0.0 - 3.0.2 || ^3.0.4"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "couscous/couscous": "^1.4.0",
|
|
|
|
+ "ext-phar": "*",
|
|
|
|
+ "phpbench/phpbench": "^0.11.2",
|
|
|
|
+ "phpunit/phpunit": "^5.4.6",
|
|
|
|
+ "squizlabs/php_codesniffer": "^2.6.0"
|
|
|
|
+ },
|
|
|
|
+ "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-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "3.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.io/"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "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": "2016-11-04T15:53:15+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "paragonie/random_compat",
|
|
"name": "paragonie/random_compat",
|
|
"version": "v2.0.10",
|
|
"version": "v2.0.10",
|
|
@@ -2996,16 +3196,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "phpunit/phpunit-mock-objects",
|
|
"name": "phpunit/phpunit-mock-objects",
|
|
- "version": "3.4.3",
|
|
|
|
|
|
+ "version": "3.4.4",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
- "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
|
|
|
|
|
|
+ "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
|
|
|
|
- "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
|
|
|
|
+ "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -3051,7 +3251,7 @@
|
|
"mock",
|
|
"mock",
|
|
"xunit"
|
|
"xunit"
|
|
],
|
|
],
|
|
- "time": "2016-12-08T20:27:08+00:00"
|
|
|
|
|
|
+ "time": "2017-06-30T09:13:00+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "psr/cache",
|
|
"name": "psr/cache",
|
|
@@ -3146,6 +3346,56 @@
|
|
],
|
|
],
|
|
"time": "2016-10-10T12:19:37+00:00"
|
|
"time": "2016-10-10T12:19:37+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "samsonasik/package-versions",
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/samsonasik/PackageVersions.git",
|
|
|
|
+ "reference": "1dab884977464613383afe0e4be571cdef2317fc"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/samsonasik/PackageVersions/zipball/1dab884977464613383afe0e4be571cdef2317fc",
|
|
|
|
+ "reference": "1dab884977464613383afe0e4be571cdef2317fc",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "composer-plugin-api": "^1.0",
|
|
|
|
+ "php": "^5.6 || ^7.0"
|
|
|
|
+ },
|
|
|
|
+ "replace": {
|
|
|
|
+ "ocramius/package-versions": ">=1.0.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "composer/composer": "^1.0.0-ALPHA11@ALPHA",
|
|
|
|
+ "phpunit/phpunit": "^5.2.8"
|
|
|
|
+ },
|
|
|
|
+ "type": "composer-plugin",
|
|
|
|
+ "extra": {
|
|
|
|
+ "class": "PackageVersions\\Installer",
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "PackageVersions\\": "src/PackageVersions"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Marco Pivetta",
|
|
|
|
+ "email": "ocramius@gmail.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "A backport of ocramius/package-versions that supports php ^5.6. Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
|
|
|
|
+ "time": "2016-07-21T12:03:58+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "sebastian/code-unit-reverse-lookup",
|
|
"name": "sebastian/code-unit-reverse-lookup",
|
|
"version": "1.0.1",
|
|
"version": "1.0.1",
|
|
@@ -4256,16 +4506,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "sonata-project/doctrine-orm-admin-bundle",
|
|
"name": "sonata-project/doctrine-orm-admin-bundle",
|
|
- "version": "3.1.5",
|
|
|
|
|
|
+ "version": "3.1.6",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle.git",
|
|
"url": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle.git",
|
|
- "reference": "884233a7222a1d006b5bdfb18e9b63fd8f4581c9"
|
|
|
|
|
|
+ "reference": "2eb055a821b618b41b351b8594396c8dea45dd1e"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/sonata-project/SonataDoctrineORMAdminBundle/zipball/884233a7222a1d006b5bdfb18e9b63fd8f4581c9",
|
|
|
|
- "reference": "884233a7222a1d006b5bdfb18e9b63fd8f4581c9",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/sonata-project/SonataDoctrineORMAdminBundle/zipball/2eb055a821b618b41b351b8594396c8dea45dd1e",
|
|
|
|
+ "reference": "2eb055a821b618b41b351b8594396c8dea45dd1e",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -4334,7 +4584,7 @@
|
|
"generator",
|
|
"generator",
|
|
"sonata"
|
|
"sonata"
|
|
],
|
|
],
|
|
- "time": "2017-06-16T07:53:25+00:00"
|
|
|
|
|
|
+ "time": "2017-07-05T08:58:56+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "sonata-project/exporter",
|
|
"name": "sonata-project/exporter",
|
|
@@ -5039,16 +5289,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "symfony/symfony",
|
|
"name": "symfony/symfony",
|
|
- "version": "v3.2.9",
|
|
|
|
|
|
+ "version": "v3.2.11",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/symfony.git",
|
|
"url": "https://github.com/symfony/symfony.git",
|
|
- "reference": "78c08f2faa42210db4fe6f4ece73891ca546a9a0"
|
|
|
|
|
|
+ "reference": "697ece8d9a4e07349bf5d222204fc878b3199f03"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/symfony/symfony/zipball/78c08f2faa42210db4fe6f4ece73891ca546a9a0",
|
|
|
|
- "reference": "78c08f2faa42210db4fe6f4ece73891ca546a9a0",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/symfony/zipball/697ece8d9a4e07349bf5d222204fc878b3199f03",
|
|
|
|
+ "reference": "697ece8d9a4e07349bf5d222204fc878b3199f03",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -5061,7 +5311,7 @@
|
|
"symfony/polyfill-php56": "~1.0",
|
|
"symfony/polyfill-php56": "~1.0",
|
|
"symfony/polyfill-php70": "~1.0",
|
|
"symfony/polyfill-php70": "~1.0",
|
|
"symfony/polyfill-util": "~1.0",
|
|
"symfony/polyfill-util": "~1.0",
|
|
- "twig/twig": "~1.28|~2.0"
|
|
|
|
|
|
+ "twig/twig": "~1.34|~2.4"
|
|
},
|
|
},
|
|
"conflict": {
|
|
"conflict": {
|
|
"phpdocumentor/reflection-docblock": "<3.0",
|
|
"phpdocumentor/reflection-docblock": "<3.0",
|
|
@@ -5148,7 +5398,6 @@
|
|
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
|
|
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
|
|
"Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
|
|
"Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
|
|
"Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
|
|
"Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
|
|
- "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
|
|
|
|
"Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
|
|
"Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
|
|
"Symfony\\Bundle\\": "src/Symfony/Bundle/",
|
|
"Symfony\\Bundle\\": "src/Symfony/Bundle/",
|
|
"Symfony\\Component\\": "src/Symfony/Component/"
|
|
"Symfony\\Component\\": "src/Symfony/Component/"
|
|
@@ -5179,7 +5428,7 @@
|
|
"keywords": [
|
|
"keywords": [
|
|
"framework"
|
|
"framework"
|
|
],
|
|
],
|
|
- "time": "2017-05-29T19:32:17+00:00"
|
|
|
|
|
|
+ "time": "2017-07-05T10:25:23+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "twig/extensions",
|
|
"name": "twig/extensions",
|
|
@@ -5488,21 +5737,128 @@
|
|
"negotiation"
|
|
"negotiation"
|
|
],
|
|
],
|
|
"time": "2015-10-01T07:42:40+00:00"
|
|
"time": "2015-10-01T07:42:40+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "zendframework/zend-code",
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/zendframework/zend-code.git",
|
|
|
|
+ "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
|
|
|
|
+ "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
|
|
|
|
+ "zendframework/zend-eventmanager": "^2.6 || ^3.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "doctrine/annotations": "~1.0",
|
|
|
|
+ "ext-phar": "*",
|
|
|
|
+ "phpunit/phpunit": "^4.8.21",
|
|
|
|
+ "squizlabs/php_codesniffer": "^2.5",
|
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
|
|
|
|
+ "zendframework/zend-stdlib": "Zend\\Stdlib component"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "3.1-dev",
|
|
|
|
+ "dev-develop": "3.2-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": "2016-10-24T13:23:32+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "zendframework/zend-eventmanager",
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/zendframework/zend-eventmanager.git",
|
|
|
|
+ "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d",
|
|
|
|
+ "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^5.6 || ^7.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "athletic/athletic": "^0.1",
|
|
|
|
+ "container-interop/container-interop": "^1.1.0",
|
|
|
|
+ "phpunit/phpunit": "^5.6",
|
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
|
+ "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
|
|
|
|
+ "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "3.1-dev",
|
|
|
|
+ "dev-develop": "3.2-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Zend\\EventManager\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "description": "Trigger and listen to events within a PHP application",
|
|
|
|
+ "homepage": "https://github.com/zendframework/zend-eventmanager",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "event",
|
|
|
|
+ "eventmanager",
|
|
|
|
+ "events",
|
|
|
|
+ "zf2"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2016-12-19T21:47:12+00:00"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"packages-dev": [
|
|
"packages-dev": [
|
|
{
|
|
{
|
|
"name": "symfony/phpunit-bridge",
|
|
"name": "symfony/phpunit-bridge",
|
|
- "version": "v3.3.2",
|
|
|
|
|
|
+ "version": "v3.3.4",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/phpunit-bridge.git",
|
|
"url": "https://github.com/symfony/phpunit-bridge.git",
|
|
- "reference": "acae7416018ebe5a7a2d79b4221203b2b8aca5d3"
|
|
|
|
|
|
+ "reference": "c2c124b7f9de79f4a64dc011f041a3a2c768b913"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/acae7416018ebe5a7a2d79b4221203b2b8aca5d3",
|
|
|
|
- "reference": "acae7416018ebe5a7a2d79b4221203b2b8aca5d3",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c2c124b7f9de79f4a64dc011f041a3a2c768b913",
|
|
|
|
+ "reference": "c2c124b7f9de79f4a64dc011f041a3a2c768b913",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -5551,7 +5907,7 @@
|
|
],
|
|
],
|
|
"description": "Symfony PHPUnit Bridge",
|
|
"description": "Symfony PHPUnit Bridge",
|
|
"homepage": "https://symfony.com",
|
|
"homepage": "https://symfony.com",
|
|
- "time": "2017-06-01T14:45:22+00:00"
|
|
|
|
|
|
+ "time": "2017-06-12T13:35:45+00:00"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"aliases": [],
|
|
"aliases": [],
|