Remove -php from composer and readme
This commit is contained in:
parent
11da4f3a64
commit
80a4769308
|
@ -1,4 +1,4 @@
|
|||
# SimpleRouter, PHP Edition
|
||||
# SimpleRouter
|
||||
|
||||
Aloha! SimpleRouter is a super-small, lightweight, and easy-to-use router for your PHP project. It can handle any type of request, and features RegEx pattern matching for URI parameters. You can also easily define routes for 404 and 405 errors.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "splashsky/simplerouter-php",
|
||||
"name": "splashsky/simplerouter",
|
||||
"description": "A very light, easy-to-use router for small PHP apps.",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue
Block a user