|
|
|
@ -4,7 +4,7 @@ |
|
|
|
"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": "96014b5d02e85d8cd81ec766adc2772c", |
|
|
|
"content-hash": "82e4fd605ff700f843f4497acf14bae4", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "backup-manager/backup-manager", |
|
|
|
@ -129,68 +129,6 @@ |
|
|
|
"time": "2016-11-15T11:11:05+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "barryvdh/laravel-debugbar", |
|
|
|
"version": "v2.4.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/barryvdh/laravel-debugbar.git", |
|
|
|
"reference": "af98b3a4ccac9364f2145fae974ff3392ec402b1" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/af98b3a4ccac9364f2145fae974ff3392ec402b1", |
|
|
|
"reference": "af98b3a4ccac9364f2145fae974ff3392ec402b1", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"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.4-dev" |
|
|
|
}, |
|
|
|
"laravel": { |
|
|
|
"providers": [ |
|
|
|
"Barryvdh\\Debugbar\\ServiceProvider" |
|
|
|
], |
|
|
|
"aliases": { |
|
|
|
"Debugbar": "Barryvdh\\Debugbar\\Facade" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Barryvdh\\Debugbar\\": "src/" |
|
|
|
}, |
|
|
|
"files": [ |
|
|
|
"src/helpers.php" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Barry vd. Heuvel", |
|
|
|
"email": "barryvdh@gmail.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "PHP Debugbar integration for Laravel", |
|
|
|
"keywords": [ |
|
|
|
"debug", |
|
|
|
"debugbar", |
|
|
|
"laravel", |
|
|
|
"profiler", |
|
|
|
"webprofiler" |
|
|
|
], |
|
|
|
"time": "2017-06-14T07:44:44+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "barryvdh/laravel-dompdf", |
|
|
|
"version": "v0.7.1", |
|
|
|
"source": { |
|
|
|
@ -1229,67 +1167,6 @@ |
|
|
|
"time": "2017-07-02T07:00:56+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://api.github.com/repos/maximebf/php-debugbar/zipball/afee79a236348e39a44cb837106b7c5b4897ac2a", |
|
|
|
"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": "monolog/monolog", |
|
|
|
"version": "1.23.0", |
|
|
|
"source": { |
|
|
|
@ -2988,6 +2865,68 @@ |
|
|
|
], |
|
|
|
"packages-dev": [ |
|
|
|
{ |
|
|
|
"name": "barryvdh/laravel-debugbar", |
|
|
|
"version": "v2.4.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/barryvdh/laravel-debugbar.git", |
|
|
|
"reference": "af98b3a4ccac9364f2145fae974ff3392ec402b1" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/af98b3a4ccac9364f2145fae974ff3392ec402b1", |
|
|
|
"reference": "af98b3a4ccac9364f2145fae974ff3392ec402b1", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"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.4-dev" |
|
|
|
}, |
|
|
|
"laravel": { |
|
|
|
"providers": [ |
|
|
|
"Barryvdh\\Debugbar\\ServiceProvider" |
|
|
|
], |
|
|
|
"aliases": { |
|
|
|
"Debugbar": "Barryvdh\\Debugbar\\Facade" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Barryvdh\\Debugbar\\": "src/" |
|
|
|
}, |
|
|
|
"files": [ |
|
|
|
"src/helpers.php" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Barry vd. Heuvel", |
|
|
|
"email": "barryvdh@gmail.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "PHP Debugbar integration for Laravel", |
|
|
|
"keywords": [ |
|
|
|
"debug", |
|
|
|
"debugbar", |
|
|
|
"laravel", |
|
|
|
"profiler", |
|
|
|
"webprofiler" |
|
|
|
], |
|
|
|
"time": "2017-06-14T07:44:44+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/instantiator", |
|
|
|
"version": "1.0.5", |
|
|
|
"source": { |
|
|
|
@ -3183,6 +3122,67 @@ |
|
|
|
"time": "2017-03-25T17:14:26+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://api.github.com/repos/maximebf/php-debugbar/zipball/afee79a236348e39a44cb837106b7c5b4897ac2a", |
|
|
|
"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": "mockery/mockery", |
|
|
|
"version": "0.9.9", |
|
|
|
"source": { |
|
|
|
|