Skip to content

Commit b129efd

Browse files
Copilotbytestream
andauthored
Add Symfony 8 support (#251)
* Initial plan * Add Symfony 8 support to composer.json and update README Co-authored-by: bytestream <1788397+bytestream@users.noreply.github.com> * Fix version constraint consistency for symfony/translation Co-authored-by: bytestream <1788397+bytestream@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>
1 parent a6bbce1 commit b129efd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Compatibility with Symfony
1313

1414
| CaptchaBundle | Symfony | PHP |
1515
|:-------------:|:---------:|:--------:|
16-
| >=2.3 | 6.* - 7.* | >= 8.0.2 |
16+
| >=2.3 | 6.* - 8.* | >= 8.0.2 |
1717
| 2.2.* | 5.* - 6.* | >= 7.1 |
1818
| 2.1.* | 4.* - 5.* | >= 7.1 |
1919
| 2.0.* | 2.8 - 3.* | >= 5.3.9 |

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"php": ">=8.0.2",
2121
"ext-gd": "*",
2222
"gregwar/captcha": "^1.2.1",
23-
"symfony/form": "~6.0|~7.0",
24-
"symfony/framework-bundle": "~6.0|~7.0",
25-
"symfony/translation": "~6.0|^7.0",
23+
"symfony/form": "~6.0|~7.0|~8.0",
24+
"symfony/framework-bundle": "~6.0|~7.0|~8.0",
25+
"symfony/translation": "~6.0|~7.0|~8.0",
2626
"twig/twig": "^3.0"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)