mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
chore: set up composer path repos
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
"dev-main": "1.x-dev"
|
||||
},
|
||||
"flarum-cli": {
|
||||
"excludeScaffolding": [
|
||||
@@ -145,5 +145,11 @@
|
||||
"test:unit": "Runs all unit tests.",
|
||||
"test:integration": "Runs all integration tests.",
|
||||
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
|
||||
}
|
||||
},
|
||||
"repositories": [{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}],
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user