We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23691b5 + 90c4959 commit 7293a99Copy full SHA for 7293a99
composer.json
@@ -27,7 +27,7 @@
27
"spryker-shop/shop-application": "^1.0",
28
"spryker/propel": "^3.0",
29
"spryker/console": "^4.0",
30
- "guzzlehttp/guzzle": "^6.0",
+ "guzzlehttp/guzzle": "^6.0 || ^7.0",
31
"spryker/rabbit-mq": "^2.0",
32
"symfony/var-dumper": "^4.0|^5.0",
33
"spryker/zed-request": "^3.8"
@@ -63,5 +63,10 @@
63
"phpcs": "./vendor/bin/phpcs",
64
"phpunit": "./vendor/bin/phpunit",
65
"phpstan": "./vendor/bin/phpstan analyse -c phpstan.neon src"
66
+ },
67
+ "config": {
68
+ "allow-plugins": {
69
+ "dealerdirect/phpcodesniffer-composer-installer": false
70
+ }
71
}
72
doc/debug_api.md
0 commit comments