Skip to content

Commit

Permalink
Removed requirement for treeware/plant package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmills committed Feb 17, 2023
1 parent c4c64e0 commit 014f51c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.13.0] - 2023-02-17

### Removed
- Removed requirement for `treeware/plant` package.

## [1.12.0] - 2023-02-15

### Added
Expand Down
14 changes: 1 addition & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"php": ">=7.4",
"laravel/framework": "5.6.*|5.7.*|5.8.*|^6|^7|^8|^9|^10.0",
"torann/geoip": "^3.0",
"nesbot/carbon": "^1.0|^2.0",
"treeware/plant": "dev-main"
"nesbot/carbon": "^1.0|^2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -30,17 +29,6 @@
"providers": [
"JamesMills\\LaravelTimezone\\LaravelTimezoneServiceProvider"
]
},
"treeware": {
"teaser": [
"Your message to the consumers of your package to convince them.",
"Multiple lines are possible, but not more than 3 lines and 200 characters."
],
"priceGroups": {
"useful": 100,
"important": 250,
"critical": 500
}
}
},
"require-dev": {
Expand Down

0 comments on commit 014f51c

Please sign in to comment.