1
0
mirror of https://github.com/flarum/core.git synced 2025-08-28 18:40:46 +02:00

changelog and version constraint fix for flarum/testing

This commit is contained in:
Daniel Klabbers
2021-05-25 23:01:54 +02:00
parent db7c7911d4
commit 322b1a083b
2 changed files with 68 additions and 2 deletions

View File

@@ -70,7 +70,7 @@
"wikimedia/less.php": "^3.0"
},
"require-dev": {
"flarum/testing": "dev-main#81e25f034e2b6dceaea753ad7579b5c61d641993"
"flarum/testing": "1.0@dev"
},
"autoload": {
"psr-4": {
@@ -90,7 +90,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x.x-dev"
"dev-master": "1.x-dev"
}
},
"scripts": {