Skip to content

[Runtime] Add support for PSR-7, PSR-15 and PSR-17 #40436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed PHP8 build
  • Loading branch information
Nyholm committed Mar 11, 2021
commit 7ce1bb0c1f781fc5d5655289ecc8875e7420976e
1 change: 1 addition & 0 deletions src/Symfony/Component/Runtime/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"symfony/http-foundation": "^4.4|^5",
"symfony/http-kernel": "^4.4|^5",
"psr/http-server-handler": "^1.0",
"nyholm/psr7": "^1.3",
"nyholm/psr7-server": "^1.0",
"laminas/laminas-httphandlerrunner": "^1.2"
},
Expand Down