Skip to content

Commit

Permalink
remove symfony/dependency-injection and move unused to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 15, 2023
1 parent 7165002 commit e067f64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
-
name: 'Detect unused dependencies'
# "default" format overrides default "github" in CI
run: vendor/bin/composer-unused --ansi --output-format=default
run: |
composer require icanhazstring/composer-unused --dev
vendor/bin/composer-unused --ansi --output-format=default
name: ${{ matrix.actions.name }}
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@
"rector/rector-phpunit": "dev-main",
"rector/rector-symfony": "dev-main",
"sebastian/diff": "^5.0",
"symfony/config": "^6.2",
"symfony/console": "^6.3",
"symfony/contracts": "^3.2",
"symfony/dependency-injection": "6.1.*",
"symfony/finder": "^6.3",
"symfony/process": "^6.3",
"symplify/easy-parallel": "^11.1",
Expand All @@ -46,7 +44,6 @@
},
"require-dev": {
"cweagans/composer-patches": "^1.7.2",
"icanhazstring/composer-unused": "^0.8.5",
"nategood/httpful": "^0.3.2",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
Expand Down

0 comments on commit e067f64

Please sign in to comment.