mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-12 15:34:31 +02:00
[ticket/17554] Remove escaping in json
PHPBB-17554
This commit is contained in:
@@ -1,32 +1,32 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "extension1\/vendor",
|
"name": "extension1/vendor",
|
||||||
"display_name": "Extension 1",
|
"display_name": "Extension 1",
|
||||||
"composer_name": "extension1\/vendor",
|
"composer_name": "extension1/vendor",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Dummy extension 1 for testing.",
|
"description": "Dummy extension 1 for testing.",
|
||||||
"url": "https:\/\/example.com\/extension1",
|
"url": "https://example.com/extension1",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Author One",
|
"name": "Author One",
|
||||||
"email": "author1@example.com",
|
"email": "author1@example.com",
|
||||||
"homepage": "https:\/\/author1.example.com",
|
"homepage": "https://author1.example.com",
|
||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpbb\/viglink",
|
"name": "phpbb/viglink",
|
||||||
"display_name": "VigLink",
|
"display_name": "VigLink",
|
||||||
"composer_name": "phpbb\/viglink",
|
"composer_name": "phpbb/viglink",
|
||||||
"version": "dev-master",
|
"version": "dev-master",
|
||||||
"description": "The VigLink extension for phpBB makes it possible to earn revenue, without any change to the user experience, when users post and follow links to commercial sites.",
|
"description": "The VigLink extension for phpBB makes it possible to earn revenue, without any change to the user experience, when users post and follow links to commercial sites.",
|
||||||
"url": "https:\/\/www.phpbb.com\/",
|
"url": "https://www.phpbb.com/",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Author Two",
|
"name": "Author Two",
|
||||||
"email": "author2@example.com",
|
"email": "author2@example.com",
|
||||||
"homepage": "https:\/\/author2.example.com",
|
"homepage": "https://author2.example.com",
|
||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user