--- /dev/null
+{"name":"cubist\/gtag","description":"gtag cubist composer package","type":"library","license":"proprietary","minimum-stability":"dev","autoload":{"psr-0":{"Cubist\\Gtag":"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\Gtag;
+class SayHello
+{
+ public static function world()
+ {
+ return 'Hello World, Composer!';
+ }
+}
\ No newline at end of file