PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kacper Rowinski   PHP iNotify Extension Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP iNotify Extension Class
Get notifications of when directory files change
Author: By
Last change: - php 8.0 needs phpunit 9.3
- php 7.4
- symfony 4,5,6 support
- docker iamge updated
- replaced travis with github workflow
- code reformat to psr12
- tests and little refactor
Date: 14 days ago
Size: 771 bytes
 

Contents

Class file image Download
{ "name": "krowinski/php-inotify", "description": "Wraps php inotify module into object and dispatch them using event dispatcher.", "keywords": [ "inotify" ], "type": "library", "license": "MIT", "authors": [ { "name": "Kacper Rowi?ski", "email": "[email protected]" } ], "minimum-stability": "stable", "require": { "php": ">=7.4", "ext-inotify": "*", "ext-json": "*", "symfony/event-dispatcher": "^4.0|^5.0|^6.0", "vistik/typed-collections": "^2.0", "myclabs/php-enum": "^1.8" }, "require-dev": { "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": { "Inotify\\": "src/Inotify/" } }, "autoload-dev": { "psr-4": { "Inotify\\Tests\\": "tests/" } } }