summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 7d60020c3ac5c4b51d0eb17b31e41c97c3c9783b (plain)
1
2
3
4
5
6
7
8
{
    "require": {
        "mikey179/vfsStream": "*"
    },
    "require-dev": {
		"phpunit/phpunit": "*"
	}
}