From f9c03190493bec2012059c91959571a9275a554e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Even=20Andre=CC=81=20Fiskvik?= Date: Thu, 22 Mar 2012 20:42:34 +0100 Subject: [PATCH] Seems like composer won't search forked code and match on identifier. Changing to Oyatel --- .gitignore | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7705fa0..f4558c7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /test /docs .idea/ -.DS_Store \ No newline at end of file +.DS_Store +vendor diff --git a/composer.json b/composer.json index f05ad6d..1e43304 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "mrclay/minify", + "name": "oyatel/minify", "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers", "authors": [ {