31 lines
698 B
JSON
Executable File
31 lines
698 B
JSON
Executable File
{
|
|
"name": "phpservermon/phpservermon",
|
|
"description": "PHP Server Monitor",
|
|
"homepage": "http://www.phpservermonitor.org",
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/phpservermon/php-pushover"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.7",
|
|
"phpmailer/phpmailer": "5.2.6",
|
|
"symfony/config": "2.6.*",
|
|
"symfony/dependency-injection": "2.6.*",
|
|
"symfony/http-foundation": "2.6.*",
|
|
"php-pushover/php-pushover": "dev-master",
|
|
"twig/twig": "1.*"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"./src/includes/psmconfig.inc.php",
|
|
"./src/includes/functions.inc.php",
|
|
"./src/includes/password_compatibility_library.inc.php"
|
|
],
|
|
"psr-4": {
|
|
"psm\\": "src/psm/"
|
|
}
|
|
}
|
|
}
|