File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 1.0.3] - 2025-05-15
8
+
9
+ ### Fixed
10
+
11
+ - Support ` laravel-common:^2 ` .
12
+
7
13
## [ 1.0.2] - 2025-05-14
8
14
9
15
### Fixed
@@ -328,6 +334,7 @@ _Stable release based on [0.1.0-rc.1]._
328
334
329
335
- New changelog file.
330
336
337
+ [ 1.0.3 ] : https://https://github.com/internetguru/laravel-model-browser/compare/v1.0.2...v1.0.3
331
338
[ 1.0.2 ] : https://https://github.com/internetguru/laravel-model-browser/compare/v1.0.1...v1.0.2
332
339
[ 1.0.1 ] : https://https://github.com/internetguru/laravel-model-browser/compare/v1.0.0...v1.0.1
333
340
[ 1.0.0 ] : https://https://github.com/internetguru/laravel-model-browser/compare/v0.12.2...v1.0.0
Original file line number Diff line number Diff line change 1
- 1.0.2
1
+ 1.0.3
Original file line number Diff line number Diff line change 7
7
"require" : {
8
8
"livewire/livewire" : " ^3.5" ,
9
9
"laravel/framework" : " ^9.0 || ^10.0 || ^11.0" ,
10
- "internetguru/laravel-common" : " ^1"
10
+ "internetguru/laravel-common" : " ^1 || ^2 "
11
11
},
12
12
"require-dev" : {
13
13
"laravel/pint" : " ^1.17" ,
14
14
"orchestra/testbench" : " ^9.5" ,
15
15
"phpunit/php-code-coverage" : " ^11.0" ,
16
16
"livewire/livewire" : " ^3.5" ,
17
- "internetguru/laravel-common" : " ^1"
17
+ "internetguru/laravel-common" : " ^1 || ^2 "
18
18
},
19
19
"license" : " MIT" ,
20
20
"autoload" : {
You can’t perform that action at this time.
0 commit comments