forked from zendframework/zf1
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Deprecation Notice Class does not comply with psr-0 autoloading …
…standard. It will not autoload anymore in Composer v2.0.
- Loading branch information
Showing
5 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d822ef1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jimbolino
see also #92
It seems like this change causes a bootstrap error:
Unable to resolve plugin "useragent"; no corresponding plugin with that name
(when using composer < 2?)As some users will probably freeze zf1-future at version 1.17.2 when not receiving any info on this, It would be helpful if there are configuration changes needed after this diff, to document those within https://github.com/Shardj/zf1-future/blob/master/README.md.
d822ef1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was having the same issue with
Unable to resolve plugin "useragent"; no corresponding plugin with that name
, I think we will freeze it on 1.17.2 versiond822ef1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please give me some code to reproduce, so i can fix it :)
d822ef1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't test the latest patch yet (am on holidays). The issue occurs on a rather large non-open source project, which i cannot publish. I'll have to see if i can pinpoint the issue and let you know. Thank you for willing to help.
d822ef1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jimbolino I updated issue #92