Skip to content

Commit 7a87a88

Browse files
committed
added composer.json
1 parent 8f0ecd7 commit 7a87a88

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "magentron/laravel-scripts",
3+
"description": "Useful scripts etc. for Laravel",
4+
"type": "library",
5+
"keywords": ["laravel"],
6+
"homepage": "https://github.com/Magentron/laravel-scripts",
7+
"time": "2018-03-28 18:46:37",
8+
"license": "GPL-3.0-or-later",
9+
"authors": [
10+
{
11+
"name": "Jeroen Derks",
12+
"email": "jeroen@derks.it",
13+
"homepage": "https://www.derks.it/",
14+
"role": "Developer"
15+
}
16+
],
17+
"minimum-stability": "dev",
18+
"require": {}
19+
}

0 commit comments

Comments
 (0)