Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F52242
composer.lock
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
dereckson
Sep 3 2016, 13:13
2016-09-03 13:13:06 (UTC+0)
Size
9 KB
Referenced Files
None
Subscribers
None
composer.lock
View Options
{
"_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"
:
"07e8762570656d943bd9e6da3233559d"
,
"content-hash"
:
"d693f56be03105e5507eb1e69cc5d7a7"
,
"packages"
:
[
{
"name"
:
"guzzlehttp/guzzle"
,
"version"
:
"6.2.1"
,
"source"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/guzzle/guzzle.git"
,
"reference"
:
"3f808fba627f2c5b69e2501217bf31af349c1427"
},
"dist"
:
{
"type"
:
"zip"
,
"url"
:
"https://api.github.com/repos/guzzle/guzzle/zipball/3f808fba627f2c5b69e2501217bf31af349c1427"
,
"reference"
:
"3f808fba627f2c5b69e2501217bf31af349c1427"
,
"shasum"
:
""
},
"require"
:
{
"guzzlehttp/promises"
:
"^1.0"
,
"guzzlehttp/psr7"
:
"^1.3.1"
,
"php"
:
">=5.5"
},
"require-dev"
:
{
"ext-curl"
:
"*"
,
"phpunit/phpunit"
:
"^4.0"
,
"psr/log"
:
"^1.0"
},
"type"
:
"library"
,
"extra"
:
{
"branch-alias"
:
{
"dev-master"
:
"6.2-dev"
}
},
"autoload"
:
{
"files"
:
[
"src/functions_include.php"
],
"psr-4"
:
{
"GuzzleHttp
\\
"
:
"src/"
}
},
"notification-url"
:
"https://packagist.org/downloads/"
,
"license"
:
[
"MIT"
],
"authors"
:
[
{
"name"
:
"Michael Dowling"
,
"email"
:
"mtdowling@gmail.com"
,
"homepage"
:
"https://github.com/mtdowling"
}
],
"description"
:
"Guzzle is a PHP HTTP client library"
,
"homepage"
:
"http://guzzlephp.org/"
,
"keywords"
:
[
"client"
,
"curl"
,
"framework"
,
"http"
,
"http client"
,
"rest"
,
"web service"
],
"time"
:
"2016-07-15 17:22:37"
},
{
"name"
:
"guzzlehttp/promises"
,
"version"
:
"1.2.0"
,
"source"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/guzzle/promises.git"
,
"reference"
:
"c10d860e2a9595f8883527fa0021c7da9e65f579"
},
"dist"
:
{
"type"
:
"zip"
,
"url"
:
"https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579"
,
"reference"
:
"c10d860e2a9595f8883527fa0021c7da9e65f579"
,
"shasum"
:
""
},
"require"
:
{
"php"
:
">=5.5.0"
},
"require-dev"
:
{
"phpunit/phpunit"
:
"~4.0"
},
"type"
:
"library"
,
"extra"
:
{
"branch-alias"
:
{
"dev-master"
:
"1.0-dev"
}
},
"autoload"
:
{
"psr-4"
:
{
"GuzzleHttp
\\
Promise
\\
"
:
"src/"
},
"files"
:
[
"src/functions_include.php"
]
},
"notification-url"
:
"https://packagist.org/downloads/"
,
"license"
:
[
"MIT"
],
"authors"
:
[
{
"name"
:
"Michael Dowling"
,
"email"
:
"mtdowling@gmail.com"
,
"homepage"
:
"https://github.com/mtdowling"
}
],
"description"
:
"Guzzle promises library"
,
"keywords"
:
[
"promise"
],
"time"
:
"2016-05-18 16:56:05"
},
{
"name"
:
"guzzlehttp/psr7"
,
"version"
:
"1.3.1"
,
"source"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/guzzle/psr7.git"
,
"reference"
:
"5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
},
"dist"
:
{
"type"
:
"zip"
,
"url"
:
"https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
,
"reference"
:
"5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
,
"shasum"
:
""
},
"require"
:
{
"php"
:
">=5.4.0"
,
"psr/http-message"
:
"~1.0"
},
"provide"
:
{
"psr/http-message-implementation"
:
"1.0"
},
"require-dev"
:
{
"phpunit/phpunit"
:
"~4.0"
},
"type"
:
"library"
,
"extra"
:
{
"branch-alias"
:
{
"dev-master"
:
"1.4-dev"
}
},
"autoload"
:
{
"psr-4"
:
{
"GuzzleHttp
\\
Psr7
\\
"
:
"src/"
},
"files"
:
[
"src/functions_include.php"
]
},
"notification-url"
:
"https://packagist.org/downloads/"
,
"license"
:
[
"MIT"
],
"authors"
:
[
{
"name"
:
"Michael Dowling"
,
"email"
:
"mtdowling@gmail.com"
,
"homepage"
:
"https://github.com/mtdowling"
}
],
"description"
:
"PSR-7 message implementation"
,
"keywords"
:
[
"http"
,
"message"
,
"stream"
,
"uri"
],
"time"
:
"2016-06-24 23:00:38"
},
{
"name"
:
"keruald/dockerhub"
,
"version"
:
"0.0.2"
,
"source"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/keruald/dockerhub.git"
,
"reference"
:
"dde22992fea7e4a45f9b41ded224b261a370af99"
},
"dist"
:
{
"type"
:
"zip"
,
"url"
:
"https://api.github.com/repos/keruald/dockerhub/zipball/dde22992fea7e4a45f9b41ded224b261a370af99"
,
"reference"
:
"dde22992fea7e4a45f9b41ded224b261a370af99"
,
"shasum"
:
""
},
"require"
:
{
"guzzlehttp/guzzle"
:
"~6.0"
,
"guzzlehttp/psr7"
:
"~1.3"
,
"php"
:
">=5.6.0"
},
"require-dev"
:
{
"phpunit/phpunit"
:
"5.0.*"
,
"psy/psysh"
:
"dev-master"
,
"squizlabs/php_codesniffer"
:
"*"
},
"type"
:
"library"
,
"autoload"
:
{
"psr-4"
:
{
"Keruald
\\
DockerHub
\\
"
:
"src/"
,
"Keruald
\\
DockerHub
\\
Tests
\\
"
:
"tests/"
}
},
"notification-url"
:
"https://packagist.org/downloads/"
,
"license"
:
[
"BSD-2-Clause"
],
"authors"
:
[
{
"name"
:
"S
\u00e9
bastien Santoro"
,
"email"
:
"dereckson@espace-win.org"
}
],
"description"
:
"Docker Hub API client"
,
"keywords"
:
[
"Docker Hub"
,
"docker"
,
"keruald"
],
"time"
:
"2016-09-03 02:07:49"
},
{
"name"
:
"psr/http-message"
,
"version"
:
"1.0.1"
,
"source"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/php-fig/http-message.git"
,
"reference"
:
"f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist"
:
{
"type"
:
"zip"
,
"url"
:
"https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363"
,
"reference"
:
"f6561bf28d520154e4b0ec72be95418abe6d9363"
,
"shasum"
:
""
},
"require"
:
{
"php"
:
">=5.3.0"
},
"type"
:
"library"
,
"extra"
:
{
"branch-alias"
:
{
"dev-master"
:
"1.0.x-dev"
}
},
"autoload"
:
{
"psr-4"
:
{
"Psr
\\
Http
\\
Message
\\
"
:
"src/"
}
},
"notification-url"
:
"https://packagist.org/downloads/"
,
"license"
:
[
"MIT"
],
"authors"
:
[
{
"name"
:
"PHP-FIG"
,
"homepage"
:
"http://www.php-fig.org/"
}
],
"description"
:
"Common interface for HTTP messages"
,
"homepage"
:
"https://github.com/php-fig/http-message"
,
"keywords"
:
[
"http"
,
"http-message"
,
"psr"
,
"psr-7"
,
"request"
,
"response"
],
"time"
:
"2016-08-06 14:39:51"
}
],
"packages-dev"
:
[],
"aliases"
:
[],
"minimum-stability"
:
"stable"
,
"stability-flags"
:
[],
"prefer-stable"
:
false
,
"prefer-lowest"
:
false
,
"platform"
:
[],
"platform-dev"
:
[]
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
46419
Default Alt Text
composer.lock (9 KB)
Attached To
Mode
P218 composer.lock
Attached
Detach File
Event Timeline
Log In to Comment