diff options
author | FBeans <phil@pgburton.com> | 2022-05-21 19:07:32 +0100 |
---|---|---|
committer | FBeans <phil@pgburton.com> | 2022-05-21 19:07:32 +0100 |
commit | 02455892dac1d52914e5702fd8e895d5cee1f083 (patch) | |
tree | 5cbafc717c099ee42c32ee21270b569a55089261 /composer.json | |
parent | 5832634b35b475f607f4c695ccad310ee2467e57 (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 23 |
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" + } +} |