forgot to change this back after debugging

This commit is contained in:
flash 2016-08-06 15:24:50 +02:00
parent e5ca1d8c64
commit d8e3b5b0a0
3 changed files with 3 additions and 54 deletions

View file

@ -64,7 +64,7 @@ class ExceptionHandler
http_response_code(500); http_response_code(500);
try { try {
$debug = config('dev.show_errorsa'); $debug = config('dev.show_errors');
} catch (Exception $ex) { } catch (Exception $ex) {
$debug = false; $debug = false;
} }

View file

@ -16,7 +16,6 @@
"phroute/phroute": "^2.1", "phroute/phroute": "^2.1",
"illuminate/database": "5.2.*", "illuminate/database": "5.2.*",
"doctrine/dbal": "~2.4", "doctrine/dbal": "~2.4",
"golonka/bbcodeparser": "^2.2",
"nesbot/carbon": "^1.21", "nesbot/carbon": "^1.21",
"swiftmailer/swiftmailer": "^5.4", "swiftmailer/swiftmailer": "^5.4",
"corneltek/cliframework": "^3.0", "corneltek/cliframework": "^3.0",

54
composer.lock generated
View file

@ -4,8 +4,8 @@
"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"
], ],
"hash": "f946afcc0c6da415e19157b0b4abe022", "hash": "54f46a3b04683e9c4a3a7e8ecda23612",
"content-hash": "e8af98e57e4ec54d9e23cf833b2b733a", "content-hash": "82a4dc685e1ed81d5b76869d9946899f",
"packages": [ "packages": [
{ {
"name": "corneltek/class-template", "name": "corneltek/class-template",
@ -725,56 +725,6 @@
], ],
"time": "2014-09-09 13:34:57" "time": "2014-09-09 13:34:57"
}, },
{
"name": "golonka/bbcodeparser",
"version": "v2.2.2",
"source": {
"type": "git",
"url": "https://github.com/golonka/BBCodeParser.git",
"reference": "769c4ebe6207ffa20298b84b90eafca87ce2fb95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/golonka/BBCodeParser/zipball/769c4ebe6207ffa20298b84b90eafca87ce2fb95",
"reference": "769c4ebe6207ffa20298b84b90eafca87ce2fb95",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4",
"squizlabs/php_codesniffer": "~2"
},
"type": "library",
"autoload": {
"psr-4": {
"Golonka\\BBCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joseph Landberg",
"email": "joseph.landberg@gmail.com",
"homepage": "http://github.com/golonka/"
}
],
"description": "Parse your BBCode easy with this library.",
"homepage": "http://github.com/golonka/bbcodeparser",
"keywords": [
"PSR-1",
"PSR-2",
"PSR-4",
"bbcode",
"laravel",
"parser"
],
"time": "2016-03-03 09:56:19"
},
{ {
"name": "illuminate/container", "name": "illuminate/container",
"version": "v5.2.37", "version": "v5.2.37",