Skip to content

Commit c669bd5

Browse files
authored
Merge branch 'develop' into db_mftfrepo
2 parents 685bda2 + a039d1d commit c669bd5

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ php:
33
- 7.0
44
- 7.1
55
- 7.2
6+
- 7.3
67
install: composer install --no-interaction --prefer-source
78
env:
89
matrix:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sort-packages": true
1010
},
1111
"require": {
12-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0",
12+
"php": "7.0.2||7.0.4||~7.0.6||~7.1.0||~7.2.0||~7.3.0",
1313
"allure-framework/allure-codeception": "~1.3.0",
1414
"ext-curl": "*",
1515
"codeception/codeception": "~2.3.4 || ~2.4.0 ",
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"squizlabs/php_codesniffer": "~3.2",
2727
"sebastian/phpcpd": "~3.0 || ~4.0",
28-
"brainmaestro/composer-git-hooks": "^2.3",
28+
"brainmaestro/composer-git-hooks": "^2.3.1",
2929
"doctrine/cache": "<1.7.0",
3030
"codeception/aspect-mock": "^3.0",
3131
"goaop/framework": "2.2.0",

composer.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)