Skip to content
Snippets Groups Projects
Commit 5bbe95fe authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

remove adlawson/vfs, fixes #4174

Closes #4174

Merge request studip/studip!3012
parent 0f1d1b14
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
} }
}, },
"require-dev": { "require-dev": {
"adlawson/vfs": "~0.12.1",
"woohoolabs/yang": "2.3.2", "woohoolabs/yang": "2.3.2",
"codeception/codeception": "5.1.2", "codeception/codeception": "5.1.2",
"codeception/module-asserts": "3.0.0", "codeception/module-asserts": "3.0.0",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "73b508e157437e29fceffadbfa22aa2e", "content-hash": "7dcab37d45eb1a3751325c91f0e782b1",
"packages": [ "packages": [
{ {
"name": "algo26-matthias/idna-convert", "name": "algo26-matthias/idna-convert",
...@@ -5294,66 +5294,6 @@ ...@@ -5294,66 +5294,6 @@
} }
], ],
"packages-dev": [ "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", "name": "behat/gherkin",
"version": "v4.9.0", "version": "v4.9.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment