Skip to content

Commit

Permalink
Set Composer type to wordpress-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Mar 27, 2023
1 parent d189121 commit 9563b8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "pronamic/wp-datetime",
"description": "WordPress DateTime library.",
"license": "GPL-3.0-or-later" ,
"license": "GPL-3.0-or-later",
"type": "wordpress-plugin",
"autoload": {
"psr-4": {
"Pronamic\\WordPress\\DateTime\\": "src"
Expand Down

0 comments on commit 9563b8e

Please sign in to comment.