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