TheAlgorithms-PHP/composer.json
2021-01-04 14:53:01 -07:00

21 lines
348 B
JSON

{
"name" : "thealgorithms/php",
"description": "All Algorithms implemented in PHP",
"config": {
"platform": {
"php": "7.3.0"
}
},
"license": "MIT",
"require": {
"php": "7.3.0",
"phan/phan": "^2.7"
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"scripts": {
"test": "vendor/bin/phpunit tests"
}
}