From: Vincent Vanwaelscappel Date: Thu, 21 Feb 2019 18:05:48 +0000 (+0100) Subject: wip #2413 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5cbb952130eda36a39c86489a75241723e019d86;p=cubist_cms-front.git wip #2413 @1.5 --- diff --git a/composer.json b/composer.json index 62bdd95..4baae91 100644 --- a/composer.json +++ b/composer.json @@ -1 +1,27 @@ -{"name":"cubist\/cms-front","description":"cms-front cubist composer package","type":"library","license":"proprietary","minimum-stability":"dev","autoload":{"psr-0":{"Cubist\\Cms-front":"src\/"}},"authors":[{"name":"Vincent Vanwaelscappel","email":"vincent@cubedesigners.com"}],"require":{"php":">=5.4.0"},"repositories":[{"type":"composer","url":"https:\/\/composer.cubedesigners.com\/"}]} \ No newline at end of file +{ + "name": "cubist\/cms-front", + "description": "Cubist CMS Front", + "type": "library", + "license": "proprietary", + "minimum-stability": "dev", + "autoload": { + "psr-4": { + "Cubist\\Front\\": "src" + } + }, + "authors": [ + { + "name": "Vincent Vanwaelscappel", + "email": "vincent@cubedesigners.com" + } + ], + "require": { + "php": ">=5.4.0" + }, + "repositories": [ + { + "type": "composer", + "url": "https:\/\/composer.cubedesigners.com\/" + } + ] +} \ No newline at end of file diff --git a/src/Cubist/Cms-front/SayHello.php b/src/Cubist/Cms-front/SayHello.php deleted file mode 100644 index bc6f1bb..0000000 --- a/src/Cubist/Cms-front/SayHello.php +++ /dev/null @@ -1,9 +0,0 @@ -