We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0f302 commit 8be2be9Copy full SHA for 8be2be9
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
timeout-minutes: 20
19
20
steps:
21
- - uses: styfle/cancel-workflow-action@0.12.1
+ - uses: styfle/cancel-workflow-action@0.13.0
22
with:
23
workflow_id: build-docker.yml
24
access_token: ${{ github.token }}
composer.json
@@ -84,10 +84,10 @@
84
"jane-php/open-api-runtime": "^7.1"
85
},
86
"require-dev": {
87
- "friendsofphp/php-cs-fixer": "3.75.0",
88
- "overtrue/phplint": "9.6.2",
89
- "phpstan/phpstan": "1.12.25",
+ "friendsofphp/php-cs-fixer": "3.93.0",
+ "overtrue/phplint": "9.7.1",
+ "phpstan/phpstan": "1.12.32",
90
"phpunit/phpunit": "10.5.46",
91
- "squizlabs/php_codesniffer": "3.13.0"
+ "squizlabs/php_codesniffer": "3.13.5"
92
}
93
0 commit comments