We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1883bb commit 83a32b9Copy full SHA for 83a32b9
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Next
+## 11.0.0
4
5
- Added `readonly` and `disabled` to date fields
6
- Rename `Radio` class to `RadioButton`
composer.json
@@ -24,15 +24,15 @@
24
"php": "^7.3 || ^8.0"
25
},
26
"require-dev": {
27
- "phpunit/phpunit": "^9.4",
28
- "squizlabs/php_codesniffer": "^3.5"
+ "phpunit/phpunit": "^9.5",
+ "squizlabs/php_codesniffer": "^3.6"
29
30
"config": {
31
"preferred-install": "dist"
32
33
"extra": {
34
"branch-alias": {
35
- "dev-master": "10.0-dev"
+ "dev-master": "11.0-dev"
36
}
37
38
"autoload": {
0 commit comments