mirror of
https://github.com/xodivorce/isdowndetectordown.git
synced 2025-12-19 14:42:57 +05:30
(chore): initial MVP release
This commit is contained in:
17
core/composer.json
Normal file
17
core/composer.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "xodivorce/core",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Xodivorce\\Core\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "xodivorce",
|
||||
"email": "prasidmandal79@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"vlucas/phpdotenv": "^5.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user