-{"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
+++ /dev/null
-<?php
-namespace Cubist\Cms-front;
-class SayHello
-{
- public static function world()
- {
- return 'Hello World, Composer!';
- }
-}
\ No newline at end of file
--- /dev/null
+<?php
+
+namespace Cubist\Front;
+class SayHello
+{
+ public static function world()
+ {
+ return 'Hello World, Composer!';
+ }
+}
\ No newline at end of file