Skip to content

Commit a64eba1

Browse files
committed
update namespace. add some tool class
1 parent ebd9cdd commit a64eba1

18 files changed

+645
-658
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "inhere/web-library",
2+
"name": "mylib/web-utils",
33
"type": "library",
44
"description": "a simple web tool library of the php",
55
"keywords": ["library"],
6-
"homepage": "https://github.com/inhere/php-web-library",
6+
"homepage": "https://github.com/php-mylib/web-utils",
77
"license": "MIT",
88
"authors": [
99
{
@@ -17,7 +17,7 @@
1717
},
1818
"autoload": {
1919
"psr-4": {
20-
"Inhere\\Web\\" : "lib/"
20+
"MyLib\\Web\\" : "src/"
2121
}
2222
},
2323
"suggest": {

lib/Handlers/AbstractError.php

Lines changed: 0 additions & 104 deletions
This file was deleted.

lib/Handlers/AbstractHandler.php

Lines changed: 0 additions & 56 deletions
This file was deleted.

lib/Handlers/ErrorRenderer.php

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)