Skip to content

Commit

Permalink
composer json format
Browse files Browse the repository at this point in the history
  • Loading branch information
emondpph committed Sep 17, 2019
1 parent 325880f commit 5e7fde8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@
"keywords": ["quidphp","quid","framework"],
"homepage": "https://quidphp.com",
"license": "MIT",
"authors": [
{
"name": "Pierre-Philippe Emond",
"email": "emondpph@gmail.com"
}
],
"authors": [{
"name": "Pierre-Philippe Emond",
"email": "emondpph@gmail.com"
}],
"require": {
"php": ">=7.3.0"
},
"autoload": {
"psr-4": {
"Quid\\Base\\": "src/",
"Quid\\Test\\Base\\": "test/"
"Quid\\Test\\Base\\": "test/"
}
}
}
}

0 comments on commit 5e7fde8

Please sign in to comment.