Merge branch '4.5' into 4

This commit is contained in:
Garion Herman 2019-11-18 15:07:41 +13:00
commit a3bad3b7b8
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,11 @@
language: php
dist: xenial
services:
- mysql
- postgresql
env:
global:
- COMPOSER_ROOT_VERSION=4.5.x-dev

View File

@ -25,9 +25,6 @@
"project-files": [
"app/src/*"
],
"branch-alias": {
"4.x-dev": "4.5.x-dev"
},
"resources-dir": "_resources"
},
"config": {
@ -35,4 +32,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}