/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Event
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Event/composer.json (906B)
{
"name": "cakephp/event",
"description": "CakePHP event dispatcher library that helps implementing the observer pattern",
"type": "library",
"keywords": [
"cakephp",
"event",
"dispatcher",
"observer pattern"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/event/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/cakephp/cakephp/issues",
"forum": "https://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/event"
},
"require": {
"php": ">=7.4.0",
"cakephp/core": "^4.0"
},
"autoload": {
"psr-4": {
"Cake\\Event\\": "."
}
}
}