Skip to content

Commit 987dd9b

Browse files
chore(deps): update all non-major dependencies (#803)
| datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | packagist | ergebnis/php-cs-fixer-config | 6.56.1 | 6.57.0 | | packagist | friendsofphp/php-cs-fixer | 3.89.2 | 3.91.0 | | packagist | maglnet/composer-require-checker | 4.18.0 | 4.19.0 | | packagist | phpunit/phpunit | 12.4.3 | 12.4.4 | | packagist | rector/rector | 2.2.8 | 2.2.9 | | github-tags | shivammathur/setup-php | 2.35.5 | 2.36.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce5a34d commit 987dd9b

File tree

4 files changed

+82
-77
lines changed

4 files changed

+82
-77
lines changed

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: "actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd" # v5.0.1
1717

1818
- name: "Set up PHP"
19-
uses: "shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f" # 2.35.5
19+
uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" # 2.36.0
2020
with:
2121
coverage: "${{ matrix.coverage }}"
2222
ini-values: display_errors=On, display_startup_errors=On, error_reporting=32767

.github/workflows/grump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: "actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd" # v5.0.1
2222

2323
- name: "Install PHP"
24-
uses: "shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f" # 2.35.5
24+
uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" # 2.36.0
2525
with:
2626
coverage: "${{ matrix.coverage }}"
2727
ini-values: display_errors=On, display_startup_errors=On, error_reporting=32767

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
"codeception/mockery-module": "^0.5.0",
3434
"codeception/module-asserts": "^3.2.1",
3535
"ergebnis/license": "^2.7.0",
36-
"ergebnis/php-cs-fixer-config": "^6.56.1",
37-
"friendsofphp/php-cs-fixer": "^3.89.2",
38-
"maglnet/composer-require-checker": "^4.18.0",
36+
"ergebnis/php-cs-fixer-config": "^6.57.0",
37+
"friendsofphp/php-cs-fixer": "^3.91.0",
38+
"maglnet/composer-require-checker": "^4.19.0",
3939
"mockery/mockery": "^1.6.12",
4040
"phpro/grumphp": "^2.17.0",
4141
"phpstan/extension-installer": "^1.4.3",
4242
"phpstan/phpdoc-parser": "^2.3.0",
4343
"phpstan/phpstan": "^2.1.32",
4444
"phpstan/phpstan-doctrine": "^2.0.11",
4545
"phpstan/phpstan-mockery": "^2.0.0",
46-
"phpunit/phpunit": "^12.4.3",
47-
"rector/rector": "^2.2.8",
46+
"phpunit/phpunit": "^12.4.4",
47+
"rector/rector": "^2.2.9",
4848
"roave/security-advisories": "dev-latest",
4949
"symfony/var-dumper": "^7.4.0",
5050
"wmde/psr-log-test-doubles": "^3.4.0"

0 commit comments

Comments
 (0)