Skip to content

Commit

Permalink
composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Asselin committed Aug 5, 2015
1 parent 03187d2 commit 6f3d66c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# IDE
.idea

tests
22 changes: 22 additions & 0 deletions composer.json
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"]
}
}

0 comments on commit 6f3d66c

Please sign in to comment.