use tormjens/eventy

This commit is contained in:
Edward Yang 2022-07-20 13:55:14 +08:00
parent 46d38c0cce
commit b88035c68c
2 changed files with 79 additions and 2 deletions

View File

@ -12,7 +12,8 @@
"intervention/image": "^2.7",
"laravel/framework": "^8.65",
"laravel/tinker": "^2.5",
"stripe/stripe-php": "^8.8"
"stripe/stripe-php": "^8.8",
"tormjens/eventy": "^0.8.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.6",

78
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6a2ff68409a1cfa702ce085441932b73",
"content-hash": "4fc9f5ec868c1a2d6737b5724e42960c",
"packages": [
{
"name": "asm89/stack-cors",
@ -5658,6 +5658,82 @@
},
"time": "2021-12-08T09:12:39+00:00"
},
{
"name": "tormjens/eventy",
"version": "0.8",
"source": {
"type": "git",
"url": "https://github.com/tormjens/eventy.git",
"reference": "3af91bd1d98114d19aa8b4ff983f872bdcc55c44"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tormjens/eventy/zipball/3af91bd1d98114d19aa8b4ff983f872bdcc55c44",
"reference": "3af91bd1d98114d19aa8b4ff983f872bdcc55c44",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"illuminate/support": ">=5.3",
"opis/closure": "^3.5",
"php": ">=7.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"TorMorten\\Eventy\\EventServiceProvider",
"TorMorten\\Eventy\\EventBladeServiceProvider"
],
"aliases": {
"Eventy": "TorMorten\\Eventy\\Facades\\Events"
}
}
},
"autoload": {
"psr-4": {
"TorMorten\\Eventy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tor Morten Jensen",
"homepage": "https://tormorten.no"
}
],
"description": "The WordPress filter/action system in Laravel",
"homepage": "https://github.com/tormjens/eventy",
"keywords": [
"HOOK",
"action",
"actions",
"event",
"events",
"filter",
"filters",
"hooks",
"laravel",
"wordpress"
],
"support": {
"issues": "https://github.com/tormjens/eventy/issues",
"source": "https://github.com/tormjens/eventy/tree/0.8"
},
"time": "2021-10-22T08:33:10+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v5.4.1",