Skip to content

Commit

Permalink
composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
scarstens committed Mar 22, 2018
1 parent e536880 commit e4abfdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "wordpress-phoenix/wordpress-development-toolkit",
"description": "",
"description": "Generate WordPress Plugins using our Abstract Plugin Boilerplate",
"homepage": "https://github.com/wordpress-phoenix/wordpress-development-toolkit",
"license": "GPL-3.0-or-later",
"type": "wordpress-plugin",
"version": "master",
"authors": [
{
"name": "David Ryan",
Expand All @@ -24,10 +23,5 @@
},
"config": {
"vendor-dir": "lib"
},
"autoload": {
"classmap": [
"/"
]
}
}
4 changes: 2 additions & 2 deletions wordpress-development-toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author David Ryan - WordPress Phoenix
* @license GNU GPL v2.0+
* @link https://github.com/wordpress-phoenix
* @version 3.1.0
* @version 3.0.3
*
* Built using WP PHX Plugin Generator v1.1.0 on Tuesday 23rd of January 2018 07:33:12 AM
* @link https://github.com/WordPress-Phoenix/wordpress-development-toolkit
Expand All @@ -15,7 +15,7 @@
* Plugin Name: WordPress Development Toolkit
* Plugin URI: https://github.com/wordpress-phoenix
* Description: Tools and resources for WordPress development.
* Version: 3.1.0
* Version: 3.0.3
* Author: David Ryan - WordPress Phoenix
* Text Domain: wordpress-development-toolkit
* License: GNU GPL v2.0+
Expand Down

0 comments on commit e4abfdd

Please sign in to comment.