Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
[TASK] - Use hackathon installer as a composer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Feb 16, 2016
1 parent 8975252 commit 99f6e67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Magento configurable product attribute order fix

[![Build Status](https://travis-ci.org/robbieaverill/magento-attribute-option-order-fix.svg?branch=master)](https://travis-ci.org/robbieaverill/magento-attribute-option-order-fix) [![Packagist](https://img.shields.io/packagist/v/robbieaverill/magento-attribute-option-order-fix.svg)](https://packagist.org/packages/robbieaverill/magento-attribute-option-order-fix) [![Packagist](https://img.shields.io/packagist/dt/robbieaverill/magento-attribute-option-order-fix.svg)](https://packagist.org/packages/robbieaverill/magento-attribute-option-order-fix)
i[![Build Status](https://travis-ci.org/robbieaverill/magento-attribute-option-order-fix.svg?branch=master)](https://travis-ci.org/robbieaverill/magento-attribute-option-order-fix) [![Packagist](https://img.shields.io/packagist/v/robbieaverill/magento-attribute-option-order-fix.svg)](https://packagist.org/packages/robbieaverill/magento-attribute-option-order-fix)

## Information

Expand All @@ -20,6 +20,8 @@ $ composer require robbieaverill/magento-attribute-option-order-fix

#### Install using modman

This is the preferred installation method, unless installing manually.

```
$ modman init
$ modman clone https://github.com/robbieaverill/magento-attribute-option-order-fix
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"description": "Magento configurable attribute option order fix",
"type": "magento-module",
"require": {
"php": ">=5.4"
},
"require-dev": {
"php": ">=5.4",
"magento-hackathon/magento-composer-installer": "~3.0"
},
"keywords": ["magento", "attribute"],
Expand Down

0 comments on commit 99f6e67

Please sign in to comment.