Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lablnet committed Feb 14, 2019
1 parent c20bbf6 commit d4c1303
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 96 deletions.
4 changes: 2 additions & 2 deletions src/Whoops.php → Whoops.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Whoops is a PHP library for handling exceptions and errors.
* This file is a part of Zest Framework.
*
* @author Malik Umer Farooq <lablnet01@gmail.com>
* @author-profile https://www.facebook.com/malikumerfarooq01/
Expand All @@ -12,7 +12,7 @@
* @license MIT
*/

namespace Lablnet;
namespace Zest\Whoops;

class Whoops
{
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lablnet/whoops",
"description": "PHP Error Handler package.",
"keywords": ["php", "error","error handler", "Whoops","free","package","Lablnet"],
"name": "zest/whoops",
"description": "The Zest Error Handler package.",
"keywords": ["php", "Zest", "error","error handler", "Whoops","free","package","Lablnet"],
"license": "MIT",
"authors": [
{
Expand All @@ -12,7 +12,7 @@
],
"autoload": {
"psr-4": {
"Lablnet\\": "src/"
"Zest\\Whoops\\": ""
}
}
}
17 changes: 0 additions & 17 deletions example/index.php

This file was deleted.

Binary file removed image/error.png
Binary file not shown.
Binary file removed image/error1.png
Binary file not shown.
73 changes: 0 additions & 73 deletions readme.md

This file was deleted.

File renamed without changes.

0 comments on commit d4c1303

Please sign in to comment.