Skip to content

Commit

Permalink
πŸ› fix symfony version incompatibility with securitychecker_enlightn (#71
Browse files Browse the repository at this point in the history
)

* πŸ› fix symfony version incompatibility with securitychecker_enlightn

* Update composer.json

fix composer/composer#11741
  • Loading branch information
Kanti committed Feb 2, 2024
1 parent aeb0b1d commit dc26644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -21,7 +21,7 @@
"composer-plugin-api": "^2.1.0",
"andersundsehr/phpstan-git-files": "^1.0.1",
"composer/semver": "^3.3.0",
"enlightn/security-checker": "^1.10.0",
"enlightn/security-checker": "^1.10.0 || ^2",
"ergebnis/composer-normalize": "^2.31",
"kcs/psr-phpstan-rules": "^1.1",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
Expand All @@ -35,7 +35,7 @@
"symfony/yaml": "^5.4.0 || ^6.0"
},
"require-dev": {
"composer/composer": "^2.5.5",
"composer/composer": "^2.6.6",
"pluswerk/grumphp-bom-task": "dev-main as 8.99.99",
"pluswerk/grumphp-xliff-task": "dev-main as 6.99.99",
"roave/security-advisories": "dev-latest"
Expand Down

0 comments on commit dc26644

Please sign in to comment.