Initial bookinfo

This commit is contained in:
kplaczek
2022-05-23 20:41:38 +02:00
parent 42e90c250e
commit 968c3ddaa3
5 changed files with 84 additions and 10 deletions

View File

@@ -332,6 +332,61 @@
],
"install-path": "../guzzlehttp/psr7"
},
{
"name": "imangazaliev/didom",
"version": "2.0",
"version_normalized": "2.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/Imangazaliev/DiDOM.git",
"reference": "87f7089d95aef7fd09dc68826cfa245b90f3040b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Imangazaliev/DiDOM/zipball/87f7089d95aef7fd09dc68826cfa245b90f3040b",
"reference": "87f7089d95aef7fd09dc68826cfa245b90f3040b",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-iconv": "*",
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"time": "2022-05-08T01:48:13+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"DiDom\\": "src/DiDom/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Imangazaliev Muhammad",
"email": "imangazalievm@gmail.com"
}
],
"description": "Simple and fast HTML parser",
"homepage": "https://github.com/Imangazaliev/DiDOM",
"keywords": [
"didom",
"html",
"parser",
"xml"
],
"support": {
"issues": "https://github.com/Imangazaliev/DiDOM/issues",
"source": "https://github.com/Imangazaliev/DiDOM/tree/2.0"
},
"install-path": "../imangazaliev/didom"
},
{
"name": "psr/http-client",
"version": "1.0.1",