summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorFBeans <phil@pgburton.com>2022-05-21 19:07:32 +0100
committerFBeans <phil@pgburton.com>2022-05-21 19:07:32 +0100
commit02455892dac1d52914e5702fd8e895d5cee1f083 (patch)
tree5cbafc717c099ee42c32ee21270b569a55089261 /composer.json
parent5832634b35b475f607f4c695ccad310ee2467e57 (diff)
Add world, boid and all collision detectionHEADmain
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"
+ }
+}