You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
575 B
26 lines
575 B
{
|
|
"name": "massivedynamic/lucidity",
|
|
"description": "a lightweight php framework",
|
|
"type": "library",
|
|
"version" : "0.0.1",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"massivedynamic\\lucidity\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "MikO",
|
|
"email": "miko@massivedymamic.eu"
|
|
}
|
|
],
|
|
"require": {
|
|
"robmorgan/phinx": "^0.16.2",
|
|
"mustache/mustache": "^2.14",
|
|
"psr/container": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.11"
|
|
}
|
|
}
|
|
|