Skip to content
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
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<summary>Load custom javascript on all Nextcloud pages</summary>
<description>This application allows the admin to include JavaScript into all Nextcloud pages for web analytics for example.</description>

<version>2.0.0</version>
<version>2.1.0-dev.0</version>
<licence>agpl</licence>
<author>Morris Jobke</author>
<namespace>JSLoader</namespace>
Expand All @@ -16,7 +16,7 @@
<repository type="git">https://github.com/nextcloud/jsloader.git</repository>

<dependencies>
<nextcloud min-version="29" max-version="32" />
<nextcloud min-version="30" max-version="34" />
</dependencies>

<settings>
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0.2"
"php": "8.1"
},
"sort-packages": true,
"allow-plugins": {
Expand All @@ -29,7 +29,7 @@
},
"require-dev": {
"nextcloud/coding-standard": "^1.3.2",
"nextcloud/ocp": "dev-stable29",
"nextcloud/ocp": "dev-stable30",
"vimeo/psalm": "^5.26"
}
}
Loading
Loading