Skip to content

Commit

Permalink
Update sfp-phpstan-psr-log to support newer versions
Browse files Browse the repository at this point in the history
Expanded the version constraints for sfp-phpstan-psr-log to include versions up to 0.24. This ensures compatibility with newer releases while retaining support for older versions.
  • Loading branch information
Spomky committed Jan 18, 2025
1 parent e5e8d7e commit e09a03f
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 @@ -92,25 +92,25 @@
"doctrine/doctrine-bundle": "^2.12",
"doctrine/orm": "^2.14|^3.0",
"doctrine/persistence": "^3.1",
"ekino/phpstan-banned-code": "^1.0",
"ekino/phpstan-banned-code": "^3.0",
"infection/infection": "^0.29",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-doctrine": "^1.4",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.4",
"phpstan/phpstan-symfony": "^1.4",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-doctrine": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpstan/phpstan-symfony": "^2.0",
"phpunit/phpunit": "^10.1|^11.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.1",
"psr/http-message": "^2.0",
"qossmic/deptrac": "^2.0",
"rector/rector": "^1.0",
"rector/rector": "^2.0",
"roave/security-advisories": "dev-latest",
"staabm/phpstan-todo-by": "^0.1.27",
"staabm/phpstan-todo-by": "^0.2",
"struggle-for-php/sfp-phpstan-psr-log": "^0.21|^0.22|^0.23|^0.24",
"symfony/asset": "^6.4|^7.0",
"symfony/asset-mapper": "^6.4|^7.0",
Expand Down

0 comments on commit e09a03f

Please sign in to comment.