Skip to content

Commit e9fa46c

Browse files
committed
Update prooph/php-cs-fixer-config to 0.4.0
1 parent 843ed36 commit e9fa46c

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ jobs:
99
php-version:
1010
- "7.3"
1111
- "7.4"
12+
- "8.0"
1213
os: [ubuntu-latest]
1314
experimental: [false]
14-
include:
15-
- php-version: "8.0"
16-
os: ubuntu-latest
17-
experimental: true
1815
runs-on: ${{ matrix.os }}
1916
name: PHP ${{ matrix.php-version }} Test on ${{ matrix.os }}
2017
continue-on-error: ${{ matrix.experimental }}

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
"EventEngineTest\\InspectioGraph\\": "tests/"
3030
}
3131
},
32-
"repositories": [
33-
{
34-
"type": "vcs",
35-
"url": "https://github.com/sandrokeil/graphml"
36-
}
37-
],
3832
"require": {
3933
"php": "^7.3 || ^8.0"
4034
},
@@ -43,7 +37,7 @@
4337
"phpstan/phpstan": "^0.12.33",
4438
"phpstan/phpstan-strict-rules": "^0.12.4",
4539
"phpunit/phpunit": "^9.2.6",
46-
"prooph/php-cs-fixer-config": "^0.3",
40+
"prooph/php-cs-fixer-config": "^0.4",
4741
"roave/security-advisories": "dev-master"
4842
},
4943
"minimum-stability": "dev",

0 commit comments

Comments
 (0)