[DEPENDENCIES] Add 'embed/embed', 'nyholm/psr7' and 'symfony/dom-crawler'

This commit is contained in:
2021-04-27 20:50:43 +00:00
parent 9a7f1358c2
commit b647e31495
4 changed files with 737 additions and 75 deletions

View File

@@ -8,6 +8,9 @@
"beberlei/assert": {
"version": "v2.9.9"
},
"composer/ca-bundle": {
"version": "1.2.9"
},
"composer/semver": {
"version": "3.2.4"
},
@@ -97,6 +100,9 @@
"egulias/email-validator": {
"version": "3.1.1"
},
"embed/embed": {
"version": "v4.3.2"
},
"erusev/parsedown": {
"version": "1.7.4"
},
@@ -145,6 +151,12 @@
"masterminds/html5": {
"version": "2.7.4"
},
"ml/iri": {
"version": "1.1.4"
},
"ml/json-ld": {
"version": "1.2.0"
},
"monolog/monolog": {
"version": "2.2.0"
},
@@ -157,6 +169,18 @@
"nikic/php-parser": {
"version": "v4.10.4"
},
"nyholm/psr7": {
"version": "1.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "1.0",
"ref": "0cd4d2d0e7f646fda75f9944f747a56e6ed13d4c"
},
"files": [
"config/packages/nyholm_psr7.yaml"
]
},
"odolbeau/phone-number-bundle": {
"version": "3.0",
"recipe": {
@@ -166,6 +190,9 @@
"ref": "4388686329b81291918a948cd42891829fb1de71"
}
},
"oscarotero/html-parser": {
"version": "v0.1.6"
},
"phar-io/manifest": {
"version": "2.0.1"
},
@@ -178,6 +205,9 @@
"php-ds/php-ds": {
"version": "v1.3.0"
},
"php-http/message-factory": {
"version": "v1.0.2"
},
"phpdocumentor/reflection-common": {
"version": "2.2.0"
},
@@ -228,6 +258,15 @@
"psr/event-dispatcher": {
"version": "1.0.0"
},
"psr/http-client": {
"version": "1.0.1"
},
"psr/http-factory": {
"version": "1.0.1"
},
"psr/http-message": {
"version": "1.0.1"
},
"psr/link": {
"version": "1.1.1"
},