TheAlgorithms-PHP/composer.json

22 lines
387 B
JSON

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