Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Support Auto-Discovery #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Support Auto-Discovery
  • Loading branch information
Omranic authored Jun 21, 2017
commit c44864f5e7c9532720322952ee5240066b3a505e
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,12 @@
"Roumen\\Asset": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Roumen\\Asset\\AssetServiceProvider"
]
}
},
"minimum-stability": "stable"
}
}