Skip to content

Commit b5e5106

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

4 files changed

Lines changed: 5 additions & 24 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v6
16+
- run: |
17+
sed -e :a -e '$d;N;2,3ba' -e 'P;D' phpstan.neon > phpstan2.neon && mv phpstan2.neon phpstan.neon
1618
- name: PHPStan
1719
uses: docker://oskarstark/phpstan-ga
1820
env:

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)