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