Skip to content

Commit c17b64e

Browse files
committed
Add gitignore, update guzzle http and remove some unnecessary package
1 parent a2c6206 commit c17b64e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: .gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build
2+
composer.lock
3+
docs
4+
vendor
5+
coverage

Diff for: composer.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@
2626
"ext-curl": "*",
2727
"ext-json": "*",
2828
"ext-mbstring": "*",
29-
"guzzlehttp/guzzle": "^6.2"
29+
"guzzlehttp/guzzle": "^7.0.1"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^4.8",
33-
"squizlabs/php_codesniffer": "~2.6",
34-
"friendsofphp/php-cs-fixer": "~1.12"
32+
"phpunit/phpunit": "^4.8"
3533
},
3634
"autoload": {
3735
"psr-4": { "Swagger\\Client\\" : "lib/" }

0 commit comments

Comments
 (0)