Issue #3471080 by andypost: Update mikey179/vfsstream to v1.6.12 for PHP 8.4
parent
123216e5e4
commit
f9d89149e1
|
@ -5702,23 +5702,24 @@
|
|||
},
|
||||
{
|
||||
"name": "mikey179/vfsstream",
|
||||
"version": "v1.6.11",
|
||||
"version": "v1.6.12",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bovigo/vfsStream.git",
|
||||
"reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
|
||||
"reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
|
||||
"reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
|
||||
"url": "https://api.github.com/repos/bovigo/vfsStream/zipball/fe695ec993e0a55c3abdda10a9364eb31c6f1bf0",
|
||||
"reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=7.1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.5|^5.0"
|
||||
"phpunit/phpunit": "^7.5||^8.5||^9.6",
|
||||
"yoast/phpunit-polyfills": "^2.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
@ -5749,7 +5750,7 @@
|
|||
"source": "https://github.com/bovigo/vfsStream/tree/master",
|
||||
"wiki": "https://github.com/bovigo/vfsStream/wiki"
|
||||
},
|
||||
"time": "2022-02-23T02:02:42+00:00"
|
||||
"time": "2024-08-29T18:43:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"lullabot/php-webdriver": "v2.0.5",
|
||||
"mglaman/phpstan-drupal": "1.2.12",
|
||||
"micheh/phpcs-gitlab": "1.1.0",
|
||||
"mikey179/vfsstream": "v1.6.11",
|
||||
"mikey179/vfsstream": "v1.6.12",
|
||||
"myclabs/deep-copy": "1.12.0",
|
||||
"nikic/php-parser": "v5.1.0",
|
||||
"open-telemetry/api": "1.0.3",
|
||||
|
|
Loading…
Reference in New Issue