We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76321da commit fd14afdCopy full SHA for fd14afd
1 file changed
composer.json
@@ -1,19 +1,23 @@
1
{
2
- "name":"vivait/string-generator-bundle",
3
- "description":"Generate random strings for IDs, passwords or keys using property annotations",
4
- "authors":[
5
- {
+ "name":"vivait/string-generator-bundle",
+ "description":"Generate random strings for IDs, passwords or keys using property annotations",
+ "authors":[
+ {
6
"name":"Robin Cawser",
7
"email":"robin@vivait.co.uk"
8
}
9
- ],
10
- "require":{
11
-
12
- },
13
- "autoload":{
14
- "psr-0":{
+ ],
+ "require":{},
+ "require-dev": {
+ "phpspec/phpspec": "~2.0"
+ },
+ "config": {
15
+ "bin-dir": "bin"
16
17
+ "autoload":{
18
+ "psr-0":{
19
"Vivait\\StringGeneratorBundle":""
20
- "target-dir":"Vivait/StringGeneratorBundle"
21
22
+ "target-dir":"Vivait/StringGeneratorBundle"
23
0 commit comments