Skip to content

Commit e5fc24c

Browse files
committed
remove unnecessary elements from composer.json
1 parent 0267c37 commit e5fc24c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
},
4040
"autoload": {
4141
"psr-4": {
42-
"StevenFox\\LaravelModelValidation\\": "src/",
43-
"StevenFox\\LaravelModelValidation\\Database\\Factories\\": "database/factories/"
42+
"StevenFox\\LaravelModelValidation\\": "src/"
4443
}
4544
},
4645
"autoload-dev": {
@@ -78,10 +77,7 @@
7877
"laravel": {
7978
"providers": [
8079
"StevenFox\\LaravelModelValidation\\LaravelModelValidationServiceProvider"
81-
],
82-
"aliases": {
83-
"LaravelModelValidation": "StevenFox\\LaravelModelValidation\\Facades\\LaravelModelValidation"
84-
}
80+
]
8581
}
8682
},
8783
"minimum-stability": "dev",

0 commit comments

Comments
 (0)