Merge pull request #5324 from nunomaduro/patch-1

[8.x] Requires PHP 7.3 and bumps both PHPUnit and Collision
This commit is contained in:
Dries Vints 2020-06-22 10:18:42 +02:00 committed by GitHub
commit 17e2ce73ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "^7.2.5",
"php": "^7.3",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^6.3",
@ -18,8 +18,8 @@
"require-dev": {
"fzaninotto/faker": "^1.9.1",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^4.1",
"phpunit/phpunit": "^8.5"
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.0"
},
"config": {
"optimize-autoloader": true,