summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..255fc1f
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,23 @@
+{
+ "name": "fbeans/ml",
+ "type": "project",
+ "autoload": {
+ "psr-4": {
+ "App\\": "src/"
+ }
+ },
+ "autoload-dev": {
+ "App\\Tests\\": "tests/"
+ },
+ "authors": [
+ {
+ "name": "FBeans",
+ "email": "phil@pgburton.com"
+ }
+ ],
+ "require": {
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0.0"
+ }
+}