Skip to content

Commit

Permalink
Merge pull request #14 from dotkernel/2.9.1
Browse files Browse the repository at this point in the history
composer updates
  • Loading branch information
pinclau authored Aug 23, 2023
2 parents f36e450 + bee2b72 commit 137bf23
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
],
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-servicemanager": "^3.3.0",
"dotkernel/dot-authorization": "^3.2",
"laminas/laminas-dependency-plugin": "^2.0"
"laminas/laminas-servicemanager": "^3.21.0",
"dotkernel/dot-authorization": "^3.4.0",
"dotkernel/dot-authentication": "^2.3.2",
"laminas/laminas-stdlib": "^3.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.7",
"laminas/laminas-stdlib": "^3.2",
"dotkernel/dot-authentication": "^2.0"
"phpunit/phpunit": "^10.3.2",
"squizlabs/php_codesniffer": "^3.7"
},
"suggest": {
"dotkernel/dot-authentication": "Needed if you want to use the AuthenticationIdentityProvider"
Expand Down

0 comments on commit 137bf23

Please sign in to comment.