File tree 2 files changed +6
-13
lines changed
2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ 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.13.0] - 2023-02-17
8
+
9
+ ### Removed
10
+ - Removed requirement for ` treeware/plant ` package.
11
+
7
12
## [ 1.12.0] - 2023-02-15
8
13
9
14
### Added
Original file line number Diff line number Diff line change 16
16
"php" : " >=7.4" ,
17
17
"laravel/framework" : " 5.6.*|5.7.*|5.8.*|^6|^7|^8|^9|^10.0" ,
18
18
"torann/geoip" : " ^3.0" ,
19
- "nesbot/carbon" : " ^1.0|^2.0" ,
20
- "treeware/plant" : " dev-main"
19
+ "nesbot/carbon" : " ^1.0|^2.0"
21
20
},
22
21
"autoload" : {
23
22
"psr-4" : {
30
29
"providers" : [
31
30
" JamesMills\\ LaravelTimezone\\ LaravelTimezoneServiceProvider"
32
31
]
33
- },
34
- "treeware" : {
35
- "teaser" : [
36
- " Your message to the consumers of your package to convince them." ,
37
- " Multiple lines are possible, but not more than 3 lines and 200 characters."
38
- ],
39
- "priceGroups" : {
40
- "useful" : 100 ,
41
- "important" : 250 ,
42
- "critical" : 500
43
- }
44
32
}
45
33
},
46
34
"require-dev" : {
You can’t perform that action at this time.
0 commit comments