diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index be5d940..1b0d4c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v4 - name: "Check for typos" - uses: "crate-ci/typos@v1.24.6" + uses: "crate-ci/typos@v1.36.2" unit_tests: name: 'Unit Test ${{ matrix.php-version }}, ${{ matrix.dependency-version }}' diff --git a/.tool-versions b/.tool-versions index 9ec7880..121146e 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -php 8.4.1 +php 8.4.12 diff --git a/composer.json b/composer.json index 1f3df9f..3855028 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ "phpstan/phpstan": "^0.12 || ^1.0 || ^2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.4.0", - "phpstan/phpstan-phpunit": "^2.0", + "friendsofphp/php-cs-fixer": "^3.87.2", + "phpstan/phpstan-phpunit": "^2.0.7", "phpunit/phpunit": "^8.5.26 || ^10.0.0" }, "minimum-stability": "dev",