16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"name": "ardent/undercurrent",
|
|
"description": "A tiny no nonsense php framework",
|
|
"type": "library",
|
|
"require": {
|
|
"php": "^8.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ardent\\Undercurrent\\": "src/",
|
|
"App\\": "app/"
|
|
}
|
|
},
|
|
"license": "GPL-3.0-only"
|
|
}
|