Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Not sure why this is being flagged by versioneye.
  • Loading branch information
Synchro committed Feb 24, 2014
1 parent c490e89 commit 5d765f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/phpunit-selenium": "dev-master",
"ext-xdebug": "*",
"mikey179/vfsStream": "1.3.*@dev",
"satooshi/php-coveralls": "dev-master",
"phpunit/phpcov": "2.0.*@dev"
"phpunit/phpunit-selenium": "dev-master",
"ext-xdebug": "*",
"mikey179/vfsStream": "1.3.*@dev",
"satooshi/php-coveralls": "dev-master",
"phpunit/phpcov": "dev-master"
},
"autoload": {
"psr-0": {
"UAS": ""
}
}
}
}

0 comments on commit 5d765f4

Please sign in to comment.