قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* Prepare first release of Matomo 5 * Mark plugins in marketplace test responses as compatible with Matomo 5 * updates expected test files * temporarily skip some tests until we have a first release * updates expected test files * submodule update
22 خطوط
531 B
JSON
22 خطوط
531 B
JSON
{
|
|
"name": "TestRunner",
|
|
"version": "0.1.0",
|
|
"description": "Developer tool that lets you run the automated tests suite. Only needed in development.",
|
|
"theme": false,
|
|
"require": {
|
|
"matomo": ">=5.0.0-b1,<6.0.0-b1"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Matomo",
|
|
"email": "hello@matomo.org",
|
|
"homepage": "http:\/\/matomo.org"
|
|
}
|
|
],
|
|
"license": "GPL v3+",
|
|
"keywords": [
|
|
"test",
|
|
"runner"
|
|
],
|
|
"homepage": "http:\/\/matomo.org"
|
|
} |