novaconium/composer.json

29 lines
620 B
JSON
Raw Normal View History

2024-08-29 21:50:55 -07:00
{
"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": {
2024-08-29 21:55:19 -07:00
"twig/twig": "*"
2024-08-29 21:50:55 -07:00
},
"minimum-stability": "stable",
"extra": {
"versioning": {
"strategy": "semantic-versioning"
}
}
}