Fix for phpunit on 7.1
This commit is contained in:
parent
54c4e017cc
commit
93b738be79
@ -38,7 +38,7 @@ jobs:
|
|||||||
script: ./.travis/deploy_script.sh
|
script: ./.travis/deploy_script.sh
|
||||||
on:
|
on:
|
||||||
all_branches: true
|
all_branches: true
|
||||||
php: '7.1'
|
php: '7.2'
|
||||||
- stage: release
|
- stage: release
|
||||||
script: skip
|
script: skip
|
||||||
before_deploy:
|
before_deploy:
|
||||||
@ -54,4 +54,4 @@ jobs:
|
|||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
repo: nabeelio/phpvms
|
repo: nabeelio/phpvms
|
||||||
php: '7.1'
|
php: '7.2'
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
"waavi/sanitizer": "1.0.x"
|
"waavi/sanitizer": "1.0.x"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~7.0",
|
"phpunit/phpunit": "7.4.x",
|
||||||
"barryvdh/laravel-ide-helper": "^2.0",
|
"barryvdh/laravel-ide-helper": "^2.0",
|
||||||
"barryvdh/laravel-debugbar": "^3.0",
|
"barryvdh/laravel-debugbar": "^3.0",
|
||||||
"mockery/mockery": "0.9.*",
|
"mockery/mockery": "0.9.*",
|
||||||
|
Loading…
Reference in New Issue
Block a user