sasae/composer.json
2023-08-24 23:19:22 +00:00

33 lines
797 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",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"twig/twig": "^3.7",
"twig/html-extra": "^3.7",
"flashwave/index": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^10.2",
"phpstan/phpstan": "^1.10"
},
"authors": [
{
"name": "flashwave",
"email": "packagist@flash.moe",
"homepage": "https://flash.moe",
"role": "mom"
}
],
"autoload": {
"psr-4": {
"Sasae\\": "src"
}
}
}