Skip to content

Commit

Permalink
Release 9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Jan 18, 2021
1 parent 946ddc0 commit 1588336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ This is an example of how your `composer.json` file might look like:

```json
"require": {
"wordplate/framework": "^9.0",
"wordplate/framework": "^9.4",
"wpackagist-plugin/hide-updates": "^1.0"
},
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"require": {
"php": "^7.3 || ^8.0",
"wordplate/framework": "^9.3"
"wordplate/framework": "^9.4"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit 1588336

Please sign in to comment.