upload 28/5

This commit is contained in:
2025-05-28 15:30:26 +07:00
parent 1c2e648b54
commit fdda1c345f
252 changed files with 35084 additions and 1237 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": "ee7e3ad86855a67e00785a425ecb5246",
"packages": [
{
"name": "liquid/liquid",
"version": "1.4.32",
"source": {
"type": "git",
"url": "https://github.com/kalimatas/php-liquid.git",
"reference": "f0be8a3e0e0fcee99c0091748dcb21675b3caf46"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kalimatas/php-liquid/zipball/f0be8a3e0e0fcee99c0091748dcb21675b3caf46",
"reference": "f0be8a3e0e0fcee99c0091748dcb21675b3caf46",
"shasum": ""
},
"require": {
"php": "^7.3 || ^8.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.8",
"friendsofphp/php-cs-fixer": "^2.16.4",
"infection/infection": ">=0.17.6",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.2.6"
},
"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.32"
},
"time": "2022-08-08T01:55:20+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.6.0"
}