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 eb8e3ca commit b3b502d
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/uloleorm",
"type": "library",
"authors": [
{
"name": "JulianFun123",
"email": "[email protected]"
}
],
"require": {
},
"autoload": {
"psr-4": {
"modules\\uloleorm\\": "./"
}
}
}

0 comments on commit b3b502d

Please sign in to comment.