1
0
Fork 0
forked from lino/radar-wp

Initial simple composer.json

This commit is contained in:
ekes 2019-05-12 14:18:03 +02:00
parent b3aaf40ef6
commit eab5592dd5

14
composer.json Normal file
View 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"
}
}