Skip to content

Commit 8be2be9

Browse files
chore(deps): update all non-major dependencies
1 parent 5a0f302 commit 8be2be9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 20
1919

2020
steps:
21-
- uses: styfle/cancel-workflow-action@0.12.1
21+
- uses: styfle/cancel-workflow-action@0.13.0
2222
with:
2323
workflow_id: build-docker.yml
2424
access_token: ${{ github.token }}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@
8484
"jane-php/open-api-runtime": "^7.1"
8585
},
8686
"require-dev": {
87-
"friendsofphp/php-cs-fixer": "3.75.0",
88-
"overtrue/phplint": "9.6.2",
89-
"phpstan/phpstan": "1.12.25",
87+
"friendsofphp/php-cs-fixer": "3.93.0",
88+
"overtrue/phplint": "9.7.1",
89+
"phpstan/phpstan": "1.12.32",
9090
"phpunit/phpunit": "10.5.46",
91-
"squizlabs/php_codesniffer": "3.13.0"
91+
"squizlabs/php_codesniffer": "3.13.5"
9292
}
9393
}

0 commit comments

Comments
 (0)