mirror of
https://github.com/mrclay/minify.git
synced 2025-08-15 10:34:02 +02:00
Seems like composer won't search forked code and match on identifier. Changing to Oyatel
This commit is contained in:
committed by
Elan Ruusamäe
parent
a49a6a2f01
commit
f9c0319049
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@
|
|||||||
/docs
|
/docs
|
||||||
.idea/
|
.idea/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
vendor
|
||||||
|
@@ -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",
|
"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": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user