mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-02 04:24:56 +02:00
22 lines
482 B
JSON
22 lines
482 B
JSON
{
|
|
"name": "foo/example",
|
|
"type": "phpbb-extension",
|
|
"description": "An example/sample extension to be used for testing purposes in phpBB Development.",
|
|
"version": "1.0.0",
|
|
"time": "2012-02-15 01:01:01",
|
|
"licence": "GPL-2.0",
|
|
"authors": [{
|
|
"name": "John Smith",
|
|
"email": "email@phpbb.com",
|
|
"homepage": "http://phpbb.com",
|
|
"role": "N/A"
|
|
}],
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"phpbb/phpbb": "3.1.*@dev"
|
|
},
|
|
"extra": {
|
|
"display-name": "phpBB Foo Extension"
|
|
}
|
|
}
|