Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5820d0b350 |
@@ -3,10 +3,7 @@
|
|||||||
"description": "Library for escaping all markdown symbols",
|
"description": "Library for escaping all markdown symbols",
|
||||||
"homepage": "https://git.svoboda.works/mirzaev/unmarkdown",
|
"homepage": "https://git.svoboda.works/mirzaev/unmarkdown",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": [
|
"keywords": ["markdown", "escaping"],
|
||||||
"markdown",
|
|
||||||
"escaping"
|
|
||||||
],
|
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"license": "WTFPL",
|
"license": "WTFPL",
|
||||||
"authors": [
|
"authors": [
|
||||||
@@ -24,13 +21,6 @@
|
|||||||
"php": "^8.4"
|
"php": "^8.4"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"files": ["mirzaev/unmarkdown/system/unmarkdown.php"]
|
||||||
"mirzaev\\unmarkdown\\": "mirzaev/unmarkdown/system"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload-dev": {
|
|
||||||
"psr-4": {
|
|
||||||
"mirzaev\\unmarkdown\\tests\\": "mirzaev/unmarkdown/tests"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace mirzaev\unmarkdown;
|
namespace mirzaev;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Escape all markdown symbols
|
* Escape all markdown symbols
|
||||||
|
|||||||
Reference in New Issue
Block a user