Skip to content

Commit d4c1303

Browse files
author
Lablnet
committed
update
1 parent c20bbf6 commit d4c1303

File tree

7 files changed

+6
-96
lines changed

7 files changed

+6
-96
lines changed

src/Whoops.php Whoops.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Whoops is a PHP library for handling exceptions and errors.
4+
* This file is a part of Zest Framework.
55
*
66
* @author Malik Umer Farooq <[email protected]>
77
* @author-profile https://www.facebook.com/malikumerfarooq01/
@@ -12,7 +12,7 @@
1212
* @license MIT
1313
*/
1414

15-
namespace Lablnet;
15+
namespace Zest\Whoops;
1616

1717
class Whoops
1818
{

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "lablnet/whoops",
3-
"description": "PHP Error Handler package.",
4-
"keywords": ["php", "error","error handler", "Whoops","free","package","Lablnet"],
2+
"name": "zest/whoops",
3+
"description": "The Zest Error Handler package.",
4+
"keywords": ["php", "Zest", "error","error handler", "Whoops","free","package","Lablnet"],
55
"license": "MIT",
66
"authors": [
77
{
@@ -12,7 +12,7 @@
1212
],
1313
"autoload": {
1414
"psr-4": {
15-
"Lablnet\\": "src/"
15+
"Zest\\Whoops\\": ""
1616
}
1717
}
1818
}

example/index.php

-17
This file was deleted.

image/error.png

-42.1 KB
Binary file not shown.

image/error1.png

-67 KB
Binary file not shown.

readme.md

-73
This file was deleted.

src/views/view.php views/view.php

File renamed without changes.

0 commit comments

Comments
 (0)