Skip to content

Commit 7293a99

Browse files
author
Rick Peacock
authored
Merge pull request #35 from arosiek/master
[#34] update for guzzlehttp/guzzle:^7.0
2 parents 23691b5 + 90c4959 commit 7293a99

File tree

2 files changed

+6
-62
lines changed

2 files changed

+6
-62
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"spryker-shop/shop-application": "^1.0",
2828
"spryker/propel": "^3.0",
2929
"spryker/console": "^4.0",
30-
"guzzlehttp/guzzle": "^6.0",
30+
"guzzlehttp/guzzle": "^6.0 || ^7.0",
3131
"spryker/rabbit-mq": "^2.0",
3232
"symfony/var-dumper": "^4.0|^5.0",
3333
"spryker/zed-request": "^3.8"
@@ -63,5 +63,10 @@
6363
"phpcs": "./vendor/bin/phpcs",
6464
"phpunit": "./vendor/bin/phpunit",
6565
"phpstan": "./vendor/bin/phpstan analyse -c phpstan.neon src"
66+
},
67+
"config": {
68+
"allow-plugins": {
69+
"dealerdirect/phpcodesniffer-composer-installer": false
70+
}
6671
}
6772
}

doc/debug_api.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)