123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "guzzlehttp/command",
- "description": "Provides the foundation for building command-based web service clients",
- "license": "MIT",
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- },
- {
- "name": "Jeremy Lindblom",
- "email": "jeremeamia@gmail.com",
- "homepage": "https://github.com/jeremeamia"
- }
- ],
- "require": {
- "php": ">=5.5.0",
- "guzzlehttp/guzzle": "^6.2",
- "guzzlehttp/promises": "~1.3",
- "guzzlehttp/psr7": "~1.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0|~5.0"
- },
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\Command\\": "src/"
- }
- },
- "extra": {
- "branch-alias": {
- "dev-master": "0.9-dev"
- }
- }
- }
|