From 956f791a0d0c9d99dbb10de043989b11f452a7e6 Mon Sep 17 00:00:00 2001 From: Hiroaki Matsuura Date: Wed, 11 Jan 2017 12:14:05 +0900 Subject: [PATCH] change packagist source --- README.md | 2 +- example/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f8ffeb..497b2c0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/example/composer.json b/example/composer.json index 6a53655..c0de0c5 100644 --- a/example/composer.json +++ b/example/composer.json @@ -1,6 +1,6 @@ { "require": { "slim/slim": "^3.0", - "hiropeke/slim-blade-view": "^0.1.1" + "rubellum/slim-blade-view": "^0.1.1" } }