first commit
This commit is contained in:
29
composer.json
Normal file
29
composer.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user