phpservermon/composer.json

31 lines
730 B
JSON
Raw Normal View History

{
"name": "phpservermon/phpservermon",
"description": "PHP Server Monitor",
"homepage": "http://www.phpservermonitor.org",
"repositories": [
2017-01-13 09:01:15 +01:00
],
"require": {
"php": ">=5.3.7",
"phpmailer/phpmailer": "5.2.6",
"symfony/config": "2.8.*",
"symfony/dependency-injection": "2.8.*",
"symfony/event-dispatcher": "2.8.*",
"symfony/http-foundation": "2.8.*",
"php-pushover/php-pushover": "dev-master",
"twig/twig": "1.*",
"paragonie/random_compat" : "1.1.6",
"indigophp/hash-compat" : "1.1.0"
},
"autoload": {
"files": [
"./src/includes/psmconfig.inc.php",
"./src/includes/functions.inc.php",
"./src/includes/password_compatibility_library.inc.php"
],
"psr-4": {
"psm\\": "src/psm/"
}
}
}