Skip to content

Commit 5baf81f

Browse files
committed
Widen the version constraint to allow claudiodekker/laravel-auth >=v0.1 <1.0.0
1 parent 9d36331 commit 5baf81f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/bladebones/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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
915

1016
## [v0.1.0](https://github.com/claudiodekker/laravel-auth-bladebones/releases/tag/v0.1.0) - 2022-11-30
1117

packages/bladebones/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php": "~8.1.0",
2525
"ext-json": "*",
2626
"laravel/framework": "^9.0",
27-
"claudiodekker/laravel-auth": "^0.1"
27+
"claudiodekker/laravel-auth": "~0.1"
2828
},
2929
"require-dev": {
3030
"roave/security-advisories": "dev-latest",

0 commit comments

Comments
 (0)