Skip to content

Commit 70cf56c

Browse files
committed
FC for NS case update
1 parent ec76c76 commit 70cf56c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"homepage": "https://xsystems.io/"
5252
}
5353
],
54-
"version": "2.3.1",
54+
"version": "2.3.2",
5555
"minimum-stability": "dev",
5656
"prefer-stable": true,
5757
"config": {
@@ -60,8 +60,8 @@
6060
"require": {
6161
"php": ">=7.3.0",
6262
"ext-json": "*",
63-
"atk4/core": "~2.3.0",
64-
"atk4/data": "~2.3.0"
63+
"atk4/core": "~2.3.2",
64+
"atk4/data": "~2.3.2"
6565
},
6666
"require-dev": {
6767
"behat/behat": "^3.4",
@@ -77,7 +77,8 @@
7777
},
7878
"autoload": {
7979
"psr-4": {
80-
"atk4\\ui\\": "src/"
80+
"atk4\\ui\\": "src/",
81+
"Atk4\\Ui\\": "src/"
8182
}
8283
},
8384
"autoload-dev": {

0 commit comments

Comments
 (0)