Skip to content

Commit

Permalink
Merge branch 'release/0.3.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu2607 committed Dec 8, 2023
2 parents 334ba5e + 1f6d677 commit 59a5abc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.0 (08/12/2023)

+ Allow Symfony 7 (thank you HeahDude)

## 0.2.0 (31/10/2023)

+ Add enable option
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": ">=7.4",
"symfony/form": "^5.0|^6.0",
"symfony/framework-bundle": "^5.0|^6.0",
"symfony/http-client": "^5.0|^6.0",
"symfony/yaml": "^5.0|^6.0",
"symfony/validator": "^5.0|^6.0",
"symfony/twig-bundle": "^5.0|^6.0"
"symfony/form": "^5.0|^6.0|^7.0",
"symfony/framework-bundle": "^5.0|^6.0|^7.0",
"symfony/http-client": "^5.0|^6.0|^7.0",
"symfony/yaml": "^5.0|^6.0|^7.0",
"symfony/validator": "^5.0|^6.0|^7.0",
"symfony/twig-bundle": "^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 59a5abc

Please sign in to comment.