N°2060 [WIP] Initialisation of the portal application: Fix of the composer.json file

- Temporary downgrade Symfony/* from v3.4.* to v3.4.12 because of a PHP7 dependency in Symfony/http-foundation
- Remove Flex as it was only compatible with PHP7
- Remove auto scripts relying on Flex (post update and post install)
- Rename rogue itop-portal-base/composer.json that should not be used (will be removed later)
This commit is contained in:
Molkobain
2019-06-27 16:32:45 +02:00
parent 0867d8a3c4
commit 04158f5589
3 changed files with 153 additions and 209 deletions

View File

@@ -4,11 +4,14 @@
"symfony/symfony": "^3.4" "symfony/symfony": "^3.4"
}, },
"config": { "config": {
"vendor-dir": "../../../../lib/composer-vendor" "vendor-dir": "../../../lib/composer-vendor",
"platform": {
"php": "5.6.0"
}
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Combodo\\iTop\\Portal\\": "src/" "Combodo\\iTop\\Portal\\": "portal/src/"
} }
}, },
"autoload-dev": { "autoload-dev": {

View File

@@ -1,60 +1,51 @@
{ {
"type": "project", "type": "project",
"license": "proprietary", "license": "AGPLv3",
"require": { "require": {
"php": ">=5.6.0", "php": ">=5.6.0",
"ext-ctype": "*", "ext-ctype": "*",
"ext-iconv": "*", "ext-iconv": "*",
"symfony/console": "3.4.*", "symfony/console": "3.4.12",
"symfony/dotenv": "3.4.*", "symfony/dotenv": "3.4.12",
"symfony/flex": "^1.1", "symfony/framework-bundle": "3.4.12",
"symfony/framework-bundle": "3.4.*", "symfony/twig-bundle": "3.4.12",
"symfony/twig-bundle": "3.4.*", "symfony/yaml": "3.4.12",
"symfony/yaml": "3.4.*" "symfony/http-foundation": "3.4.12"
}, },
"config": { "config": {
"vendor-dir": "../../../../lib/composer-vendor", "vendor-dir": "../../../../lib/composer-vendor",
"preferred-install": { "preferred-install": {
"*": "dist" "*": "dist"
}, },
"sort-packages": true "sort-packages": true,
}, "platform": {
"autoload": { "php": "5.6.0"
"psr-4": { }
"Combodo\\iTop\\Portal\\": "src/" },
} "autoload": {
}, "psr-4": {
"autoload-dev": { "Combodo\\iTop\\Portal\\": "src/"
"psr-4": { }
"Combodo\\iTop\\Portal\\Tests\\": "tests/" },
} "autoload-dev": {
}, "psr-4": {
"replace": { "Combodo\\iTop\\Portal\\Tests\\": "tests/"
"paragonie/random_compat": "2.*", }
"symfony/polyfill-ctype": "*", },
"symfony/polyfill-iconv": "*", "replace": {
"symfony/polyfill-php70": "*", "paragonie/random_compat": "2.*",
"symfony/polyfill-php56": "*" "symfony/polyfill-ctype": "*",
}, "symfony/polyfill-iconv": "*",
"scripts": { "symfony/polyfill-php70": "*",
"auto-scripts": { "symfony/polyfill-php56": "*"
"cache:clear": "symfony-cmd", },
"assets:install %PUBLIC_DIR%": "symfony-cmd" "conflict": {
}, "symfony/symfony": "*"
"post-install-cmd": [ },
"@auto-scripts" "extra": {
], "symfony": {
"post-update-cmd": [ "allow-contrib": false,
"@auto-scripts" "require": "3.4.*"
] }
}, }
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "3.4.*"
}
}
} }

View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "a38a6d242ba58ae1d9a31fdd35cf960c", "content-hash": "882f9ad8f783a8be32510077b763d278",
"packages": [ "packages": [
{ {
"name": "psr/cache", "name": "psr/cache",
@@ -198,16 +198,16 @@
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v3.4.27", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
"reference": "380b8395b43f60e7d26a32f84f80c0a7ba93e7c5" "reference": "8c6e162f0f7626771edbfa0a0e45b46623bbae1c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/380b8395b43f60e7d26a32f84f80c0a7ba93e7c5", "url": "https://api.github.com/repos/symfony/cache/zipball/8c6e162f0f7626771edbfa0a0e45b46623bbae1c",
"reference": "380b8395b43f60e7d26a32f84f80c0a7ba93e7c5", "reference": "8c6e162f0f7626771edbfa0a0e45b46623bbae1c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -264,11 +264,11 @@
"caching", "caching",
"psr6" "psr6"
], ],
"time": "2019-04-16T09:03:16+00:00" "time": "2019-06-17T17:26:15+00:00"
}, },
{ {
"name": "symfony/class-loader", "name": "symfony/class-loader",
"version": "v3.4.27", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/class-loader.git", "url": "https://github.com/symfony/class-loader.git",
@@ -324,16 +324,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v3.4.27", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "177a276c01575253c95cefe0866e3d1b57637fe0" "reference": "29a33f66194fbe2ed4555981810f15fd8440e4a8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/177a276c01575253c95cefe0866e3d1b57637fe0", "url": "https://api.github.com/repos/symfony/config/zipball/29a33f66194fbe2ed4555981810f15fd8440e4a8",
"reference": "177a276c01575253c95cefe0866e3d1b57637fe0", "reference": "29a33f66194fbe2ed4555981810f15fd8440e4a8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -384,20 +384,20 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-02-23T15:06:07+00:00" "time": "2019-05-30T15:47:52+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.4.27", "version": "v3.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "15a9104356436cb26e08adab97706654799d31d8" "reference": "1b97071a26d028c9bd4588264e101e14f6e7cd00"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/15a9104356436cb26e08adab97706654799d31d8", "url": "https://api.github.com/repos/symfony/console/zipball/1b97071a26d028c9bd4588264e101e14f6e7cd00",
"reference": "15a9104356436cb26e08adab97706654799d31d8", "reference": "1b97071a26d028c9bd4588264e101e14f6e7cd00",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -409,9 +409,6 @@
"symfony/dependency-injection": "<3.4", "symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3" "symfony/process": "<3.3"
}, },
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/config": "~3.3|~4.0", "symfony/config": "~3.3|~4.0",
@@ -421,7 +418,7 @@
"symfony/process": "~3.3|~4.0" "symfony/process": "~3.3|~4.0"
}, },
"suggest": { "suggest": {
"psr/log": "For using the console logger", "psr/log-implementation": "For using the console logger",
"symfony/event-dispatcher": "", "symfony/event-dispatcher": "",
"symfony/lock": "", "symfony/lock": "",
"symfony/process": "" "symfony/process": ""
@@ -456,20 +453,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-04-08T09:29:13+00:00" "time": "2018-05-23T05:02:55+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v3.4.27", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9" "reference": "1172dc1abe44dfadd162239153818b074e6e53bf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/681afbb26488903c5ac15e63734f1d8ac430c9b9", "url": "https://api.github.com/repos/symfony/debug/zipball/1172dc1abe44dfadd162239153818b074e6e53bf",
"reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9", "reference": "1172dc1abe44dfadd162239153818b074e6e53bf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -512,20 +509,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-04-11T09:48:14+00:00" "time": "2019-06-18T21:26:03+00:00"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v3.4.27", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "be0feb3fa202aedfd8d1956f2dafd563fb13acbf" "reference": "76857ce235ba1866b66a1d5be34c6794c8895435"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/be0feb3fa202aedfd8d1956f2dafd563fb13acbf", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/76857ce235ba1866b66a1d5be34c6794c8895435",
"reference": "be0feb3fa202aedfd8d1956f2dafd563fb13acbf", "reference": "76857ce235ba1866b66a1d5be34c6794c8895435",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -583,20 +580,20 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-04-20T15:32:49+00:00" "time": "2019-05-30T15:47:52+00:00"
}, },
{ {
"name": "symfony/dotenv", "name": "symfony/dotenv",
"version": "v3.4.27", "version": "v3.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dotenv.git", "url": "https://github.com/symfony/dotenv.git",
"reference": "7b33c7b6f497898a173e4b9d6a7698cd789d54ce" "reference": "66265f80c0f585cd6aec3fbdfc4ffdf7a0d75992"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/7b33c7b6f497898a173e4b9d6a7698cd789d54ce", "url": "https://api.github.com/repos/symfony/dotenv/zipball/66265f80c0f585cd6aec3fbdfc4ffdf7a0d75992",
"reference": "7b33c7b6f497898a173e4b9d6a7698cd789d54ce", "reference": "66265f80c0f585cd6aec3fbdfc4ffdf7a0d75992",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -640,20 +637,20 @@
"env", "env",
"environment" "environment"
], ],
"time": "2019-04-01T07:08:40+00:00" "time": "2018-01-03T17:14:19+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v3.4.27", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "a088aafcefb4eef2520a290ed82e4374092a6dff" "reference": "f18fdd6cc7006441865e698420cee26bac94741f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a088aafcefb4eef2520a290ed82e4374092a6dff", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f18fdd6cc7006441865e698420cee26bac94741f",
"reference": "a088aafcefb4eef2520a290ed82e4374092a6dff", "reference": "f18fdd6cc7006441865e698420cee26bac94741f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -703,20 +700,20 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-04-02T08:51:52+00:00" "time": "2019-06-25T07:45:31+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v3.4.27", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb" "reference": "70adda061ef83bb7def63a17953dc41f203308a7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/acf99758b1df8e9295e6b85aa69f294565c9fedb", "url": "https://api.github.com/repos/symfony/filesystem/zipball/70adda061ef83bb7def63a17953dc41f203308a7",
"reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb", "reference": "70adda061ef83bb7def63a17953dc41f203308a7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -753,20 +750,20 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-02-04T21:34:32+00:00" "time": "2019-06-23T09:29:17+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v3.4.27", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98" "reference": "5f80266a729e30bbcc37f8bf0e62c3d5a38c8208"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/61af5ce0b34b942d414fe8f1b11950d0e9a90e98", "url": "https://api.github.com/repos/symfony/finder/zipball/5f80266a729e30bbcc37f8bf0e62c3d5a38c8208",
"reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98", "reference": "5f80266a729e30bbcc37f8bf0e62c3d5a38c8208",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -802,69 +799,20 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-04-02T19:54:57+00:00" "time": "2019-05-30T15:47:52+00:00"
},
{
"name": "symfony/flex",
"version": "v1.2.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "27909122a3da4676c3dc5dc34c8f82323c610d69"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/27909122a3da4676c3dc5dc34c8f82323c610d69",
"reference": "27909122a3da4676c3dc5dc34c8f82323c610d69",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": "^7.0"
},
"require-dev": {
"composer/composer": "^1.0.2",
"symfony/dotenv": "^3.4|^4.0",
"symfony/phpunit-bridge": "^3.4.19|^4.1.8",
"symfony/process": "^2.7|^3.0|^4.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
},
"class": "Symfony\\Flex\\Flex"
},
"autoload": {
"psr-4": {
"Symfony\\Flex\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien.potencier@gmail.com"
}
],
"description": "Composer plugin for Symfony",
"time": "2019-05-07T08:10:46+00:00"
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
"version": "v3.4.27", "version": "v3.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/framework-bundle.git", "url": "https://github.com/symfony/framework-bundle.git",
"reference": "bbe9bb6028542fee549ff577617af33c2ad85a85" "reference": "41f2bfd245e408cff821820c637f67bdc76cfccb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/bbe9bb6028542fee549ff577617af33c2ad85a85", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/41f2bfd245e408cff821820c637f67bdc76cfccb",
"reference": "bbe9bb6028542fee549ff577617af33c2ad85a85", "reference": "41f2bfd245e408cff821820c637f67bdc76cfccb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -873,7 +821,7 @@
"symfony/cache": "~3.4|~4.0", "symfony/cache": "~3.4|~4.0",
"symfony/class-loader": "~3.2", "symfony/class-loader": "~3.2",
"symfony/config": "~3.4|~4.0", "symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "^3.4.24|^4.2.5", "symfony/dependency-injection": "^3.4.3|^4.0.3",
"symfony/event-dispatcher": "~3.4|~4.0", "symfony/event-dispatcher": "~3.4|~4.0",
"symfony/filesystem": "~2.8|~3.0|~4.0", "symfony/filesystem": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0", "symfony/finder": "~2.8|~3.0|~4.0",
@@ -907,7 +855,7 @@
"symfony/css-selector": "~2.8|~3.0|~4.0", "symfony/css-selector": "~2.8|~3.0|~4.0",
"symfony/dom-crawler": "~2.8|~3.0|~4.0", "symfony/dom-crawler": "~2.8|~3.0|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/form": "^3.4.22|~4.1.11|^4.2.3", "symfony/form": "~3.4|~4.0",
"symfony/lock": "~3.4|~4.0", "symfony/lock": "~3.4|~4.0",
"symfony/polyfill-intl-icu": "~1.0", "symfony/polyfill-intl-icu": "~1.0",
"symfony/process": "~2.8|~3.0|~4.0", "symfony/process": "~2.8|~3.0|~4.0",
@@ -965,20 +913,20 @@
], ],
"description": "Symfony FrameworkBundle", "description": "Symfony FrameworkBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-05-01T08:11:03+00:00" "time": "2018-06-19T09:31:41+00:00"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v3.4.27", "version": "v3.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "fa02215233be8de1c2b44617088192f9e8db3512" "reference": "1c28679fcbb0d9b35e4fd49fbb74d2ca4ea17bce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/fa02215233be8de1c2b44617088192f9e8db3512", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1c28679fcbb0d9b35e4fd49fbb74d2ca4ea17bce",
"reference": "fa02215233be8de1c2b44617088192f9e8db3512", "reference": "1c28679fcbb0d9b35e4fd49fbb74d2ca4ea17bce",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1019,20 +967,20 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-05-01T08:04:33+00:00" "time": "2018-06-21T11:10:19+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v3.4.27", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "586046f5adc6a08eaebbe4519ef18ad52f54e453" "reference": "abbb38dbab652ddc40a86d0c3b0e14ca52d58ed2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/586046f5adc6a08eaebbe4519ef18ad52f54e453", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/abbb38dbab652ddc40a86d0c3b0e14ca52d58ed2",
"reference": "586046f5adc6a08eaebbe4519ef18ad52f54e453", "reference": "abbb38dbab652ddc40a86d0c3b0e14ca52d58ed2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1108,7 +1056,7 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-05-01T13:03:24+00:00" "time": "2019-06-26T13:56:39+00:00"
}, },
{ {
"name": "symfony/polyfill-apcu", "name": "symfony/polyfill-apcu",
@@ -1227,16 +1175,16 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v3.4.27", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "ff11aac46d6cb8a65f2855687bb9a1ac9d860eec" "reference": "8d804d8a65a26dc9de1aaf2ff3a421e581d050e6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/ff11aac46d6cb8a65f2855687bb9a1ac9d860eec", "url": "https://api.github.com/repos/symfony/routing/zipball/8d804d8a65a26dc9de1aaf2ff3a421e581d050e6",
"reference": "ff11aac46d6cb8a65f2855687bb9a1ac9d860eec", "reference": "8d804d8a65a26dc9de1aaf2ff3a421e581d050e6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1299,20 +1247,20 @@
"uri", "uri",
"url" "url"
], ],
"time": "2019-03-29T21:58:42+00:00" "time": "2019-06-26T11:14:13+00:00"
}, },
{ {
"name": "symfony/twig-bridge", "name": "symfony/twig-bridge",
"version": "v3.4.28", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bridge.git", "url": "https://github.com/symfony/twig-bridge.git",
"reference": "9fc026c05e927fe59cf89f67b9f9926e44301eea" "reference": "c5cda7f836ccfa80a84c27aec10aa16591333829"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/9fc026c05e927fe59cf89f67b9f9926e44301eea", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/c5cda7f836ccfa80a84c27aec10aa16591333829",
"reference": "9fc026c05e927fe59cf89f67b9f9926e44301eea", "reference": "c5cda7f836ccfa80a84c27aec10aa16591333829",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1389,20 +1337,20 @@
], ],
"description": "Symfony Twig Bridge", "description": "Symfony Twig Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-04-30T12:26:26+00:00" "time": "2019-06-13T10:34:15+00:00"
}, },
{ {
"name": "symfony/twig-bundle", "name": "symfony/twig-bundle",
"version": "v3.4.28", "version": "v3.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bundle.git", "url": "https://github.com/symfony/twig-bundle.git",
"reference": "9f3f12943d37153a671bbab71d58812825f41e4c" "reference": "1dbf7f7ee6ae56c8122273b53bacc731d1c732cd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/9f3f12943d37153a671bbab71d58812825f41e4c", "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/1dbf7f7ee6ae56c8122273b53bacc731d1c732cd",
"reference": "9f3f12943d37153a671bbab71d58812825f41e4c", "reference": "1dbf7f7ee6ae56c8122273b53bacc731d1c732cd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1412,7 +1360,7 @@
"symfony/http-kernel": "^3.3|~4.0", "symfony/http-kernel": "^3.3|~4.0",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/twig-bridge": "^3.4.3|^4.0.3", "symfony/twig-bridge": "^3.4.3|^4.0.3",
"twig/twig": "~1.40|~2.9" "twig/twig": "~1.34|~2.4"
}, },
"conflict": { "conflict": {
"symfony/dependency-injection": "<3.4", "symfony/dependency-injection": "<3.4",
@@ -1422,7 +1370,7 @@
"doctrine/annotations": "~1.0", "doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0", "doctrine/cache": "~1.0",
"symfony/asset": "~2.8|~3.0|~4.0", "symfony/asset": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.4.24|^4.2.5", "symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0", "symfony/finder": "~2.8|~3.0|~4.0",
"symfony/form": "~2.8|~3.0|~4.0", "symfony/form": "~2.8|~3.0|~4.0",
@@ -1463,20 +1411,20 @@
], ],
"description": "Symfony TwigBundle", "description": "Symfony TwigBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-04-27T18:55:44+00:00" "time": "2018-06-25T11:07:14+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.4.27", "version": "v3.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996" "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996", "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
"reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996", "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1522,26 +1470,25 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-03-25T07:48:46+00:00" "time": "2018-05-03T23:18:14+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v2.11.3", "version": "v1.42.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "699ed2342557c88789a15402de5eb834dedd6792" "reference": "21707d6ebd05476854805e4f91b836531941bcd4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/699ed2342557c88789a15402de5eb834dedd6792", "url": "https://api.github.com/repos/twigphp/Twig/zipball/21707d6ebd05476854805e4f91b836531941bcd4",
"reference": "699ed2342557c88789a15402de5eb834dedd6792", "reference": "21707d6ebd05476854805e4f91b836531941bcd4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.0", "php": ">=5.4.0",
"symfony/polyfill-ctype": "^1.8", "symfony/polyfill-ctype": "^1.8"
"symfony/polyfill-mbstring": "^1.3"
}, },
"require-dev": { "require-dev": {
"psr/container": "^1.0", "psr/container": "^1.0",
@@ -1551,7 +1498,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.11-dev" "dev-master": "1.42-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1589,7 +1536,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2019-06-18T15:37:11+00:00" "time": "2019-06-18T15:35:16+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
@@ -1603,5 +1550,8 @@
"ext-ctype": "*", "ext-ctype": "*",
"ext-iconv": "*" "ext-iconv": "*"
}, },
"platform-dev": [] "platform-dev": [],
"platform-overrides": {
"php": "5.6.0"
}
} }