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