Composer update

This commit is contained in:
Elfet 2014-07-31 22:19:41 +04:00
parent 29113b6e09
commit df42d146e0

120
composer.lock generated
View File

@ -4,8 +4,62 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "90e6a3a5a60f45424a01482750c913ba",
"hash": "c9009df68c51f279ec40837e300a3e49",
"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",
"version": "1.0.3",
@ -177,61 +231,6 @@
],
"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",
"version": "1.3.6",
@ -362,12 +361,12 @@
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "11c4a62af68bdc681c52dd77acc0558907078881"
"reference": "5ea6502cec8d182fdf8cc2b57d814facfe6d0c25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/11c4a62af68bdc681c52dd77acc0558907078881",
"reference": "11c4a62af68bdc681c52dd77acc0558907078881",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/5ea6502cec8d182fdf8cc2b57d814facfe6d0c25",
"reference": "5ea6502cec8d182fdf8cc2b57d814facfe6d0c25",
"shasum": ""
},
"require": {
@ -452,7 +451,7 @@
"x.509",
"x509"
],
"time": "2014-07-26 15:20:06"
"time": "2014-07-31 09:51:13"
},
{
"name": "seld/jsonlint",
@ -1029,6 +1028,7 @@
"stability-flags": {
"phpseclib/phpseclib": 20
},
"prefer-stable": false,
"platform": {
"php": ">=5.4.0"
},