From f4d5bd88a83b23f9c3031cd62c549833698cc204 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Feb 2019 15:37:50 +0100 Subject: [PATCH 1/1] initial commit --- .gitignore | 3 +++ composer.json | 1 + src/Cubist/Gtag/SayHello.php | 9 +++++++++ 3 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 composer.json create mode 100644 src/Cubist/Gtag/SayHello.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8925195 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +vendor +composer.lock \ No newline at end of file diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..88eef93 --- /dev/null +++ b/composer.json @@ -0,0 +1 @@ +{"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 diff --git a/src/Cubist/Gtag/SayHello.php b/src/Cubist/Gtag/SayHello.php new file mode 100644 index 0000000..95e7081 --- /dev/null +++ b/src/Cubist/Gtag/SayHello.php @@ -0,0 +1,9 @@ +