Skip to content

Commit 25cf0ca

Browse files
committed
composer update
1 parent dbf7828 commit 25cf0ca

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,18 @@
2929
}
3030
],
3131
"require": {
32-
"php": "^7.1.3",
33-
"laravel/framework": "^5.7"
32+
"php": "^7.1.3"
3433
},
3534
"autoload": {
3635
"psr-4": {
3736
"Bilaliqbalr\\StringBladeCompiler\\": "src/"
3837
}
3938
},
40-
"minimum-stability": "dev",
4139
"extra": {
4240
"laravel": {
4341
"providers": [
4442
"Bilaliqbalr\\StringBladeCompiler\\StringBladeCompilerServiceProvider"
45-
],
46-
"aliases": {
47-
"StringView": "Bilaliqbalr\\StringBladeCompiler\\Facades\\StringView"
48-
}
43+
]
4944
}
5045
}
51-
"minimum-stability": "dev"
5246
}

0 commit comments

Comments
 (0)