Skip to content

Commit

Permalink
Fixes collection id missing on examples without a request (#26)
Browse files Browse the repository at this point in the history
* Fixes collection id missing on examples without a request
* Update dependencies

Fixes issue #24
  • Loading branch information
kielabokkie authored Nov 18, 2016
1 parent ad50330 commit 11f8f3d
Show file tree
Hide file tree
Showing 4 changed files with 1,157 additions and 10 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ nbproject
# Folders to ignore
build
vendor
composer.lock
collection.json
blueman.phar
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
}
],
"require": {
"symfony/config": "~2.8",
"symfony/console": "~2.4",
"symfony/debug": "~2.8",
"symfony/filesystem": "~2.8",
"symfony/stopwatch": "~2.8",
"ramsey/uuid": "~2.7"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 11f8f3d

Please sign in to comment.