From 707177933d5db5491ea291aa7c5e8d57f46477a4 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 13 Mar 2022 21:25:31 +0100 Subject: [PATCH] composer.json: minor fixups. --- composer.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index a2f03ad..e71d67d 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,7 @@ { - "name": "laravel/laravel", + "name": "pnx/heritage-bingo", "type": "project", - "description": "The Laravel Framework.", - "keywords": ["framework", "laravel"], + "description": "Bingo game for the heritage wow guild", "license": "MIT", "require": { "php": "^7.3|^8.0", @@ -25,12 +24,6 @@ "nunomaduro/collision": "^5.0", "phpunit/phpunit": "^9.3.3" }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/pnx/laravel-ignite" - } - ], "autoload": { "psr-4": { "App\\": "app/",