From: root Date: Wed, 20 Feb 2019 16:19:21 +0000 (+0100) Subject: initial commit X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=41f294b950bf3cae540d2a40aa42389518aef51e;p=cubist_util.git initial commit --- 41f294b950bf3cae540d2a40aa42389518aef51e diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..bc0295f --- /dev/null +++ b/composer.json @@ -0,0 +1 @@ +{"name":"cubist\/util","description":"util cubist composer package","type":"library","license":"proprietary","minimum-stability":"dev","autoload":{"psr-0":{"util":"src\/"}},"authors":[{"name":"Vincent Vanwaelscappel","email":"vincent@cubedesigners.com"}],"require":{"php":">=5.3.0"}} \ No newline at end of file diff --git a/src/util/SayHello.php b/src/util/SayHello.php new file mode 100644 index 0000000..3e7fe63 --- /dev/null +++ b/src/util/SayHello.php @@ -0,0 +1,9 @@ +