Skip to content

Commit

Permalink
Supports Symfony ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tentacode committed Apr 9, 2024
1 parent 2ecf6a1 commit 2e6e9ba
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 123 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"ext-pcov": "*",
"phpunit/phpunit": "^10.4",
"openlss/lib-array2xml": "^1.0",
"symfony/expression-language": "^2.3|^3.0|^4.0|^5.0|^6.0",
"symfony/cache": "^2.3|^3.0|^4.0|^5.0|^6.0",
"symfony/var-exporter": "^2.3|^3.0|^4.0|^5.0|^6.0"
"symfony/expression-language": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/cache": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/var-exporter": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0"
},
"suggest": {
"openlss/lib-array2xml": "In order ot use Coduo\\PHPMatcher\\Matcher\\XmlMatcher",
Expand Down
173 changes: 53 additions & 120 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e6e9ba

Please sign in to comment.