PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PReact PHP Ask Confirmation before Action   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PReact PHP Ask Confirmation before Action
Ask confirmation before actions they are executed
Author: By
Last change:
Date: 3 years ago
Size: 425 bytes
 

Contents

Class file image Download
{ "name": "ahmard/preact", "description": "Performs action before-hand, confirms action execution.", "license": "MIT", "authors": [ { "name": "Ahmad Mustapha", "email": "ahmard06@gmail.com" } ], "require": { "php": ">=5.4.0", "react/promise": "^1.1.1" }, "autoload": { "psr-4": { "Preact\\": "src/" } } }