From 80a476930891a3e65ff6361245b8e6eb9bc03e46 Mon Sep 17 00:00:00 2001 From: Skylear Date: Thu, 15 Jul 2021 15:00:36 -0500 Subject: [PATCH] Remove -php from composer and readme --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81fe446..e67350c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/composer.json b/composer.json index 03926b9..d8e49e0 100644 --- a/composer.json +++ b/composer.json @@ -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",