novaconium/composer.json
2024-08-31 15:30:16 -07:00

30 lines
621 B
JSON

{
"name": "4lt/novaconium",
"description": "A high-performance PHP framework built from the past.",
"version": "1.0.1",
"license": "MIT",
"authors": [
{
"name": "Nick Yeoman",
"email": "dev@4lt.ca",
"homepage": "https://www.4lt.ca",
"role": "Consultant"
}
],
"autoload": {
"psr-4": {
"Novaconium\\\\": "src/"
}
},
"require": {
"twig/twig": "*"
},
"minimum-stability": "stable",
"extra": {
"versioning": {
"strategy": "semantic-versioning"
}
}
}