Skip to content

Commit f5c4768

Browse files
committed
Add Symfony PSR bridge as dev dependency which is needed for Laravel 7
1 parent d5f7cdc commit f5c4768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"illuminate/support": "^6.0|^7.0",
3030
"laminas/laminas-diactoros": "^2.2",
3131
"league/oauth2-server": "^8.0",
32-
"phpseclib/phpseclib": "^2.0",
33-
"symfony/psr-http-message-bridge": "^1.0"
32+
"phpseclib/phpseclib": "^2.0"
3433
},
3534
"require-dev": {
3635
"mockery/mockery": "^1.0",
3736
"orchestra/testbench": "^4.4|^5.0",
38-
"phpunit/phpunit": "^8.0"
37+
"phpunit/phpunit": "^8.0",
38+
"symfony/psr-http-message-bridge": "^1.3"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)