mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
chore: set up composer path repos
This commit is contained in:
@@ -96,5 +96,9 @@
|
||||
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
"prefer-stable": true,
|
||||
"repositories": [{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}]
|
||||
}
|
||||
|
Reference in New Issue
Block a user