Skip to content

Commit

Permalink
Upgraded version to reflect dropping php 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Aug 2, 2015
1 parent c4f0cc7 commit 6ff12ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Stash v0.13 Changelog

### 0.13.1

* Dropped support for PHP 5.3.


## Stash v0.12 Changelog

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ backwards compatible.

```
"require": {
"tedivm/stash": "0.12.*"
"tedivm/stash": "0.13.*"
}
```

Expand Down Expand Up @@ -107,7 +107,7 @@ drivers that use a variety of back ends.
The [Stash Bundle](https://github.com/tedious/TedivmStashBundle) makes using
Stash inside of Symfony projects significantly easier. This bundle exposes
Stash as a Service for developers to use, and allows Symfony to use Stash
as a session handler.
as a session handler.


## License
Expand Down

0 comments on commit 6ff12ef

Please sign in to comment.