summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..9c29860
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,27 @@
+{
+ "name": "patchwork/jsqueeze",
+ "type": "library",
+ "description": "Efficient JavaScript minification in PHP",
+ "keywords": ["javascript","compression","minification"],
+ "homepage": "https://github.com/tchwork/jsqueeze",
+ "license": "(Apache-2.0 or GPL-2.0)",
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Patchwork\\": "src/"
+ }
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0-dev"
+ }
+ }
+}