Skip to content

Commit

Permalink
Allow Symfony 7 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr authored Nov 22, 2023
1 parent b619cbf commit a0a533c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [NOT RELEASED]

### Added

- Add support for Symfony 7

## 0.1.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"nyholm/psr7": "^1.4",
"spiral/roadrunner": "^2.0",
"symfony/runtime": "^5.4 || ^6.0"
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"php": ">=8.0.5",
Expand Down

3 comments on commit a0a533c

@thecaliskan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Nyholm, I hope you're well. When will the new version be released?

@Nyholm
Copy link
Member

@Nyholm Nyholm commented on a0a533c Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey

I would be happy to release it now. Let's update the changelog

@thecaliskan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank @Nyholm 👍🏻

Please # to comment.