summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-04-13 07:20:54 +0200
committerRemi Collet <fedora@famillecollet.com>2016-04-13 07:20:54 +0200
commite3ddfeea78d6368177943dd6234b45235b7b7142 (patch)
tree65119efaea40ef2ef4b7ce90839643640215383f /composer.json
parentf4e7e6fc6055a140c58c86b83083b2f4e6669a11 (diff)
php-mikey179-vfsstream: 1.6.3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..c18e37d
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,33 @@
+{
+ "name": "mikey179/vfsStream",
+ "type": "library",
+ "homepage": "http://vfs.bovigo.org/",
+ "description": "Virtual file system to mock the real file system in unit tests.",
+ "license": "BSD-3-Clause",
+ "authors": [
+ {
+ "name": "Frank Kleine",
+ "homepage": "http://frankkleine.de/",
+ "role": "Developer"
+ }
+ ],
+ "support": {
+ "issues": "https://github.com/mikey179/vfsStream/issues",
+ "source": "https://github.com/mikey179/vfsStream/tree/master",
+ "wiki": "https://github.com/mikey179/vfsStream/wiki"
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.5"
+ },
+ "autoload": {
+ "psr-0": { "org\\bovigo\\vfs\\": "src/main/php" }
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.6.x-dev"
+ }
+ }
+}