Skip to content

Commit

Permalink
Merge pull request #113 from szymach/2.0
Browse files Browse the repository at this point in the history
Allow any minor knplabs/gaufrette version
  • Loading branch information
rn0 authored Mar 20, 2019
2 parents 561ce3c + dcdeda7 commit 8a45523
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/bin
/vendor
/tests/temp
composer.lock
Expand Down
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ matrix:
- php: 7.1
env:
- COMPOSER_FLAGS='--prefer-lowest'
- php: 7.2
- php: 7.3

sudo: false

before_script:
- composer update $COMPOSER_FLAGS

script: bin/phpunit
before_script: composer update $COMPOSER_FLAGS
script: vendor/bin/phpunit
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"doctrine/orm": "^2.5",
"symfony/property-access": "^2.3|^3.0|^4.0",
"symfony/yaml": "^2.2|^3.0|^4.0",
"knplabs/gaufrette": "~0.1.4"
"knplabs/gaufrette": "~0.1,>=0.1.4"
},
"require-dev": {
"doctrine/dbal": "^2.5",
Expand All @@ -40,7 +40,7 @@
}
},
"config": {
"bin-dir": "bin"
"bin-dir": "vendor/bin"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 8a45523

Please sign in to comment.