first commit - working

This commit is contained in:
2022-01-25 19:01:36 +00:00
commit 8f232d80d9
1361 changed files with 140207 additions and 0 deletions

26
composer.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "jdg/top100stars",
"description": "https://www.youtube.com/watch?v=Gei8PYEPqyw",
"type": "project",
"require": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"Top100stars\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Top100stars\\Tests\\": "tests/"
}
},
"authors": [
{
"name": "jdg",
"email": "jd@infdj.com"
}
]
}