diff options
Diffstat (limited to 'composer-factory.json')
-rw-r--r-- | composer-factory.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/composer-factory.json b/composer-factory.json new file mode 100644 index 0000000..7a15318 --- /dev/null +++ b/composer-factory.json @@ -0,0 +1,27 @@ +{ + "name": "http-interop/http-factory-tests", + "description": "Unit tests for HTTP factories", + "keywords": [ + "psr-7", + "psr-17", + "http", + "factory", + "test" + ], + "license": "MIT", + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "require": { + "psr/http-factory": "^1.0", + "phpunit/phpunit": "^6.5 || ^7.0" + }, + "autoload": { + "psr-4": { + "Interop\\Http\\Factory\\": "test/" + } + } +} |