Skip to content

Commit

Permalink
Updated todo list and moved to separate file, updated composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Jul 10, 2013
1 parent 13d895a commit b821dfd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ $app = new Slim(...);
$app->add(new Clockwork\Support\Slim\ClockworkMiddleware('/requests/storage/path'));
```

## TODO

- documentation
- support for application log and timeline in Slim
- support for more frameworks (namely Symfony2)
- tests

## Licence

Copyright (c) 2013 Miroslav Rigler
Expand Down
9 changes: 9 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
1.0
- documentation
- support for application log, timeline and routes in Slim
- support for application and/or PHP settings

Someday/maybe
- sql database storage backend
- support for more frameworks (namely Symfony2)
- tests
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"authors": [
{
"name": "itsgoingd",
"email": "[email protected]"
"email": "[email protected]",
"homepage": "http://twitter.com/itsgoingd"
}
],
"require": {
Expand Down

0 comments on commit b821dfd

Please sign in to comment.