Skip to content

Commit 83092a0

Browse files
updating dependencies
1 parent c99d0ed commit 83092a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "wallacemaxters/bless-ui",
3+
34
"keywords": ["blade", "tailwindcss", "ui"],
45
"description": "The Bless UI is a package to make easy your ui elements with tailwindcss or another framework",
56
"license": "MIT",
@@ -14,9 +15,10 @@
1415
"email": "wallacemaxters@gmail.com"
1516
}
1617
],
17-
"minimum-stability": "dev",
18+
"minimum-stability": "stable",
1819
"require-dev": {
19-
"illuminate/support": "^10"
20+
"illuminate/support": "^10.0",
21+
"illuminate/console": "^10.0"
2022
},
2123
"extra": {
2224
"laravel": {

0 commit comments

Comments
 (0)