From: Vincent Vanwaelscappel Date: Tue, 19 Feb 2019 16:33:31 +0000 (+0100) Subject: wip #2600 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=910dbb4338f776f6ba492cc08bef605a16e69e3f;p=composer.git wip #2600 @1 --- 910dbb4338f776f6ba492cc08bef605a16e69e3f diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfa6a22 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +# Created by .ignore support plugin (hsz.mobi) diff --git a/cubist/dummy/composer.json b/cubist/dummy/composer.json new file mode 100644 index 0000000..93d7986 --- /dev/null +++ b/cubist/dummy/composer.json @@ -0,0 +1,22 @@ +{ + "name": "cubist/dummy", + "description": "Dummy composer package", + "type": "library", + "license": "proprietary", + "minimum-stability": "dev", + "require": { + "php": ">=5.3.0" + }, + "autoload": { + "psr-0": { + "Dummy": "src/" + } + }, + "authors": [ + { + "name": "Vincent Vanwaelscappel", + "email": "vincent@cubedesigners.com" + } + ], + "require": {} +} diff --git a/cubist/dummy/src/Dummy/SayHello.php b/cubist/dummy/src/Dummy/SayHello.php new file mode 100644 index 0000000..1c7f262 --- /dev/null +++ b/cubist/dummy/src/Dummy/SayHello.php @@ -0,0 +1,10 @@ +