Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 9e580f1

Browse files
committed
Fixes incorrect namespace for ConfigProvider
The `composer.json` had an incorrect namespace for the `ConfigProvider`, which meant that once injected into a `config.php` file, an error would immediately occur. This patch fixes that situation.
1 parent 72f1993 commit 9e580f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"dev-master": "1.0-dev"
5959
},
6060
"zf": {
61-
"config-provider": "Phly\\OAuth2ClientAuthentication\\ConfigProvider"
61+
"config-provider": "Phly\\Expressive\\OAuth2ClientAuthentication\\ConfigProvider"
6262
}
6363
},
6464
"scripts": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)