diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..9d75225 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "areyouahuman/PHP", + "description": "Are You a Human PHP Bundle", + "license": "MIT", + "authors": [{ + "name": "Elvis “Bear” Jakupovic", + "email": "support@areyouahuman.com" + }, { + "name": "Joshua Sherman", + "email": "josh@gravityblvd.com" + }], + "autoload": { + "classmap": ["src/"] + } +} diff --git a/ayah.php b/src/ayah.php similarity index 100% rename from ayah.php rename to src/ayah.php diff --git a/ayah_config.php b/src/ayah_config.php similarity index 100% rename from ayah_config.php rename to src/ayah_config.php diff --git a/json.php b/src/json.php similarity index 100% rename from json.php rename to src/json.php diff --git a/sample.php b/src/sample.php similarity index 100% rename from sample.php rename to src/sample.php