add php version
This commit is contained in:
parent
3cb5605947
commit
1baf1eb3dd
@ -12,6 +12,7 @@
|
|||||||
<category>customization</category>
|
<category>customization</category>
|
||||||
<bugs>https://example.com/bugs</bugs>
|
<bugs>https://example.com/bugs</bugs>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<php min-version="8.1"/>
|
||||||
<nextcloud min-version="29" max-version="30"/>
|
<nextcloud min-version="29" max-version="30"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<navigations>
|
<navigations>
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
||||||
findUnusedBaselineEntry="true"
|
findUnusedBaselineEntry="true"
|
||||||
findUnusedCode="false"
|
findUnusedCode="false"
|
||||||
|
phpVersion="8.1"
|
||||||
>
|
>
|
||||||
<projectFiles>
|
<projectFiles>
|
||||||
<directory name="lib" />
|
<directory name="lib" />
|
||||||
|
Loading…
Reference in New Issue
Block a user