diff --git a/composer.json b/composer.json index 4aee245..f29e89e 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,9 @@ { "$schema": "https://getcomposer.org/schema.json", - "name": "laravel/laravel", + "name": "twinpath/app", + "version": "1.0.0", "type": "project", - "description": "The skeleton application for the Laravel framework.", + "description": "Certificate Authority & API Management System", "keywords": [ "laravel", "framework" diff --git a/package.json b/package.json index 52c31ba..4d77df7 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,6 @@ { + "name": "app-ca-management", + "version": "1.0.0", "$schema": "https://json.schemastore.org/package.json", "private": true, "type": "module",