novaconium/composer.json
2024-08-29 21:55:19 -07:00

29 lines
620 B
JSON

{
"name": "4lt/novaconium",
"description": "A high-performance PHP framework built from the past.",
"version": "1.0.0",
"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"
}
}
}