Skip to content

Commit

Permalink
Adding treeware/plant
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmills committed Apr 28, 2021
1 parent c33628d commit c17c55e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"php": ">=7.4",
"laravel/framework": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8",
"torann/geoip": "^3.0",
"nesbot/carbon": "^1.0 || ^2.0"
"nesbot/carbon": "^1.0 || ^2.0",
"treeware/plant": "dev-main"
},
"autoload": {
"psr-4": {
Expand All @@ -30,6 +31,17 @@
"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 c17c55e

Please sign in to comment.