Skip to content

Commit 79c3774

Browse files
committed
Merge branch 'develop'
* develop: Enhancement: Update dependencies in `composer.json` (#2041) Improve an error message of a rule (#2040) github-actions(deps): bump docker/setup-buildx-action from 3.11.0 to 3.11.1 (#2039) Enhancement: Update dependencies in `composer.json` (#2038) github-actions(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.0 (#2037) composer(deps-dev): bump phpunit/phpunit from 12.2.1 to 12.2.2 (#2036) github-actions(deps): bump stefanzweifel/git-auto-commit-action from 6.0.0 to 6.0.1 (#2035) composer(deps-dev): bump rector/rector from 2.0.17 to 2.0.18 (#2034) github-actions(deps): bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.0 (#2033) composer(deps-dev): bump phpunit/phpunit from 12.2.0 to 12.2.1 (#2032) Add references to rules.md (#2031) composer(deps-dev): bump phpunit/phpunit from 12.1.6 to 12.2.0 (#2030)
2 parents 66d97ed + d4d624d commit 79c3774

File tree

8 files changed

+609
-45
lines changed

8 files changed

+609
-45
lines changed

.github/workflows/build-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Set up Docker Buildx
3636
id: buildx
37-
uses: docker/setup-buildx-action@v3.10.0
37+
uses: docker/setup-buildx-action@v3.11.1
3838

3939
- name: Build and push images
4040
uses: docker/build-push-action@v6

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
-
5151
name: "Commit regenerated docs/rules.md file"
52-
uses: "stefanzweifel/git-auto-commit-action@v5.2.0"
52+
uses: "stefanzweifel/git-auto-commit-action@v6.0.1"
5353
with:
5454
branch: "${{ github.head_ref }}"
5555
commit_author: "${{ env.COMMITTER_NAME }} <${{ env.COMMITTER_EMAIL }}>"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"phpstan/phpstan": "^2.1.17",
3232
"phpstan/phpstan-phpunit": "^2.0.6",
3333
"phpstan/phpstan-webmozart-assert": "^2.0.0",
34-
"phpunit/phpunit": "^12.1.6",
35-
"rector/rector": "^2.0.17",
34+
"phpunit/phpunit": "^12.2.3",
35+
"rector/rector": "^2.0.18",
3636
"symfony/var-dumper": "^7.3.0"
3737
},
3838
"replace": {

composer.lock

Lines changed: 49 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)