Skip to content
Snippets Groups Projects
Commit 347c90d3 authored by Jess's avatar Jess
Browse files

SA-CORE-2019-007 by Blaklis, oliver.hader, alexpott, mlhess, tim.plunkett, dsnopek, xjm

(cherry picked from commit 44a31bc3)
parent 85029e08
No related branches found
No related tags found
No related merge requests found
......@@ -2060,7 +2060,7 @@
},
{
"name": "Gert de Pagter",
"email": "backendtea@gmail.com"
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
......@@ -2799,16 +2799,16 @@
},
{
"name": "typo3/phar-stream-wrapper",
"version": "v2.1.0",
"version": "v2.1.1",
"source": {
"type": "git",
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",
"reference": "b7a21f0859059ed5d9754af8c11f852d43762334"
"reference": "e438b0c78652b33407983eb29d215a1a3f68f6f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/b7a21f0859059ed5d9754af8c11f852d43762334",
"reference": "b7a21f0859059ed5d9754af8c11f852d43762334",
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e438b0c78652b33407983eb29d215a1a3f68f6f3",
"reference": "e438b0c78652b33407983eb29d215a1a3f68f6f3",
"shasum": ""
},
"require": {
......@@ -2818,6 +2818,7 @@
"php": "^5.3.3|^7.0"
},
"require-dev": {
"ext-xdebug": "*",
"phpunit/phpunit": "^4.8.36"
},
"type": "library",
......@@ -2838,7 +2839,7 @@
"security",
"stream-wrapper"
],
"time": "2019-03-01T17:43:52+00:00"
"time": "2019-05-05T17:30:51+00:00"
},
{
"name": "wikimedia/composer-merge-plugin",
......
......@@ -31,7 +31,7 @@
"symfony/process": "~3.4.0",
"symfony/polyfill-iconv": "^1.0",
"symfony/yaml": "~3.4.5",
"typo3/phar-stream-wrapper": "^2.0.1",
"typo3/phar-stream-wrapper": "^2.1.1",
"twig/twig": "^1.38.2",
"doctrine/common": "^2.5",
"doctrine/annotations": "^1.2",
......
......@@ -19,6 +19,7 @@ class Composer {
'behat/mink' => ['tests', 'driver-testsuite'],
'behat/mink-browserkit-driver' => ['tests'],
'behat/mink-goutte-driver' => ['tests'],
'brumann/polyfill-unserialize' => ['tests'],
'drupal/coder' => ['coder_sniffer/Drupal/Test', 'coder_sniffer/DrupalPractice/Test'],
'doctrine/cache' => ['tests'],
'doctrine/collections' => ['tests'],
......
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