PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Swotch PHP File Change Event Watch   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Swotch PHP File Change Event Watch
Watch file changes in PHP Swoole applications
Author: By
Last change:
Date: 9 months ago
Size: 710 bytes
 

Contents

Class file image Download
{ "name": "ahmard/swotch", "description": "Swoole File Watcher", "type": "library", "license": "MIT", "authors": [ { "name": "Ahmard", "email": "Ahmard06@gmail.com" } ], "require": { "PHP": "^8.0", "ext-inotify": "*", "ext-swoole": "*", "evenement/evenement": "^3.0" }, "require-dev": { "phpstan/phpstan": "^0.12.90", "phpunit/phpunit": "^9.5", "swoole/ide-helper": "^4.6" }, "autoload": { "psr-4": { "Swotch\\": "src/" } }, "scripts": { "analyse" : "vendor/bin/phpstan analyse", "test" : "vendor/bin/phpunit" } }