Skip to content

Commit 09c460f

Browse files
authored
Update composer.json
1 parent 75192ec commit 09c460f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,16 @@
3232
"Bilaliqbalr_new\\StringBladeCompiler\\": "src/"
3333
}
3434
},
35+
"minimum-stability": "dev",
36+
"extra": {
37+
"laravel": {
38+
"providers": [
39+
"Bilaliqbalr_new\\StringBladeCompiler\\StringBladeCompilerServiceProvider"
40+
],
41+
"aliases": {
42+
"StringView": "Bilaliqbalr_new\\StringBladeCompiler\\Facades\\StringView"
43+
}
44+
}
45+
}
3546
"minimum-stability": "dev"
3647
}

0 commit comments

Comments
 (0)