Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add psr0 classloader to info.xml for core extensions #24745

Merged
merged 1 commit into from
Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ext/authx/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</compatibility>
<comments>AuthX enables remote applications to connect to CiviCRM. Use it to enable and disable different forms of authentication (such as username-password, API key, and/or JWT).</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<mixins>
Expand Down
1 change: 1 addition & 0 deletions ext/civicrm_admin_ui/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</requires>
<comments>Replaces legacy pages with configurable Search Display Forms.</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
Expand Down
2 changes: 1 addition & 1 deletion ext/civigrant/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ext>org.civicrm.search_kit</ext>
</requires>
<classloader>
<psr0 prefix="CRM_" path=""/>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CRM_Grant_Upgrader</upgrader>
Expand Down
1 change: 1 addition & 0 deletions ext/civiimport/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<ext>org.civicrm.search_kit</ext>
</requires>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
Expand Down
1 change: 1 addition & 0 deletions ext/ckeditor4/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</compatibility>
<comments>This is the version of CKEditor that originally shipped with CiviCRM core</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<mixins>
Expand Down
1 change: 1 addition & 0 deletions ext/contributioncancelactions/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</compatibility>
<comments>This code has been moved from core to a separate extension in 5.32. Note that if you disable it failed or cancelled contributions will not cause related memberships and participant records to be updated</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
Expand Down
1 change: 1 addition & 0 deletions ext/elavon/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</compatibility>
<comments/>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
Expand Down
1 change: 1 addition & 0 deletions ext/eventcart/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<ver>5.56</ver>
</compatibility>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<mixins>
Expand Down
1 change: 1 addition & 0 deletions ext/ewaysingle/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</compatibility>
<comments>This is an extension to contain the eWAY Single Currency Payment Processor</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<mixins>
Expand Down
1 change: 1 addition & 0 deletions ext/financialacls/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</tags>
<comments>Financial acls - working towards moving this code to the extension from core</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<mixins>
Expand Down
1 change: 1 addition & 0 deletions ext/greenwich/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<ver>5.56</ver>
</compatibility>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
Expand Down
1 change: 1 addition & 0 deletions ext/message_admin/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</requires>
<comments/>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<mixins>
Expand Down
1 change: 1 addition & 0 deletions ext/payflowpro/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</compatibility>
<comments>This extension is extraction of the original Core Payflow Pro Payment Processor</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<mixins>
Expand Down
1 change: 1 addition & 0 deletions ext/recaptcha/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<ver>5.56</ver>
</compatibility>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<mixins>
Expand Down