1
0
mirror of https://github.com/flarum/core.git synced 2025-07-09 19:06:23 +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:
Alexander Skvortsov
2021-04-11 22:47:09 -04:00
parent f2101e502e
commit f13d45f77b
2 changed files with 2 additions and 2 deletions
php-packages/testing

@ -13,7 +13,7 @@
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.0"
}, },
"require-dev": { "require-dev": {
"flarum/core": "^0.1.0-beta" "flarum/core": "*@dev"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

@ -3,7 +3,7 @@
"description": "Minimal extension to test the flarum/testing package", "description": "Minimal extension to test the flarum/testing package",
"type": "flarum-extension", "type": "flarum-extension",
"require": { "require": {
"flarum/core": "^0.1.0-beta.16" "flarum/core": "^0.1.0@dev"
}, },
"require-dev": { "require-dev": {
"flarum/testing": "*@dev" "flarum/testing": "*@dev"