Skip to content

Commit

Permalink
(Base Project Setup) Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Adeyemi Olaoye committed Oct 26, 2016
1 parent 787cc43 commit 22325b4
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"name": "cottacush/phalcon-base-project",
"description": "Base project for bootstrapping phalcon projects",
"keywords": [
"phalcon",
"framework",
"basic",
"project template",
"improved"
],
"version": "1.0.0",
"type": "project",
"license": "MIT",
"minimum-stability": "stable",
"require": {
"bshaffer/oauth2-server-php": "^1.8",
"cottacush/phalcon-utils": "^1.10",
Expand All @@ -12,5 +24,18 @@
"codeception/codeception": "^2.2",
"redcomponent/teststatistics": "^2.2",
"flow/jsonpath": "^0.3.1"
}
},
"config": {
"process-timeout": 1800,
"discard-changes": true
},
"authors": [
{
"name": "Adeyemi Olaoye",
"email": "yemi@cottacush.com",
"homepage": "https://adeyemiolaoye.me",
"role": "Software Engineer"
}
]
}

0 comments on commit 22325b4

Please sign in to comment.