From 7f7cdced699ab6cf29e8457a70a2241fb9a76b54 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Sun, 8 Sep 2024 15:37:23 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20composer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 92 +++++++++++++++++++++++++-------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/composer.json b/composer.json index 810484f..ddfc3e1 100755 --- a/composer.json +++ b/composer.json @@ -1,46 +1,46 @@ -{ - "name": "${REPO_OWNER}/${REPO_NAME}", - "description": "${REPO_DESCRIPTION}", - "readme": "README.md", - "keywords": [], - "type": "site", - "homepage": "https://git.mirzaev.sexy${REPO_LINK}", - "license": "WTFPL", - "authors": [ - { - "name": "${REPO_OWNER}", - "email": "${REPO_OWNER}@gmail.com", - "homepage": "https://${REPO_OWNER}.page", - "role": "Programmer" - } - ], - "support": { - "docs": "https://git.mirzaev.sexy${REPO_LINK}/manual", - "issues": "https://git.mirzaev.sexy${REPO_LINK}/issues" - }, - "require": { - "php": "~8.3", - "ext-sodium": "~8.3", - "mirzaev/minimal": "^2.2.0", - "mirzaev/accounts": "~1.2.x-dev", - "mirzaev/arangodb": "^1.0.0", - "triagens/arangodb": "~3.9.x-dev", - "twig/twig": "^3.4" - }, - "require-dev": { - "phpunit/phpunit": "~9.5" - }, - "autoload": { - "psr-4": { - "${REPO_OWNER}\\${REPO_NAME}\\": "${REPO_OWNER}/${REPO_NAME}/system" - } - }, - "autoload-dev": { - "psr-4": { - "${REPO_OWNER}\\${REPO_NAME}\\tests\\": "${REPO_OWNER}/${REPO_NAME}/tests" - } - }, - "scripts": { - "pre-update-cmd": "./install.sh" - } -} +{ + "name": "${REPO_OWNER}/${REPO_NAME}", + "description": "${REPO_DESCRIPTION}", + "homepage": "https://git.mirzaev.sexy${REPO_LINK}", + "type": "site", + "keywords": [], + "readme": "README.md", + "license": "WTFPL", + "authors": [ + { + "name": "${REPO_OWNER}", + "email": "${REPO_OWNER}@gmail.com", + "homepage": "https://${REPO_OWNER}.page", + "role": "Programmer" + } + ], + "support": { + "docs": "https://git.mirzaev.sexy${REPO_LINK}/manual", + "issues": "https://git.mirzaev.sexy${REPO_LINK}/issues" + }, + "require": { + "php": "~8.3", + "ext-sodium": "~8.3", + "mirzaev/minimal": "^2.2.0", + "mirzaev/accounts": "~1.2.x-dev", + "mirzaev/arangodb": "^1.0.0", + "triagens/arangodb": "~3.9.x-dev", + "twig/twig": "^3.4" + }, + "require-dev": { + "phpunit/phpunit": "~9.5" + }, + "autoload": { + "psr-4": { + "${REPO_OWNER}\\${REPO_NAME}\\": "${REPO_OWNER}/${REPO_NAME}/system" + } + }, + "autoload-dev": { + "psr-4": { + "${REPO_OWNER}\\${REPO_NAME}\\tests\\": "${REPO_OWNER}/${REPO_NAME}/tests" + } + }, + "scripts": { + "pre-update-cmd": "./install.sh" + } +}