PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Julian Finkler   Legendary Mind   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Legendary Mind
Emulate a brain using neural networking links
Author: By
Last change:
Date: 6 years ago
Size: 558 bytes
 

Contents

Class file image Download
{ "name": "devtronic/legendary-mind", "description": "Easy to use neural network written in PHP", "type": "library", "require": { "php": ">=5.6.0", "devtronic/layerless": "^1.0" }, "require-dev": { "phpunit/phpunit": "^5.6" }, "license": "LGPL-3.0", "authors": [ { "name": "Julian Finkler", "email": "julian@developer-heaven.de" } ], "minimum-stability": "stable", "autoload": { "psr-4": { "Devtronic\\LegendaryMind\\": "src/", "Devtronic\\Tests\\LegendaryMind\\": "tests/" } } }