From 82fd55c70d5cc6fb875210e5413db00ad658d52d Mon Sep 17 00:00:00 2001 From: alyx Date: Wed, 3 Jan 2024 21:05:23 -0500 Subject: getting all setup --- composer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..04d8654 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "aleteoryx/ame-homepage", + "description": "https://aleteoryx.me", + "type": "website", + "require": { + "whichbrowser/parser": "^2.1" + }, + "license": "AGPLv3", + "authors": [ + { + "name": "alyx", + "email": "alyx@aleteoryx.me" + } + ] +} -- cgit v1.2.3-54-g00ecf