Restructuring
This commit is contained in:
13
composer.json
Normal file
13
composer.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user