Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Feb 5, 2022
0 parents commit b1f5f46
Show file tree
Hide file tree
Showing 7 changed files with 1,304 additions and 0 deletions.
30 changes: 30 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "lyrasoft/toolkit",
"description": "LYRASOFY development toolkit",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Lyrasoft\\Toolkit\\": "src/",
"Windwalker\\": "src/Windwalker/"
}
},
"authors": [
{
"name": "Simon Asika",
"email": "[email protected]"
}
],
"minimum-stability": "beta",
"require": {},
"extra": {
"windwalker":{
"packages": [
"Lyrasoft\\Toolkit\\ToolkitPackage"
],
"modules": [

]
}
}
}
18 changes: 18 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b1f5f46

Please sign in to comment.