Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into phpstan-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski committed Dec 2, 2023
2 parents 994f17d + 8bf2025 commit b3ae12f
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 43 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- name: "Validate Composer dependencies"
run: "composer validate"

- name: "Check composer.json normalization"
run: "composer normalize --dry-run --ansi"

- name: "Check Composer dependency licenses"
run: "composer licenses:check"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ergebnis/composer-normalize": "^2.39",
"lendable/composer-license-checker": "^1.0.4",
"php-cs-fixer/shim": "^3.40.0",
"phpstan/phpstan": "^1.10.46",
"phpstan/phpstan": "^1.10.47",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
Expand Down
88 changes: 46 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3ae12f

Please sign in to comment.