Skip to content

Commit

Permalink
Merge pull request #8 from WeareJH/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mikeymike authored Aug 11, 2016
2 parents 5295ce2 + c9966de commit 5f82892
Show file tree
Hide file tree
Showing 7 changed files with 1,182 additions and 509 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
/vendor
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ language: php
sudo: false

php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm

install:
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@ The plugin hooks onto two composer commands ```install``` and ```update``` in wh

This module is installable via ```Composer```. If you have used the Magento Skeleton as a base module then you can just require this project and all the rest is done for you.

### Magento 1
```sh
$ cd project-root
$ ./composer.phar require "wearejh/statics-merger"
$ ./composer.phar require "wearejh/statics-merger:^2.0.0"
```

### Magento 2
```sh
$ cd project-root
$ ./composer.phar require "wearejh/statics-merger:^3.0.0"
```

### Upgrading 1.x to 2.x ?
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"require-dev": {
"composer/composer": "dev-master",
"phpunit/phpunit": "~4.4",
"phpunit/phpunit": "^5.0.0",
"squizlabs/php_codesniffer": "2.3.*"
}
}
Loading

0 comments on commit 5f82892

Please sign in to comment.