Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ramth05 committed Sep 8, 2022
1 parent 2affef8 commit dd77b79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "vitalis/hello-composer",
"name": "rams/hello-composer",
"description": "A simple hello world composer package",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Ogbonna Vitalis",
"email": "agavitalisogbonna@gmail.com"
"name": "Singh rams",
"email": "ramth05@gmail.com"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {"vitalis\\HelloWorld\\": "src/"}
"psr-4": {"rams\\HelloWorld\\": "src/"}
},
"require": {}
}

0 comments on commit dd77b79

Please sign in to comment.