This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
php-frs/composer.json

18 lines
472 B
JSON

{
"name": "mbirth/FRS",
"description": "Fake Reservation System - Send mails with markup to yourself to trigger Google Now features",
"require": {
"php": ">=5.6.0",
"mustache/mustache": "~2.11",
"bower-asset/material-design-lite": "*",
"npm-asset/mdl-ext": "*"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"npm-asset/coffee-script": "~1.12"
},
"autoload": {
"classmap": ["lib/"]
}
}