{ "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/" } } }
info at phpclasses dot org