Skip to content

Commit 96b3cf2

Browse files
committed
Add suggest for zendframework/zend-diactoros
1 parent 5cd2b6f commit 96b3cf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"symfony/psr-http-message-bridge": "^1.0 | ^2.0",
2929
"nyholm/psr7": "^1.0"
3030
},
31+
"suggest": {
32+
"zendframework/zend-diactoros": "When using Laravel 5.1 - 5.8 this package can help get more accurate request info, not used on Laravel 6+ (https://laravel.com/docs/5.8/requests#psr7-requests)"
33+
},
3134
"require-dev": {
3235
"phpunit/phpunit": "^5.7 | ^6.5 | ^7.5 | ^8.4 | ^9.3",
3336
"laravel/framework": "5.0 - 5.8 | ^6.0 | ^7.0 | ^8.0",

0 commit comments

Comments
 (0)