forked from lino/radar-wp
Initial simple composer.json
This commit is contained in:
parent
b3aaf40ef6
commit
eab5592dd5
1 changed files with 14 additions and 0 deletions
14
composer.json
Normal file
14
composer.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"name": "radar-wp/squat-radar",
|
||||||
|
"description": "Wordpress Calendar widget for https://radar.squat.net/ events",
|
||||||
|
"type": "wordpress-plugin",
|
||||||
|
"homepage": "https://radar.squat.net",
|
||||||
|
"license": "GPL-2.0+",
|
||||||
|
"authors": [ {
|
||||||
|
"name": "Radar contributors",
|
||||||
|
"homepage": "https://0xacab.org/radar"
|
||||||
|
} ],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.4.0"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue