1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 22:47:33 +02:00

chore: set up composer path repos

This commit is contained in:
Alexander Skvortsov
2022-03-11 18:02:49 -05:00
parent 4bce9ad1ad
commit 693da58c41
22 changed files with 173 additions and 44 deletions

View File

@@ -23,7 +23,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-main": "1.x-dev"
},
"flarum-extension": {
"title": "BBCode",
@@ -51,5 +51,11 @@
"styleci": true
}
}
}
},
"repositories": [{
"type": "path",
"url": "../../*/*"
}],
"minimum-stability": "dev",
"prefer-stable": true
}