Skip to content

Commit f320b28

Browse files
committed
Composer fix for core.
Signed-off-by: Joshua Parker <joshua@joshuaparker.dev>
1 parent 7618219 commit f320b28

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

composer.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,15 @@
1212
"role": "Developer"
1313
}
1414
],
15-
"repositories": [
16-
{
17-
"type": "path",
18-
"url": "core",
19-
"options": {
20-
"versions": {
21-
"getdevflow/core": "2.x-dev"
22-
}
23-
}
24-
}
25-
],
2615
"require": {
2716
"php": ">=8.4",
2817
"ext-curl": "*",
2918
"ext-mbstring": "*",
3019
"ext-pdo": "*",
3120
"ext-zip": "*",
32-
"getdevflow/core": "2.x-dev"
21+
"getdevflow/core": "2.x-dev",
22+
"composer/installers": "^2.3",
23+
"oomphinc/composer-installers-extender": "^2.0"
3324
},
3425
"autoload": {
3526
"psr-4": {
@@ -75,7 +66,7 @@
7566
"extra": {
7667
"installer-types": ["devflow-core","devflow-plugin","devflow-theme"],
7768
"installer-paths": {
78-
"core": ["type:devflow-core"],
69+
"core/": ["type:devflow-core"],
7970
"public/plugins/{$name}/": ["type:devflow-plugin"],
8071
"public/themes/{$name}/": ["type:devflow-theme"]
8172
}

0 commit comments

Comments
 (0)