Forcing ^2.0 on react/promise

This commit is contained in:
Alex Renoki 2020-09-05 22:51:12 +03:00
parent 593c48f8c2
commit b2263dc334
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
"illuminate/routing": "^6.0|^7.0", "illuminate/routing": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0", "illuminate/support": "^6.0|^7.0",
"pusher/pusher-php-server": "^3.0|^4.0", "pusher/pusher-php-server": "^3.0|^4.0",
"react/dns": "^1.1", "react/promise": "^2.0",
"symfony/http-kernel": "^4.0|^5.0", "symfony/http-kernel": "^4.0|^5.0",
"symfony/psr-http-message-bridge": "^1.1|^2.0" "symfony/psr-http-message-bridge": "^1.1|^2.0"
}, },