Skip to content

Commit

Permalink
Add support for nextcloud 24/php8 and owncloud 10.10; bump phpCas to …
Browse files Browse the repository at this point in the history
…1.5.0
  • Loading branch information
felixrupp committed May 29, 2022
1 parent 228b82f commit 7117d50
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 27 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

Version 1.10.0
--------------

* Add compatibility for owncloud 10.10 and up to Nextcloud 24 with PHP 8.0
* Bumps phpCAS library to 1.5.0


Version 1.9.0
-------------

Expand Down
6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<screenshot>https://raw.githubusercontent.com/felixrupp/user_cas/master/.github/SCREENSHOTS/splashscreen.png</screenshot>
<author>Felix Rupp</author>
<namespace>UserCAS</namespace>
<version>1.9.0</version>
<version>1.10.0</version>
<types>
<prelogin/>
<authentication/>
Expand All @@ -29,8 +29,8 @@
<repository type="git">https://github.com/felixrupp/user_cas.git</repository>

<dependencies>
<owncloud min-version="10.0" max-version="10.6"/>
<nextcloud min-version="14" max-version="20"/>
<owncloud min-version="10.0" max-version="10.10"/>
<nextcloud min-version="14" max-version="24"/>
</dependencies>

<commands>
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"jasig/phpcas": "~1.3.5",
"ec-europa/ecas-phpcas-parser": "~0.3",
"php": "~7.3",
"jasig/phpcas": "^1.5.0",
"ec-europa/ecas-phpcas-parser": "^0.3",
"php": "^7.3",
"ext-json": "*"
}
}
50 changes: 29 additions & 21 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7117d50

Please sign in to comment.