Skip to content
Snippets Groups Projects
Commit 8015c87f authored by catch's avatar catch
Browse files

Issue #3088853 by alexpott, mondrake: Require typo3/phar-stream-wrapper ^3.1.3...

Issue #3088853 by alexpott, mondrake: Require typo3/phar-stream-wrapper ^3.1.3 and pear/archive_tar ^1.4.8 in order to support PHP 7.4
parent a80a4795
No related branches found
No related tags found
6 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!144Issue #2666286: Clean up menu_ui to conform to Drupal coding standards
......@@ -653,7 +653,7 @@
"dist": {
"type": "path",
"url": "core",
"reference": "1d60dcc9ae7937cd50c1fb7f4ea3bf7bdc5a2e3c"
"reference": "8830b3c971fde18c39a7818d1722fbcab385641a"
},
"require": {
"asm89/stack-cors": "^1.1",
......@@ -677,7 +677,7 @@
"ext-xml": "*",
"guzzlehttp/guzzle": "^6.3",
"masterminds/html5": "^2.1",
"pear/archive_tar": "^1.4.5",
"pear/archive_tar": "^1.4.8",
"php": ">=7.2.3",
"stack/builder": "^1.0",
"symfony-cmf/routing": "^2.1",
......@@ -696,7 +696,7 @@
"symfony/validator": "^4.4",
"symfony/yaml": "^4.4",
"twig/twig": "^1.38.2",
"typo3/phar-stream-wrapper": "^3.1.2",
"typo3/phar-stream-wrapper": "^3.1.3",
"zendframework/zend-diactoros": ">=1.7 <1.8",
"zendframework/zend-feed": "^2.12"
},
......@@ -1282,16 +1282,16 @@
},
{
"name": "pear/archive_tar",
"version": "1.4.7",
"version": "1.4.8",
"source": {
"type": "git",
"url": "https://github.com/pear/Archive_Tar.git",
"reference": "7e48add6f8edc3027dd98ad15964b1a28fd0c845"
"reference": "442bdffb7edb84c898cfd94f7ac8500e49d5bbb5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/7e48add6f8edc3027dd98ad15964b1a28fd0c845",
"reference": "7e48add6f8edc3027dd98ad15964b1a28fd0c845",
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/442bdffb7edb84c898cfd94f7ac8500e49d5bbb5",
"reference": "442bdffb7edb84c898cfd94f7ac8500e49d5bbb5",
"shasum": ""
},
"require": {
......@@ -1344,7 +1344,7 @@
"archive",
"tar"
],
"time": "2019-04-08T13:15:55+00:00"
"time": "2019-10-21T13:31:24+00:00"
},
{
"name": "pear/console_getopt",
......@@ -3537,16 +3537,16 @@
},
{
"name": "typo3/phar-stream-wrapper",
"version": "v3.1.2",
"version": "v3.1.3",
"source": {
"type": "git",
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",
"reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771"
"reference": "586ff60beea128e069a5dc271d3d8133a9bc460a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/df7609a2f6cc4013d7bd12f1a2412d127b28f771",
"reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771",
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/586ff60beea128e069a5dc271d3d8133a9bc460a",
"reference": "586ff60beea128e069a5dc271d3d8133a9bc460a",
"shasum": ""
},
"require": {
......@@ -3583,7 +3583,7 @@
"security",
"stream-wrapper"
],
"time": "2019-05-14T13:14:14+00:00"
"time": "2019-10-18T11:57:16+00:00"
},
{
"name": "wikimedia/composer-merge-plugin",
......
......@@ -31,7 +31,7 @@
"symfony/process": "^4.4",
"symfony/polyfill-iconv": "^1.0",
"symfony/yaml": "^4.4",
"typo3/phar-stream-wrapper": "^3.1.2",
"typo3/phar-stream-wrapper": "^3.1.3",
"twig/twig": "^1.38.2",
"doctrine/common": "^2.7",
"doctrine/annotations": "^1.4",
......@@ -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.5"
"pear/archive_tar": "^1.4.8"
},
"conflict": {
"drush/drush": "<8.1.10"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment