We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0ecd7 commit 7a87a88Copy full SHA for 7a87a88
composer.json
@@ -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