Skip to content

Commit

Permalink
Initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
chssmith committed Oct 14, 2021
0 parents commit 9458cc0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "roanokecollege/ethos",
"description": "Roanoke College custom package for Ethos interactions",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"RoanokeCollege\\Ethos\\": "src/"
}
},
"authors": [
{
"name": "Scotty Smith",
"email": "[email protected]"
}
],
"require": {},
"extra": {
"laravel": {
"providers": [
"RoanokeCollege\\Ethos\\ServiceProvider"
],
"aliases": [
"Ethos": "RoanokeCollege\\Ethos\\Facade"
]
}
}
}

0 comments on commit 9458cc0

Please sign in to comment.