This repository has been archived by the owner on Jun 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
79 lines (79 loc) · 2.65 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "fb59e02ec1e41676dcadc1c1d74e64d2",
"content-hash": "f0af8a6f45bdeddd31d392f02bb1d863",
"packages": [
{
"name": "dg/ftp-deployment",
"version": "v2.7",
"source": {
"type": "git",
"url": "https://github.com/dg/ftp-deployment.git",
"reference": "89d0123008fc3b695af6881253013dc96ee49b7a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dg/ftp-deployment/zipball/89d0123008fc3b695af6881253013dc96ee49b7a",
"reference": "89d0123008fc3b695af6881253013dc96ee49b7a",
"shasum": ""
},
"require": {
"ext-zlib": "*",
"php": ">=5.4.0"
},
"require-dev": {
"nette/tester": "~1.3"
},
"suggest": {
"ext-ftp": "to connect to ftp:// server",
"ext-json": "to preprocess CSS files via online service",
"ext-openssl": "to connect to ftps:// server and preprocess CSS files",
"ext-ssh2": "to connect to sftp:// server"
},
"bin": [
"deployment"
],
"type": "project",
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
}
],
"description": "A tool for automated deployment of web applications to an FTP server.",
"homepage": "https://github.com/dg/ftp-deployment",
"keywords": [
"deployment",
"ftp",
"ssh"
],
"support": {
"source": "https://github.com/dg/ftp-deployment/tree/v2.7",
"issues": "https://github.com/dg/ftp-deployment/issues"
},
"time": "2016-12-22 20:37:08"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}