|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "66ca7343889332c2b8ecca11c251430c",
|
|
|
+ "content-hash": "a5a42e957e8c8aea8d7306006f096961",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "dnoegel/php-xdg-base-dir",
|
|
@@ -3174,6 +3174,129 @@
|
|
|
}
|
|
|
],
|
|
|
"packages-dev": [
|
|
|
+ {
|
|
|
+ "name": "barryvdh/laravel-ide-helper",
|
|
|
+ "version": "v2.6.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/barryvdh/laravel-ide-helper.git",
|
|
|
+ "reference": "754bb4d075d7fb2b23b1a416802c0e45884df495"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/754bb4d075d7fb2b23b1a416802c0e45884df495",
|
|
|
+ "reference": "754bb4d075d7fb2b23b1a416802c0e45884df495",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "barryvdh/reflection-docblock": "^2.0.6",
|
|
|
+ "composer/composer": "^1.6",
|
|
|
+ "illuminate/console": "^5.5,<5.9",
|
|
|
+ "illuminate/filesystem": "^5.5,<5.9",
|
|
|
+ "illuminate/support": "^5.5,<5.9",
|
|
|
+ "php": ">=7"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/dbal": "~2.3",
|
|
|
+ "illuminate/config": "^5.1,<5.9",
|
|
|
+ "illuminate/view": "^5.1,<5.9",
|
|
|
+ "phpro/grumphp": "^0.14",
|
|
|
+ "phpunit/phpunit": "4.*",
|
|
|
+ "scrutinizer/ocular": "~1.1",
|
|
|
+ "squizlabs/php_codesniffer": "^3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Barryvdh\\LaravelIdeHelper\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Barry vd. Heuvel",
|
|
|
+ "email": "barryvdh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
|
|
|
+ "keywords": [
|
|
|
+ "autocomplete",
|
|
|
+ "codeintel",
|
|
|
+ "helper",
|
|
|
+ "ide",
|
|
|
+ "laravel",
|
|
|
+ "netbeans",
|
|
|
+ "phpdoc",
|
|
|
+ "phpstorm",
|
|
|
+ "sublime"
|
|
|
+ ],
|
|
|
+ "time": "2019-02-18T19:54:27+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "barryvdh/reflection-docblock",
|
|
|
+ "version": "v2.0.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
|
|
|
+ "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
|
|
|
+ "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.0,<4.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "dflydev/markdown": "~1.0",
|
|
|
+ "erusev/parsedown": "~1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Barryvdh": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mike van Riel",
|
|
|
+ "email": "mike.vanriel@naenius.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2018-12-13T10:34:14+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "beyondcode/laravel-dump-server",
|
|
|
"version": "1.2.2",
|
|
@@ -3235,6 +3358,309 @@
|
|
|
],
|
|
|
"time": "2018-10-04T07:22:24+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "composer/ca-bundle",
|
|
|
+ "version": "1.1.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/composer/ca-bundle.git",
|
|
|
+ "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
|
|
|
+ "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "ext-pcre": "*",
|
|
|
+ "php": "^5.3.2 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
|
|
|
+ "psr/log": "^1.0",
|
|
|
+ "symfony/process": "^2.5 || ^3.0 || ^4.0"
|
|
|
+ },
|
|
|
+ "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": "2019-01-28T09:30:10+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "composer/composer",
|
|
|
+ "version": "1.8.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/composer/composer.git",
|
|
|
+ "reference": "bc364c2480c17941e2135cfc568fa41794392534"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/composer/composer/zipball/bc364c2480c17941e2135cfc568fa41794392534",
|
|
|
+ "reference": "bc364c2480c17941e2135cfc568fa41794392534",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "composer/ca-bundle": "^1.0",
|
|
|
+ "composer/semver": "^1.0",
|
|
|
+ "composer/spdx-licenses": "^1.2",
|
|
|
+ "composer/xdebug-handler": "^1.1",
|
|
|
+ "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
|
|
|
+ "php": "^5.3.2 || ^7.0",
|
|
|
+ "psr/log": "^1.0",
|
|
|
+ "seld/jsonlint": "^1.4",
|
|
|
+ "seld/phar-utils": "^1.0",
|
|
|
+ "symfony/console": "^2.7 || ^3.0 || ^4.0",
|
|
|
+ "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
|
|
|
+ "symfony/finder": "^2.7 || ^3.0 || ^4.0",
|
|
|
+ "symfony/process": "^2.7 || ^3.0 || ^4.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/console": "2.8.38"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7",
|
|
|
+ "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
|
|
|
+ "ext-zip": "Enabling the zip extension allows you to unzip archives",
|
|
|
+ "ext-zlib": "Allow gzip compression of HTTP requests"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/composer"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.8-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Composer\\": "src/Composer"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nils Adermann",
|
|
|
+ "email": "naderman@naderman.de",
|
|
|
+ "homepage": "http://www.naderman.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "http://seld.be"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
|
|
|
+ "homepage": "https://getcomposer.org/",
|
|
|
+ "keywords": [
|
|
|
+ "autoload",
|
|
|
+ "dependency",
|
|
|
+ "package"
|
|
|
+ ],
|
|
|
+ "time": "2019-02-11T09:52:10+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "composer/semver",
|
|
|
+ "version": "1.4.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/composer/semver.git",
|
|
|
+ "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
|
|
|
+ "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.3.2 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.5 || ^5.0.5",
|
|
|
+ "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Composer\\Semver\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nils Adermann",
|
|
|
+ "email": "naderman@naderman.de",
|
|
|
+ "homepage": "http://www.naderman.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "http://seld.be"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Rob Bast",
|
|
|
+ "email": "rob.bast@gmail.com",
|
|
|
+ "homepage": "http://robbast.nl"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Semver library that offers utilities, version constraint parsing and validation.",
|
|
|
+ "keywords": [
|
|
|
+ "semantic",
|
|
|
+ "semver",
|
|
|
+ "validation",
|
|
|
+ "versioning"
|
|
|
+ ],
|
|
|
+ "time": "2016-08-30T16:08:34+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "composer/spdx-licenses",
|
|
|
+ "version": "1.5.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/composer/spdx-licenses.git",
|
|
|
+ "reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7a9556b22bd9d4df7cad89876b00af58ef20d3a2",
|
|
|
+ "reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.3.2 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
|
|
|
+ "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Composer\\Spdx\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nils Adermann",
|
|
|
+ "email": "naderman@naderman.de",
|
|
|
+ "homepage": "http://www.naderman.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "http://seld.be"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Rob Bast",
|
|
|
+ "email": "rob.bast@gmail.com",
|
|
|
+ "homepage": "http://robbast.nl"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "SPDX licenses list and validation library.",
|
|
|
+ "keywords": [
|
|
|
+ "license",
|
|
|
+ "spdx",
|
|
|
+ "validator"
|
|
|
+ ],
|
|
|
+ "time": "2018-11-01T09:45:54+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "composer/xdebug-handler",
|
|
|
+ "version": "1.3.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/composer/xdebug-handler.git",
|
|
|
+ "reference": "d17708133b6c276d6e42ef887a877866b909d892"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/d17708133b6c276d6e42ef887a877866b909d892",
|
|
|
+ "reference": "d17708133b6c276d6e42ef887a877866b909d892",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.3.2 || ^7.0",
|
|
|
+ "psr/log": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Composer\\XdebugHandler\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "John Stevenson",
|
|
|
+ "email": "john-stevenson@blueyonder.co.uk"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Restarts a process without xdebug.",
|
|
|
+ "keywords": [
|
|
|
+ "Xdebug",
|
|
|
+ "performance"
|
|
|
+ ],
|
|
|
+ "time": "2019-01-28T20:25:53+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "doctrine/instantiator",
|
|
|
"version": "1.1.0",
|
|
@@ -3448,6 +3874,72 @@
|
|
|
],
|
|
|
"time": "2016-01-20T08:20:44+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "justinrainbow/json-schema",
|
|
|
+ "version": "5.2.8",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/justinrainbow/json-schema.git",
|
|
|
+ "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4",
|
|
|
+ "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "friendsofphp/php-cs-fixer": "~2.2.20",
|
|
|
+ "json-schema/json-schema-test-suite": "1.2.0",
|
|
|
+ "phpunit/phpunit": "^4.8.35"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/validate-json"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "JsonSchema\\": "src/JsonSchema/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Bruno Prieto Reis",
|
|
|
+ "email": "bruno.p.reis@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Justin Rainbow",
|
|
|
+ "email": "justin.rainbow@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Igor Wiedler",
|
|
|
+ "email": "igor@wiedler.ch"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Robert Schönthal",
|
|
|
+ "email": "seroscho@googlemail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A library to validate a json schema.",
|
|
|
+ "homepage": "https://github.com/justinrainbow/json-schema",
|
|
|
+ "keywords": [
|
|
|
+ "json",
|
|
|
+ "schema"
|
|
|
+ ],
|
|
|
+ "time": "2019-01-14T23:55:14+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "mockery/mockery",
|
|
|
"version": "1.2.2",
|
|
@@ -4844,6 +5336,149 @@
|
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
|
"time": "2016-10-03T07:35:21+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "seld/jsonlint",
|
|
|
+ "version": "1.7.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Seldaek/jsonlint.git",
|
|
|
+ "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
|
|
|
+ "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.3 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/jsonlint"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Seld\\JsonLint\\": "src/Seld/JsonLint/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "http://seld.be"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "JSON Linter",
|
|
|
+ "keywords": [
|
|
|
+ "json",
|
|
|
+ "linter",
|
|
|
+ "parser",
|
|
|
+ "validator"
|
|
|
+ ],
|
|
|
+ "time": "2018-01-24T12:46:19+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "seld/phar-utils",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Seldaek/phar-utils.git",
|
|
|
+ "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
|
|
|
+ "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Seld\\PharUtils\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHAR file format utilities, for when PHP phars you up",
|
|
|
+ "keywords": [
|
|
|
+ "phra"
|
|
|
+ ],
|
|
|
+ "time": "2015-10-13T18:44:15+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/filesystem",
|
|
|
+ "version": "v4.2.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/filesystem.git",
|
|
|
+ "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/7c16ebc2629827d4ec915a52ac809768d060a4ee",
|
|
|
+ "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1.3",
|
|
|
+ "symfony/polyfill-ctype": "~1.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "4.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Filesystem\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony Filesystem Component",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "time": "2019-01-16T20:35:37+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "theseer/tokenizer",
|
|
|
"version": "1.1.0",
|