Skip to content

Commit 8051e3f

Browse files
author
rizkyyangpalsu
authored
Merge pull request #5 from rizkyyangpalsu/master
Update Composer
2 parents 9a420a7 + b6e3e88 commit 8051e3f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "poteto-dev/laravel-ui-stisla",
33
"description": "The laravel UI with Stisla Dashboard",
44
"keywords": ["laravel", "ui", "stisla"],
5+
"authors": [
6+
{
7+
"name": "Poteto Dev",
8+
"email": "[email protected]"
9+
}
10+
],
511
"require": {
612
"php": "^7.1.3",
713
"laravel/ui": "^1.0",
@@ -24,5 +30,6 @@
2430
]
2531
}
2632
},
27-
"minimum-stability": "dev"
33+
"minimum-stability": "dev",
34+
"prefer-stable": true
2835
}

0 commit comments

Comments
 (0)