Skip to content

Commit 1b4f40a

Browse files
committed
Updated Updated Composer license field
1 parent 27c67a8 commit 1b4f40a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
8787

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

9192
## Screenshot
9293

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
"name": "dmhendricks/wordpress-base-plugin",
33
"type": "wordpress-plugin",
44
"description": "A bloilerplate for WordPress plugins",
5-
"version": "0.4.0",
65
"keywords": ["wordpress", "plugin", "boilerplate", "carbonfields"],
76
"homepage": "https://2lab.net",
8-
"license": "GPL-2.0",
7+
"license": "GPL-2.0-or-later",
98
"authors": [
109
{
1110
"name": "Daniel M. Hendricks",
@@ -25,7 +24,8 @@
2524
"tareq1988/wordpress-settings-api-class": "dev-master",
2625
"dmhendricks/wordpress-toolkit": "dev-master",
2726
"inc2734/wp-customizer-framework": "^2.3",
28-
"composer/installers": "^1.5.0"
27+
"vlucas/phpdotenv": "^2.4",
28+
"composer/installers": "^1.5"
2929
},
3030
"minimum-stability": "dev",
3131
"autoload": {

0 commit comments

Comments
 (0)