|
|
@ -4,9 +4,63 @@ |
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
|
|
"This file is @generated automatically" |
|
|
"This file is @generated automatically" |
|
|
], |
|
|
], |
|
|
"content-hash": "360ad09108ebcf2e18cdc61e59e298d9", |
|
|
|
|
|
|
|
|
"content-hash": "4dea6286629956973e12d8ccba163b46", |
|
|
"packages": [ |
|
|
"packages": [ |
|
|
{ |
|
|
{ |
|
|
|
|
|
"name": "barryvdh/laravel-debugbar", |
|
|
|
|
|
"version": "v2.3.2", |
|
|
|
|
|
"source": { |
|
|
|
|
|
"type": "git", |
|
|
|
|
|
"url": "https://github.com/barryvdh/laravel-debugbar.git", |
|
|
|
|
|
"reference": "24e4f0261e352d3fd86d0447791b56ae49398674" |
|
|
|
|
|
}, |
|
|
|
|
|
"dist": { |
|
|
|
|
|
"type": "zip", |
|
|
|
|
|
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/24e4f0261e352d3fd86d0447791b56ae49398674", |
|
|
|
|
|
"reference": "24e4f0261e352d3fd86d0447791b56ae49398674", |
|
|
|
|
|
"shasum": "" |
|
|
|
|
|
}, |
|
|
|
|
|
"require": { |
|
|
|
|
|
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*", |
|
|
|
|
|
"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" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"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-01-19T08:19:49+00:00" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"name": "doctrine/inflector", |
|
|
"name": "doctrine/inflector", |
|
|
"version": "v1.1.0", |
|
|
"version": "v1.1.0", |
|
|
"source": { |
|
|
"source": { |
|
|
@ -116,6 +170,49 @@ |
|
|
"time": "2017-03-29T16:04:15+00:00" |
|
|
"time": "2017-03-29T16:04:15+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
"name": "laracasts/flash", |
|
|
|
|
|
"version": "2.0.1", |
|
|
|
|
|
"source": { |
|
|
|
|
|
"type": "git", |
|
|
|
|
|
"url": "https://github.com/laracasts/flash.git", |
|
|
|
|
|
"reference": "03eec812fd6ae948664ff51b4320785f6d15ee5d" |
|
|
|
|
|
}, |
|
|
|
|
|
"dist": { |
|
|
|
|
|
"type": "zip", |
|
|
|
|
|
"url": "https://api.github.com/repos/laracasts/flash/zipball/03eec812fd6ae948664ff51b4320785f6d15ee5d", |
|
|
|
|
|
"reference": "03eec812fd6ae948664ff51b4320785f6d15ee5d", |
|
|
|
|
|
"shasum": "" |
|
|
|
|
|
}, |
|
|
|
|
|
"require": { |
|
|
|
|
|
"illuminate/support": "~5.0", |
|
|
|
|
|
"php": ">=5.4.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"require-dev": { |
|
|
|
|
|
"mockery/mockery": "dev-master" |
|
|
|
|
|
}, |
|
|
|
|
|
"type": "library", |
|
|
|
|
|
"autoload": { |
|
|
|
|
|
"psr-0": { |
|
|
|
|
|
"Laracasts\\Flash": "src/" |
|
|
|
|
|
}, |
|
|
|
|
|
"files": [ |
|
|
|
|
|
"src/Laracasts/Flash/functions.php" |
|
|
|
|
|
] |
|
|
|
|
|
}, |
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
|
"license": [ |
|
|
|
|
|
"MIT" |
|
|
|
|
|
], |
|
|
|
|
|
"authors": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "Jeffrey Way", |
|
|
|
|
|
"email": "jeffrey@laracasts.com" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"description": "Easy flash notifications", |
|
|
|
|
|
"time": "2016-07-11T20:46:02+00:00" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"name": "laravel/browser-kit-testing", |
|
|
"name": "laravel/browser-kit-testing", |
|
|
"version": "v1.0.3", |
|
|
"version": "v1.0.3", |
|
|
"source": { |
|
|
"source": { |
|
|
@ -347,16 +444,16 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "league/flysystem", |
|
|
"name": "league/flysystem", |
|
|
"version": "1.0.37", |
|
|
|
|
|
|
|
|
"version": "1.0.39", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/thephpleague/flysystem.git", |
|
|
"url": "https://github.com/thephpleague/flysystem.git", |
|
|
"reference": "78b5cc4feb61a882302df4fbaf63b7662e5e4ccd" |
|
|
|
|
|
|
|
|
"reference": "2474325ee924134bb05848663b12531f6f2e9fbe" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/78b5cc4feb61a882302df4fbaf63b7662e5e4ccd", |
|
|
|
|
|
"reference": "78b5cc4feb61a882302df4fbaf63b7662e5e4ccd", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2474325ee924134bb05848663b12531f6f2e9fbe", |
|
|
|
|
|
"reference": "2474325ee924134bb05848663b12531f6f2e9fbe", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
@ -378,12 +475,12 @@ |
|
|
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
|
|
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
|
|
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
|
|
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
|
|
"league/flysystem-copy": "Allows you to use Copy.com storage", |
|
|
"league/flysystem-copy": "Allows you to use Copy.com storage", |
|
|
"league/flysystem-dropbox": "Allows you to use Dropbox storage", |
|
|
|
|
|
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
|
|
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
|
|
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
|
|
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
|
|
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
|
|
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
|
|
"league/flysystem-webdav": "Allows you to use WebDAV storage", |
|
|
"league/flysystem-webdav": "Allows you to use WebDAV storage", |
|
|
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter" |
|
|
|
|
|
|
|
|
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", |
|
|
|
|
|
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage" |
|
|
}, |
|
|
}, |
|
|
"type": "library", |
|
|
"type": "library", |
|
|
"extra": { |
|
|
"extra": { |
|
|
@ -426,7 +523,7 @@ |
|
|
"sftp", |
|
|
"sftp", |
|
|
"storage" |
|
|
"storage" |
|
|
], |
|
|
], |
|
|
"time": "2017-03-22T15:43:14+00:00" |
|
|
|
|
|
|
|
|
"time": "2017-04-25T15:24:43+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "luthfi/formfield", |
|
|
"name": "luthfi/formfield", |
|
|
@ -469,6 +566,67 @@ |
|
|
"time": "2017-04-22T13:49:25+00:00" |
|
|
"time": "2017-04-22T13:49:25+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", |
|
|
"name": "monolog/monolog", |
|
|
"version": "1.22.1", |
|
|
"version": "1.22.1", |
|
|
"source": { |
|
|
"source": { |
|
|
|