File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/claudiodekker/laravel-auth-bladebones/compare/v0.1.0...HEAD )
8
+ ## [ Unreleased] ( https://github.com/claudiodekker/laravel-auth-bladebones/compare/v0.1.1...HEAD )
9
+
10
+ ## [ v0.1.1] ( https://github.com/claudiodekker/laravel-auth-bladebones/compare/v0.1.1...v0.1.0 ) - 2022-11-30
11
+
12
+ ### Fixed
13
+
14
+ - Widen the version constraint to allow ` claudiodekker/laravel-auth ` >=v0.1 <1.0.0
9
15
10
16
## [ v0.1.0] ( https://github.com/claudiodekker/laravel-auth-bladebones/releases/tag/v0.1.0 ) - 2022-11-30
11
17
Original file line number Diff line number Diff line change 24
24
"php" : " ~8.1.0" ,
25
25
"ext-json" : " *" ,
26
26
"laravel/framework" : " ^9.0" ,
27
- "claudiodekker/laravel-auth" : " ^ 0.1"
27
+ "claudiodekker/laravel-auth" : " ~ 0.1"
28
28
},
29
29
"require-dev" : {
30
30
"roave/security-advisories" : " dev-latest" ,
You can’t perform that action at this time.
0 commit comments