Issue #3086796 by mondrake, Mile23: Explicitly require pear/archive_tar ^1.4.5

merge-requests/2419/head
Alex Pott 2019-10-13 12:15:32 +01:00
parent 31314fca7d
commit ac9bfb1e1c
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
2 changed files with 4 additions and 4 deletions

6
composer.lock generated
View File

@ -689,7 +689,7 @@
"dist": {
"type": "path",
"url": "core",
"reference": "57abe59512b004ec4634f670d65f2b79d505d5a5"
"reference": "31a1704b02a57fad76cd5bdf898d5677154ed351"
},
"require": {
"asm89/stack-cors": "^1.1",
@ -713,7 +713,7 @@
"ext-xml": "*",
"guzzlehttp/guzzle": "^6.3",
"masterminds/html5": "^2.1",
"pear/archive_tar": "^1.4",
"pear/archive_tar": "^1.4.5",
"php": ">=7.0.8",
"stack/builder": "^1.0",
"symfony-cmf/routing": "^1.4",
@ -733,7 +733,7 @@
"symfony/yaml": "~3.4.5",
"twig/twig": "^1.38.2",
"typo3/phar-stream-wrapper": "^2.1.1",
"zendframework/zend-diactoros": "^1.1",
"zendframework/zend-diactoros": ">=1.7 <1.8",
"zendframework/zend-feed": "^2.12"
},
"conflict": {

View File

@ -46,7 +46,7 @@
"zendframework/zend-diactoros": ">=1.7 <1.8",
"composer/semver": "^1.0",
"asm89/stack-cors": "^1.1",
"pear/archive_tar": "^1.4"
"pear/archive_tar": "^1.4.5"
},
"conflict": {
"drush/drush": "<8.1.10"