Skip to content

Commit

Permalink
Merge pull request #35 from sandervankasteel/fix/ServiceProviderLoading
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervankasteel authored Dec 13, 2021
2 parents 6126045 + 0721b54 commit c2c0c7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [0.1.1] - 13-12-2021

- Fixed issue with loading Service Provider

## [0.1.0] - 11-12-2021 (First Release 🥳)

### Added
Expand All @@ -32,4 +36,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added rule for a 12hour time format
- Added rule for a 24hour time format
- Added rule for validating UNIX timestamps
- Added "OrRule"
- Added "OrRule"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"extra": {
"laravel": {
"providers": [
"SandervanKasteel\\LaravelExtendedValidation\\LaravelExtendedValidationServiceProvider"
"LaravelExtendedValidation\\LaravelExtendedValidationServiceProvider"
]
}
},
Expand Down

0 comments on commit c2c0c7b

Please sign in to comment.