Skip to content

Commit

Permalink
Update for ZF2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmartin committed Jan 31, 2013
1 parent 1f0691f commit abd0071
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ ZF2 File Upload Examples Module

A set of form file upload examples to test the new features in the upcoming ZF 2.1 release.

**NOTE:** These examples are only compatible with Zend Framework **2.1**. You must use the
[develop branch](https://github.com/zendframework/zf2/tree/develop) for it to work.
**NOTE:** These examples are only compatible with Zend Framework version **2.1** (or greater).

You can find File Upload documentation in
[this PR](https://github.com/zendframework/zf2-documentation/pull/560).
You can find a good primer on file uploading in the
[documentation](http://framework.zend.com/manual/2.1/en/modules/zend.form.file-upload.html).


List of Examples
Expand Down Expand Up @@ -53,9 +52,8 @@ session.upload_progress.min_freq = "1"

```json
{
"minimum-stability": "dev",
"require": {
"cgm/zf2-file-upload-examples": "dev-master"
"cgm/zf2-file-upload-examples": ">=1.0.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "dev-develop"
"zendframework/zendframework": ">=2.1.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit abd0071

Please sign in to comment.