1
0
Fork 0
forked from lino/radar-wp
radar-wp-custom/composer.json

22 lines
518 B
JSON

{
"name": "events-radar/wp-plugin",
"description": "WordPress Plugin to display events from Radar.",
"license": "GPL-2.0+",
"authors": [
{
"name": "ekes",
"email": "ekes@iskra.net"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://0xacab.org/radar/radar-api-php"
}
],
"minimum-stability": "beta",
"prefer-stable": true,
"require": {
"events-radar/radar-api-php": "0.1.*@beta"
}
}