Skip to content

Commit

Permalink
FC for NS case update
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 4, 2020
1 parent ec76c76 commit 70cf56c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"homepage": "https://xsystems.io/"
}
],
"version": "2.3.1",
"version": "2.3.2",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
Expand All @@ -60,8 +60,8 @@
"require": {
"php": ">=7.3.0",
"ext-json": "*",
"atk4/core": "~2.3.0",
"atk4/data": "~2.3.0"
"atk4/core": "~2.3.2",
"atk4/data": "~2.3.2"
},
"require-dev": {
"behat/behat": "^3.4",
Expand All @@ -77,7 +77,8 @@
},
"autoload": {
"psr-4": {
"atk4\\ui\\": "src/"
"atk4\\ui\\": "src/",
"Atk4\\Ui\\": "src/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 70cf56c

Please sign in to comment.