Rest Api slim3 php7 Apache2 mysql mongo-replica
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

51 lines
1.6 KiB

{
"name": "php-http/socket-client",
"description": "Socket client for PHP-HTTP",
"license": "MIT",
"authors": [
{
"name": "Joel Wurtz",
"email": "jwurtz@jolicode.com"
}
],
"require": {
"slim/slim": "^3.12",
"slim/php-view": "^2.2",
"monolog/monolog": "^1.24",
"chadicus/slim-oauth2-middleware": "^3.3",
"bshaffer/oauth2-server-php": "^1.11",
"tuupola/cors-middleware": "^0.9.4",
"php-http/guzzle6-adapter": "^2.0",
"symfony/yaml": "^4.3",
"nahid/jsonq": "^5.2",
"respect/validation": "^1.1",
"andrewdyer/slim3-validator": "^0.1.1",
"mongodb/mongodb": "^1.4",
"chadicus/slim-oauth2-routes": "^3.1",
"friendsofphp/php-cs-fixer": "^2.15",
"guzzlehttp/guzzle": "~6.0",
"php-http/httplug": "^2.0",
"php-http/message": "^1.7",
"php-http/client-common": "^2.0",
"php-http/httplug-bundle": "^1.16",
"php-http/curl-client": "^2.0",
"php-http/mock-client": "^1.3",
"php": "^7.1",
"nyholm/psr7": "^1.0",
"psr/http-client": "^1.0",
"symfony/options-resolver": "^2.6 || ^3.0 || ^4.0"
},
"require-dev": {
"concurrent-php/async-api": "dev-master",
"friendsofphp/php-cs-fixer": "^2.2",
"php-http/client-integration-tests": "dev-master",
"php-http/message": "^1.0",
"php-http/client-common": "^2.0"
},
"provide": {
"php-http/client-implementation": "1.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}