Skip to content

Commit 9d2edde

Browse files
committed
fix: remove redundant depdencies.
1 parent 0a25c7b commit 9d2edde

3 files changed

Lines changed: 788 additions & 3330 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,4 @@ jobs:
6161

6262
- name: Run test suite
6363
run: vendor/bin/phpunit
64-
65-
- name: Run PHP CS Fixer (dry-run)
66-
run: vendor/bin/php-cs-fixer fix --dry-run --diff
67-
if: matrix.php-version == '8.1'
6864

composer.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,7 @@
2828
"guzzlehttp/psr7": "^1.7 || ^2.0"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^8.0 || ^9.0",
32-
"friendsofphp/php-cs-fixer": "^3.5",
33-
"symfony/console": "^6.4",
34-
"symfony/event-dispatcher": "^6.4",
35-
"symfony/filesystem": "^6.4",
36-
"symfony/finder": "^6.4",
37-
"symfony/options-resolver": "^6.4",
38-
"symfony/process": "^6.4",
39-
"symfony/stopwatch": "^6.4",
40-
"symfony/string": "^6.4"
31+
"phpunit/phpunit": "^8.0 || ^9.0"
4132
},
4233
"autoload": {
4334
"psr-4": {

0 commit comments

Comments
 (0)