From 014f51cfff5985424dfd791d0dffe438dc28b29b Mon Sep 17 00:00:00 2001 From: James Mills Date: Fri, 17 Feb 2023 15:07:53 +0400 Subject: [PATCH] Removed requirement for `treeware/plant` package. --- CHANGELOG.md | 5 +++++ composer.json | 14 +------------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6bab6..54ee57c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 7c7adb1..3bf0964 100644 --- a/composer.json +++ b/composer.json @@ -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": { @@ -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": {