|
@@ -4,56 +4,36 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "73394bf28497253f2b9a39b937cdef05",
|
|
|
+ "content-hash": "a02e71b648eb7b3822eb6fcf371ef90e",
|
|
|
"packages": [
|
|
|
{
|
|
|
- "name": "barryvdh/laravel-ide-helper",
|
|
|
- "version": "v2.4.1",
|
|
|
+ "name": "barryvdh/laravel-debugbar",
|
|
|
+ "version": "v2.4.3",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
- "url": "https://github.com/barryvdh/laravel-ide-helper.git",
|
|
|
- "reference": "2b1273c45e2f8df7a625563e2283a17c14f02ae8"
|
|
|
+ "url": "https://github.com/barryvdh/laravel-debugbar.git",
|
|
|
+ "reference": "d7c88f08131f6404cb714f3f6cf0642f6afa3903"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://files.phpcomposer.com/files/barryvdh/laravel-ide-helper/2b1273c45e2f8df7a625563e2283a17c14f02ae8.zip",
|
|
|
- "reference": "2b1273c45e2f8df7a625563e2283a17c14f02ae8",
|
|
|
+ "url": "https://files.phpcomposer.com/files/barryvdh/laravel-debugbar/d7c88f08131f6404cb714f3f6cf0642f6afa3903.zip",
|
|
|
+ "reference": "d7c88f08131f6404cb714f3f6cf0642f6afa3903",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "barryvdh/reflection-docblock": "^2.0.4",
|
|
|
- "illuminate/console": "^5.0,<5.6",
|
|
|
- "illuminate/filesystem": "^5.0,<5.6",
|
|
|
- "illuminate/support": "^5.0,<5.6",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "symfony/class-loader": "^2.3|^3.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "doctrine/dbal": "~2.3",
|
|
|
- "illuminate/config": "^5.0,<5.6",
|
|
|
- "illuminate/view": "^5.0,<5.6",
|
|
|
- "phpunit/phpunit": "4.*",
|
|
|
- "scrutinizer/ocular": "~1.1",
|
|
|
- "squizlabs/php_codesniffer": "~2.3"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
|
|
|
+ "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
|
|
|
+ "maximebf/debugbar": "~1.13.0",
|
|
|
+ "php": ">=5.5.9",
|
|
|
+ "symfony/finder": "~2.7|~3.0"
|
|
|
},
|
|
|
"type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.3-dev"
|
|
|
- },
|
|
|
- "laravel": {
|
|
|
- "providers": [
|
|
|
- "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
- "Barryvdh\\LaravelIdeHelper\\": "src"
|
|
|
- }
|
|
|
+ "Barryvdh\\Debugbar\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/helpers.php"
|
|
|
+ ]
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
"license": [
|
|
@@ -65,68 +45,15 @@
|
|
|
"email": "barryvdh@gmail.com"
|
|
|
}
|
|
|
],
|
|
|
- "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
|
|
|
+ "description": "PHP Debugbar integration for Laravel",
|
|
|
"keywords": [
|
|
|
- "autocomplete",
|
|
|
- "codeintel",
|
|
|
- "helper",
|
|
|
- "ide",
|
|
|
+ "debug",
|
|
|
+ "debugbar",
|
|
|
"laravel",
|
|
|
- "netbeans",
|
|
|
- "phpdoc",
|
|
|
- "phpstorm",
|
|
|
- "sublime"
|
|
|
- ],
|
|
|
- "time": "2017-07-16T00:24:12+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "barryvdh/reflection-docblock",
|
|
|
- "version": "v2.0.4",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
|
|
|
- "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://packagist.phpcomposer.com/files/barryvdh/ReflectionDocBlock/3dcbd98b5d9384a5357266efba8fd29884458e5c.zip",
|
|
|
- "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c",
|
|
|
- "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"
|
|
|
- }
|
|
|
+ "profiler",
|
|
|
+ "webprofiler"
|
|
|
],
|
|
|
- "time": "2016-06-13T19:28:20+00:00"
|
|
|
+ "time": "2017-07-21T11:56:48+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "classpreloader/classpreloader",
|
|
@@ -1196,6 +1123,67 @@
|
|
|
"time": "2016-08-17T00:36:58+00:00"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "maximebf/debugbar",
|
|
|
+ "version": "1.13.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/maximebf/php-debugbar.git",
|
|
|
+ "reference": "afee79a236348e39a44cb837106b7c5b4897ac2a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://files.phpcomposer.com/files/maximebf/php-debugbar/afee79a236348e39a44cb837106b7c5b4897ac2a.zip",
|
|
|
+ "reference": "afee79a236348e39a44cb837106b7c5b4897ac2a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0",
|
|
|
+ "psr/log": "^1.0",
|
|
|
+ "symfony/var-dumper": "^2.6|^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.0|^5.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "kriswallsmith/assetic": "The best way to manage assets",
|
|
|
+ "monolog/monolog": "Log using Monolog",
|
|
|
+ "predis/predis": "Redis storage"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.13-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "DebugBar\\": "src/DebugBar/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Maxime Bouroumeau-Fuseau",
|
|
|
+ "email": "maxime.bouroumeau@gmail.com",
|
|
|
+ "homepage": "http://maximebf.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Barry vd. Heuvel",
|
|
|
+ "email": "barryvdh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Debug bar in the browser for php application",
|
|
|
+ "homepage": "https://github.com/maximebf/php-debugbar",
|
|
|
+ "keywords": [
|
|
|
+ "debug",
|
|
|
+ "debugbar"
|
|
|
+ ],
|
|
|
+ "time": "2017-01-05T08:46:19+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "mews/purifier",
|
|
|
"version": "v2.0.8",
|
|
|
"source": {
|
|
@@ -2125,62 +2113,6 @@
|
|
|
"time": "2017-05-01T15:54:03+00:00"
|
|
|
},
|
|
|
{
|
|
|
- "name": "symfony/class-loader",
|
|
|
- "version": "v3.3.6",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/class-loader.git",
|
|
|
- "reference": "386a294d621576302e7cc36965d6ed53b8c73c4f"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://files.phpcomposer.com/files/symfony/class-loader/386a294d621576302e7cc36965d6ed53b8c73c4f.zip",
|
|
|
- "reference": "386a294d621576302e7cc36965d6ed53b8c73c4f",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.5.9"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/finder": "~2.8|~3.0",
|
|
|
- "symfony/polyfill-apcu": "~1.1"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.3-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\ClassLoader\\": ""
|
|
|
- },
|
|
|
- "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 ClassLoader Component",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "time": "2017-06-02T09:51:43+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
"name": "symfony/console",
|
|
|
"version": "v3.1.10",
|
|
|
"source": {
|
|
@@ -3016,6 +2948,128 @@
|
|
|
],
|
|
|
"packages-dev": [
|
|
|
{
|
|
|
+ "name": "barryvdh/laravel-ide-helper",
|
|
|
+ "version": "v2.4.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/barryvdh/laravel-ide-helper.git",
|
|
|
+ "reference": "2b1273c45e2f8df7a625563e2283a17c14f02ae8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://files.phpcomposer.com/files/barryvdh/laravel-ide-helper/2b1273c45e2f8df7a625563e2283a17c14f02ae8.zip",
|
|
|
+ "reference": "2b1273c45e2f8df7a625563e2283a17c14f02ae8",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "barryvdh/reflection-docblock": "^2.0.4",
|
|
|
+ "illuminate/console": "^5.0,<5.6",
|
|
|
+ "illuminate/filesystem": "^5.0,<5.6",
|
|
|
+ "illuminate/support": "^5.0,<5.6",
|
|
|
+ "php": ">=5.4.0",
|
|
|
+ "symfony/class-loader": "^2.3|^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/dbal": "~2.3",
|
|
|
+ "illuminate/config": "^5.0,<5.6",
|
|
|
+ "illuminate/view": "^5.0,<5.6",
|
|
|
+ "phpunit/phpunit": "4.*",
|
|
|
+ "scrutinizer/ocular": "~1.1",
|
|
|
+ "squizlabs/php_codesniffer": "~2.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.3-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": "2017-07-16T00:24:12+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "barryvdh/reflection-docblock",
|
|
|
+ "version": "v2.0.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
|
|
|
+ "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://packagist.phpcomposer.com/files/barryvdh/ReflectionDocBlock/3dcbd98b5d9384a5357266efba8fd29884458e5c.zip",
|
|
|
+ "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c",
|
|
|
+ "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": "2016-06-13T19:28:20+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "doctrine/annotations",
|
|
|
"version": "v1.4.0",
|
|
|
"source": {
|
|
@@ -4785,6 +4839,62 @@
|
|
|
"time": "2016-10-03T07:35:21+00:00"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "symfony/class-loader",
|
|
|
+ "version": "v3.3.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/class-loader.git",
|
|
|
+ "reference": "386a294d621576302e7cc36965d6ed53b8c73c4f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://files.phpcomposer.com/files/symfony/class-loader/386a294d621576302e7cc36965d6ed53b8c73c4f.zip",
|
|
|
+ "reference": "386a294d621576302e7cc36965d6ed53b8c73c4f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.5.9"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/finder": "~2.8|~3.0",
|
|
|
+ "symfony/polyfill-apcu": "~1.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.3-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\ClassLoader\\": ""
|
|
|
+ },
|
|
|
+ "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 ClassLoader Component",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "time": "2017-06-02T09:51:43+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "symfony/css-selector",
|
|
|
"version": "v3.1.10",
|
|
|
"source": {
|