Skip to content

Commit 83a32b9

Browse files
committed
Prepare 11.0.0
1 parent b1883bb commit 83a32b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Next
3+
## 11.0.0
44

55
- Added `readonly` and `disabled` to date fields
66
- Rename `Radio` class to `RadioButton`

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"php": "^7.3 || ^8.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^9.4",
28-
"squizlabs/php_codesniffer": "^3.5"
27+
"phpunit/phpunit": "^9.5",
28+
"squizlabs/php_codesniffer": "^3.6"
2929
},
3030
"config": {
3131
"preferred-install": "dist"
3232
},
3333
"extra": {
3434
"branch-alias": {
35-
"dev-master": "10.0-dev"
35+
"dev-master": "11.0-dev"
3636
}
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)