diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57872d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d490d41 --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "name": "thomasbachem/php-ga", + "require": {}, + "autoload": { + "psr-4": { + "UnitedPrototype\\":"src/" + } + } +} diff --git a/src/autoload.php b/src/autoload.php deleted file mode 100644 index 3c57790..0000000 --- a/src/autoload.php +++ /dev/null @@ -1,18 +0,0 @@ -