Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MuruganandamAlwar authored Jan 6, 2025
1 parent fe3b725 commit 463ebaa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "test/hello-world-app",
"description": "A simple Hello World console application",
"require": {},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"scripts": {
"start": "php src/hello.php"
}
}

0 comments on commit 463ebaa

Please sign in to comment.