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 2f47dfe commit 024fe64
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 @@ -32,7 +32,7 @@
"homepage": "https://mvorisek.cz/"
}
],
"version": "2.3.1",
"version": "2.3.2",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
Expand All @@ -41,8 +41,8 @@
"require": {
"php": ">=7.3.0",
"ext-intl": "*",
"atk4/core": "~2.3.0",
"atk4/dsql": "~2.3.0"
"atk4/core": "~2.3.2",
"atk4/dsql": "~2.3.2"
},
"require-dev": {
"atk4/schema": "~2.3.0",
Expand All @@ -53,7 +53,8 @@
},
"autoload": {
"psr-4": {
"atk4\\data\\": "src/"
"atk4\\data\\": "src/",
"Atk4\\Data\\": "src/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 024fe64

Please sign in to comment.