Skip to content

Commit 3367607

Browse files
chore(deps): update all non-major dependencies
1 parent 87d5b38 commit 3367607

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v4
6161

6262
- name: "Check for typos"
63-
uses: "crate-ci/typos@v1.24.6"
63+
uses: "crate-ci/typos@v1.36.3"
6464

6565
unit_tests:
6666
name: 'Unit Test ${{ matrix.php-version }}, ${{ matrix.dependency-version }}'

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
php 8.4.1
1+
php 8.4.13

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"phpstan/phpstan": "^0.12 || ^1.0 || ^2.0"
1717
},
1818
"require-dev": {
19-
"friendsofphp/php-cs-fixer": "^3.4.0",
20-
"phpstan/phpstan-phpunit": "^2.0",
19+
"friendsofphp/php-cs-fixer": "^3.88.2",
20+
"phpstan/phpstan-phpunit": "^2.0.7",
2121
"phpunit/phpunit": "^8.5.26 || ^10.0.0"
2222
},
2323
"minimum-stability": "dev",

0 commit comments

Comments
 (0)