Skip to content

Commit 014f51c

Browse files
committedFeb 17, 2023
Removed requirement for treeware/plant package.
1 parent c4c64e0 commit 014f51c

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.13.0] - 2023-02-17
8+
9+
### Removed
10+
- Removed requirement for `treeware/plant` package.
11+
712
## [1.12.0] - 2023-02-15
813

914
### Added

‎composer.json

+1-13
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"php": ">=7.4",
1717
"laravel/framework": "5.6.*|5.7.*|5.8.*|^6|^7|^8|^9|^10.0",
1818
"torann/geoip": "^3.0",
19-
"nesbot/carbon": "^1.0|^2.0",
20-
"treeware/plant": "dev-main"
19+
"nesbot/carbon": "^1.0|^2.0"
2120
},
2221
"autoload": {
2322
"psr-4": {
@@ -30,17 +29,6 @@
3029
"providers": [
3130
"JamesMills\\LaravelTimezone\\LaravelTimezoneServiceProvider"
3231
]
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-
}
4432
}
4533
},
4634
"require-dev": {

0 commit comments

Comments
 (0)
Please sign in to comment.