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

Commit

Permalink
Updated composer.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-manuilov committed Nov 4, 2015
1 parent fbedda3 commit e6bb231
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
{
"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",
"repositories": [
"keywords": [
"wordpress",
"bdd",
"acceptance testing",
"functional testing",
"unit testing",
"tdd"
],
"authors": [
{
"type":"composer",
"url":"http://wpackagist.org"
}
"name": "10up Inc",
"homepage": "http://10up.com/"
}
],
"require": {
"php": ">=5.4.0",
"codeception/codeception": "2.0.11",
"fzaninotto/faker": "1.5.*@dev",
"composer/installers": "^1.0"
Expand Down

0 comments on commit e6bb231

Please sign in to comment.