|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "85cafc69f977f2b38ce922b9e76ca6b3",
|
|
|
+ "content-hash": "21880f52bafa20677ec3538463e64d7a",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "behat/transliterator",
|
|
@@ -938,6 +938,60 @@
|
|
|
],
|
|
|
"time": "2016-12-18T15:42:34+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "fig/link-util",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/link-util.git",
|
|
|
+ "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
|
|
|
+ "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.5.0",
|
|
|
+ "psr/link": "~1.0@dev"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.1",
|
|
|
+ "squizlabs/php_codesniffer": "^2.3.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Fig\\Link\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common utility implementations for HTTP links",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-link",
|
|
|
+ "link",
|
|
|
+ "psr",
|
|
|
+ "psr-13",
|
|
|
+ "rest"
|
|
|
+ ],
|
|
|
+ "time": "2016-10-17T18:31:11+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "friendsofsymfony/rest-bundle",
|
|
|
"version": "1.7.7",
|
|
@@ -2959,6 +3013,104 @@
|
|
|
],
|
|
|
"time": "2016-08-06T20:24:11+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "psr/container",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/container.git",
|
|
|
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Container\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
+ "homepage": "https://github.com/php-fig/container",
|
|
|
+ "keywords": [
|
|
|
+ "PSR-11",
|
|
|
+ "container",
|
|
|
+ "container-interface",
|
|
|
+ "container-interop",
|
|
|
+ "psr"
|
|
|
+ ],
|
|
|
+ "time": "2017-02-14T16:28:37+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/link",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/link.git",
|
|
|
+ "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
|
|
|
+ "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Link\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interfaces for HTTP links",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-link",
|
|
|
+ "link",
|
|
|
+ "psr",
|
|
|
+ "psr-13",
|
|
|
+ "rest"
|
|
|
+ ],
|
|
|
+ "time": "2016-10-28T16:06:13+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "psr/log",
|
|
|
"version": "1.0.2",
|
|
@@ -3006,6 +3158,54 @@
|
|
|
],
|
|
|
"time": "2016-10-10T12:19:37+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "psr/simple-cache",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/simple-cache.git",
|
|
|
+ "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
|
|
|
+ "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\SimpleCache\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interfaces for simple caching",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "caching",
|
|
|
+ "psr",
|
|
|
+ "psr-16",
|
|
|
+ "simple-cache"
|
|
|
+ ],
|
|
|
+ "time": "2017-01-02T13:31:39+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "sebastian/code-unit-reverse-lookup",
|
|
|
"version": "1.0.1",
|
|
@@ -4896,29 +5096,33 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/symfony",
|
|
|
- "version": "v3.2.8",
|
|
|
+ "version": "v3.3.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/symfony.git",
|
|
|
- "reference": "85959c2abbe4d2f050f950f39c9c3cf83819f3df"
|
|
|
+ "reference": "5a7e31c48e7cd4831efa409fffb661beb9995174"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/symfony/zipball/85959c2abbe4d2f050f950f39c9c3cf83819f3df",
|
|
|
- "reference": "85959c2abbe4d2f050f950f39c9c3cf83819f3df",
|
|
|
+ "url": "https://api.github.com/repos/symfony/symfony/zipball/5a7e31c48e7cd4831efa409fffb661beb9995174",
|
|
|
+ "reference": "5a7e31c48e7cd4831efa409fffb661beb9995174",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"doctrine/common": "~2.4",
|
|
|
+ "fig/link-util": "^1.0",
|
|
|
"php": ">=5.5.9",
|
|
|
"psr/cache": "~1.0",
|
|
|
+ "psr/container": "^1.0",
|
|
|
+ "psr/link": "^1.0",
|
|
|
"psr/log": "~1.0",
|
|
|
+ "psr/simple-cache": "^1.0",
|
|
|
"symfony/polyfill-intl-icu": "~1.0",
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
|
"symfony/polyfill-php56": "~1.0",
|
|
|
"symfony/polyfill-php70": "~1.0",
|
|
|
"symfony/polyfill-util": "~1.0",
|
|
|
- "twig/twig": "~1.28|~2.0"
|
|
|
+ "twig/twig": "~1.32|~2.2"
|
|
|
},
|
|
|
"conflict": {
|
|
|
"phpdocumentor/reflection-docblock": "<3.0",
|
|
@@ -4926,7 +5130,9 @@
|
|
|
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
|
|
|
},
|
|
|
"provide": {
|
|
|
- "psr/cache-implementation": "1.0"
|
|
|
+ "psr/cache-implementation": "1.0",
|
|
|
+ "psr/container-implementation": "1.0",
|
|
|
+ "psr/simple-cache-implementation": "1.0"
|
|
|
},
|
|
|
"replace": {
|
|
|
"symfony/asset": "self.version",
|
|
@@ -4941,6 +5147,7 @@
|
|
|
"symfony/dependency-injection": "self.version",
|
|
|
"symfony/doctrine-bridge": "self.version",
|
|
|
"symfony/dom-crawler": "self.version",
|
|
|
+ "symfony/dotenv": "self.version",
|
|
|
"symfony/event-dispatcher": "self.version",
|
|
|
"symfony/expression-language": "self.version",
|
|
|
"symfony/filesystem": "self.version",
|
|
@@ -4973,7 +5180,9 @@
|
|
|
"symfony/twig-bundle": "self.version",
|
|
|
"symfony/validator": "self.version",
|
|
|
"symfony/var-dumper": "self.version",
|
|
|
+ "symfony/web-link": "self.version",
|
|
|
"symfony/web-profiler-bundle": "self.version",
|
|
|
+ "symfony/web-server-bundle": "self.version",
|
|
|
"symfony/workflow": "self.version",
|
|
|
"symfony/yaml": "self.version"
|
|
|
},
|
|
@@ -4997,7 +5206,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "3.2-dev"
|
|
|
+ "dev-master": "3.3-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -5036,7 +5245,7 @@
|
|
|
"keywords": [
|
|
|
"framework"
|
|
|
],
|
|
|
- "time": "2017-05-01T17:47:03+00:00"
|
|
|
+ "time": "2017-05-29T21:02:32+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "twig/extensions",
|