Issue #3299213 by andypost: Require mikey179/vfsstream ^1.6.11 to allow tests running on PHP 8.2
parent
07a160117a
commit
373a960e94
|
@ -22,7 +22,7 @@
|
|||
"drupal/coder": "^8.3.10",
|
||||
"instaclick/php-webdriver": "^1.4.1",
|
||||
"mglaman/phpstan-drupal": "^1.1.25",
|
||||
"mikey179/vfsstream": "^1.6.8",
|
||||
"mikey179/vfsstream": "^1.6.11",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"phpspec/prophecy-phpunit": "^2",
|
||||
"phpstan/extension-installer": "^1.1",
|
||||
|
|
|
@ -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": "55d89b3964e0ccd0b6243419d50fecc5",
|
||||
"content-hash": "033db7642172d9d3d614ac729ecae9d8",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -5165,16 +5165,16 @@
|
|||
},
|
||||
{
|
||||
"name": "mikey179/vfsstream",
|
||||
"version": "v1.6.10",
|
||||
"version": "v1.6.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bovigo/vfsStream.git",
|
||||
"reference": "250c0825537d501e327df879fb3d4cd751933b85"
|
||||
"reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bovigo/vfsStream/zipball/250c0825537d501e327df879fb3d4cd751933b85",
|
||||
"reference": "250c0825537d501e327df879fb3d4cd751933b85",
|
||||
"url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
|
||||
"reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5212,7 +5212,7 @@
|
|||
"source": "https://github.com/bovigo/vfsStream/tree/master",
|
||||
"wiki": "https://github.com/bovigo/vfsStream/wiki"
|
||||
},
|
||||
"time": "2021-09-25T08:05:01+00:00"
|
||||
"time": "2022-02-23T02:02:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"instaclick/php-webdriver": "^1.4.1",
|
||||
"justinrainbow/json-schema": "^5.2",
|
||||
"mglaman/phpstan-drupal": "^1.1.25",
|
||||
"mikey179/vfsstream": "^1.6.8",
|
||||
"mikey179/vfsstream": "^1.6.11",
|
||||
"phpspec/prophecy-phpunit": "^2",
|
||||
"phpstan/extension-installer": "^1.1",
|
||||
"phpstan/phpstan": "^1.8",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"instaclick/php-webdriver": "1.4.14",
|
||||
"justinrainbow/json-schema": "5.2.12",
|
||||
"mglaman/phpstan-drupal": "1.1.25",
|
||||
"mikey179/vfsstream": "v1.6.10",
|
||||
"mikey179/vfsstream": "v1.6.11",
|
||||
"myclabs/deep-copy": "1.11.0",
|
||||
"nikic/php-parser": "v4.13.2",
|
||||
"phar-io/manifest": "2.0.3",
|
||||
|
|
Loading…
Reference in New Issue