We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5003b2c commit d7a1360Copy full SHA for d7a1360
4 files changed
.github/workflows/build.yaml
@@ -15,8 +15,6 @@ jobs:
15
uses: actions/checkout@v6
16
- name: PHPStan
17
uses: docker://oskarstark/phpstan-ga
18
- env:
19
- REQUIRE_DEV: true
20
with:
21
args: analyse
22
cs-fixer:
LICENSE.md
composer.json
@@ -15,9 +15,9 @@
"psr/http-factory": "^1.1"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^3.93",
+ "friendsofphp/php-cs-fixer": "^3.95",
"phpstan/phpstan-strict-rules": "^2.0",
- "phpunit/phpunit": "^11.5 || ^12.5 || ^13.0"
+ "phpunit/phpunit": "^11.5 || ^12.5 || ^13.1"
"autoload": {
23
"psr-4": {
phpstan.neon
@@ -6,3 +6,4 @@ parameters:
6
7
includes:
8
- vendor/phpstan/phpstan-strict-rules/rules.neon
9
+ - vendor/phpstan/phpstan/conf/bleedingEdge.neon
0 commit comments