Composer update
parent
5c853593f4
commit
d0b0f21702
|
@ -44,16 +44,16 @@
|
|||
},
|
||||
{
|
||||
"name": "api-platform/core",
|
||||
"version": "v2.2.5",
|
||||
"version": "v2.2.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/api-platform/core.git",
|
||||
"reference": "d21403eda880a9431da96f45bd77e8a7a7b400c4"
|
||||
"reference": "9d712177fea904b84cf08f1570584ee03d0b95e1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/api-platform/core/zipball/d21403eda880a9431da96f45bd77e8a7a7b400c4",
|
||||
"reference": "d21403eda880a9431da96f45bd77e8a7a7b400c4",
|
||||
"url": "https://api.github.com/repos/api-platform/core/zipball/9d712177fea904b84cf08f1570584ee03d0b95e1",
|
||||
"reference": "9d712177fea904b84cf08f1570584ee03d0b95e1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -77,7 +77,7 @@
|
|||
"behat/mink-browserkit-driver": "^1.3.1",
|
||||
"behat/mink-extension": "^2.2",
|
||||
"behat/symfony2-extension": "^2.1.1",
|
||||
"behatch/contexts": "^3.0@dev",
|
||||
"behatch/contexts": "^3.1",
|
||||
"doctrine/annotations": "^1.2",
|
||||
"doctrine/doctrine-bundle": "^1.6.3",
|
||||
"doctrine/orm": "^2.5.2",
|
||||
|
@ -110,7 +110,7 @@
|
|||
"symfony/twig-bundle": "^3.1 || ^4.0",
|
||||
"symfony/validator": "^3.3 || ^4.0",
|
||||
"symfony/yaml": "^3.3 || ^4.0",
|
||||
"webonyx/graphql-php": "^0.10.2"
|
||||
"webonyx/graphql-php": "^0.11.5"
|
||||
},
|
||||
"suggest": {
|
||||
"friendsofsymfony/user-bundle": "To use the FOSUserBundle bridge.",
|
||||
|
@ -157,7 +157,7 @@
|
|||
"rest",
|
||||
"swagger"
|
||||
],
|
||||
"time": "2018-04-03T15:42:30+00:00"
|
||||
"time": "2018-05-14T13:11:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
|
@ -927,16 +927,16 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/migrations",
|
||||
"version": "v1.7.0",
|
||||
"version": "v1.7.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/migrations.git",
|
||||
"reference": "bb942dfc9364d97662325678ef6ba0e8fc6ff4df"
|
||||
"reference": "3e7656c5adfd9b7d0d8757aa1e9e8daf43a6f200"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/migrations/zipball/bb942dfc9364d97662325678ef6ba0e8fc6ff4df",
|
||||
"reference": "bb942dfc9364d97662325678ef6ba0e8fc6ff4df",
|
||||
"url": "https://api.github.com/repos/doctrine/migrations/zipball/3e7656c5adfd9b7d0d8757aa1e9e8daf43a6f200",
|
||||
"reference": "3e7656c5adfd9b7d0d8757aa1e9e8daf43a6f200",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -996,7 +996,7 @@
|
|||
"database",
|
||||
"migrations"
|
||||
],
|
||||
"time": "2018-05-05T22:46:31+00:00"
|
||||
"time": "2018-05-09T21:04:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/orm",
|
||||
|
@ -1290,33 +1290,34 @@
|
|||
},
|
||||
{
|
||||
"name": "ocramius/proxy-manager",
|
||||
"version": "2.1.1",
|
||||
"version": "2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Ocramius/ProxyManager.git",
|
||||
"reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
|
||||
"reference": "81d53b2878f1d1c40ad27270e64b51798485dfc5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
|
||||
"reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
|
||||
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/81d53b2878f1d1c40ad27270e64b51798485dfc5",
|
||||
"reference": "81d53b2878f1d1c40ad27270e64b51798485dfc5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ocramius/package-versions": "^1.1.1",
|
||||
"php": "^7.1.0",
|
||||
"zendframework/zend-code": "^3.1.0"
|
||||
"ocramius/package-versions": "^1.1.3",
|
||||
"php": "^7.2.0",
|
||||
"zendframework/zend-code": "^3.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"couscous/couscous": "^1.5.2",
|
||||
"couscous/couscous": "^1.6.1",
|
||||
"ext-phar": "*",
|
||||
"humbug/humbug": "dev-master@DEV",
|
||||
"nikic/php-parser": "^3.0.4",
|
||||
"humbug/humbug": "1.0.0-RC.0@RC",
|
||||
"nikic/php-parser": "^3.1.1",
|
||||
"padraic/phpunit-accelerator": "dev-master@DEV",
|
||||
"phpbench/phpbench": "^0.12.2",
|
||||
"phpstan/phpstan": "^0.6.4",
|
||||
"phpunit/phpunit": "^5.6.4",
|
||||
"phpunit/phpunit-mock-objects": "^3.4.1",
|
||||
"squizlabs/php_codesniffer": "^2.7.0"
|
||||
"phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
|
||||
"phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
|
||||
"phpunit/phpunit": "^6.4.3",
|
||||
"squizlabs/php_codesniffer": "^2.9.1"
|
||||
},
|
||||
"suggest": {
|
||||
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
|
||||
|
@ -1355,7 +1356,7 @@
|
|||
"proxy pattern",
|
||||
"service proxies"
|
||||
],
|
||||
"time": "2017-05-04T11:12:50+00:00"
|
||||
"time": "2017-11-16T23:22:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/reflection-common",
|
||||
|
@ -1701,7 +1702,7 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/asset",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/asset.git",
|
||||
|
@ -1757,16 +1758,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/cache",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/cache.git",
|
||||
"reference": "ff96ef34437ccc2c0737677c1bf14904a2b9482d"
|
||||
"reference": "bd6d0a969c80b00630e9e2f0ab14ad4518712ec8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/cache/zipball/ff96ef34437ccc2c0737677c1bf14904a2b9482d",
|
||||
"reference": "ff96ef34437ccc2c0737677c1bf14904a2b9482d",
|
||||
"url": "https://api.github.com/repos/symfony/cache/zipball/bd6d0a969c80b00630e9e2f0ab14ad4518712ec8",
|
||||
"reference": "bd6d0a969c80b00630e9e2f0ab14ad4518712ec8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1822,25 +1823,26 @@
|
|||
"caching",
|
||||
"psr6"
|
||||
],
|
||||
"time": "2018-04-30T01:05:59+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/config",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/config.git",
|
||||
"reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8"
|
||||
"reference": "aaef656e99c5396d6118970abd1ceb11fa74551d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
|
||||
"reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/aaef656e99c5396d6118970abd1ceb11fa74551d",
|
||||
"reference": "aaef656e99c5396d6118970abd1ceb11fa74551d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"symfony/filesystem": "~3.4|~4.0"
|
||||
"symfony/filesystem": "~3.4|~4.0",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/finder": "<3.4"
|
||||
|
@ -1884,20 +1886,20 @@
|
|||
],
|
||||
"description": "Symfony Config Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-03-19T22:35:49+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae"
|
||||
"reference": "058f120b8e06ebcd7b211de5ffae07b2db00fbdd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
|
||||
"reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/058f120b8e06ebcd7b211de5ffae07b2db00fbdd",
|
||||
"reference": "058f120b8e06ebcd7b211de5ffae07b2db00fbdd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1952,20 +1954,20 @@
|
|||
],
|
||||
"description": "Symfony Console Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T01:23:47+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/debug",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/debug.git",
|
||||
"reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e"
|
||||
"reference": "4e7c98de67cc4171d4c986554e09a511da40f3d8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
|
||||
"reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/4e7c98de67cc4171d4c986554e09a511da40f3d8",
|
||||
"reference": "4e7c98de67cc4171d4c986554e09a511da40f3d8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2008,20 +2010,20 @@
|
|||
],
|
||||
"description": "Symfony Debug Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T16:59:37+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/dependency-injection",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dependency-injection.git",
|
||||
"reference": "1f99622d8a63b160bfdd0ad7b2da56ee413cba64"
|
||||
"reference": "4b272d65e9c0d2d40e2d23bab3c7a184ad4a3a18"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1f99622d8a63b160bfdd0ad7b2da56ee413cba64",
|
||||
"reference": "1f99622d8a63b160bfdd0ad7b2da56ee413cba64",
|
||||
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4b272d65e9c0d2d40e2d23bab3c7a184ad4a3a18",
|
||||
"reference": "4b272d65e9c0d2d40e2d23bab3c7a184ad4a3a18",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2079,25 +2081,26 @@
|
|||
],
|
||||
"description": "Symfony DependencyInjection Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T01:05:59+00:00"
|
||||
"time": "2018-05-25T11:57:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/doctrine-bridge",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/doctrine-bridge.git",
|
||||
"reference": "9ef7076f5b3f40c61ff2598fafe67ae778687c78"
|
||||
"reference": "4814ffcd90bbe8b734724a528c8b782f1c107042"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/9ef7076f5b3f40c61ff2598fafe67ae778687c78",
|
||||
"reference": "9ef7076f5b3f40c61ff2598fafe67ae778687c78",
|
||||
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/4814ffcd90bbe8b734724a528c8b782f1c107042",
|
||||
"reference": "4814ffcd90bbe8b734724a528c8b782f1c107042",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/common": "~2.4",
|
||||
"php": "^7.1.3",
|
||||
"symfony/polyfill-ctype": "~1.8",
|
||||
"symfony/polyfill-mbstring": "~1.0"
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -2158,11 +2161,11 @@
|
|||
],
|
||||
"description": "Symfony Doctrine Bridge",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-26T16:12:06+00:00"
|
||||
"time": "2018-05-21T11:07:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
|
@ -2225,7 +2228,7 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/expression-language",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/expression-language.git",
|
||||
|
@ -2275,20 +2278,21 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/filesystem",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/filesystem.git",
|
||||
"reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21"
|
||||
"reference": "7a69e728e9f0044958c2fd7d72bfe5e7bd1a4d04"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
|
||||
"reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7a69e728e9f0044958c2fd7d72bfe5e7bd1a4d04",
|
||||
"reference": "7a69e728e9f0044958c2fd7d72bfe5e7bd1a4d04",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3"
|
||||
"php": "^7.1.3",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
@ -2320,20 +2324,20 @@
|
|||
],
|
||||
"description": "Symfony Filesystem Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-02-22T10:50:29+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/finder.git",
|
||||
"reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
|
||||
"reference": "8c633f5a815903a1fe6e3fc135f207267a8a79af"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
|
||||
"reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/8c633f5a815903a1fe6e3fc135f207267a8a79af",
|
||||
"reference": "8c633f5a815903a1fe6e3fc135f207267a8a79af",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2369,7 +2373,7 @@
|
|||
],
|
||||
"description": "Symfony Finder Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-04T05:10:37+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/flex",
|
||||
|
@ -2419,16 +2423,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/framework-bundle",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/framework-bundle.git",
|
||||
"reference": "a9ad75416b86e0c472abb2c1e8799563d6ed6b56"
|
||||
"reference": "c0e249644dd2f2455d12c90d63e8a904f3e116f6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a9ad75416b86e0c472abb2c1e8799563d6ed6b56",
|
||||
"reference": "a9ad75416b86e0c472abb2c1e8799563d6ed6b56",
|
||||
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/c0e249644dd2f2455d12c90d63e8a904f3e116f6",
|
||||
"reference": "c0e249644dd2f2455d12c90d63e8a904f3e116f6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2529,20 +2533,20 @@
|
|||
],
|
||||
"description": "Symfony FrameworkBundle",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T16:59:37+00:00"
|
||||
"time": "2018-05-22T13:00:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "014487772c22d893168e5d628a13e882009fea29"
|
||||
"reference": "277b757a2d3960170d99d372e171a8a18916467a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/014487772c22d893168e5d628a13e882009fea29",
|
||||
"reference": "014487772c22d893168e5d628a13e882009fea29",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/277b757a2d3960170d99d372e171a8a18916467a",
|
||||
"reference": "277b757a2d3960170d99d372e171a8a18916467a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2582,20 +2586,20 @@
|
|||
],
|
||||
"description": "Symfony HttpFoundation Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T01:05:59+00:00"
|
||||
"time": "2018-05-25T11:08:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "8333264b6de323ea27a08627d5396aa564fb9c25"
|
||||
"reference": "450a1bda817f2dce25a9e13f0f011336743f2a48"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/8333264b6de323ea27a08627d5396aa564fb9c25",
|
||||
"reference": "8333264b6de323ea27a08627d5396aa564fb9c25",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/450a1bda817f2dce25a9e13f0f011336743f2a48",
|
||||
"reference": "450a1bda817f2dce25a9e13f0f011336743f2a48",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2603,7 +2607,8 @@
|
|||
"psr/log": "~1.0",
|
||||
"symfony/debug": "~3.4|~4.0",
|
||||
"symfony/event-dispatcher": "~3.4|~4.0",
|
||||
"symfony/http-foundation": "~3.4.4|~4.0.4"
|
||||
"symfony/http-foundation": "~3.4.4|~4.0.4",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/config": "<3.4",
|
||||
|
@ -2668,24 +2673,25 @@
|
|||
],
|
||||
"description": "Symfony HttpKernel Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T19:45:57+00:00"
|
||||
"time": "2018-05-25T13:32:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/inflector",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/inflector.git",
|
||||
"reference": "da634a9968162f7c5c94f8d6949a4ede86085304"
|
||||
"reference": "19c7d6fe0cb10a0b2d407b813e2a934e1e1c41e0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/inflector/zipball/da634a9968162f7c5c94f8d6949a4ede86085304",
|
||||
"reference": "da634a9968162f7c5c94f8d6949a4ede86085304",
|
||||
"url": "https://api.github.com/repos/symfony/inflector/zipball/19c7d6fe0cb10a0b2d407b813e2a934e1e1c41e0",
|
||||
"reference": "19c7d6fe0cb10a0b2d407b813e2a934e1e1c41e0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3"
|
||||
"php": "^7.1.3",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
@ -2725,7 +2731,7 @@
|
|||
"symfony",
|
||||
"words"
|
||||
],
|
||||
"time": "2018-01-03T17:15:19+00:00"
|
||||
"time": "2018-05-01T23:00:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/lts",
|
||||
|
@ -2822,16 +2828,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/maker-bundle",
|
||||
"version": "v1.4.4",
|
||||
"version": "v1.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/maker-bundle.git",
|
||||
"reference": "eeb9027bbd3472f2d76455cc478b04bbb0eab932"
|
||||
"reference": "bb0485a3b2eecc561eff735109316677e18fb1d1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/eeb9027bbd3472f2d76455cc478b04bbb0eab932",
|
||||
"reference": "eeb9027bbd3472f2d76455cc478b04bbb0eab932",
|
||||
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/bb0485a3b2eecc561eff735109316677e18fb1d1",
|
||||
"reference": "bb0485a3b2eecc561eff735109316677e18fb1d1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2883,7 +2889,7 @@
|
|||
"scaffold",
|
||||
"scaffolding"
|
||||
],
|
||||
"time": "2018-05-02T13:20:32+00:00"
|
||||
"time": "2018-05-17T19:26:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/orm-pack",
|
||||
|
@ -2913,6 +2919,61 @@
|
|||
"description": "A pack for the Doctrine ORM",
|
||||
"time": "2017-12-12T01:47:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
"version": "v1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||
"reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
|
||||
"reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.8-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Polyfill\\Ctype\\": ""
|
||||
},
|
||||
"files": [
|
||||
"bootstrap.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
},
|
||||
{
|
||||
"name": "Gert de Pagter",
|
||||
"email": "BackEndTea@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Symfony polyfill for ctype functions",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"compatibility",
|
||||
"ctype",
|
||||
"polyfill",
|
||||
"portable"
|
||||
],
|
||||
"time": "2018-04-30T19:57:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-mbstring",
|
||||
"version": "v1.8.0",
|
||||
|
@ -2974,16 +3035,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/property-access",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/property-access.git",
|
||||
"reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7"
|
||||
"reference": "138635473991669161e3d4719d837e0871444f2f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/property-access/zipball/e0fef10eb7e11cae9421d8d89024dfeae0acffb7",
|
||||
"reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7",
|
||||
"url": "https://api.github.com/repos/symfony/property-access/zipball/138635473991669161e3d4719d837e0871444f2f",
|
||||
"reference": "138635473991669161e3d4719d837e0871444f2f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3037,20 +3098,20 @@
|
|||
"property path",
|
||||
"reflection"
|
||||
],
|
||||
"time": "2018-01-03T07:38:00+00:00"
|
||||
"time": "2018-05-11T15:58:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/property-info",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/property-info.git",
|
||||
"reference": "8a10b0dc3d73037dad86a7df5b0f88f94428b25d"
|
||||
"reference": "ddbaf2a893209074bad87aedd31f174e279ac014"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/property-info/zipball/8a10b0dc3d73037dad86a7df5b0f88f94428b25d",
|
||||
"reference": "8a10b0dc3d73037dad86a7df5b0f88f94428b25d",
|
||||
"url": "https://api.github.com/repos/symfony/property-info/zipball/ddbaf2a893209074bad87aedd31f174e279ac014",
|
||||
"reference": "ddbaf2a893209074bad87aedd31f174e279ac014",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3113,20 +3174,20 @@
|
|||
"type",
|
||||
"validator"
|
||||
],
|
||||
"time": "2018-04-26T16:12:06+00:00"
|
||||
"time": "2018-05-16T14:21:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/routing.git",
|
||||
"reference": "1dfbfdf060bbc80da8dedc062050052e694cd027"
|
||||
"reference": "e8833b64b139926cbe1610d53722185e55c18e44"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/1dfbfdf060bbc80da8dedc062050052e694cd027",
|
||||
"reference": "1dfbfdf060bbc80da8dedc062050052e694cd027",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/e8833b64b139926cbe1610d53722185e55c18e44",
|
||||
"reference": "e8833b64b139926cbe1610d53722185e55c18e44",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3191,20 +3252,20 @@
|
|||
"uri",
|
||||
"url"
|
||||
],
|
||||
"time": "2018-04-20T06:20:23+00:00"
|
||||
"time": "2018-05-16T14:21:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/security",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/security.git",
|
||||
"reference": "3ba77b4b63fa51f048ebbf8291079a13e31eb6a6"
|
||||
"reference": "5a8c906e1bb997779e6c2e535116e633475f722f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/security/zipball/3ba77b4b63fa51f048ebbf8291079a13e31eb6a6",
|
||||
"reference": "3ba77b4b63fa51f048ebbf8291079a13e31eb6a6",
|
||||
"url": "https://api.github.com/repos/symfony/security/zipball/5a8c906e1bb997779e6c2e535116e633475f722f",
|
||||
"reference": "5a8c906e1bb997779e6c2e535116e633475f722f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3268,20 +3329,20 @@
|
|||
],
|
||||
"description": "Symfony Security Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T01:23:47+00:00"
|
||||
"time": "2018-05-25T11:57:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/security-bundle",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/security-bundle.git",
|
||||
"reference": "dfabecc1fd3e626e676edef97753a645b4de85a5"
|
||||
"reference": "43fe301f5d94ab7f13d9129ad2d1b2906c215ded"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/dfabecc1fd3e626e676edef97753a645b4de85a5",
|
||||
"reference": "dfabecc1fd3e626e676edef97753a645b4de85a5",
|
||||
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/43fe301f5d94ab7f13d9129ad2d1b2906c215ded",
|
||||
"reference": "43fe301f5d94ab7f13d9129ad2d1b2906c215ded",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3289,12 +3350,13 @@
|
|||
"php": "^7.1.3",
|
||||
"symfony/dependency-injection": "^3.4.3|^4.0.3",
|
||||
"symfony/http-kernel": "~3.4|~4.0",
|
||||
"symfony/security": "~3.4|~4.0"
|
||||
"symfony/security": "~3.4.11|^4.0.11"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/console": "<3.4",
|
||||
"symfony/event-dispatcher": "<3.4",
|
||||
"symfony/framework-bundle": "<3.4",
|
||||
"symfony/security": "4.1.0-beta1|4.1.0-beta2",
|
||||
"symfony/var-dumper": "<3.4"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -3348,24 +3410,25 @@
|
|||
],
|
||||
"description": "Symfony SecurityBundle",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-06T07:35:43+00:00"
|
||||
"time": "2018-05-25T11:23:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/serializer",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/serializer.git",
|
||||
"reference": "d0e9269101ccd978af971fd4d7a892848672bfa1"
|
||||
"reference": "c97f5aa240ff957ea8ca007d85b0521bbf198647"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/serializer/zipball/d0e9269101ccd978af971fd4d7a892848672bfa1",
|
||||
"reference": "d0e9269101ccd978af971fd4d7a892848672bfa1",
|
||||
"url": "https://api.github.com/repos/symfony/serializer/zipball/c97f5aa240ff957ea8ca007d85b0521bbf198647",
|
||||
"reference": "c97f5aa240ff957ea8ca007d85b0521bbf198647",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3"
|
||||
"php": "^7.1.3",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"phpdocumentor/type-resolver": "<0.2.1",
|
||||
|
@ -3426,20 +3489,20 @@
|
|||
],
|
||||
"description": "Symfony Serializer Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-03-19T17:30:36+00:00"
|
||||
"time": "2018-05-11T15:58:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/translation.git",
|
||||
"reference": "ad3abf08eb3450491d8d76513100ef58194cd13e"
|
||||
"reference": "e1f5863d0a9e79cfec7f031421ced3fe1d403e66"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/ad3abf08eb3450491d8d76513100ef58194cd13e",
|
||||
"reference": "ad3abf08eb3450491d8d76513100ef58194cd13e",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/e1f5863d0a9e79cfec7f031421ced3fe1d403e66",
|
||||
"reference": "e1f5863d0a9e79cfec7f031421ced3fe1d403e66",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3494,20 +3557,20 @@
|
|||
],
|
||||
"description": "Symfony Translation Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T01:23:47+00:00"
|
||||
"time": "2018-05-21T10:09:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/twig-bridge",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/twig-bridge.git",
|
||||
"reference": "fc1258b7039d45f3e2230c74c086755832bc9c07"
|
||||
"reference": "5207df6379bbdffba0494f8814792b3724886d42"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/fc1258b7039d45f3e2230c74c086755832bc9c07",
|
||||
"reference": "fc1258b7039d45f3e2230c74c086755832bc9c07",
|
||||
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/5207df6379bbdffba0494f8814792b3724886d42",
|
||||
"reference": "5207df6379bbdffba0494f8814792b3724886d42",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3584,20 +3647,20 @@
|
|||
],
|
||||
"description": "Symfony Twig Bridge",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T16:59:37+00:00"
|
||||
"time": "2018-05-11T15:58:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/twig-bundle",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/twig-bundle.git",
|
||||
"reference": "f4f2ce9f9386bddff52bfb4110a28d2a4be7ea94"
|
||||
"reference": "d0b5a96ee1fcb6ccf43145f652058c2eeb0255f2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/f4f2ce9f9386bddff52bfb4110a28d2a4be7ea94",
|
||||
"reference": "f4f2ce9f9386bddff52bfb4110a28d2a4be7ea94",
|
||||
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/d0b5a96ee1fcb6ccf43145f652058c2eeb0255f2",
|
||||
"reference": "d0b5a96ee1fcb6ccf43145f652058c2eeb0255f2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3605,6 +3668,7 @@
|
|||
"symfony/config": "~3.4|~4.0",
|
||||
"symfony/http-foundation": "~3.4|~4.0",
|
||||
"symfony/http-kernel": "~3.4|~4.0",
|
||||
"symfony/polyfill-ctype": "~1.8",
|
||||
"symfony/twig-bridge": "^3.4.3|^4.0.3",
|
||||
"twig/twig": "~1.34|~2.4"
|
||||
},
|
||||
|
@ -3657,24 +3721,25 @@
|
|||
],
|
||||
"description": "Symfony TwigBundle",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-20T06:20:23+00:00"
|
||||
"time": "2018-05-01T23:00:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/validator",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/validator.git",
|
||||
"reference": "87c2d527687f158368b3e890933fbb77178f3415"
|
||||
"reference": "0b3f201679731006cadc2fecadcae6e5c00386d8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/validator/zipball/87c2d527687f158368b3e890933fbb77178f3415",
|
||||
"reference": "87c2d527687f158368b3e890933fbb77178f3415",
|
||||
"url": "https://api.github.com/repos/symfony/validator/zipball/0b3f201679731006cadc2fecadcae6e5c00386d8",
|
||||
"reference": "0b3f201679731006cadc2fecadcae6e5c00386d8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"symfony/polyfill-ctype": "~1.8",
|
||||
"symfony/polyfill-mbstring": "~1.0",
|
||||
"symfony/translation": "~3.4|~4.0"
|
||||
},
|
||||
|
@ -3741,24 +3806,25 @@
|
|||
],
|
||||
"description": "Symfony Validator Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-20T10:04:09+00:00"
|
||||
"time": "2018-05-21T10:09:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "275ad099e4cbe612a2acbca14a16dd1c5311324d"
|
||||
"reference": "048b1be5fb96e73ff1d065f5e7e23f84415ac907"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/275ad099e4cbe612a2acbca14a16dd1c5311324d",
|
||||
"reference": "275ad099e4cbe612a2acbca14a16dd1c5311324d",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/048b1be5fb96e73ff1d065f5e7e23f84415ac907",
|
||||
"reference": "048b1be5fb96e73ff1d065f5e7e23f84415ac907",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3"
|
||||
"php": "^7.1.3",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/console": "<3.4"
|
||||
|
@ -3799,7 +3865,7 @@
|
|||
],
|
||||
"description": "Symfony Yaml Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-08T08:49:08+00:00"
|
||||
"time": "2018-05-07T07:12:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "twig/twig",
|
||||
|
@ -4080,7 +4146,7 @@
|
|||
"packages-dev": [
|
||||
{
|
||||
"name": "symfony/dotenv",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dotenv.git",
|
||||
|
@ -4137,16 +4203,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/process",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/process.git",
|
||||
"reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25"
|
||||
"reference": "3621fa74d0576a6f89d63bc44fabd376711bd0b0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
|
||||
"reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/3621fa74d0576a6f89d63bc44fabd376711bd0b0",
|
||||
"reference": "3621fa74d0576a6f89d63bc44fabd376711bd0b0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4182,20 +4248,20 @@
|
|||
],
|
||||
"description": "Symfony Process Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-03T05:24:00+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/web-server-bundle",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/web-server-bundle.git",
|
||||
"reference": "20ad52df8164d2eae029e6bb24356956c52380be"
|
||||
"reference": "55d7a8c9bab2e59d8c245a97d3cc72ef3fcd719f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/20ad52df8164d2eae029e6bb24356956c52380be",
|
||||
"reference": "20ad52df8164d2eae029e6bb24356956c52380be",
|
||||
"url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/55d7a8c9bab2e59d8c245a97d3cc72ef3fcd719f",
|
||||
"reference": "55d7a8c9bab2e59d8c245a97d3cc72ef3fcd719f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4204,6 +4270,7 @@
|
|||
"symfony/console": "~3.4|~4.0",
|
||||
"symfony/dependency-injection": "~3.4|~4.0",
|
||||
"symfony/http-kernel": "~3.4|~4.0",
|
||||
"symfony/polyfill-ctype": "~1.8",
|
||||
"symfony/process": "^3.4.2|^4.0.2"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -4240,7 +4307,7 @@
|
|||
],
|
||||
"description": "Symfony WebServerBundle",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-01-03T17:15:19+00:00"
|
||||
"time": "2018-05-07T07:12:24+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
|
|
|
@ -1,150 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace App\Entity;
|
||||
|
||||
use ApiPlatform\Core\Annotation\ApiResource;
|
||||
use ApiPlatform\Core\Annotation\ApiSubresource;
|
||||
use Doctrine\Common\Collections\Collection;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use Symfony\Component\Validator\Constraints as Assert;
|
||||
|
||||
/**
|
||||
* Question
|
||||
*
|
||||
* @ApiResource()
|
||||
* @ORM\Table("question")
|
||||
* @ORM\Entity(repositoryClass="App\Repository\QuestionRepository")
|
||||
*/
|
||||
class Question
|
||||
{
|
||||
/**
|
||||
* @ORM\Id()
|
||||
* @ORM\GeneratedValue()
|
||||
* @ORM\Column(type="integer")
|
||||
*/
|
||||
private $id;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*
|
||||
* @ORM\Column(type="string", length=255)
|
||||
*/
|
||||
private $text;
|
||||
|
||||
/**
|
||||
* @var Collection<Service>
|
||||
*
|
||||
* @ORM\JoinColumn(nullable=true)
|
||||
* @ORM\ManyToOne(targetEntity="Response")
|
||||
* @ORM\JoinColumn(name="id", referencedColumnName="id")
|
||||
* @ApiSubresource()
|
||||
*/
|
||||
private $response;
|
||||
|
||||
/**
|
||||
* @var Collection<Service>
|
||||
*
|
||||
* @ORM\OneToMany(targetEntity="Response", mappedBy="id")
|
||||
* @ORM\JoinColumn(name="id", referencedColumnName="id")
|
||||
* @ApiSubresource()
|
||||
*/
|
||||
private $responses;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="boolean")
|
||||
*/
|
||||
private $valided;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="boolean")
|
||||
*/
|
||||
private $gameover;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="datetime")
|
||||
*/
|
||||
private $date;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->date = new \DateTime();
|
||||
}
|
||||
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public function getText(): ?string
|
||||
{
|
||||
return $this->text;
|
||||
}
|
||||
|
||||
public function setText(string $text): self
|
||||
{
|
||||
$this->text = $text;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getResponse()
|
||||
{
|
||||
return $this->response;
|
||||
}
|
||||
|
||||
public function setResponse($response): self
|
||||
{
|
||||
$this->response = $response;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getResponses()
|
||||
{
|
||||
return $this->responses;
|
||||
}
|
||||
|
||||
public function setResponses($responses): self
|
||||
{
|
||||
$this->responses = $responses;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getValided(): ?bool
|
||||
{
|
||||
return $this->valided;
|
||||
}
|
||||
|
||||
public function setValided(bool $valided): self
|
||||
{
|
||||
$this->valided = $valided;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getGameover(): ?bool
|
||||
{
|
||||
return $this->gameover;
|
||||
}
|
||||
|
||||
public function setGameover(bool $gameover): self
|
||||
{
|
||||
$this->gameover = $gameover;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getDate(): ?\DateTimeInterface
|
||||
{
|
||||
return $this->date;
|
||||
}
|
||||
|
||||
public function setDate(\DateTimeInterface $date): self
|
||||
{
|
||||
$this->date = $date;
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
|
@ -1,85 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace App\Entity;
|
||||
|
||||
use ApiPlatform\Core\Annotation\ApiResource;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use Symfony\Component\Validator\Constraints as Assert;
|
||||
use ApiPlatform\Core\Annotation\ApiSubresource;
|
||||
|
||||
/**
|
||||
* Response
|
||||
*
|
||||
* @ApiResource()
|
||||
* @ORM\Table(name="response")
|
||||
* @ORM\Entity(repositoryClass="App\Repository\ResponseRepository")
|
||||
*/
|
||||
class Response
|
||||
{
|
||||
/**
|
||||
* @ORM\Id()
|
||||
* @ORM\GeneratedValue()
|
||||
* @ORM\Column(type="integer")
|
||||
*/
|
||||
private $id;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="string", length=255)
|
||||
*/
|
||||
private $text;
|
||||
|
||||
/**
|
||||
* @ORM\ManyToOne(targetEntity="Question", inversedBy="reponses", cascade={"persist"})
|
||||
* @ORM\JoinColumn(name="id", referencedColumnName="id", onDelete="SET NULL")
|
||||
* @ApiSubresource()
|
||||
*/
|
||||
private $question;
|
||||
|
||||
/**
|
||||
* @ORM\OneToMany(targetEntity="Question", mappedBy="response")
|
||||
* @ORM\Column(type="json_array")
|
||||
*/
|
||||
private $child;
|
||||
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public function getText(): ?string
|
||||
{
|
||||
return $this->text;
|
||||
}
|
||||
|
||||
public function setText(string $text): self
|
||||
{
|
||||
$this->text = $text;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getQuestion(): ?int
|
||||
{
|
||||
return $this->question;
|
||||
}
|
||||
|
||||
public function setQuestion(int $question): self
|
||||
{
|
||||
$this->question = $question;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getChild()
|
||||
{
|
||||
return $this->child;
|
||||
}
|
||||
|
||||
public function setChild($child): self
|
||||
{
|
||||
$this->child = $child;
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
|
@ -1,50 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace App\Repository;
|
||||
|
||||
use App\Entity\Question;
|
||||
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
|
||||
use Symfony\Bridge\Doctrine\RegistryInterface;
|
||||
|
||||
/**
|
||||
* @method Question|null find($id, $lockMode = null, $lockVersion = null)
|
||||
* @method Question|null findOneBy(array $criteria, array $orderBy = null)
|
||||
* @method Question[] findAll()
|
||||
* @method Question[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)
|
||||
*/
|
||||
class QuestionRepository extends ServiceEntityRepository
|
||||
{
|
||||
public function __construct(RegistryInterface $registry)
|
||||
{
|
||||
parent::__construct($registry, Question::class);
|
||||
}
|
||||
|
||||
// /**
|
||||
// * @return Question[] Returns an array of Question objects
|
||||
// */
|
||||
/*
|
||||
public function findByExampleField($value)
|
||||
{
|
||||
return $this->createQueryBuilder('q')
|
||||
->andWhere('q.exampleField = :val')
|
||||
->setParameter('val', $value)
|
||||
->orderBy('q.id', 'ASC')
|
||||
->setMaxResults(10)
|
||||
->getQuery()
|
||||
->getResult()
|
||||
;
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
public function findOneBySomeField($value): ?Question
|
||||
{
|
||||
return $this->createQueryBuilder('q')
|
||||
->andWhere('q.exampleField = :val')
|
||||
->setParameter('val', $value)
|
||||
->getQuery()
|
||||
->getOneOrNullResult()
|
||||
;
|
||||
}
|
||||
*/
|
||||
}
|
|
@ -1,50 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace App\Repository;
|
||||
|
||||
use App\Entity\Response;
|
||||
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
|
||||
use Symfony\Bridge\Doctrine\RegistryInterface;
|
||||
|
||||
/**
|
||||
* @method Response|null find($id, $lockMode = null, $lockVersion = null)
|
||||
* @method Response|null findOneBy(array $criteria, array $orderBy = null)
|
||||
* @method Response[] findAll()
|
||||
* @method Response[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)
|
||||
*/
|
||||
class ResponseRepository extends ServiceEntityRepository
|
||||
{
|
||||
public function __construct(RegistryInterface $registry)
|
||||
{
|
||||
parent::__construct($registry, Response::class);
|
||||
}
|
||||
|
||||
// /**
|
||||
// * @return Response[] Returns an array of Response objects
|
||||
// */
|
||||
/*
|
||||
public function findByExampleField($value)
|
||||
{
|
||||
return $this->createQueryBuilder('r')
|
||||
->andWhere('r.exampleField = :val')
|
||||
->setParameter('val', $value)
|
||||
->orderBy('r.id', 'ASC')
|
||||
->setMaxResults(10)
|
||||
->getQuery()
|
||||
->getResult()
|
||||
;
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
public function findOneBySomeField($value): ?Response
|
||||
{
|
||||
return $this->createQueryBuilder('r')
|
||||
->andWhere('r.exampleField = :val')
|
||||
->setParameter('val', $value)
|
||||
->getQuery()
|
||||
->getOneOrNullResult()
|
||||
;
|
||||
}
|
||||
*/
|
||||
}
|
|
@ -194,6 +194,9 @@
|
|||
"symfony/orm-pack": {
|
||||
"version": "v1.0.5"
|
||||
},
|
||||
"symfony/polyfill-ctype": {
|
||||
"version": "v1.8.0"
|
||||
},
|
||||
"symfony/polyfill-mbstring": {
|
||||
"version": "v1.8.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue