-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Psr http message #162
Merged
Merged
Psr http message #162
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sure sure. I've updated the PR. Thank you for the PR. But note that https://github.com/php-runtime/roadrunner-symfony-nyholm is a READ ONLY repo |
Thanks @Nyholm |
The PR is merged. Are you able to install dev-main? |
It works. You can release a new version. Thanks! composer require runtime/roadrunner-symfony-nyholm --no-cache
./composer.json has been updated
Running composer update runtime/roadrunner-symfony-nyholm
Loading composer repositories with package information
Restricting packages listed in "symfony/symfony" to "7.0.*"
Updating dependencies
Lock file operations: 16 installs, 0 updates, 0 removals
- Locking composer/semver (dev-main 1d09200)
- Locking nyholm/psr7 (dev-master fd12ffc)
- Locking psr/http-factory (dev-master 7037f4b)
- Locking psr/http-message (1.1)
- Locking runtime/roadrunner-symfony-nyholm (dev-main 1e2e2db)
- Locking spiral/core (dev-master b34d72c)
- Locking spiral/goridge (3.x-dev d5303e6)
- Locking spiral/logger (dev-master e4927aa)
- Locking spiral/roadrunner (v2.12.3)
- Locking spiral/roadrunner-cli (2.x-dev a896e1d)
- Locking spiral/roadrunner-http (2.x-dev 2520f41)
- Locking spiral/roadrunner-worker (2.x-dev 2c58986)
- Locking spiral/tokenizer (dev-master 0918595)
- Locking symfony/http-client (7.0.x-dev db71498)
- Locking symfony/http-client-contracts (dev-main 8a3631b)
- Locking symfony/psr-http-message-bridge (7.0.x-dev c5e9730)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 16 installs, 0 updates, 0 removals
- Downloading psr/http-message (1.1)
- Downloading symfony/psr-http-message-bridge (7.0.x-dev c5e9730)
- Downloading spiral/goridge (3.x-dev d5303e6)
- Downloading spiral/roadrunner-worker (2.x-dev 2c58986)
- Downloading psr/http-factory (dev-master 7037f4b)
- Downloading spiral/roadrunner-http (2.x-dev 2520f41)
- Downloading symfony/http-client-contracts (dev-main 8a3631b)
- Downloading symfony/http-client (7.0.x-dev db71498)
- Downloading spiral/core (dev-master b34d72c)
- Downloading spiral/logger (dev-master e4927aa)
- Downloading spiral/tokenizer (dev-master 0918595)
- Downloading composer/semver (dev-main 1d09200)
- Downloading spiral/roadrunner-cli (2.x-dev a896e1d)
- Downloading nyholm/psr7 (dev-master fd12ffc)
- Downloading runtime/roadrunner-symfony-nyholm (dev-main 1e2e2db)
- Installing psr/http-message (1.1): Extracting archive
- Installing symfony/psr-http-message-bridge (7.0.x-dev c5e9730): Extracting archive
- Installing spiral/goridge (3.x-dev d5303e6): Extracting archive
- Installing spiral/roadrunner-worker (2.x-dev 2c58986): Extracting archive
- Installing psr/http-factory (dev-master 7037f4b): Extracting archive
- Installing spiral/roadrunner-http (2.x-dev 2520f41): Extracting archive
- Installing symfony/http-client-contracts (dev-main 8a3631b): Extracting archive
- Installing symfony/http-client (7.0.x-dev db71498): Extracting archive
- Installing spiral/core (dev-master b34d72c): Extracting archive
- Installing spiral/logger (dev-master e4927aa): Extracting archive
- Installing spiral/tokenizer (dev-master 0918595): Extracting archive
- Installing composer/semver (dev-main 1d09200): Extracting archive
- Installing spiral/roadrunner-cli (2.x-dev a896e1d): Extracting archive
- Installing spiral/roadrunner (v2.12.3)
- Installing nyholm/psr7 (dev-master fd12ffc): Extracting archive
- Installing runtime/roadrunner-symfony-nyholm (dev-main 1e2e2db): Extracting archive
Generating autoload files
41 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Symfony operations: 1 recipe (925c93876f9735ecd7fd4245d9e13da2)
- Configuring nyholm/psr7 (>=1.0): From github.com/symfony/recipes:main
Executing script cache:clear [OK]
Executing script assets:install public [OK]
What's next?
Some files have been created and/or updated to configure your new packages.
Please review, edit and commit them: these files are yours.
No security vulnerability advisories found.
Using version dev-main for runtime/roadrunner-symfony-nyholm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@thecaliskan can you verify if this works for you?