|
@@ -7,25 +7,82 @@
|
|
|
"hash": "8581497d1edd0c07c843e7c5f5c3dca5",
|
|
|
"content-hash": "391c40743569e2e8b2c93b92d1a4e218",
|
|
|
"packages": [
|
|
|
+ {
|
|
|
+ "name": "composer/ca-bundle",
|
|
|
+ "version": "1.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/composer/ca-bundle.git",
|
|
|
+ "reference": "a2995e5fe351055f2c7630166af12ce8fd03edfc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/a2995e5fe351055f2c7630166af12ce8fd03edfc",
|
|
|
+ "reference": "a2995e5fe351055f2c7630166af12ce8fd03edfc",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.3.2 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/process": "^2.5 || ^3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Composer\\CaBundle\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "http://seld.be"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
|
|
|
+ "keywords": [
|
|
|
+ "cabundle",
|
|
|
+ "cacert",
|
|
|
+ "certificate",
|
|
|
+ "ssl",
|
|
|
+ "tls"
|
|
|
+ ],
|
|
|
+ "time": "2016-04-13 10:13:24"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "composer/composer",
|
|
|
"version": "dev-master",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/composer/composer.git",
|
|
|
- "reference": "b2b46032154d21670e9ae3e84bb92efdf3522d02"
|
|
|
+ "reference": "a31d0826f0bd15bac6fbed17c5b5b9c34289d9f3"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/composer/composer/zipball/b2b46032154d21670e9ae3e84bb92efdf3522d02",
|
|
|
- "reference": "b2b46032154d21670e9ae3e84bb92efdf3522d02",
|
|
|
+ "url": "https://api.github.com/repos/composer/composer/zipball/a31d0826f0bd15bac6fbed17c5b5b9c34289d9f3",
|
|
|
+ "reference": "a31d0826f0bd15bac6fbed17c5b5b9c34289d9f3",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
+ "composer/ca-bundle": "^1.0",
|
|
|
"composer/semver": "^1.0",
|
|
|
"composer/spdx-licenses": "^1.0",
|
|
|
"justinrainbow/json-schema": "^1.6",
|
|
|
"php": "^5.3.2 || ^7.0",
|
|
|
+ "psr/log": "^1.0",
|
|
|
"seld/cli-prompt": "^1.0",
|
|
|
"seld/jsonlint": "^1.4",
|
|
|
"seld/phar-utils": "^1.0",
|
|
@@ -49,7 +106,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "1.0-dev"
|
|
|
+ "dev-master": "1.2-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -80,7 +137,7 @@
|
|
|
"dependency",
|
|
|
"package"
|
|
|
],
|
|
|
- "time": "2016-04-02 13:49:26"
|
|
|
+ "time": "2016-05-08 16:22:30"
|
|
|
},
|
|
|
{
|
|
|
"name": "composer/semver",
|