Issue #3091225 by alexpott, mondrake: Require-dev mikey179/vfsstream ^1.6.8 in order to support PHP 7.4
parent
0a711ca88b
commit
f8faad355b
|
@ -23,7 +23,7 @@
|
|||
"drupal/coder": "^8.3.2",
|
||||
"jcalderonzumba/gastonjs": "^1.0.2",
|
||||
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
|
||||
"mikey179/vfsstream": "^1.2",
|
||||
"mikey179/vfsstream": "^1.6.8",
|
||||
"phpunit/phpunit": "^6.5 || ^7",
|
||||
"phpspec/prophecy": "^1.7",
|
||||
"symfony/css-selector": "^4.4",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "d95e2f200c5869caa76ca07ad911c356",
|
||||
"content-hash": "60831fab64a4b10082e18842847fbb31",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -4740,16 +4740,16 @@
|
|||
},
|
||||
{
|
||||
"name": "mikey179/vfsstream",
|
||||
"version": "v1.6.7",
|
||||
"version": "v1.6.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bovigo/vfsStream.git",
|
||||
"reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb"
|
||||
"reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bovigo/vfsStream/zipball/2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb",
|
||||
"reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb",
|
||||
"url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe",
|
||||
"reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4782,7 +4782,7 @@
|
|||
],
|
||||
"description": "Virtual file system to mock the real file system in unit tests.",
|
||||
"homepage": "http://vfs.bovigo.org/",
|
||||
"time": "2019-08-01T01:38:37+00:00"
|
||||
"time": "2019-10-30T15:31:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"jcalderonzumba/gastonjs": "^1.0.2",
|
||||
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
|
||||
"justinrainbow/json-schema": "^5.2",
|
||||
"mikey179/vfsstream": "^1.2",
|
||||
"mikey179/vfsstream": "^1.6.8",
|
||||
"phpspec/prophecy": "^1.7",
|
||||
"phpunit/phpunit": "^6.5 || ^7",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"jcalderonzumba/gastonjs": "v1.0.2",
|
||||
"jcalderonzumba/mink-phantomjs-driver": "v0.3.2",
|
||||
"justinrainbow/json-schema": "5.2.8",
|
||||
"mikey179/vfsstream": "v1.6.7",
|
||||
"mikey179/vfsstream": "v1.6.8",
|
||||
"myclabs/deep-copy": "1.7.0",
|
||||
"phar-io/manifest": "1.0.1",
|
||||
"phar-io/version": "1.0.1",
|
||||
|
|
Loading…
Reference in New Issue