From f4169a0ede0cae3a66647c2963a2945b4652ba74 Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 16 May 2020 11:46:01 +0100 Subject: [PATCH] Update composer.json --- composer.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2d1021ca..8101d1f3 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,19 @@ { "name": "billz/raspap-webgui", - "homepage": "https://raspap.com/", + "description": "Simple AP setup and wifi mangement for Debian-based devices", "license": "GPL-3.0", - "keywords": ["raspberrypi"], + "homepage": "https://raspap.com/", + "keywords": ["raspberrypi", "debian", "armbian", "wifi"], + "type": "raspap-core", + "authors": { + "name": "RaspAP Team", + "email": "billzimmerman@gmail.com", + "homepage": "https://raspap.com/" + }, + "require": { + "php": "^7.0", + "raspap/composer-installer": "^1.0" + }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2.0", "phpcompatibility/php-compatibility": "^9.3.5",