Skip to content

Commit

Permalink
small modifications in the composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mark authored and mark committed Aug 11, 2017
1 parent b8c5dd7 commit 02c1a7a
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
{
"name": "tetrode/composer-library-template",
"description": "Boilerplate package for creating other packages.",
"keywords": ["template", "composer", "package"],
"keywords": [
"template",
"composer",
"package"
],
"version": "1.0.3",
"license": "DBAD",
"authors": [
{
"name": "Darwin Biler",
"email": "[email protected]"
},
{
"name": "Mark Tetrode",
"email": "[email protected]"
}
],
"type": "project",
"require": {
"php": ">=5.4"
"php": ">=5.4"
},
"require-dev": {
"require-dev": {
},
"autoload": {
"autoload": {
"psr-4": {
"Buonzz\\Template\\": "src/"
}
Expand Down

0 comments on commit 02c1a7a

Please sign in to comment.