We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d5b38 commit 3367607Copy full SHA for 3367607
.github/workflows/tests.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: actions/checkout@v4
61
62
- name: "Check for typos"
63
- uses: "crate-ci/typos@v1.24.6"
+ uses: "crate-ci/typos@v1.36.3"
64
65
unit_tests:
66
name: 'Unit Test ${{ matrix.php-version }}, ${{ matrix.dependency-version }}'
.tool-versions
@@ -1 +1 @@
1
-php 8.4.1
+php 8.4.13
composer.json
@@ -16,8 +16,8 @@
16
"phpstan/phpstan": "^0.12 || ^1.0 || ^2.0"
17
},
18
"require-dev": {
19
- "friendsofphp/php-cs-fixer": "^3.4.0",
20
- "phpstan/phpstan-phpunit": "^2.0",
+ "friendsofphp/php-cs-fixer": "^3.88.2",
+ "phpstan/phpstan-phpunit": "^2.0.7",
21
"phpunit/phpunit": "^8.5.26 || ^10.0.0"
22
23
"minimum-stability": "dev",
0 commit comments