Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

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 886b7a7 commit 22d7452
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"homepage": "https://mvorisek.cz/"
}
],
"version": "2.3.1",
"version": "2.3.2",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"require": {
"php": ">=7.3.0",
"atk4/core": "~2.3.0"
"atk4/core": "~2.3.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
Expand All @@ -46,7 +46,8 @@
},
"autoload": {
"psr-4": {
"atk4\\dsql\\": "src/"
"atk4\\dsql\\": "src/",
"Atk4\\Dsql\\": "src/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 22d7452

Please sign in to comment.