aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 14:01:51 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 14:01:51 +0000
commit5bbe95fe73af8257a5054615db5c32aac1e42ba7 (patch)
tree961221e5611b2e116751bcc1b2a2cfcc7e3d3402 /composer.lock
parent0f1d1b14280562f5ff6a64d103979204d8d2a22d (diff)
remove adlawson/vfs, fixes #4174
Closes #4174 Merge request studip/studip!3012
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock62
1 files changed, 1 insertions, 61 deletions
diff --git a/composer.lock b/composer.lock
index 95d389a..5d88b0b 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",
@@ -5295,66 +5295,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",
"source": {