Skip to content

Commit

Permalink
Added composer support
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Jul 12, 2020
1 parent b03535f commit 3f559d2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "interaapps/ulole",
"type": "library",
"authors": [
{
"name": "JulianFun123",
"email": "[email protected]"
}
],
"require": {
},
"autoload": {
"psr-4": {
"modules\\ulole\\": "./"
}
}
}

0 comments on commit 3f559d2

Please sign in to comment.