Task: Add deployment tools and config

This commit is contained in:
Björn Fromme
2023-10-11 16:21:13 +02:00
parent d48f449076
commit 5c15ca3a2c
3 changed files with 146 additions and 1 deletions
Generated
+44 -1
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": "69e7597627d8e6c883d063d873a08d78",
"content-hash": "d714db6b49b6684caaf4544a90193da3",
"packages": [
{
"name": "doctrine/cache",
@@ -8588,6 +8588,49 @@
}
],
"packages-dev": [
{
"name": "deployer/deployer",
"version": "v7.3.1",
"source": {
"type": "git",
"url": "https://github.com/deployphp/deployer.git",
"reference": "c5c5e79d4e57445918ed24a9cdd3d85b0f261de3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/deployphp/deployer/zipball/c5c5e79d4e57445918ed24a9cdd3d85b0f261de3",
"reference": "c5c5e79d4e57445918ed24a9cdd3d85b0f261de3",
"shasum": ""
},
"bin": [
"dep"
],
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anton Medvedev",
"email": "[email protected]"
}
],
"description": "Deployment Tool",
"homepage": "https://deployer.org",
"support": {
"docs": "https://deployer.org/docs",
"issues": "https://github.com/deployphp/deployer/issues",
"source": "https://github.com/deployphp/deployer"
},
"funding": [
{
"url": "https://github.com/sponsors/antonmedv",
"type": "github"
}
],
"time": "2023-04-05T09:24:30+00:00"
},
{
"name": "masterminds/html5",
"version": "2.8.1",