dev-master
9999999-devSimple bundle to visualise primes and their multiplication table
MIT
The Requires
- php >=7.0.0
The Development Requires
by todstoychev
Simple bundle to visualise primes and their multiplication table
Install as usually install Symfony bundles.
Run: composer require todstoychev/primes
.
It may be necessary to change your symfony installation minimum-stability
directive to dev
.
This can be done by adding:, (*1)
{ "minimum-stability": "dev" }
to your composer.json file., (*2)
Then add to app/AppKernel.php
in the bundles array:, (*3)
$bundles = [ // Other bundles here new Todstoychev\PrimesBundle\TodstoychevPrimesBundle(), ];
The bundle provides 2 commands., (*4)
Simple bundle to visualise primes and their multiplication table
MIT