Skip to content

Commit 193acef

Browse files
authored
Merge pull request #158 from akeneo/add-typehint
Add typehint
2 parents b739ff3 + 7ea1b09 commit 193acef

File tree

70 files changed

+3757
-507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+3757
-507
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
bin
22
vendor
3-
composer.lock
43
docker-compose.yml
54
tests/etc/parameters.yml
65
phpspec.yml

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"psr/http-message": "^1.0",
2525
"php-http/httplug": "^2.0",
2626
"php-http/message": "^1.7",
27-
"php-http/discovery": "^1.5",
27+
"php-http/discovery": "^1.6",
2828
"php-http/message-factory": "^v1.0",
2929
"php-http/multipart-stream-builder": "^1.0",
3030
"php-http/client-implementation": "^1.0"

0 commit comments

Comments
 (0)