minor #1305 Remove redundant phpstan/phpstan-strict-rules package from root composer.json (OskarStark)

This PR was merged into the main branch.

Discussion
----------

 Remove redundant `phpstan/phpstan-strict-rules` package from root `composer.json`

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| Docs?         | no
| Issues        | --
| License       | MIT

Each package/bundle/bridge already has its own dependency on this package, making the root dependency unnecessary.

Commits
-------

60360e0e Remove redundant phpstan-strict-rules from root composer.json
This commit is contained in:
Oskar Stark
2025-12-28 23:48:51 +01:00

View File

@@ -9,7 +9,6 @@
"php": ">=8.2",
"deptrac/deptrac": "^4.2",
"php-cs-fixer/shim": "^3.91.2",
"phpstan/phpstan-strict-rules": "^2.0",
"symfony/console": "^7.4|^8.0",
"symfony/filesystem": "^7.4|^8.0",
"symfony/finder": "^7.4|^8.0"