From 52a5d79a281eea13b4dfb5d1fa083ba7d1e29b53 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 21 Oct 2023 14:43:34 +0000 Subject: [PATCH] no more composer needed --- web/inc/composer.json | 5 ---- web/inc/composer.lock | 69 ------------------------------------------- 2 files changed, 74 deletions(-) delete mode 100644 web/inc/composer.json delete mode 100644 web/inc/composer.lock diff --git a/web/inc/composer.json b/web/inc/composer.json deleted file mode 100644 index 739264e..0000000 --- a/web/inc/composer.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "require": { - "mustache/mustache": "^2.14" - } -} diff --git a/web/inc/composer.lock b/web/inc/composer.lock deleted file mode 100644 index eb5c46f..0000000 --- a/web/inc/composer.lock +++ /dev/null @@ -1,69 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "e982fabf51f3a80b1d9fcbcdb4621616", - "packages": [ - { - "name": "mustache/mustache", - "version": "v2.14.2", - "source": { - "type": "git", - "url": "https://github.com/bobthecow/mustache.php.git", - "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e62b7c3849d22ec55f3ec425507bf7968193a6cb", - "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb", - "shasum": "" - }, - "require": { - "php": ">=5.2.4" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "~1.11", - "phpunit/phpunit": "~3.7|~4.0|~5.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Mustache": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Justin Hileman", - "email": "justin@justinhileman.info", - "homepage": "http://justinhileman.com" - } - ], - "description": "A Mustache implementation in PHP.", - "homepage": "https://github.com/bobthecow/mustache.php", - "keywords": [ - "mustache", - "templating" - ], - "support": { - "issues": "https://github.com/bobthecow/mustache.php/issues", - "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.2" - }, - "time": "2022-08-23T13:07:01+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "2.2.0" -}