Merge pull request #18 from localheinz/feature/source

Enhancement: Add link to source to `composer.json`
This commit is contained in:
David Buchmann
2023-09-23 16:15:42 +02:00
committed by GitHub

View File

@@ -10,6 +10,9 @@
"homepage": "https://www.php-fig.org/"
}
],
"support": {
"source": "https://github.com/php-fig/http-client"
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0 || ^2.0"