Skip to content

Commit 0f03afc

Browse files
authored
Merge pull request #16 from tacman/add-installation
add endroid/installation
2 parents ff7ceb5 + 68f2213 commit 0f03afc

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# at the moment, there are no configuration settings
2+
open_conext_monitor:
3+
# enabled: true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
open_conext_monitor:
2+
resource: "@OpenConextMonitorBundle/Resources/config/routing.yml"
3+
prefix: /
4+
5+

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
"minimum-stability": "stable",
88
"require": {
99
"php": ">=8.2, <9.0-dev",
10+
"doctrine/orm": "^2.9",
11+
"endroid/installer": "^1.4",
1012
"symfony/dependency-injection": "^5.4|^6.3|^7.0",
1113
"symfony/framework-bundle": "^5.4|^6.3|^7.0",
12-
"doctrine/orm": "^2.9|^3.0",
1314
"webmozart/assert": "^1.10"
1415
},
1516
"require-dev": {
@@ -50,6 +51,9 @@
5051
"preferred-install": {
5152
"*": "dist"
5253
},
53-
"sort-packages": true
54+
"sort-packages": true,
55+
"allow-plugins": {
56+
"endroid/installer": true
57+
}
5458
}
5559
}

0 commit comments

Comments
 (0)