Skip to content

Commit d7a1360

Browse files
committed
🔥 remove duplicate license file
1 parent 5003b2c commit d7a1360

4 files changed

Lines changed: 3 additions & 26 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
uses: actions/checkout@v6
1616
- name: PHPStan
1717
uses: docker://oskarstark/phpstan-ga
18-
env:
19-
REQUIRE_DEV: true
2018
with:
2119
args: analyse
2220
cs-fixer:

LICENSE.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"psr/http-factory": "^1.1"
1616
},
1717
"require-dev": {
18-
"friendsofphp/php-cs-fixer": "^3.93",
18+
"friendsofphp/php-cs-fixer": "^3.95",
1919
"phpstan/phpstan-strict-rules": "^2.0",
20-
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.0"
20+
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.1"
2121
},
2222
"autoload": {
2323
"psr-4": {

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ parameters:
66

77
includes:
88
- vendor/phpstan/phpstan-strict-rules/rules.neon
9+
- vendor/phpstan/phpstan/conf/bleedingEdge.neon

0 commit comments

Comments
 (0)