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

23 lines
518 B
JSON
Raw Normal View History

2015-02-24 16:25:12 +01:00
{
"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"
2015-02-24 16:25:12 +01:00
}
],
"minimum-stability": "beta",
2015-02-24 16:25:12 +01:00
"prefer-stable": true,
"require": {
"events-radar/radar-api-php": "0.1.*@beta"
2015-02-24 16:25:12 +01:00
}
}