Skip to content

Commit

Permalink
Merge branch 'release/v1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
bdaley committed Apr 21, 2017
2 parents 5427349 + 1f79a22 commit 37d0ea5
Show file tree
Hide file tree
Showing 9 changed files with 1,779 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
# Vagrant
.vagrant

Gemfile.lock

# Node Modules
node_modules
node_modules

# Composer Files
/vendor
29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "uconn/banner",
"description": "The UConn Banner - Branding for the top of your web pages.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Brian Daley",
"email": "[email protected]"
}
],
"require": {
"symfony/yaml": "^3.2",
"liquid/liquid": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^6.1"
},
"autoload": {
"psr-4": {
"UConn\\": ["src/"]
}
},
"autoload-dev": {
"psr-4": {
"UConn\\Tests\\": ["tests/"]
}
}
}
Loading

0 comments on commit 37d0ea5

Please sign in to comment.