pax_global_header00006660000000000000000000000064134151647520014522gustar00rootroot0000000000000052 comment=dbefd12671e8a14ec7f180cab83036ed26714bb0 event-dispatcher-1.0.0/000077500000000000000000000000001341516475200147655ustar00rootroot00000000000000event-dispatcher-1.0.0/.editorconfig000066400000000000000000000004561341516475200174470ustar00rootroot00000000000000; This file is for unifying the coding style for different editors and IDEs. ; More information at http://editorconfig.org root = true [*] charset = utf-8 indent_size = 4 indent_style = space end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [Makefile] indent_style = tab event-dispatcher-1.0.0/.gitignore000066400000000000000000000000271341516475200167540ustar00rootroot00000000000000/vendor/ composer.lock event-dispatcher-1.0.0/LICENSE000066400000000000000000000020501341516475200157670ustar00rootroot00000000000000MIT License Copyright (c) 2018 PHP-FIG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. event-dispatcher-1.0.0/README.md000066400000000000000000000005051341516475200162440ustar00rootroot00000000000000PSR Event Dispatcher ==================== This repository holds the interfaces related to [PSR-14](http://www.php-fig.org/psr/psr-14/). Note that this is not an Event Dispatcher implementation of its own. It is merely interfaces that describe the components of an Event Dispatcher. See the specification for more details. event-dispatcher-1.0.0/composer.json000066400000000000000000000010601341516475200175040ustar00rootroot00000000000000{ "name": "psr/event-dispatcher", "description": "Standard interfaces for event handling.", "type": "library", "keywords": ["psr", "psr-14", "events"], "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "require": { "php": ">=7.2.0" }, "autoload": { "psr-4": { "Psr\\EventDispatcher\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } } event-dispatcher-1.0.0/src/000077500000000000000000000000001341516475200155545ustar00rootroot00000000000000event-dispatcher-1.0.0/src/EventDispatcherInterface.php000066400000000000000000000006571341516475200232060ustar00rootroot00000000000000