Skip to content

Commit ef30db0

Browse files
author
Elliot Chance
committed
Adding author
1 parent 4ce8c48 commit ef30db0

File tree

3 files changed

+616
-2
lines changed

3 files changed

+616
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.idea
22
vendor
33
.DS_Store
4-
composer.lock
54
examples/init.php
65
atlassian-ide-plugin.xml
76
nbproject/

composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
{
1212
"name": "Pieter Hordijk",
1313
"email": "[email protected]"
14+
},
15+
{
16+
"name": "Elliot Chance",
17+
"email": "[email protected]"
1418
}
1519
],
1620
"require": {
@@ -19,7 +23,8 @@
1923
"require-dev": {
2024
"symfony/http-foundation": "~2.1",
2125
"predis/predis": "0.8.*@dev",
22-
"phpunit/phpunit": "3.7.*"
26+
"phpunit/phpunit": "3.7.*",
27+
"squizlabs/php_codesniffer": "2.*"
2328
},
2429
"suggest": {
2530
"symfony/http-foundation": "Allows using the Symfony Session storage backend.",

0 commit comments

Comments
 (0)