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
|
||||
on:
|
||||
all_branches: true
|
||||
php: '7.1'
|
||||
php: '7.2'
|
||||
- stage: release
|
||||
script: skip
|
||||
before_deploy:
|
||||
@ -54,4 +54,4 @@ jobs:
|
||||
on:
|
||||
tags: true
|
||||
repo: nabeelio/phpvms
|
||||
php: '7.1'
|
||||
php: '7.2'
|
||||
|
@ -49,7 +49,7 @@
|
||||
"waavi/sanitizer": "1.0.x"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~7.0",
|
||||
"phpunit/phpunit": "7.4.x",
|
||||
"barryvdh/laravel-ide-helper": "^2.0",
|
||||
"barryvdh/laravel-debugbar": "^3.0",
|
||||
"mockery/mockery": "0.9.*",
|
||||
|
Loading…
Reference in New Issue
Block a user