Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #12 from 10up/enhancement/composer-for-packagist
Browse files Browse the repository at this point in the history
Updated composer.json file to publish plugin at the packagist repository
  • Loading branch information
eugene-manuilov committed Nov 4, 2015
2 parents cca8279 + e6bb231 commit b183c51
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 188 deletions.
23 changes: 21 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
{
"name": "10up/wp-codeception",
"description": "The WordPress Plugin which integrates with the Codeception PHP testing framework and allows you to write and run Codeception tests for WordPress via WP CLI.",
"version": "1.0.3",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"bdd",
"acceptance testing",
"functional testing",
"unit testing",
"tdd"
],
"authors": [
{
"name": "10up Inc",
"homepage": "http://10up.com/"
}
],
"require": {
"php": ">=5.4.0",
"codeception/codeception": "2.0.11",
"fzaninotto/faker": "1.5.*@dev"
"fzaninotto/faker": "1.5.*@dev",
"composer/installers": "^1.0"
},
"autoload": {
"psr-0": {
Expand All @@ -14,4 +33,4 @@
"npm install"
]
}
}
}
Loading

0 comments on commit b183c51

Please sign in to comment.