-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Benoit Asselin
committed
Aug 5, 2015
1 parent
03187d2
commit 6f3d66c
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# IDE | ||
.idea | ||
|
||
tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "basselin/php-minify", | ||
"description": "PhpMinify is a little tool to minify your application php like the javascript minify tools.", | ||
"version": "0.2.2", | ||
"keywords": ["minify", "php_strip_whitespace"], | ||
"homepage": "https://github.com/basselin/php-minify", | ||
"license": "MIT", | ||
"type": "library", | ||
"authors": [ | ||
{ | ||
"name": "Benoit Asselin", | ||
"email": "[email protected]", | ||
"homepage": "http://161.io" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.1" | ||
}, | ||
"autoload": { | ||
"classmap": ["phpminify.php"] | ||
} | ||
} |