File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased] ( https://github.com/BlameButton/laravel-changelog/compare/v1.0.1...main )
9
9
10
+ ## [ v1.0.2] ( https://github.com/BlameButton/laravel-changelog/compare/v1.0.1...v1.0.2 ) - 2021-11-05
11
+
12
+ ### Fixed
13
+
14
+ - FQDN to Facade and Service Provider in ` composer.json `
15
+
10
16
## [ v1.0.1] ( https://github.com/BlameButton/laravel-changelog/compare/v1.0.0...v1.0.1 ) - 2021-11-05
11
17
12
18
### Added
Original file line number Diff line number Diff line change 42
42
},
43
43
"scripts" : {
44
44
"phpstan" : " vendor/bin/phpstan analyse" ,
45
- "test" : " vendor/bin/testbench package:test --parallel --no-coverage " ,
45
+ "test" : " vendor/bin/phpunit " ,
46
46
"test-coverage" : " vendor/bin/phpunit --coverage-html coverage"
47
47
},
48
48
"config" : {
54
54
},
55
55
"laravel" : {
56
56
"providers" : [
57
- " ChangelogServiceProvider"
57
+ " \\ BlameButton \\ Laravel \\ Changelog \\ ChangelogServiceProvider"
58
58
],
59
59
"aliases" : {
60
- "Changelog" : " ChangelogFacade"
60
+ "Changelog" : " \\ BlameButton \\ Laravel \\ Changelog \\ ChangelogFacade"
61
61
}
62
62
}
63
63
},
You can’t perform that action at this time.
0 commit comments