Skip to content

Commit

Permalink
Updated Updated Composer license field
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhendricks committed Jan 19, 2018
1 parent 27c67a8 commit 1b4f40a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp

* Extended base class as WordPress Toolkit
* Moved `is_ajax()` and `prefix()` methods to wordpress-toolkit
* Updated Composer license to conform to new [SPDX](https://spdx.org/licenses/) identifiers

## Screenshot

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"name": "dmhendricks/wordpress-base-plugin",
"type": "wordpress-plugin",
"description": "A bloilerplate for WordPress plugins",
"version": "0.4.0",
"keywords": ["wordpress", "plugin", "boilerplate", "carbonfields"],
"homepage": "https://2lab.net",
"license": "GPL-2.0",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Daniel M. Hendricks",
Expand All @@ -25,7 +24,8 @@
"tareq1988/wordpress-settings-api-class": "dev-master",
"dmhendricks/wordpress-toolkit": "dev-master",
"inc2734/wp-customizer-framework": "^2.3",
"composer/installers": "^1.5.0"
"vlucas/phpdotenv": "^2.4",
"composer/installers": "^1.5"
},
"minimum-stability": "dev",
"autoload": {
Expand Down

0 comments on commit 1b4f40a

Please sign in to comment.