Skip to content

Commit

Permalink
Version bump (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Aug 20, 2017
1 parent 0fbc711 commit 813f0dd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,21 @@ php:
- 5.6
- 7.0
- 7.1
- hhvm
env:
global:
- TEST_COMMAND="composer test"
matrix:
- SYMFONY_VERSION=3.2.*
- SYMFONY_VERSION=3.3.*
- SYMFONY_VERSION=2.7.*

matrix:
fast_finish: true
include:
- php: 5.5
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.7.*
- php: hhvm
env: SYMFONY_VERSION=2.7.*
dist: trusty

install:
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

## 0.2.1

### Changed

- Bumped version of `php-translation/symfony-storage`

## 0.2.0

### Changed
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"require": {
"php": "^5.5 || ^7.0",
"php-translation/common": "^0.2",
"php-translation/symfony-storage": "^0.2",
"php-translation/symfony-storage": "^0.3.2",
"symfony/translation": "^2.7 || ^3.0",
"league/flysystem": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.4",
"nyholm/symfony-bundle-test": "^1.0"
"phpunit/phpunit": "^4.8.36 || ^5.5 || ^6.2",
"nyholm/symfony-bundle-test": "^1.2"
},
"autoload": {
"psr-4": {
Expand All @@ -34,6 +34,7 @@
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
},
"minimum-stability": "dev",
"prefer-dist": "true",
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
Expand Down

0 comments on commit 813f0dd

Please sign in to comment.