Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
modify composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkramer committed Jan 8, 2021
1 parent fca7d2b commit 6ec1a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wpstrap/wordpress-plugin-boilerplate",
"description": "Wordpress Plugin Boilerplate",
"version": "0.1.0",
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"type": "wordpress-plugin",
"license": "MIT",
Expand Down Expand Up @@ -47,6 +47,7 @@
"codecept": "vendor/bin/codecept",
"run:unit": "vendor/bin/codecept run unit",
"run:wpunit": "vendor/bin/codecept run wpunit",
"run:acceptance": "vendor/bin/codecept run acceptance",
"coverage:wpunit": "vendor/bin/codecept run wpunit --coverage --coverage-xml --coverage-html",
"coverage:unit": "vendor/bin/codecept run wpunit --coverage --coverage-xml --coverage-html",
"generate:wpunit": "vendor/bin/codecept generate:wpunit wpunit",
Expand Down

0 comments on commit 6ec1a5d

Please # to comment.