Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jul 17, 2016
1 parent e59e85b commit eb0aff7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .hidev/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ package:
Uses [omnilight/yii2-shopping-cart](https://github.com/omnilight/yii2-shopping-cart) for shopping cart abstraction.
require:
hiqdev/hidev-php: "*"
hiqdev/hidev-vendor: "*"
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ matrix:
allow_failures:
-
php: hhvm
-
php: 5.5
cache:
directories:
- $HOME/.composer/cache
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Yii2 Cart
[![Latest Stable Version](https://poser.pugx.org/hiqdev/yii2-cart/v/stable)](https://packagist.org/packages/hiqdev/yii2-cart)
[![Total Downloads](https://poser.pugx.org/hiqdev/yii2-cart/downloads)](https://packagist.org/packages/hiqdev/yii2-cart)
[![Build Status](https://img.shields.io/travis/hiqdev/yii2-cart.svg)](https://travis-ci.org/hiqdev/yii2-cart)
[![Code Coverage](https://scrutinizer-ci.com/g/hiqdev/yii2-cart/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/hiqdev/yii2-cart/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/hiqdev/yii2-cart/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/hiqdev/yii2-cart/?branch=master)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/yii2-cart.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-cart/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/yii2-cart.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-cart/)
[![Dependency Status](https://www.versioneye.com/php/hiqdev:yii2-cart/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:yii2-cart/dev-master)

[Yii2](http://yiiframework.com) extension providing shopping cart module.
Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"omnilight/yii2-shopping-cart": "*",
"hiqdev/yii2-hiart": "*"
},
"require-dev": {
"hiqdev/hidev-php": "<2.0",
"hiqdev/hidev-vendor": "<2.0"
},
"autoload": {
"psr-4": {
"hiqdev\\yii2\\cart\\": "src"
Expand Down

0 comments on commit eb0aff7

Please sign in to comment.