Skip to content

Commit

Permalink
composer include phpunit and phpdocumentor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramoonus committed May 14, 2016
1 parent ce60c87 commit 5eeec7e
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"name": "Ramoonus/Powerpack",
"type": "wordpress-plugin",
"minimum-stability": "dev",
"require-dev": {},
"require": {},
"version": "1.0.0",
"dist": {
"url": "https://github.com/Ramoonus/Powerpack/archive/master.zip",
"type": "zip"
}
"name": "Ramoonus/Powerpack",
"type": "wordpress-plugin",
"minimum-stability": "dev",
"version": "1.0.0",
"dist": {
"url": "https://github.com/Ramoonus/Powerpack/archive/master.zip",
"type": "zip"
}

"require": {

},

"require-dev": {
"phpunit/phpunit": "5.3.*",
"phpdocumentor/phpdocumentor": "2.8.*"
}
}

0 comments on commit 5eeec7e

Please # to comment.