Connect contact forms with buspro api

This commit is contained in:
Björn Fromme
2019-09-09 13:54:43 +02:00
parent 5827af2b5f
commit d59748a030
14 changed files with 417 additions and 66 deletions
Generated
+164 -45
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "43ff1e099d6b3f1ded82923c05a3e7f8",
"content-hash": "65c7db27e084cf03eddd1ddb83812563",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -1173,9 +1173,9 @@
"authors": [
{
"name": "Helmut Hummel",
"role": "Developer",
"email": "[email protected]",
"homepage": "http://helhum.io",
"role": "Developer"
"homepage": "http://helhum.io"
}
],
"description": "A reliable and powerful command line interface for TYPO3 CMS",
@@ -1294,9 +1294,9 @@
"authors": [
{
"name": "Ignace Nyamagana Butera",
"role": "Developer",
"email": "[email protected]",
"homepage": "https://github.com/nyamsprod/",
"role": "Developer"
"homepage": "https://github.com/nyamsprod/"
}
],
"description": "Csv data manipulation made easy in PHP",
@@ -2122,6 +2122,125 @@
"homepage": "https://symfony.com",
"time": "2019-08-14T12:26:46+00:00"
},
{
"name": "symfony/http-client",
"version": "v4.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "9a4fa769269ed730196a5c52c742b30600cf1e87"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/9a4fa769269ed730196a5c52c742b30600cf1e87",
"reference": "9a4fa769269ed730196a5c52c742b30600cf1e87",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/log": "^1.0",
"symfony/http-client-contracts": "^1.1.6",
"symfony/polyfill-php73": "^1.11"
},
"provide": {
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "1.1"
},
"require-dev": {
"nyholm/psr7": "^1.0",
"psr/http-client": "^1.0",
"symfony/http-kernel": "^4.3",
"symfony/process": "^4.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpClient\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpClient component",
"homepage": "https://symfony.com",
"time": "2019-08-20T14:27:59+00:00"
},
{
"name": "symfony/http-client-contracts",
"version": "v1.1.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "6005fe61a33724405d56eb5b055d5d370192a1bd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/6005fe61a33724405d56eb5b055d5d370192a1bd",
"reference": "6005fe61a33724405d56eb5b055d5d370192a1bd",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"suggest": {
"symfony/http-client-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\HttpClient\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to HTTP clients",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-08-08T10:05:21+00:00"
},
{
"name": "symfony/inflector",
"version": "v4.3.4",
@@ -3222,8 +3341,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "The TYPO3 admin panel provides a panel with additional functionality in the frontend (Debugging, Caching, Preview...)",
@@ -3287,8 +3406,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "Classes for the TYPO3 backend.",
@@ -3391,8 +3510,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.",
@@ -3606,8 +3725,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "The core library of TYPO3.",
@@ -3722,8 +3841,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "TYPO3 Extension Manager",
@@ -3828,8 +3947,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "Listing of files in the directory",
@@ -3933,8 +4052,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!",
@@ -4102,8 +4221,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "Classes for the frontend of TYPO3.",
@@ -4161,8 +4280,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "Shows various infos",
@@ -4219,8 +4338,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "The Install Tool mounted as the module Tools>Install in TYPO3.",
@@ -4276,8 +4395,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.",
@@ -4335,8 +4454,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "List of database-records",
@@ -4387,8 +4506,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.",
@@ -4441,8 +4560,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "Custom redirects in TYPO3.",
@@ -4556,8 +4675,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "Integration of CKEditor as Rich Text Editor.",
@@ -4605,8 +4724,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time",
@@ -4659,8 +4778,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "SEO features for TYPO3.",
@@ -4768,8 +4887,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.",
@@ -4869,8 +4988,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "Framework for management of TypoScript template records for the CMS frontend.",
@@ -4921,8 +5040,8 @@
"authors": [
{
"name": "TYPO3 Core Team",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"description": "Shows the frontend webpage inside the backend frameset.",