Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Fixes namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jensscherbl committed Jan 17, 2023
1 parent 7024a90 commit ace602c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kenshodigital/kirby-xhtml",
"description": "Ensures well-formed XML and XHTML output for Kirby templates.",
"type": "kirby-plugin",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/kenshodigital/kirby-xhtml",
"license": "MIT",
"authors":
Expand All @@ -24,7 +24,7 @@
{
"psr-4":
{
"Kenshō\\Xhtml\\": "./src/"
"Kenshō\\XHTML\\": "./src/"
}
}
}

0 comments on commit ace602c

Please sign in to comment.