wiki.techinc.nl/tests/phpunit/data/registration/good_with_version.json
MGChecker eb6b4d8e7e registration: Add ability to check if a specific extension version is loaded
As it's quite common that extensions and skins interact with each other, it's
useful to have a simple way to check if an extension version satisfies a
given constraint, as extensions change over time.

Bug: T202955
Change-Id: I19f9713caf89d647072a2bd7d598e739be383f4a
2018-09-03 14:37:33 -07:00

13 lines
173 B
JSON

{
"name": "FooBar",
"version": "1.2.3",
"attributes": {
"FooBar": {
"Attr": [ "test" ]
},
"NotLoaded": {
"Attr": [ "test2" ]
}
},
"manifest_version": 2
}