Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 13, 2020
1 parent 3c64795 commit 62c8c31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Factory Muffin 3.2
Factory Muffin 3.3
==================

[![StyleCI Status](https://github.styleci.io/repos/7930464/shield)](https://github.styleci.io/repos/7930464)
Expand All @@ -16,11 +16,11 @@ It's basically a "[factory\_girl](https://github.com/thoughtbot/factory_girl)",

[PHP](https://php.net) 5.4+ and [Composer](https://getcomposer.org) are required.

In your composer.json, simply add `"league/factory-muffin": "^3.2"` to your `"require-dev"` section:
In your composer.json, simply add `"league/factory-muffin": "^3.3"` to your `"require-dev"` section:
```json
{
"require-dev": {
"league/factory-muffin": "^3.2"
"league/factory-muffin": "^3.3"
}
}
```
Expand All @@ -29,7 +29,7 @@ In your composer.json, simply add `"league/factory-muffin": "^3.2"` to your `"re
```json
{
"require-dev": {
"league/factory-muffin": "^3.2",
"league/factory-muffin": "^3.3",
"league/factory-muffin-faker": "^2.3"
}
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "3.3-dev"
}
}
}

0 comments on commit 62c8c31

Please sign in to comment.