-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b816128
commit d26bd10
Showing
1 changed file
with
4 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
{ | ||
"name": "slim/slim-skeleton", | ||
"description": "A Slim Framework skeleton application for rapid development", | ||
"keywords": ["microframework","rest","router"], | ||
"homepage": "http://github.com/codeguy/Slim-Skeleton", | ||
"name": "previewict/pst-stack", | ||
"description": "Propel-Slim-Twig PHP Application Stack. The most sophisticated application stack for starting any PHP application in a minute.", | ||
"keywords": ["microframework","rest","router", "propel", "slim", "twig", "stack", "sekeleton"], | ||
"homepage": "https://github.com/previewict/pst-stack", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Josh Lockhart", | ||
"email": "[email protected]", | ||
"homepage": "http://www.joshlockhart.com/" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.3.0", | ||
"monolog/monolog": "1.*", | ||
|