Added vue handling the information from lubimy czytac to fetch information about the books and fill in the form automatically.

This commit is contained in:
krzysiej
2022-05-27 14:04:08 +02:00
parent 120991e584
commit 507eeece9e
22 changed files with 1060 additions and 203 deletions

View File

@@ -80,6 +80,18 @@
"friendsofphp/proxy-manager-lts": {
"version": "v1.0.12"
},
"guzzlehttp/guzzle": {
"version": "7.4.3"
},
"guzzlehttp/promises": {
"version": "1.5.1"
},
"guzzlehttp/psr7": {
"version": "2.2.1"
},
"imangazaliev/didom": {
"version": "2.0"
},
"laminas/laminas-code": {
"version": "4.5.1"
},
@@ -110,12 +122,24 @@
"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": "2.0.1"
},
"psr/log": {
"version": "3.0.0"
},
"ralouphie/getallheaders": {
"version": "3.0.3"
},
"sensio/framework-extra-bundle": {
"version": "6.2",
"recipe": {
@@ -506,6 +530,9 @@
"symfony/yaml": {
"version": "v6.0.3"
},
"techtube/bookinfo": {
"version": "dev-master"
},
"twig/extra-bundle": {
"version": "v3.4.0"
},