Bumped packages

This commit is contained in:
rennokki 2020-11-20 11:08:47 +02:00 committed by GitHub
parent 35a0e3e822
commit f4c282ead8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -29,11 +29,10 @@
} }
], ],
"require": { "require": {
"php": "^7.2", "php": "^7.2|^7.0",
"ext-json": "*",
"cboden/ratchet": "^0.4.1", "cboden/ratchet": "^0.4.1",
"clue/redis-react": "^2.3", "clue/redis-react": "^2.3",
"doctrine/dbal": "^2.0", "doctrine/dbal": "^2.9",
"evenement/evenement": "^2.0|^3.0", "evenement/evenement": "^2.0|^3.0",
"facade/ignition-contracts": "^1.0", "facade/ignition-contracts": "^1.0",
"guzzlehttp/psr7": "^1.5", "guzzlehttp/psr7": "^1.5",
@ -51,7 +50,7 @@
"require-dev": { "require-dev": {
"clue/block-react": "^1.4", "clue/block-react": "^1.4",
"laravel/legacy-factories": "^1.0.4", "laravel/legacy-factories": "^1.0.4",
"mockery/mockery": "^1.3", "mockery/mockery": "^1.4",
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0", "orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0",
"orchestra/database": "^4.0|^5.0|^6.0", "orchestra/database": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.0" "phpunit/phpunit": "^8.0|^9.0"