Skip to content

Commit

Permalink
Merge branch 'release-1.4.0' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffroy-aubry committed Mar 20, 2015
2 parents aa654c8 + 7850980 commit 65c2708
Show file tree
Hide file tree
Showing 8 changed files with 2,306 additions and 425 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/.project
/build/
*~
.idea
/vendor/
composer.phar
/.twgit_features_subject
/.twgit*
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ php:

before_script:
- cp phpunit-dist.xml phpunit.xml
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev --no-interaction
- composer self-update
- composer install --dev --no-interaction

script:
- mkdir -p build/logs
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
==========

## Version 1.4.0 (2015-03-20)

Feature:

- [#4](https://github.com/geoffroy-aubry/Helpers/issues/4): Truncate too long paths when debugging.

## Version 1.3.2 (2013-11-08)

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require-dev": {
"phpunit/phpunit": ">=3.7",
"phpmd/phpmd": "1.4.*",
"phpmd/phpmd": "2.0.*",
"squizlabs/php_codesniffer": "1.4.*",
"satooshi/php-coveralls": "dev-master",
"apigen/apigen": "2.8.0"
Expand Down
Loading

0 comments on commit 65c2708

Please sign in to comment.