mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 00:32:25 +01:00
Composer update
This commit is contained in:
parent
29113b6e09
commit
df42d146e0
120
composer.lock
generated
120
composer.lock
generated
@ -4,8 +4,62 @@
|
|||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "90e6a3a5a60f45424a01482750c913ba",
|
"hash": "c9009df68c51f279ec40837e300a3e49",
|
||||||
"packages": [
|
"packages": [
|
||||||
|
{
|
||||||
|
"name": "elfet/php-ssh",
|
||||||
|
"version": "v1.0.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/elfet/php-ssh.git",
|
||||||
|
"reference": "864de1e0f815087155acfb8ffee8f3e3f29ca256"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/elfet/php-ssh/zipball/864de1e0f815087155acfb8ffee8f3e3f29ca256",
|
||||||
|
"reference": "864de1e0f815087155acfb8ffee8f3e3f29ca256",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"ext-ssh2": "*",
|
||||||
|
"php": ">=5.3.2"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "3.7.*",
|
||||||
|
"symfony/filesystem": "~2.4"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "1.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-0": {
|
||||||
|
"Ssh": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "The contributors",
|
||||||
|
"homepage": "http://github.com/Herzult/php-ssh/contributors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Antoine Hérault",
|
||||||
|
"homepage": "https://github.com/Herzult"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Provides an object-oriented wrapper for the php ssh2 extension.",
|
||||||
|
"keywords": [
|
||||||
|
"ssh",
|
||||||
|
"ssh2"
|
||||||
|
],
|
||||||
|
"time": "2014-06-15 09:18:18"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "herrera-io/json",
|
"name": "herrera-io/json",
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
@ -177,61 +231,6 @@
|
|||||||
],
|
],
|
||||||
"time": "2014-05-27 05:29:25"
|
"time": "2014-05-27 05:29:25"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "herzult/php-ssh",
|
|
||||||
"version": "v1.0.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/Herzult/php-ssh.git",
|
|
||||||
"reference": "864de1e0f815087155acfb8ffee8f3e3f29ca256"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/Herzult/php-ssh/zipball/864de1e0f815087155acfb8ffee8f3e3f29ca256",
|
|
||||||
"reference": "864de1e0f815087155acfb8ffee8f3e3f29ca256",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"ext-ssh2": "*",
|
|
||||||
"php": ">=5.3.2"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"phpunit/phpunit": "3.7.*",
|
|
||||||
"symfony/filesystem": "~2.4"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-0": {
|
|
||||||
"Ssh": "src/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Antoine Hérault",
|
|
||||||
"email": "antoine.herault@gmail.com",
|
|
||||||
"homepage": "https://github.com/Herzult"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "The contributors",
|
|
||||||
"homepage": "http://github.com/Herzult/php-ssh/contributors"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Provides an object-oriented wrapper for the php ssh2 extension.",
|
|
||||||
"keywords": [
|
|
||||||
"ssh",
|
|
||||||
"ssh2"
|
|
||||||
],
|
|
||||||
"time": "2014-06-15 09:18:18"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "justinrainbow/json-schema",
|
"name": "justinrainbow/json-schema",
|
||||||
"version": "1.3.6",
|
"version": "1.3.6",
|
||||||
@ -362,12 +361,12 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpseclib/phpseclib.git",
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
||||||
"reference": "11c4a62af68bdc681c52dd77acc0558907078881"
|
"reference": "5ea6502cec8d182fdf8cc2b57d814facfe6d0c25"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/11c4a62af68bdc681c52dd77acc0558907078881",
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/5ea6502cec8d182fdf8cc2b57d814facfe6d0c25",
|
||||||
"reference": "11c4a62af68bdc681c52dd77acc0558907078881",
|
"reference": "5ea6502cec8d182fdf8cc2b57d814facfe6d0c25",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -452,7 +451,7 @@
|
|||||||
"x.509",
|
"x.509",
|
||||||
"x509"
|
"x509"
|
||||||
],
|
],
|
||||||
"time": "2014-07-26 15:20:06"
|
"time": "2014-07-31 09:51:13"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "seld/jsonlint",
|
"name": "seld/jsonlint",
|
||||||
@ -1029,6 +1028,7 @@
|
|||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
"phpseclib/phpseclib": 20
|
"phpseclib/phpseclib": 20
|
||||||
},
|
},
|
||||||
|
"prefer-stable": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": ">=5.4.0"
|
"php": ">=5.4.0"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user