This repository was archived by the owner on Oct 13, 2019. It is now read-only.
forked from silverstripe/silverstripe-html5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add composer.json and make purpose of module clearer in README
- Loading branch information
Hamish Friedlander
committed
Mar 19, 2013
1 parent
31e6a72
commit 54fc0b8
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "silverstripe/html5", | ||
"description": "HTML5 support for SilverStripe", | ||
"type": "silverstripe-module", | ||
"keywords": ["silverstripe", "html5"], | ||
"license": "BSD-3-Clause", | ||
"require": { | ||
"silverstripe/framework": "3.*" | ||
} | ||
} |