Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge branch 'qa/326' into develop
Browse files Browse the repository at this point in the history
Forward port #326
  • Loading branch information
michalbundyra committed Nov 28, 2019
2 parents debdbb6 + f5d7b0e commit 01bae70
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 77 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ matrix:
- php: 7.1
env:
- DEPS=locked
- LEGACY_DEPS="symfony/console symfony/yaml"
- CS_CHECK=true
- TEST_COVERAGE=true
- php: 7.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"doctrine/doctrine-orm-module": "^1.1 || ^2.1.3",
"doctrine/mongodb-odm": "^1.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.13 || ^7.5.2",
"symfony/yaml": "^2.3 || ^3.0 || ^4.0",
"symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-form": "^2.9.2",
"zendframework/zend-i18n": "^2.7.3",
Expand Down

0 comments on commit 01bae70

Please sign in to comment.