attempt to fix failing integration tests

This commit is contained in:
Matthew Penner
2021-01-16 11:28:46 -07:00
parent 4f83a894a3
commit 1b05ca10e4
8 changed files with 422 additions and 416 deletions

View File

@@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.3 | ^8.0",
"php": "^7.3|^8.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo_mysql": "*",
@@ -20,7 +20,6 @@
"aws/aws-sdk-php": "^3.171",
"cakephp/chronos": "^1.3",
"doctrine/dbal": "^2.12",
"facade/ignition": "^2.5",
"fideloper/proxy": "^4.4",
"guzzlehttp/guzzle": "^7.2",
"hashids/hashids": "^4.1",
@@ -33,7 +32,6 @@
"league/flysystem-aws-s3-v3": "^1.0",
"league/flysystem-memory": "^1.0",
"matriphe/iso-639": "^1.2",
"nunomaduro/collision": "^5.2",
"pragmarx/google2fa": "^5.0",
"predis/predis": "^1.1",
"prologue/alerts": "^0.4",
@@ -49,10 +47,12 @@
"barryvdh/laravel-debugbar": "^3.5",
"barryvdh/laravel-ide-helper": "^2.9",
"codedungeon/phpunit-result-printer": "^0.28",
"facade/ignition": "^2.5",
"fakerphp/faker": "^1.13",
"friendsofphp/php-cs-fixer": "^2.17",
"fzaninotto/faker": "^1.9",
"laravel/dusk": "^6.11",
"mockery/mockery": "^1.4",
"nunomaduro/collision": "^5.2",
"php-mock/php-mock-phpunit": "^2.6",
"phpunit/phpunit": "^9.0"
},