Skip to content

Commit

Permalink
Fix #3 Implementatie auto discovery laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Joosten authored and Tim Joosten committed Sep 29, 2017
1 parent e990ae9 commit 67e127d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## V1.0.0 - 29/09/2017

### Added
- Added CHANGELOG.
- Added `.editorconfig` file.
- Added code of conduct.

### Changed
- (none)
- Changed `composer.json` to support the auto-support from laravel.

### Removed
- (none)
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,12 @@
}
],
"minimum-stability": "stable",
"require": {}
"require": {},
"extra": {
"laravel" : {
"providers": [
"ActivismeBE\\ActiveMenu\\ActiveMenuServiceProvider"
]
}
}
}

0 comments on commit 67e127d

Please sign in to comment.