We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a25c7b commit 9d2eddeCopy full SHA for 9d2edde
3 files changed
.github/workflows/tests.yml
@@ -61,8 +61,4 @@ jobs:
61
62
- name: Run test suite
63
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'
68
composer.json
@@ -28,16 +28,7 @@
28
"guzzlehttp/psr7": "^1.7 || ^2.0"
29
},
30
"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"
+ "phpunit/phpunit": "^8.0 || ^9.0"
41
42
"autoload": {
43
"psr-4": {
0 commit comments