OSDN Git Service

modify composer.json
authorfrostbane <frostbane@programmer.net>
Thu, 28 Nov 2019 06:35:59 +0000 (15:35 +0900)
committerfrostbane <frostbane@programmer.net>
Thu, 28 Nov 2019 06:35:59 +0000 (15:35 +0900)
.github/CONTRIBUTING.md
README.md
composer.json

index 06c699b..2f53483 100644 (file)
@@ -2,7 +2,7 @@
 
 Contributions are **welcome** and will be fully **credited**.
 
-We accept contributions via Pull Requests on [Github](https://github.com/dannyvankooten/PHP-Router).
+We accept contributions via Pull Requests on [Github](https://github.com/frostbane/php-router).
 
 
 ## Pull Requests
index b33ad36..1891efb 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,5 @@
 # PHP Router class
 
-[![Latest Stable Version](https://poser.pugx.org/dannyvankooten/php-router/v/stable)](https://packagist.org/packages/dannyvankooten/php-router) 
-[![Total Downloads](https://poser.pugx.org/dannyvankooten/php-router/downloads)](https://packagist.org/packages/dannyvankooten/php-router) 
-[![Latest Unstable Version](https://poser.pugx.org/dannyvankooten/php-router/v/unstable)](https://packagist.org/packages/dannyvankooten/php-router) 
-[![License](https://poser.pugx.org/dannyvankooten/php-router/license)](https://packagist.org/packages/dannyvankooten/php-router)
-
 A simple Rails inspired PHP router class.
 
 * Usage of different HTTP Methods
@@ -20,7 +15,7 @@ A simple Rails inspired PHP router class.
 # Easy to install with **composer**
 
 ```sh
-$ composer require dannyvankooten/php-router
+$ composer require frostbane/php-router
 ```
 
 ## Usage
index 8a3eec2..118867a 100644 (file)
@@ -6,7 +6,7 @@
         "routing",
         "rest"
     ],
-    "homepage"    : "https://github.com/dannyvankooten/PHP-Router",
+    "homepage"    : "https://github.com/frostbane/php-router",
     "license"     : "MIT",
     "authors"     : [
         {