PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Javier Garrido   PHP State Machine Implementation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP State Machine Implementation
Define a state machine and process trigger events
Author: By
Last change:
Date: 2 years ago
Size: 651 bytes
 

Contents

Class file image Download
{ "name": "jagarsoft/php-state-machine", "description": "PHP StateMachine implementation", "type": "library", "license": "GPL-2.0-only", "authors": [ { "name": "Javier Garrido", "email": "jagarsoft2000@gmail.com", "role": "Developer" } ], "require": { "php": "^7.4" }, "autoload": { "psr-4": { "jagarsoft\\StateMachine\\": "src/" } }, "autoload-dev": { "psr-4": { "jagarsoft\\StateMachine\\Stubs\\": "tests/Stubs/" } }, "require-dev": { "phpunit/phpunit": "^8.4@dev" } }