Skip to content

Commit

Permalink
Bumped to 4.0.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed May 9, 2017
1 parent dd91ff9 commit 792f58c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -19,11 +19,11 @@ the git repository and take care of loading yourself.
To add this package as a local, per-project dependency to your project, simply add a
dependency on `jeroen/file-fetcher` to your project's `composer.json` file.
Here is a minimal example of a `composer.json` file that just defines a dependency on
FileFetcher 3.x:
FileFetcher 4.x:

{
"require": {
"jeroen/file-fetcher": "^3.0.0"
"jeroen/file-fetcher": "^4.0.0"
}
}

Expand All @@ -50,7 +50,7 @@ For a full CI run

## Release notes

### 3.2.0 (2017-05-09)
### 4.0.0 (2017-05-09)

* Dropped support for PHP 5.x
* Added scalar type hints to the `FileFetcher` interface and its implementations
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -36,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
"dev-master": "4.0.x-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 792f58c

Please sign in to comment.