TheAlgorithms-PHP/composer.json
2020-10-03 07:47:19 +00:00

15 lines
249 B
JSON

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