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 852abd8
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 168 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"ext-simplexml": "*",
"aeon-php/calendar": "^1.0",
"coduo/php-to-string": "^3",
"doctrine/lexer": "^1.0||^2.0"
"doctrine/lexer": "^1.0||^2.0||^3.0"
},
"require-dev": {
"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
213 changes: 49 additions & 164 deletions composer.lock

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

0 comments on commit 852abd8

Please sign in to comment.