You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
http/composer.json

14 lines
245 B
JSON

6 years ago
{
"name": "bitcommunism/http",
"version": "1.0.1",
"require": {
"nikic/fast-route": "^1.2",
"guzzlehttp/psr7": "^1.4",
"php-di/php-di": "^5.4"
},
"autoload": {
"psr-4": {
"BitCommunism\\Http\\": "src/"
}
}
6 years ago
}