Skip to content

Commit

Permalink
composer require wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramoonus authored Dec 19, 2016
1 parent e1fd344 commit 81d5c87
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@
},

"require": {
"php": ">=5.6.0"
"composer/installers" : "~1.2.0",
"php" : ">=5.6.0",
"wordpress": ">=4.6"
},

"require-dev": {
"phpunit/phpunit": "5.*",
"phpdocumentor/phpdocumentor": "2.*",
"squizlabs/php_codesniffer": "2.*",
"phpunit/phpunit" : "5.*",
"phpdocumentor/phpdocumentor" : "2.*",
"squizlabs/php_codesniffer" : "3.x-dev",
"scrutinizer/ocular": ">=1.2.0",
"wp-coding-standards/wpcs": "0.10.*",
"codeclimate/php-test-reporter": "dev-master"
}
}

0 comments on commit 81d5c87

Please # to comment.