1
0
mirror of https://github.com/danog/PrimeModule.git synced 2024-11-26 20:34:37 +01:00
PrimeModule/composer.json
2022-05-22 14:15:58 +02:00

37 lines
830 B
JSON

{
"name": "danog/primemodule",
"description": "Prime module capable of doing prime factorization of huge numbers very quickly.\"",
"type": "library",
"license": "AGPL-3.0-only",
"authors": [
{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
}
],
"require": {
"php": "^8.0"
},
"suggest": {
"ext-primemodule": "Install the native C++ extension for extremely fast factorization (https://prime.madelineproto.xyz)"
},
"autoload": {
"psr-0": {
"danog\\": "lib/"
}
},
"config": {
"allow-plugins": {
"phabel/phabel": true
}
},
"require-dev": {
"phabel/phabel": "^1"
},
"extra": {
"phabel": {
"revision": 0
}
}
}