Skip to content

Commit aaff411

Browse files
committed
fix for composer.json
1 parent d8c0124 commit aaff411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"cviebrock/eloquent-sluggable": "~8.0|~7.0|~6.0|~4.8|~4.7|~4.6|~4.5",
3333
"laravelium/feed": "~2.12.0|~3.0.0|3.1.*|v6.0.*|v7.0.*|v8.0.*",
3434
"intervention/image": "2.*",
35-
"laravel/helpers": "^1.3"
35+
"laravel/helpers": "^1.3",
36+
"swisnl/laravel-fulltext": "^0.20.0"
3637
},
3738
"require-dev": {
3839
"phpunit/phpunit": "*",
@@ -41,8 +42,7 @@
4142
},
4243
"autoload": {
4344
"psr-4": {
44-
"BinshopsBlog\\": "src",
45-
"BinshopsBlog\\Laravel\\Fulltext\\": "src/FulltextSearch/src/"
45+
"BinshopsBlog\\": "src"
4646
}
4747
},
4848
"autoload-dev": {

0 commit comments

Comments
 (0)