Skip to content

Commit 80a4769

Browse files
author
Skylear
committed
Remove -php from composer and readme
1 parent 11da4f3 commit 80a4769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SimpleRouter, PHP Edition
1+
# SimpleRouter
22

33
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.
44

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "splashsky/simplerouter-php",
2+
"name": "splashsky/simplerouter",
33
"description": "A very light, easy-to-use router for small PHP apps.",
44
"type": "library",
55
"license": "MIT",

0 commit comments

Comments
 (0)