1 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
5820d0b350 fix composer 2025-11-09 18:22:43 +07:00
2 changed files with 3 additions and 13 deletions

View File

@@ -3,10 +3,7 @@
"description": "Library for escaping all markdown symbols",
"homepage": "https://git.svoboda.works/mirzaev/unmarkdown",
"type": "library",
"keywords": [
"markdown",
"escaping"
],
"keywords": ["markdown", "escaping"],
"readme": "README.md",
"license": "WTFPL",
"authors": [
@@ -24,13 +21,6 @@
"php": "^8.4"
},
"autoload": {
"psr-4": {
"mirzaev\\unmarkdown\\": "mirzaev/unmarkdown/system"
}
},
"autoload-dev": {
"psr-4": {
"mirzaev\\unmarkdown\\tests\\": "mirzaev/unmarkdown/tests"
}
"files": ["mirzaev/unmarkdown/system/unmarkdown.php"]
}
}

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace mirzaev\unmarkdown;
namespace mirzaev;
/**
* Escape all markdown symbols