Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Jun 26, 2018
1 parent 68cc5a3 commit f9581f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ CHANGELOG
### New or Changed Features

* The Database component has been significantly refactored for v4.
* The Data compoenent has been deprecated and the CSV functionality has been moved into its own component, `pop-csv`.
* The Data component has been deprecated and the CSV functionality has been moved into its own component, `pop-csv`.
* The File Component has been deprecated and the upload functionality has been moved to the Http component and the directory
functionality has been moved into its own component, `pop-dir`.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $ composer require popphp/popphp-framework
You can add it your project's `composer.json` file:

"require": {
"popphp/popphp-framework": "^3.6.5"
"popphp/popphp-framework": "^3.7.0"
}

You can create a new project and install it into that project:
Expand Down

0 comments on commit f9581f3

Please sign in to comment.