Skip to content

Commit

Permalink
Merge pull request #39 from oliverde8/feat/add-sf7-support
Browse files Browse the repository at this point in the history
Fix - Added support for symfony 7.
  • Loading branch information
oliverde8 authored Jul 16, 2024
2 parents 5251e34 + 41ae773 commit 8e9dd01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.1.3
- :wrench: Fix - Added support for symfony 7

# 1.1.2
- :wrench: Fix - Usage of the AbstractFactory for operation without overriding configureValidator causing errors.

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"php": ">=8.1",
"oliverde8/associative-array-simplified": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
"symfony/expression-language": "^4.3|^5.0|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symfony/validator": "^4.3|^5.0|^6.0",
"symfony/yaml": "^4.3|^5.0|^6.0"
"symfony/expression-language": "^4.3|^5.0|^6.0|^7.0",
"symfony/filesystem": "^5.4|^6.0|^7.0",
"symfony/validator": "^4.3|^5.0|^6.0|^7.0",
"symfony/yaml": "^4.3|^5.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/php-code-coverage": "^9.2",
Expand Down

0 comments on commit 8e9dd01

Please sign in to comment.