Skip to content

Commit fd14afd

Browse files
author
Robin Cawser
committed
Add phpspec to composer
1 parent 76321da commit fd14afd

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

composer.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
{
2-
"name":"vivait/string-generator-bundle",
3-
"description":"Generate random strings for IDs, passwords or keys using property annotations",
4-
"authors":[
5-
{
2+
"name":"vivait/string-generator-bundle",
3+
"description":"Generate random strings for IDs, passwords or keys using property annotations",
4+
"authors":[
5+
{
66
"name":"Robin Cawser",
77
"email":"robin@vivait.co.uk"
88
}
9-
],
10-
"require":{
11-
12-
},
13-
"autoload":{
14-
"psr-0":{
9+
],
10+
"require":{},
11+
"require-dev": {
12+
"phpspec/phpspec": "~2.0"
13+
},
14+
"config": {
15+
"bin-dir": "bin"
16+
},
17+
"autoload":{
18+
"psr-0":{
1519
"Vivait\\StringGeneratorBundle":""
1620
}
17-
},
18-
"target-dir":"Vivait/StringGeneratorBundle"
21+
},
22+
"target-dir":"Vivait/StringGeneratorBundle"
1923
}

0 commit comments

Comments
 (0)