Skip to content

Commit c6a5637

Browse files
authored
Add composer.json to publish to packagist.org
1 parent 824e782 commit c6a5637

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

composer.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "ph-7/materialize-css",
3+
"type": "library",
4+
"description": "Builds Materialize distribution packages for PHP",
5+
"keywords": ["css", "materialize", "php materialize", "materialize packagist", "materialize composer"],
6+
"homepage": "https://materializecss.com",
7+
"license": "MIT",
8+
"version": "1.0.0",
9+
"authors": [
10+
{
11+
"name": "Alvin Wang",
12+
"role": "Developer"
13+
},
14+
{
15+
"name": "Alan Chang",
16+
"role": "Developer"
17+
}
18+
],
19+
"require": {
20+
"components/jquery": "^3.2.1"
21+
},
22+
"autoload": {
23+
"psr-0": {
24+
"Materialize": ""
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)