Skip to content

Commit 3c488c8

Browse files
committed
Fix composer definition
1 parent 55b4259 commit 3c488c8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@
1212
"php": ">=5.3.3",
1313
"blueimp/jquery-file-upload": "9.*",
1414
"mapbender/data-source": "0.*",
15-
"phayes/geophp": "1.2"
15+
"viscreation/vis-ui.js": "0.*"
1616
},
17-
"require-dev": {
18-
"mapbender/data-source": "@dev"
19-
},
20-
"minimum-stability": "dev",
2117
"config": {
2218
"bin-dir": "bin"
2319
},
2420
"autoload": {
25-
"psr-0": {"Mapbender\\DigitizerBundle": "."}
21+
"psr-0": {
22+
"Mapbender\\DigitizerBundle": "."
23+
}
2624
},
2725
"extra": {
2826
"branch-alias": {

0 commit comments

Comments
 (0)