diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..7c727d8 --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "name": "neur0toxine/psr.http-message-implementation.nyholm", + "description": "Satisfy \"psr/http-message-implementation\" with packages provided by user, or fallback to \"nyholm\".", + "type": "metapackage", + "license": "MIT", + "keywords": [ + "composer", + "fallback", + "default", + "psr", + "http-message-implementation" + ], + "require": { + "nyholm/psr7": "*" + } +} \ No newline at end of file