Skip to content

Commit

Permalink
Merge pull request #415 from Lusitanian/author
Browse files Browse the repository at this point in the history
Modify authors
  • Loading branch information
David Desberg authored and David Desberg committed Sep 9, 2015
2 parents e32b9be + 164f7fc commit 7b60bc7
Show file tree
Hide file tree
Showing 6 changed files with 624 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.idea
vendor
.DS_Store
composer.lock
examples/init.php
atlassian-ide-plugin.xml
nbproject/
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{
"name": "Pieter Hordijk",
"email": "[email protected]"
},
{
"name": "Elliot Chance",
"email": "[email protected]"
}
],
"require": {
Expand All @@ -19,7 +23,8 @@
"require-dev": {
"symfony/http-foundation": "~2.1",
"predis/predis": "0.8.*@dev",
"phpunit/phpunit": "3.7.*"
"phpunit/phpunit": "3.7.*",
"squizlabs/php_codesniffer": "2.*"
},
"suggest": {
"symfony/http-foundation": "Allows using the Symfony Session storage backend.",
Expand Down
Loading

0 comments on commit 7b60bc7

Please sign in to comment.