u
This commit is contained in:
78
package/vendor/composer/installed.json
vendored
Normal file
78
package/vendor/composer/installed.json
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"packages": [
|
||||
{
|
||||
"name": "liquid/liquid",
|
||||
"version": "1.4.44",
|
||||
"version_normalized": "1.4.44.0",
|
||||
"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"
|
||||
},
|
||||
"time": "2025-05-31T10:45:02+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"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"
|
||||
},
|
||||
"install-path": "../liquid/liquid"
|
||||
}
|
||||
],
|
||||
"dev": true,
|
||||
"dev-package-names": []
|
||||
}
|
||||
Reference in New Issue
Block a user