Skip to content

Commit

Permalink
Update composer dependencies and add custom repository
Browse files Browse the repository at this point in the history
This commit updates the versions of various dependencies in the composer.json and composer.lock files. Additionally, a custom repository for the "zfcampus/zf-mvc-auth" package is added to composer.json. The dependencies are updated to their latest stable versions, improving the overall performance and stability of the application.
  • Loading branch information
pagbada committed Jun 17, 2024
1 parent a863f91 commit 2d9d116
Show file tree
Hide file tree
Showing 2 changed files with 1,219 additions and 585 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"zfcampus/zf-api-problem": "^1.2.2",
"zfcampus/zf-content-negotiation": "^1.2.1",
"zfcampus/zf-hal": "^1.4",
"zfcampus/zf-mvc-auth": "^1.4"
"zfcampus/zf-mvc-auth": "@dev"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
Expand Down Expand Up @@ -71,5 +71,11 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"homepage": "http://apigility.org/"
"homepage": "http://apigility.org/",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pagbada/zf-mvc-auth"
}
]
}
Loading

0 comments on commit 2d9d116

Please sign in to comment.