Skip to content

Commit 2eb5c51

Browse files
Merge branch 'main' into develop
2 parents e9c36b5 + 4d65fb4 commit 2eb5c51

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
php-versions: ["8.3", "8.4"]
28-
2928
steps:
3029
- name: Setup PHP
3130
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"phpunit/php-code-coverage": "^9.2.32",
3434
"friendsofphp/php-cs-fixer": "^3.88.2",
3535
"squizlabs/php_codesniffer": "^3.13.4",
36-
"phpstan/phpstan": "^2.1.30"
36+
"phpstan/phpstan": "^2.1.31"
3737
},
3838
"autoload": {
3939
"psr-4": {

composer.lock

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

0 commit comments

Comments
 (0)