mirror of
https://github.com/TheAlgorithms/PHP.git
synced 2025-01-17 15:18:13 +01:00
22 lines
387 B
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"
|
|
}
|
|
}
|