Skip to content

Commit

Permalink
update session middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
millken committed Aug 25, 2020
1 parent 18e0c47 commit a3bde99
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 119 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"guzzlehttp/psr7": "^1.4",
"psr/log": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/container": "^1.0"
"psr/container": "^1.0",
"psr/simple-cache": "^1.0"
},
"authors": [{
"name": "millken",
Expand Down
183 changes: 145 additions & 38 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class Application implements LoggerAwareInterface
{
const VERSION = '3.0.7';
const VERSION = '3.1.0';

protected $container;

Expand Down
Loading

0 comments on commit a3bde99

Please sign in to comment.