Skip to content

Commit

Permalink
Prepare 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed May 20, 2021
1 parent b1883bb commit 83a32b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Next
## 11.0.0

- Added `readonly` and `disabled` to date fields
- Rename `Radio` class to `RadioButton`
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"php": "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
"squizlabs/php_codesniffer": "^3.5"
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6"
},
"config": {
"preferred-install": "dist"
},
"extra": {
"branch-alias": {
"dev-master": "10.0-dev"
"dev-master": "11.0-dev"
}
},
"autoload": {
Expand Down

0 comments on commit 83a32b9

Please sign in to comment.