mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 06:39:40 +08: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:
parent
f2101e502e
commit
f13d45f77b
@ -13,7 +13,7 @@
|
||||
"phpunit/phpunit": "^9.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/core": "^0.1.0-beta"
|
||||
"flarum/core": "*@dev"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -3,7 +3,7 @@
|
||||
"description": "Minimal extension to test the flarum/testing package",
|
||||
"type": "flarum-extension",
|
||||
"require": {
|
||||
"flarum/core": "^0.1.0-beta.16"
|
||||
"flarum/core": "^0.1.0@dev"
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "*@dev"
|
||||
|
Loading…
x
Reference in New Issue
Block a user