Skip to content

Commit

Permalink
composer.json settings correction
Browse files Browse the repository at this point in the history
  • Loading branch information
osoznan committed Jun 10, 2020
1 parent f6de480 commit 78b5cd7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"name": "osoznan/vulkan-astrosystem",
"description": "Astrological system",
"type": "library",
"version": "0.1",
"version": "1.0",
"homepage": "http://astrolog-online.net/vulkan/help/",
"license": "BSD-3-Clause",
"keywords": ["astrology", "natal", "chart"],
"minimum-stability": "dev",

"authors": [
{
"name": "Zemlyansky Alexander",
"name": "Alexander Zemlyansky",
"email": "meraponimaniya@mail.ru"
}
],
Expand All @@ -19,8 +18,8 @@
},
"autoload": {
"psr-4": {
"vulkan-astrosystem-master\\": "\\src",
"vulkan-astrosystem-master\\front\\": "\\front"
"vulkan\\": "src/",
"vulkan\\front\\": "front/"
}
}
}
}

0 comments on commit 78b5cd7

Please sign in to comment.