This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
sasae-templating/composer.json

31 lines
743 B
JSON
Raw Permalink Normal View History

2023-08-24 22:31:36 +00:00
{
"name": "flashwave/sasae",
"description": "A wrapper for Twig with added common functionality.",
"type": "library",
2023-08-24 23:19:22 +00:00
"homepage": "https://railgun.sh/sasae",
2023-08-24 22:31:36 +00:00
"license": "bsd-3-clause-clear",
"require": {
"php": ">=8.3",
2024-09-01 20:37:48 +00:00
"twig/twig": "^3.12",
"twig/html-extra": "^3.12",
"flashwave/index": "^0.2408.40014"
2023-08-24 22:31:36 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.2",
"phpstan/phpstan": "^1.11"
2023-08-24 22:31:36 +00:00
},
"authors": [
{
"name": "flashwave",
"email": "packagist@flash.moe",
"homepage": "https://flash.moe",
"role": "mom"
}
],
"autoload": {
"psr-4": {
"Sasae\\": "src"
}
}
}