Fix compatibility with laravel/passport (#332)

This commit is contained in:
Ricardo Lobo 2020-04-01 11:05:44 +01:00 committed by GitHub
parent 0dbc946280
commit d7b996381d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
"pusher/pusher-php-server": "^3.0|^4.0",
"react/dns": "^1.1",
"symfony/http-kernel": "^4.0|^5.0",
"symfony/psr-http-message-bridge": "^1.1"
"symfony/psr-http-message-bridge": "^1.1|^2.0"
},
"require-dev": {
"mockery/mockery": "^1.3",