Skip to content

Commit

Permalink
update author to org, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolor committed Apr 15, 2019
1 parent 8a9f831 commit c43b92b
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 130 deletions.
15 changes: 6 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
"description": "WP Plugin Activate WP REST API routes for custom post types.",
"license": "MIT",
"type": "wordpress-plugin",
"version": "2.0",
"version": "2.0.1",
"homepage": "https://github.com/BCcampus/custom-rest-routes/",
"authors": [
{
"name": "Alex Paredes",
"email": "aparedes@bccampus.ca"
},
{
"name": "Brad Payne",
"email": "brad@bradpayne.ca"
"name": "BCcampus",
"email": "code@bccampus.ca",
"homepage": "https://github.com/BCcampus"
}
],
"keywords": [
Expand All @@ -27,15 +24,15 @@
},
"config": {
"platform": {
"php": "7.0.30"
"php": "7.1"
}
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"humanmade/coding-standards": "^0.3"
"humanmade/coding-standards": "^0.5"
},
"archive": {
"exclude": [
Expand Down
Loading

0 comments on commit c43b92b

Please sign in to comment.