Skip to content
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 3 commits into from
Jan 5, 2024
Merged

Psr http message #162

merged 3 commits into from
Jan 5, 2024

Conversation

Nyholm
Copy link
Member

@Nyholm Nyholm commented Jan 5, 2024

@thecaliskan can you verify if this works for you?

@thecaliskan
Copy link

thecaliskan commented Jan 5, 2024

php-runtime/roadrunner-symfony-nyholm#3 :)

@thecaliskan
Copy link

it should be like this because it needs to be compatible with older versions.

"symfony/psr-http-message-bridge": "^2.1 || ^6.0 || ^7.0",

image

@Nyholm
Copy link
Member Author

Nyholm commented Jan 5, 2024

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

@thecaliskan
Copy link

Thanks @Nyholm

@Nyholm Nyholm merged commit 95d1dc4 into main Jan 5, 2024
11 checks passed
@Nyholm Nyholm deleted the psr-htt-message branch January 5, 2024 14:33
@Nyholm
Copy link
Member Author

Nyholm commented Jan 5, 2024

The PR is merged. Are you able to install dev-main?

@thecaliskan
Copy link

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants