30 lines
743 B
JSON
30 lines
743 B
JSON
{
|
|
"name": "flashwave/sasae",
|
|
"description": "A wrapper for Twig with added common functionality.",
|
|
"type": "library",
|
|
"homepage": "https://railgun.sh/sasae",
|
|
"license": "bsd-3-clause-clear",
|
|
"require": {
|
|
"php": ">=8.3",
|
|
"twig/twig": "^3.12",
|
|
"twig/html-extra": "^3.12",
|
|
"flashwave/index": "^0.2408.40014"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^11.2",
|
|
"phpstan/phpstan": "^1.11"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "flashwave",
|
|
"email": "packagist@flash.moe",
|
|
"homepage": "https://flash.moe",
|
|
"role": "mom"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sasae\\": "src"
|
|
}
|
|
}
|
|
}
|