Skip to content

Commit 6016496

Browse files
committed
Merge branch 'hotfix-petrzpav' into main-1
2 parents 224ca90 + 561ce92 commit 6016496

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.0.3] - 2025-05-15
8+
9+
### Fixed
10+
11+
- Support `laravel-common:^2`.
12+
713
## [1.0.2] - 2025-05-14
814

915
### Fixed
@@ -328,6 +334,7 @@ _Stable release based on [0.1.0-rc.1]._
328334

329335
- New changelog file.
330336

337+
[1.0.3]: https://https://github.com/internetguru/laravel-model-browser/compare/v1.0.2...v1.0.3
331338
[1.0.2]: https://https://github.com/internetguru/laravel-model-browser/compare/v1.0.1...v1.0.2
332339
[1.0.1]: https://https://github.com/internetguru/laravel-model-browser/compare/v1.0.0...v1.0.1
333340
[1.0.0]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.12.2...v1.0.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"require": {
88
"livewire/livewire": "^3.5",
99
"laravel/framework": "^9.0 || ^10.0 || ^11.0",
10-
"internetguru/laravel-common": "^1"
10+
"internetguru/laravel-common": "^1 || ^2"
1111
},
1212
"require-dev": {
1313
"laravel/pint": "^1.17",
1414
"orchestra/testbench": "^9.5",
1515
"phpunit/php-code-coverage": "^11.0",
1616
"livewire/livewire": "^3.5",
17-
"internetguru/laravel-common": "^1"
17+
"internetguru/laravel-common": "^1 || ^2"
1818
},
1919
"license": "MIT",
2020
"autoload": {

0 commit comments

Comments
 (0)