Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge PR #110 from 'samsonasik/hotfix/composer'
Browse files Browse the repository at this point in the history
* hotfix/composer:
  110 changelog
  remove deprecated --dev option in composer install at .travis.yml
  • Loading branch information
samsonasik committed Feb 12, 2015
2 parents 9ad0d5f + ee69a7c commit 6948304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ php:

install:
- sudo apt-get install parallel
- composer install --dev --prefer-source
- composer install --prefer-source
- vendor/bin/bowerphp install

before_script:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Development
- [103: Apply #92 : restructure test folder](https://github.com/sitrunlab/LearnZF2/pull/103)
- [104: hotfix : remove unused language files](https://github.com/sitrunlab/LearnZF2/pull/104)
- [107: apply #85 : license](https://github.com/sitrunlab/LearnZF2/pull/107)
- [110: remove deprecated --dev option in composer install at .travis.yml](https://github.com/sitrunlab/LearnZF2/pull/110)

## 0.1.0 - 2014-01-22

Expand Down

0 comments on commit 6948304

Please sign in to comment.