|
|
|
@ -4,8 +4,76 @@ |
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
|
"This file is @generated automatically" |
|
|
|
|
], |
|
|
|
|
"content-hash": "60a096ac38f47f94abc0e1c82f548194", |
|
|
|
|
"content-hash": "1bb552d1b383427434286ed0ced8293b", |
|
|
|
|
"packages": [ |
|
|
|
|
{ |
|
|
|
|
"name": "barryvdh/laravel-debugbar", |
|
|
|
|
"version": "v3.1.5", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/barryvdh/laravel-debugbar.git", |
|
|
|
|
"reference": "d3cdca2ad6cc6e67735b4a63e7551c690a497f5f" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/d3cdca2ad6cc6e67735b4a63e7551c690a497f5f", |
|
|
|
|
"reference": "d3cdca2ad6cc6e67735b4a63e7551c690a497f5f", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"illuminate/routing": "5.5.x|5.6.x", |
|
|
|
|
"illuminate/session": "5.5.x|5.6.x", |
|
|
|
|
"illuminate/support": "5.5.x|5.6.x", |
|
|
|
|
"maximebf/debugbar": "~1.15.0", |
|
|
|
|
"php": ">=7.0", |
|
|
|
|
"symfony/debug": "^3|^4", |
|
|
|
|
"symfony/finder": "^3|^4" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"illuminate/framework": "5.5.x" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "3.2-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": "2018-05-03T18:27:04+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "barryvdh/laravel-ide-helper", |
|
|
|
|
"version": "v2.4.3", |
|
|
|
@ -1394,19 +1462,87 @@ |
|
|
|
|
], |
|
|
|
|
"time": "2016-08-17T00:36:58+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "maximebf/debugbar", |
|
|
|
|
"version": "v1.15.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/maximebf/php-debugbar.git", |
|
|
|
|
"reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07", |
|
|
|
|
"reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.0", |
|
|
|
|
"psr/log": "^1.0", |
|
|
|
|
"symfony/var-dumper": "^2.6|^3.0|^4.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.14-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-12-15T11:13:46+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "mightypork/php-sandbox", |
|
|
|
|
"version": "1.0.1", |
|
|
|
|
"version": "1.0.2", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://git.ondrovo.com/packages/php-sandbox.git", |
|
|
|
|
"reference": "2d0cab061148cfd8b53e38e2b9043a56270c520b" |
|
|
|
|
"reference": "d54eb0ee2849f6caa830d116c02ed861435b4362" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"laravel/framework": "~5.5", |
|
|
|
|
"php": ">=5.6.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"laravel": { |
|
|
|
|
"providers": [ |
|
|
|
|
"MightyPork\\PhpSandbox\\PhpSandboxServiceProvider" |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"MightyPork\\PhpSandbox\\": "src/" |
|
|
|
@ -1423,7 +1559,7 @@ |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Web interface for testing PHP code (Laravel package)", |
|
|
|
|
"time": "2018-07-14T15:20:40+00:00" |
|
|
|
|
"time": "2018-07-14T16:12:14+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "monolog/monolog", |
|
|
|
@ -1656,92 +1792,6 @@ |
|
|
|
|
], |
|
|
|
|
"time": "2018-07-04T16:31:37+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "phpoffice/phpspreadsheet", |
|
|
|
|
"version": "1.3.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git", |
|
|
|
|
"reference": "aa5b0d0236c907fd8dba0883f3ceb97cc52e46ec" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/aa5b0d0236c907fd8dba0883f3ceb97cc52e46ec", |
|
|
|
|
"reference": "aa5b0d0236c907fd8dba0883f3ceb97cc52e46ec", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"ext-ctype": "*", |
|
|
|
|
"ext-dom": "*", |
|
|
|
|
"ext-gd": "*", |
|
|
|
|
"ext-iconv": "*", |
|
|
|
|
"ext-libxml": "*", |
|
|
|
|
"ext-mbstring": "*", |
|
|
|
|
"ext-simplexml": "*", |
|
|
|
|
"ext-xml": "*", |
|
|
|
|
"ext-xmlreader": "*", |
|
|
|
|
"ext-xmlwriter": "*", |
|
|
|
|
"ext-zip": "*", |
|
|
|
|
"ext-zlib": "*", |
|
|
|
|
"php": "^5.6|^7.0", |
|
|
|
|
"psr/simple-cache": "^1.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"dompdf/dompdf": "^0.8.0", |
|
|
|
|
"friendsofphp/php-cs-fixer": "@stable", |
|
|
|
|
"jpgraph/jpgraph": "^4.0", |
|
|
|
|
"mpdf/mpdf": "^7.0.0", |
|
|
|
|
"phpunit/phpunit": "^5.7", |
|
|
|
|
"squizlabs/php_codesniffer": "^2.7", |
|
|
|
|
"tecnickcom/tcpdf": "^6.2" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"dompdf/dompdf": "Option for rendering PDF with PDF Writer", |
|
|
|
|
"jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers", |
|
|
|
|
"mpdf/mpdf": "Option for rendering PDF with PDF Writer", |
|
|
|
|
"tecnick.com/tcpdf": "Option for rendering PDF with PDF Writer" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"LGPL-2.1-or-later" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Maarten Balliauw", |
|
|
|
|
"homepage": "http://blog.maartenballiauw.be" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Erik Tilt" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Franck Lefevre", |
|
|
|
|
"homepage": "http://rootslabs.net" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Mark Baker", |
|
|
|
|
"homepage": "http://markbakeruk.net" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", |
|
|
|
|
"homepage": "https://github.com/PHPOffice/PhpSpreadsheet", |
|
|
|
|
"keywords": [ |
|
|
|
|
"OpenXML", |
|
|
|
|
"excel", |
|
|
|
|
"gnumeric", |
|
|
|
|
"ods", |
|
|
|
|
"php", |
|
|
|
|
"spreadsheet", |
|
|
|
|
"xls", |
|
|
|
|
"xlsx" |
|
|
|
|
], |
|
|
|
|
"time": "2018-06-12T13:40:21+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "psr/container", |
|
|
|
|
"version": "1.0.0", |
|
|
|
|