Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New : Added composer.json #30

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 25 additions & 0 deletions composer.json
@@ -0,0 +1,25 @@
{
"name": "silverstripe/mobile",
"description": "The mobile module provides detection for mobile devices,
and can serve a different SilverStripe theme to them.
The module can either use redirection to a separate mobile
domain, or serve mobile optimised content under the same URLs.
It includes a default blackcandymobile theme to demonstrate the effects.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "mobile"],
"authors": [
{
"name": "Sean Harvey",
"email": "sean@silverstripe.com"
},
{
"name": "Will Rossiter",
"email": "will@silverstripe.com"
}
],

"require":
{
"silverstripe/framework": ">=2.4.1"
}
}