diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a9550f0 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "nhlm/pipechain", + "description": "A linear chainable pipeline pattern implementation with fallbacks", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "Matthias Kaschubowski", + "email": "nihylum@gmail.com" + } + ], + "require": {} +}