Updated composer.json: ramsey/uuid is now a requirement
parent
43819bb580
commit
0b87c15f2d
|
@ -19,7 +19,9 @@
|
||||||
"monarc/core": "dev-master",
|
"monarc/core": "dev-master",
|
||||||
"monarc/frontoffice": "dev-master",
|
"monarc/frontoffice": "dev-master",
|
||||||
"phing/phing": "~2.0",
|
"phing/phing": "~2.0",
|
||||||
"phpoffice/phpword": "dev-stable"
|
"phpoffice/phpword": "dev-stable",
|
||||||
|
"ramsey/uuid": "^3.8",
|
||||||
|
"ramsey/uuid-doctrine": "^1.5"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"bin-dir": "bin/"
|
"bin-dir": "bin/"
|
||||||
|
|
Loading…
Reference in New Issue