19 lines
386 B
JSON
19 lines
386 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",
|
|
"require-dev": {
|
|
"symfony/var-dumper": "^6.3"
|
|
}
|
|
}
|