Skip to content

Commit

Permalink
Fix broken composer.json - remove version number, and use valid licen…
Browse files Browse the repository at this point in the history
…se name
  • Loading branch information
roborourke committed Sep 13, 2024
1 parent 7dffa31 commit dbacd15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name" : "humanmade/hm-toc",
"description": "WordPress plugin that adds anchors to headings in post content and generates table of contents from headings.",
"version" : "1.0.2",
"type" : "wordpress-plugin",
"license" : "GPL-2.0+",
"license" : "GPL-2.0-or-later",
"authors" : [
{
"name": "Human Made",
"email": "[email protected]",
"homepage": "https://humanmade.com/"
}
],
"require": {
"composer/installers": "^1 || ^2"
},
"require-dev": {
"humanmade/coding-standards": "^1.1"
},
Expand Down

0 comments on commit dbacd15

Please sign in to comment.