Skip to content

Commit e4abfdd

Browse files
committed
composer config
1 parent e536880 commit e4abfdd

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "wordpress-phoenix/wordpress-development-toolkit",
3-
"description": "",
3+
"description": "Generate WordPress Plugins using our Abstract Plugin Boilerplate",
44
"homepage": "https://github.com/wordpress-phoenix/wordpress-development-toolkit",
55
"license": "GPL-3.0-or-later",
66
"type": "wordpress-plugin",
7-
"version": "master",
87
"authors": [
98
{
109
"name": "David Ryan",
@@ -24,10 +23,5 @@
2423
},
2524
"config": {
2625
"vendor-dir": "lib"
27-
},
28-
"autoload": {
29-
"classmap": [
30-
"/"
31-
]
3226
}
3327
}

wordpress-development-toolkit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @author David Ryan - WordPress Phoenix
77
* @license GNU GPL v2.0+
88
* @link https://github.com/wordpress-phoenix
9-
* @version 3.1.0
9+
* @version 3.0.3
1010
*
1111
* Built using WP PHX Plugin Generator v1.1.0 on Tuesday 23rd of January 2018 07:33:12 AM
1212
* @link https://github.com/WordPress-Phoenix/wordpress-development-toolkit
@@ -15,7 +15,7 @@
1515
* Plugin Name: WordPress Development Toolkit
1616
* Plugin URI: https://github.com/wordpress-phoenix
1717
* Description: Tools and resources for WordPress development.
18-
* Version: 3.1.0
18+
* Version: 3.0.3
1919
* Author: David Ryan - WordPress Phoenix
2020
* Text Domain: wordpress-development-toolkit
2121
* License: GNU GPL v2.0+

0 commit comments

Comments
 (0)