Skip to content

Commit 9844e21

Browse files
committed
IHF: Composer json added.
1 parent 9acbbc9 commit 9844e21

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "illuminated/helper-functions",
3+
"description": "Provides Laravel-specific and pure PHP helper functions.",
4+
"keywords": ["laravel", "helper", "function"],
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Dmitry Ivanov",
9+
"email": "dmitry.g.ivanov@gmail.com"
10+
}
11+
],
12+
"require": {
13+
"php": ">=5.4.0"
14+
}
15+
}

0 commit comments

Comments
 (0)