Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 9d328df

Browse files
committed
Add provide implementation for composer
1 parent 7c44738 commit 9d328df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"Http\\Adapter\\Zend\\Tests\\": "tests/"
3030
}
3131
},
32+
"provide": {
33+
"php-http/client-implementation": "1.0"
34+
},
3235
"scripts": {
3336
"test": "vendor/bin/phpunit",
3437
"test-ci": "vendor/bin/phpunit --coverage-clover build/coverage.xml"

0 commit comments

Comments
 (0)