diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 10:40:10 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 10:40:10 +0200 |
commit | 40b06f3eff0c5fcc52b5473737f31094536e9bca (patch) | |
tree | abc1fb12ffa03b52790e205d2f837df9806614bd /composer.json | |
parent | 412a160afd73443c1d06f2828a5f792507fdf63e (diff) |
Update to r3325
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 680e4f30..ce883af3 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,6 @@ "role" : "Developer" } ], - "include-path": ["framework"], "require": { "php": ">=5.3.3", "ext-ctype" : "*", @@ -33,6 +32,10 @@ }, "require-dev" : { "phpunit/phpunit" : "3.7.*", + "phpunit/dbunit": ">=1.2", + "phpunit/phpunit-selenium": ">=1.2", + "phpunit/php-invoker": "*", + "phpunit/phpunit-story": "*", "phing/phing" : "2.4.14", "apigen/apigen": "2.*" }, @@ -53,6 +56,7 @@ "ext-xsl" : "*", "ext-zlib" : "*" }, + "include-path": ["framework"], "autoload": { "psr-0" : { "Prado" : "framework", |