mirror of
https://github.com/symfony/ai.git
synced 2026-03-23 23:42:18 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user