Skip to content

Commit

Permalink
Updated dependancy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
krytenuk committed Feb 11, 2022
1 parent 6ed0253 commit 077d7b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ Changed user active to accept boolean or integer value
Added user active getter so Doctrine object and Laminas class methods hydration work correctly

0.2.2
Allow passwords to be null
Allow passwords to be null

0.2.3
Updated dependancy versions
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Zend Framework 3/Laminas module for authentication using Doctrine",
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"symfony/console": ">=5.0",
"symfony/console": "^5.4 || ^6.0",
"doctrine/doctrine-orm-module": "^4.1",
"container-interop/container-interop": "^1.2",
"laminas/laminas-mvc": "^3.3",
Expand Down

0 comments on commit 077d7b8

Please sign in to comment.