Skip to content

Commit

Permalink
[TASK] Bump the dependencies (#4033)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Jan 24, 2024
1 parent 6f5de39 commit 5b63924
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"ext-dom": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"helmich/typo3-typoscript-parser": "^2.4.1",
"nette/utils": "^3.0 || ^4.0",
"nikic/php-parser": "^4.17",
"helmich/typo3-typoscript-parser": "^2.5.0",
"nette/utils": "^3.2.10 || ^4.0.4",
"nikic/php-parser": "^4.18.0",
"phpstan/phpstan": "^1.10.27",
"rector/rector": "0.17.0",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.4 || ^7.0",
"symfony/finder": "^5.4 || ^6.4 || ^7.0",
"symfony/polyfill-php80": "^1.26",
"symfony/polyfill-php81": "^1.26",
"symfony/polyfill-php80": "^1.28.0",
"symfony/polyfill-php81": "^1.28.0",
"symfony/string": "^5.4 || ^6.4 || ^7.0",
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
"webmozart/assert": "^1.0"
"webmozart/assert": "^1.11.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3.2",
Expand Down

0 comments on commit 5b63924

Please sign in to comment.