summaryrefslogtreecommitdiffstats
path: root/composer-factory.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-22 16:55:03 +0100
committerRemi Collet <remi@remirepo.net>2020-01-22 16:55:03 +0100
commitccdc145b40fd4348eceeaf216e7d3f5f53fc9743 (patch)
tree20433f56eecd40762b445fe2c44e4e4cbcdd180f /composer-factory.json
parent9c333de9a253daf8405a1abb4333d0961e382bdb (diff)
update to 2.2.2
rename to php-laminas-diactoros2 install to /usr/share/php/Laminas/Diactoros2 raise dependency on PHP 7.1 add dependency on psr/http-factory switch to phpunit7
Diffstat (limited to 'composer-factory.json')
-rw-r--r--composer-factory.json27
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/"
+ }
+ }
+}