first commit
This commit is contained in:
12
vendor/mikey179/vfsstream/composer.json
vendored
Executable file
12
vendor/mikey179/vfsstream/composer.json
vendored
Executable file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "mikey179/vfsStream",
|
||||
"type": "library",
|
||||
"homepage": "http://vfs.bovigo.org/",
|
||||
"license": "BSD",
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "org\\bovigo\\vfs": "src/main/php" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user