2014-04-24 21:31:48 +00:00
|
|
|
{
|
|
|
|
"name": "phpservermon/phpservermon",
|
|
|
|
"description": "PHP Server Monitor",
|
|
|
|
"homepage": "http://www.phpservermonitor.org",
|
2014-07-31 10:11:32 +00:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/phpservermon/php-pushover"
|
|
|
|
}
|
|
|
|
],
|
2014-04-24 21:31:48 +00:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.7",
|
|
|
|
"phpmailer/phpmailer": "5.2.6",
|
2014-07-31 10:11:32 +00:00
|
|
|
"symfony/http-foundation": "2.4.*",
|
2014-08-01 14:40:20 +00:00
|
|
|
"php-pushover/php-pushover": "dev-master",
|
|
|
|
"twig/twig": "1.*"
|
2014-04-24 21:31:48 +00:00
|
|
|
}
|
|
|
|
}
|