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

17 lines
313 B
JSON

6 years ago
{
"name": "bitcommunism/http",
6 years ago
"license": "MIT",
6 years ago
"require": {
"nikic/fast-route": "^1.2",
"guzzlehttp/psr7": "^1.4",
"php-di/php-di": "^6",
"dflydev/fig-cookies": "^2.0"
6 years ago
},
"autoload": {
"psr-4": {
"BitCommunism\\Http\\": "src/"
6 years ago
},
"files": ["src/functions.php"]
6 years ago
}
}