Skip to content

Commit

Permalink
fixed package version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiuBota1 committed Apr 12, 2024
1 parent fc02980 commit 73f4ab6
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 @@ -21,13 +21,14 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-servicemanager": "^3.10",
"league/oauth2-facebook" : "^2.2"
"laminas/laminas-servicemanager": "^3.22",
"league/oauth2-facebook" : "^2.2",
"league/oauth2-client" : "^2.6"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.5",
"phpunit/phpunit": "^10.2",
"vimeo/psalm": "^5.13"
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.20"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 73f4ab6

Please sign in to comment.