TheAlgorithms-PHP/composer.json
2023-10-04 21:38:14 +03:30

22 lines
389 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",
"squizlabs/php_codesniffer": "^3.7"
},
"scripts": {
"test": "vendor/bin/phpunit tests"
}
}