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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user