mince/composer.json
2023-08-24 23:13:29 +00:00

29 lines
559 B
JSON

{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"flashwave/index": "*",
"ramsey/uuid": "^4.7",
"flashwave/sasae": "dev-master"
},
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"Mince\\": "src"
}
},
"scripts": {
"post-install-cmd": [
"./tools/migrate"
]
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"composer/installers": true
}
}
}