Delivery setup

This commit is contained in:
Almira Krdzic
2018-08-06 17:36:57 +02:00
parent ed0e44b964
commit 5afdde434b
27 changed files with 2809 additions and 236 deletions

73
backend/composer.lock generated
View File

@@ -4,8 +4,28 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b1d245f7a98541665eb383619bb23283",
"content-hash": "16aac868dbf84d6c3cf7c41703e9085f",
"packages": [
{
"name": "3rdparty/gravityflow",
"version": "2.2.3",
"source": {
"type": "git",
"url": "https://gitlab.com/saburly/wiaas/3rdparty/gravityflow",
"reference": "origin/master"
},
"type": "wordpress-plugin"
},
{
"name": "3rdparty/gravityforms",
"version": "2.2.3",
"source": {
"type": "git",
"url": "https://gitlab.com/saburly/wiaas/3rdparty/gravityforms",
"reference": "origin/master"
},
"type": "wordpress-plugin"
},
{
"name": "composer/installers",
"version": "v1.5.0",
@@ -559,57 +579,6 @@
}
],
"packages-dev": [
{
"name": "squizlabs/php_codesniffer",
"version": "3.3.1",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "628a481780561150481a9ec74709092b9759b3ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/628a481780561150481a9ec74709092b9759b3ec",
"reference": "628a481780561150481a9ec74709092b9759b3ec",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"bin": [
"bin/phpcs",
"bin/phpcbf"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "http://www.squizlabs.com/php-codesniffer",
"keywords": [
"phpcs",
"standards"
],
"time": "2018-07-26T23:47:18+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v2.5.0",