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

38 lines
1.1 KiB
JSON

{
"name": "Fake Reservation System",
"description": "Send mails with markup to yourself to trigger Google Now features",
"require": {
"php": ">=5.3.0",
"mustache/mustache": "~2.10",
"google/material-design-lite": "~1.1.3",
"google/apiclient": "^2.0.0@RC",
"leifoolsen/mdl-ext": "~0.8.12"
},
"repositories": [
{
"type": "package",
"package": {
"name": "google/material-design-lite",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/google/material-design-lite",
"reference": "v1.1.3"
}
}
},
{
"type": "package",
"package": {
"name": "leifoolsen/mdl-ext",
"version": "0.8.12",
"source": {
"type": "git",
"url": "https://github.com/leifoolsen/mdl-ext",
"reference": "v0.8.12"
}
}
}
]
}