From 5bbe95fe73af8257a5054615db5c32aac1e42ba7 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Wed, 15 May 2024 14:01:51 +0000 Subject: [PATCH] remove adlawson/vfs, fixes #4174 Closes #4174 Merge request studip/studip!3012 --- composer.json | 1 - composer.lock | 62 +-------------------------------------------------- 2 files changed, 1 insertion(+), 62 deletions(-) diff --git a/composer.json b/composer.json index 6a1190c8de8..33dacc570e6 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,6 @@ } }, "require-dev": { - "adlawson/vfs": "~0.12.1", "woohoolabs/yang": "2.3.2", "codeception/codeception": "5.1.2", "codeception/module-asserts": "3.0.0", diff --git a/composer.lock b/composer.lock index 95d389af1f0..5d88b0b3ffc 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "73b508e157437e29fceffadbfa22aa2e", + "content-hash": "7dcab37d45eb1a3751325c91f0e782b1", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -5294,66 +5294,6 @@ } ], "packages-dev": [ - { - "name": "adlawson/vfs", - "version": "0.12.1", - "source": { - "type": "git", - "url": "https://github.com/adlawson/php-vfs.git", - "reference": "e955034419d6a8f92c9a8ea2e626eeed96b41095" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/adlawson/php-vfs/zipball/e955034419d6a8f92c9a8ea2e626eeed96b41095", - "reference": "e955034419d6a8f92c9a8ea2e626eeed96b41095", - "shasum": "" - }, - "require": { - "php": ">=5.5", - "psr/log": "^1.0" - }, - "require-dev": { - "adlawson/timezone": "^1.0", - "fabpot/php-cs-fixer": "^1.9", - "mockery/mockery": "^0.9", - "phpunit/phpunit": "^4.7" - }, - "type": "library", - "autoload": { - "psr-4": { - "Vfs\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andrew Lawson", - "homepage": "http://adlawson.com" - } - ], - "description": "Virtual file system", - "homepage": "https://github.com/adlawson/php-vfs", - "keywords": [ - "dir", - "directory", - "file", - "fs", - "read", - "stream", - "system", - "virtual", - "wrapper", - "write" - ], - "support": { - "issues": "https://github.com/adlawson/php-vfs/issues", - "source": "https://github.com/adlawson/php-vfs/tree/develop" - }, - "time": "2016-02-20T12:46:01+00:00" - }, { "name": "behat/gherkin", "version": "v4.9.0", -- GitLab