This commit is contained in:
2026-03-07 10:26:20 +07:00
commit aa223ce3bb
1128 changed files with 118856 additions and 0 deletions

92
package/composer.lock generated Normal file
View File

@@ -0,0 +1,92 @@
{
"_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": "06d921b0b448aee0ee0d4d3db3de06d6",
"packages": [
{
"name": "liquid/liquid",
"version": "1.4.44",
"source": {
"type": "git",
"url": "https://github.com/kalimatas/php-liquid.git",
"reference": "1b74ad64001d21f27223849624f7aab0c379815a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kalimatas/php-liquid/zipball/1b74ad64001d21f27223849624f7aab0c379815a",
"reference": "1b74ad64001d21f27223849624f7aab0c379815a",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"require-dev": {
"ergebnis/composer-normalize": ">=2.47",
"friendsofphp/php-cs-fixer": "^3.75",
"infection/infection": ">=0.17.6",
"php-coveralls/php-coveralls": "^2.8",
"phpunit/phpunit": "^9.6.23"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Liquid\\": "src/Liquid"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guz Alexander",
"email": "kalimatas@gmail.com",
"homepage": "http://guzalexander.com"
},
{
"name": "Harald Hanek"
},
{
"name": "Mateo Murphy"
},
{
"name": "Alexey Kopytko",
"email": "alexey@kopytko.com",
"homepage": "https://www.alexeykopytko.com/"
}
],
"description": "Liquid template engine for PHP",
"homepage": "https://github.com/kalimatas/php-liquid",
"keywords": [
"liquid",
"template"
],
"support": {
"issues": "https://github.com/kalimatas/php-liquid/issues",
"source": "https://github.com/kalimatas/php-liquid/tree/1.4.44"
},
"time": "2025-05-31T10:45:02+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"ext-json": "*",
"ext-mysqli": "*",
"ext-zip": "*"
},
"platform-dev": {},
"plugin-api-version": "2.9.0"
}