Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Peshkov committed Jun 16, 2014
1 parent d983429 commit 72b61ac
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "usabilitydynamics/lib-wordpress-tests",
"version": "3.5.0",
"type": "wordpress-library",
"homepage": "https://github.com/UsabilityDynamics/lib-wordpress-tests",
"keywords": [
"tests",
"phpunit",
"wordpress"
],
"repositories": [
{
"type": "composer",
"url": "http://repository.usabilitydynamics.com"
}
],
"config": {
"vendor-dir": "vendor/libraries",
"bin-dir": "vendor/bin",
"optimize-autoloader": true,
"autoloader-suffix": "VendorPackages"
},
"require": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"classmap": [ "lib" ]
},
"license": "GNU",
"minimum-stability": "dev"
}

0 comments on commit 72b61ac

Please sign in to comment.