mirror of
https://github.com/flarum/framework.git
synced 2025-03-03 22:19:40 +08:00
fix(regression): require flarum/testing:2.0
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
parent
082f04d3c3
commit
951f58e567
@ -75,7 +75,7 @@
|
||||
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "^1.0.0"
|
||||
"flarum/testing": "^2.0"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
|
@ -87,6 +87,6 @@
|
||||
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "^1.0.0"
|
||||
"flarum/testing": "^2.0"
|
||||
}
|
||||
}
|
||||
|
@ -75,7 +75,7 @@
|
||||
"require-dev": {
|
||||
"flarum/core": "*@dev",
|
||||
"flarum/tags": "*@dev",
|
||||
"flarum/testing": "^1.0.0"
|
||||
"flarum/testing": "^2.0"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
|
@ -86,6 +86,6 @@
|
||||
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "^1.0.0"
|
||||
"flarum/testing": "^2.0"
|
||||
}
|
||||
}
|
||||
|
@ -78,7 +78,7 @@
|
||||
"require-dev": {
|
||||
"flarum/core": "*@dev",
|
||||
"flarum/tags": "*@dev",
|
||||
"flarum/testing": "^1.0.0"
|
||||
"flarum/testing": "^2.0"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
|
@ -67,7 +67,7 @@
|
||||
"test:setup": "@php tests/integration/setup.php"
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "^1.0.0",
|
||||
"flarum/testing": "^2.0",
|
||||
"flarum/core": "2.x-dev"
|
||||
},
|
||||
"scripts-descriptions": {
|
||||
|
@ -26,7 +26,7 @@
|
||||
"composer/composer": "^2.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "^1.0.0",
|
||||
"flarum/testing": "^2.0",
|
||||
"flarum/tags": "*"
|
||||
},
|
||||
"extra": {
|
||||
|
@ -76,7 +76,7 @@
|
||||
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "^1.0.0"
|
||||
"flarum/testing": "^2.0"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
|
@ -87,6 +87,6 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/tags": "*@dev",
|
||||
"flarum/testing": "^1.0.0"
|
||||
"flarum/testing": "^2.0"
|
||||
}
|
||||
}
|
||||
|
@ -89,7 +89,7 @@
|
||||
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "^1.0.0",
|
||||
"flarum/testing": "^2.0",
|
||||
"flarum/approval": "@dev"
|
||||
}
|
||||
}
|
||||
|
@ -86,6 +86,6 @@
|
||||
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "^1.0.0"
|
||||
"flarum/testing": "^2.0"
|
||||
}
|
||||
}
|
||||
|
@ -79,7 +79,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/core": "*@dev",
|
||||
"flarum/testing": "^1.0.0"
|
||||
"flarum/testing": "^2.0"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
|
@ -89,7 +89,7 @@
|
||||
"wikimedia/less.php": "^3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "^1.0.0"
|
||||
"flarum/testing": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user