no more composer needed
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
This commit is contained in:
parent
3bb9f4ea76
commit
52a5d79a28
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"require": {
|
|
||||||
"mustache/mustache": "^2.14"
|
|
||||||
}
|
|
||||||
}
|
|
69
web/inc/composer.lock
generated
69
web/inc/composer.lock
generated
@ -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"
|
|
||||||
}
|
|
Reference in New Issue
Block a user