codingtests/composer.json

14 lines
301 B
JSON
Raw Permalink Normal View History

2024-07-01 13:49:44 +00:00
{
"name": "furyfire/codingtests",
"description": "Solutions for online coding challenges. (Support library for PHP)",
"homepage": "https://jcktrue.dk",
"require": {
"php": "^8.1"
},
"autoload": {
"psr-4": {
"CodingTests\\": "src/"
}
}
}