mirror of
https://github.com/flarum/core.git
synced 2025-08-16 13:24:11 +02:00
Test against dev version of core
Since we're making changes for the dev version of core, we should test against that too. For now, this fixes issues with the `extensions` method of `Installation` being undefined.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"phpunit/phpunit": "^9.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/core": "^0.1.0-beta"
|
||||
"flarum/core": "*@dev"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
Reference in New Issue
Block a user