Skip to content

Commit

Permalink
Package autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Sep 28, 2021
1 parent d99ba68 commit d022594
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ format. This project adheres to [Semantic Versioning](https://semver.org/spec/v2

## [Unreleased]

## [0.1.1]

### Fixed

- Enabled package autoloading

## [0.1.0]

### Fixed
Expand Down Expand Up @@ -39,7 +45,8 @@ format. This project adheres to [Semantic Versioning](https://semver.org/spec/v2
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

[Unreleased]: https://github.com/glhd/gretel/compare/0.1.0...HEAD
[Unreleased]: https://github.com/glhd/gretel/compare/0.1.1...HEAD
[0.1.1]: https://github.com/glhd/gretel/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/glhd/gretel/compare/0.0.2...0.1.0
[0.0.2]: https://github.com/glhd/gretel/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/glhd/gretel/releases/tag/0.0.1
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
},
"extra": {
"laravel": {
"providers": [],
"providers": [
"Glhd\\Gretel\\Support\\GretelServiceProvider"
],
"aliases": {}
}
}
Expand Down

0 comments on commit d022594

Please sign in to comment.