diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..48b8bf9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d06a6a2 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "sealandia/core", + "autoload": { + "psr-4": { + "Core\\": "src/Core" + } + }, + "authors": [ + { + "name": "Jordy van Zeeland", + "email": "jordyvanzeeland@gmail.com" + } + ] +} diff --git a/auth.php b/src/Core/auth.php similarity index 98% rename from auth.php rename to src/Core/auth.php index 5be35fd..7245fdc 100644 --- a/auth.php +++ b/src/Core/auth.php @@ -1,6 +1,6 @@