Skip to content

Commit

Permalink
Add compatibility with Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa authored Dec 4, 2023
1 parent 550a40b commit f072536
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"ext-json": "*",
"ext-tokenizer": "*",
"composer-runtime-api": "^2",
"symfony/console": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"symfony/filesystem": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"symfony/console": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/filesystem": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"webmozart/assert": "^1.2"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.5",
"mockery/mockery": "^1.3.0",
"phar-io/manifest": "^1.0 || ^2.0",
"symfony/phpunit-bridge": "^5.1 || ^6.0"
"symfony/phpunit-bridge": "^5.1 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 2 additions & 1 deletion vendor-bin/phpmd/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"require-dev": {
"phpmd/phpmd": "^2.5"
"phpmd/phpmd": "^2.5",
"pdepend/pdepend": "<2.16"
}
}

0 comments on commit f072536

Please sign in to comment.