Skip to content

Commit

Permalink
2.8 => 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Aug 5, 2019
1 parent 13f7cf9 commit 915bedc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ A simple serialization.
Through [Composer](http://getcomposer.org) as [chubbyphp/chubbyphp-serialization][1].

```sh
composer require chubbyphp/chubbyphp-serialization "~2.8"
composer require chubbyphp/chubbyphp-serialization "~2.9"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -31,7 +31,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
"dev-master": "2.9-dev"
}
}
}

0 comments on commit 915bedc

Please sign in to comment.