1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-14 10:05:59 +02:00

Seems like composer won't search forked code and match on identifier. Changing to Oyatel

This commit is contained in:
Even André Fiskvik
2012-03-22 20:42:34 +01:00
committed by Elan Ruusamäe
parent a49a6a2f01
commit f9c0319049
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -3,4 +3,5 @@
/test
/docs
.idea/
.DS_Store
.DS_Store
vendor

View File

@@ -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": [
{