PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gjero Krsteski   PHP Nuclear Reactor   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Nuclear Reactor
Asynchronous RESTful API using ReactPHP and PIMF
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 623 bytes
 

Contents

Class file image Download
{ "name": "gjerokrsteski/reactphp-pimf", "description": "reactive RESTful API which uses ReactPHP and PIMF PHP micro framework", "license": "MIT", "minimum-stability": "stable", "keywords": ["php", "pimf", "react", "reactphp"], "support": { "email": "gjero@krsteski.de", "source": "https://github.com/gjerokrsteski/reactphp-pimf" }, "authors" : [ { "name" : "Gjero Krsteski", "email" : "gjero@krsteski.de", "homepage" : "http://krsteski.de" } ], "require": { "react/react": "0.4.2", "gjerokrsteski/pimf": "1.11.0", "codeception/codeception": "2.5.0" } }