Skip to content

Commit

Permalink
Update dependencies and make php-parse a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sascha-egerer committed May 3, 2024
1 parent b56a301 commit 022bf63
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
"phpstan/phpstan": "^1.10.9",
"nikic/php-parser": "^4.15.1",
"phpstan/phpstan": "^1.10",
"typo3/cms-core": "^11.5 || ^12.4 || ^13.0",
"typo3/cms-extbase": "^11.5 || ^12.4 || ^13.0",
"bnf/phpstan-psr-container": "^1.0",
Expand All @@ -22,14 +21,15 @@
"ext-simplexml": "*"
},
"require-dev": {
"consistence-community/coding-standard": "^3.11.1",
"nikic/php-parser": "^v4.19.1",
"consistence-community/coding-standard": "^3.11",
"slevomat/coding-standard": "^7.2.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phing/phing": "^2.17.4",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^9.6.16",
"symfony/polyfill-php80": "^1.28.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phing/phing": "^2.17",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^9.6",
"symfony/polyfill-php80": "^1.29",
"phpstan/phpstan-phpunit": "^1.3"
},
"autoload": {
Expand Down

0 comments on commit 022bf63

Please sign in to comment.