Remove -php from composer and readme

This commit is contained in:
Skylear 2021-07-15 15:00:36 -05:00
parent 11da4f3a64
commit 80a4769308
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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",