Fix: Add PHP 7.4 compatibility

- Changed PHP min-version from 8.0 to 7.4 in appinfo/info.xml
- Replaced all str_contains() calls with strpos() !== false
  - GoogleAnalyticsService.php: 1 instance
  - LLMService.php: 6 instances
- Verified no other PHP 8.0+ features in use
- Plugin now compatible with PHP 7.4 and PHP 8.0+
This commit is contained in:
WLTBAgent
2026-02-13 17:49:44 +00:00
parent 254c1488c9
commit d87a87b93a
3 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
<category>integration</category>
<dependencies>
<nextcloud min-version="25" max-version="26"/>
<php min-version="8.0"/>
<php min-version="7.4"/>
</dependencies>
<repair-steps>
<step>Repair steps not needed</step>