change packagist source

This commit is contained in:
Hiroaki Matsuura
2017-01-11 12:14:05 +09:00
parent 97f0d23448
commit 956f791a0d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ You can use this component to create and render templates in your Slim Framework
Via [Composer](https://getcomposer.org/)
```bash
$ composer require hiropeke/slim-blade-view
$ composer require rubellum/slim-blade-view
```
Requires Slim Framework 3 and PHP 5.5.0 or newer.

View File

@ -1,6 +1,6 @@
{
"require": {
"slim/slim": "^3.0",
"hiropeke/slim-blade-view": "^0.1.1"
"rubellum/slim-blade-view": "^0.1.1"
}
}