Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrothmann1 committed Jul 29, 2017
1 parent 6ed585f commit 5fc87db
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "ianrothmann/rocket-data-laravel",
"description": "A Laravel data provider for Rocket data components",
"type": "library",
"license": "Apache2",
"authors": [
{
"name": "Ian Rothmann",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"laravel/framework": "5.4.*"
},
"autoload": {
"psr-4": {
"IanRothmann\\RocketDataLaravel\\": "src/"
}
}
}

0 comments on commit 5fc87db

Please sign in to comment.