Skip to content

Commit 07e263e

Browse files
author
PHPDOC CI Job
committed
Update for horde/core
1 parent 200430f commit 07e263e

File tree

5 files changed

+263
-14
lines changed

5 files changed

+263
-14
lines changed

include/all$0c312c958a5af73cb032fbdbf4433745946d3b8a.json renamed to include/all$46891e2fa706cbd3c9758a30103be24ddbeed23f.json

Lines changed: 128 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34174,6 +34174,130 @@
3417434174
"issues": "https://github.com/maintaina-com/Core/issues"
3417534175
}
3417634176
},
34177+
"v3.0.0alpha18": {
34178+
"name": "horde/core",
34179+
"version": "v3.0.0alpha18",
34180+
"version_normalized": "3.0.0.0-alpha18",
34181+
"source": {
34182+
"type": "git",
34183+
"url": "https://github.com/maintaina-com/Core.git",
34184+
"reference": "8b5aa44ba189297cf840f15450d95292726fbfcb"
34185+
},
34186+
"dist": {
34187+
"type": "zip",
34188+
"url": "https://api.github.com/repos/maintaina-com/Core/zipball/8b5aa44ba189297cf840f15450d95292726fbfcb",
34189+
"reference": "8b5aa44ba189297cf840f15450d95292726fbfcb",
34190+
"shasum": ""
34191+
},
34192+
"require": {
34193+
"ext-session": "*",
34194+
"horde/alarm": "^3 || dev-FRAMEWORK_6_0",
34195+
"horde/auth": "^3 || dev-FRAMEWORK_6_0",
34196+
"horde/autoloader": "^3 || dev-FRAMEWORK_6_0",
34197+
"horde/browser": "^3 || dev-FRAMEWORK_6_0",
34198+
"horde/cache": "^3 || dev-FRAMEWORK_6_0",
34199+
"horde/cli": "^3 || dev-FRAMEWORK_6_0",
34200+
"horde/compress": "^3 || dev-FRAMEWORK_6_0",
34201+
"horde/compress_fast": "^2 || dev-FRAMEWORK_6_0",
34202+
"horde/controller": "^3 || dev-FRAMEWORK_6_0",
34203+
"horde/cssminify": "^2 || dev-FRAMEWORK_6_0",
34204+
"horde/data": "^3 || dev-FRAMEWORK_6_0",
34205+
"horde/date": "^3 || dev-FRAMEWORK_6_0",
34206+
"horde/exception": "^3 || dev-FRAMEWORK_6_0",
34207+
"horde/group": "^3 || dev-FRAMEWORK_6_0",
34208+
"horde/hashtable": "^2 || dev-FRAMEWORK_6_0",
34209+
"horde/history": "^3 || dev-FRAMEWORK_6_0",
34210+
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^2",
34211+
"horde/http": "^3 || dev-FRAMEWORK_6_0",
34212+
"horde/http_server": "^1 || dev-FRAMEWORK_6_0",
34213+
"horde/injector": "^3 || dev-FRAMEWORK_6_0",
34214+
"horde/javascriptminify": "^2 || dev-FRAMEWORK_6_0",
34215+
"horde/lock": "^3 || dev-FRAMEWORK_6_0",
34216+
"horde/log": "^3 || dev-FRAMEWORK_6_0",
34217+
"horde/logintasks": "^3 || dev-FRAMEWORK_6_0",
34218+
"horde/mime": "^3 || dev-FRAMEWORK_6_0",
34219+
"horde/mime_viewer": "^3 || dev-FRAMEWORK_6_0",
34220+
"horde/notification": "^3 || dev-FRAMEWORK_6_0",
34221+
"horde/pack": "^2 || dev-FRAMEWORK_6_0",
34222+
"horde/perms": "^3 || dev-FRAMEWORK_6_0",
34223+
"horde/prefs": "^3 || dev-FRAMEWORK_6_0",
34224+
"horde/secret": "^3 || dev-FRAMEWORK_6_0",
34225+
"horde/serialize": "^3 || dev-FRAMEWORK_6_0",
34226+
"horde/sessionhandler": "^3 || dev-FRAMEWORK_6_0",
34227+
"horde/share": "^3 || dev-FRAMEWORK_6_0",
34228+
"horde/support": "^3 || dev-FRAMEWORK_6_0",
34229+
"horde/template": "^3 || dev-FRAMEWORK_6_0",
34230+
"horde/text_filter": "^3 || dev-FRAMEWORK_6_0",
34231+
"horde/token": "^3 || dev-FRAMEWORK_6_0",
34232+
"horde/translation": "^3 || dev-FRAMEWORK_6_0",
34233+
"horde/url": "^3 || dev-FRAMEWORK_6_0",
34234+
"horde/util": "^3 || dev-FRAMEWORK_6_0",
34235+
"horde/view": "^3 || dev-FRAMEWORK_6_0",
34236+
"pear/pear": "*",
34237+
"php": "^7.4 || ^8"
34238+
},
34239+
"require-dev": {
34240+
"horde/prefs": "^3 || dev-FRAMEWORK_6_0",
34241+
"horde/routes": "^3 || dev-FRAMEWORK_6_0",
34242+
"horde/test": "^3 || dev-FRAMEWORK_6_0",
34243+
"horde/tree": "^3 || dev-FRAMEWORK_6_0",
34244+
"horde/vfs": "^3 || dev-FRAMEWORK_6_0"
34245+
},
34246+
"suggest": {
34247+
"ext-SimpleXML": "*",
34248+
"ext-dom": "*",
34249+
"ext-hash": "*",
34250+
"ext-sockets": "*",
34251+
"pear/text_captcha": "*",
34252+
"pear/text_figlet": "*"
34253+
},
34254+
"time": "2025-02-03T00:00:00+00:00",
34255+
"type": "horde-library",
34256+
"autoload": {
34257+
"classmap": [
34258+
"lib/"
34259+
],
34260+
"psr-4": {
34261+
"Horde\\Core\\": "src/"
34262+
}
34263+
},
34264+
"autoload-dev": {
34265+
"psr-4": {
34266+
"Horde\\Core\\Test\\": "test/"
34267+
}
34268+
},
34269+
"license": [
34270+
"LGPL-2.1-only"
34271+
],
34272+
"authors": [
34273+
{
34274+
"name": "Jan Schneider",
34275+
"email": "[email protected]",
34276+
"role": "lead"
34277+
},
34278+
{
34279+
"name": "Michael J Rubinsky",
34280+
"email": "[email protected]",
34281+
"role": "developer"
34282+
},
34283+
{
34284+
"name": "Chuck Hagenbuch",
34285+
"email": "[email protected]",
34286+
"role": "lead"
34287+
},
34288+
{
34289+
"name": "Michael Slusarz",
34290+
"email": "[email protected]",
34291+
"role": "developer"
34292+
}
34293+
],
34294+
"description": "Core Horde Framework library",
34295+
"homepage": "https://www.horde.org/libraries/Horde_Core",
34296+
"support": {
34297+
"source": "https://github.com/maintaina-com/Core/tree/v3.0.0alpha18",
34298+
"issues": "https://github.com/maintaina-com/Core/issues"
34299+
}
34300+
},
3417734301
"3.0.0alpha2": {
3417834302
"name": "horde/core",
3417934303
"version": "3.0.0alpha2",
@@ -35093,12 +35217,12 @@
3509335217
"source": {
3509435218
"type": "git",
3509535219
"url": "https://github.com/maintaina-com/Core.git",
35096-
"reference": "5dbbc86133b189e90a1e6728ce68885fef468ecc"
35220+
"reference": "698248e753e146088b4e4de5d946cba537fa93fd"
3509735221
},
3509835222
"dist": {
3509935223
"type": "zip",
35100-
"url": "https://api.github.com/repos/maintaina-com/Core/zipball/5dbbc86133b189e90a1e6728ce68885fef468ecc",
35101-
"reference": "5dbbc86133b189e90a1e6728ce68885fef468ecc",
35224+
"url": "https://api.github.com/repos/maintaina-com/Core/zipball/698248e753e146088b4e4de5d946cba537fa93fd",
35225+
"reference": "698248e753e146088b4e4de5d946cba537fa93fd",
3510235226
"shasum": ""
3510335227
},
3510435228
"require": {
@@ -35163,7 +35287,7 @@
3516335287
"pear/text_captcha": "*",
3516435288
"pear/text_figlet": "*"
3516535289
},
35166-
"time": "2024-07-30T00:00:00+00:00",
35290+
"time": "2025-02-03T00:00:00+00:00",
3516735291
"default-branch": true,
3516835292
"type": "horde-library",
3516935293
"autoload": {

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<a href="https://horde-satis.maintaina.com">
3131
<h1>maintaina-com/horde-satis.maintaina.com</h1>
3232
</a>
33-
<span class="badge bg-light text-dark m-1" title="Monday, 03-Feb-2025 09:05:14 UTC">
34-
Last updated: <br class="d-md-none"> <time datetime="2025-02-03T09:05:14+00:00">Monday, 03 Feb 2025 09:05:14 UTC</time>
33+
<span class="badge bg-light text-dark m-1" title="Monday, 03-Feb-2025 09:07:47 UTC">
34+
Last updated: <br class="d-md-none"> <time datetime="2025-02-03T09:07:47+00:00">Monday, 03 Feb 2025 09:07:47 UTC</time>
3535
</span>
3636
</div>
3737

@@ -2058,14 +2058,15 @@ <h2 class="card-title h5">Setting up this repository in your projects</h2>
20582058
<dt class="col-sm-3 col-md-2 field-support">Support</dt>
20592059
<dd class="col-sm-9 col-md-10 field-support filter-by">
20602060
<ul class="list-unstyled m-0">
2061-
<li>Source: <a href="https://github.com/maintaina-com/Core/tree/v3.0.0alpha17">https://github.com/maintaina-com/Core/tree/v3.0.0alpha17</a></li>
2061+
<li>Source: <a href="https://github.com/maintaina-com/Core/tree/v3.0.0alpha18">https://github.com/maintaina-com/Core/tree/v3.0.0alpha18</a></li>
20622062
<li>Issues: <a href="https://github.com/maintaina-com/Core/issues">https://github.com/maintaina-com/Core/issues</a></li>
20632063
</ul>
20642064
</dd>
20652065

20662066
<dt class="col-sm-3 col-md-2 field-releases">Releases</dt>
20672067
<dd class="col-sm-9 col-md-10 field-releases filter-by" data-package-name="horde/core">
20682068

2069+
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/maintaina-com/Core/zipball/8b5aa44ba189297cf840f15450d95292726fbfcb" title="dist-reference: 8b5aa44ba189297cf840f15450d95292726fbfcb">v3.0.0alpha18</a>
20692070
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/maintaina-com/Core/zipball/bd192cc8b1c2f5f24991c8bbce7f00a2a6f061d8" title="dist-reference: bd192cc8b1c2f5f24991c8bbce7f00a2a6f061d8">v3.0.0alpha17</a>
20702071
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/maintaina-com/Core/zipball/e755908c4769af57b8e7d5a9f607bae1d248996b" title="dist-reference: e755908c4769af57b8e7d5a9f607bae1d248996b">v3.0.0alpha16</a>
20712072
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/maintaina-com/Core/zipball/cbb72f6d65c9eedaaecdbc102190785a1b281419" title="dist-reference: cbb72f6d65c9eedaaecdbc102190785a1b281419">v3.0.0alpha15</a>
@@ -2137,7 +2138,7 @@ <h2 class="card-title h5">Setting up this repository in your projects</h2>
21372138
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/maintaina-com/Core/zipball/f55f953796f8be13ba14a304c4e0ea36053ab913" title="dist-reference: f55f953796f8be13ba14a304c4e0ea36053ab913">2.20.8</a>
21382139
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/maintaina-com/Core/zipball/c22b1bfbb43836b2edaa344a6b4c4901b55900a9" title="dist-reference: c22b1bfbb43836b2edaa344a6b4c4901b55900a9">2.20.7</a>
21392140
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/maintaina-com/Core/zipball/af321d9cdddede03ea401c7b4daf4955d099856a" title="dist-reference: af321d9cdddede03ea401c7b4daf4955d099856a">2.20.6</a>
2140-
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/maintaina-com/Core/zipball/5dbbc86133b189e90a1e6728ce68885fef468ecc" title="dist-reference: 5dbbc86133b189e90a1e6728ce68885fef468ecc">dev-FRAMEWORK_6_0</a>
2141+
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/maintaina-com/Core/zipball/698248e753e146088b4e4de5d946cba537fa93fd" title="dist-reference: 698248e753e146088b4e4de5d946cba537fa93fd">dev-FRAMEWORK_6_0</a>
21412142
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/maintaina-com/Core/zipball/2786e1cc0dd83867a729a39d4826ee537f098f5c" title="dist-reference: 2786e1cc0dd83867a729a39d4826ee537f098f5c">dev-FRAMEWORK_6_0-unmergeable</a>
21422143
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/maintaina-com/Core/zipball/638ffa2f18983ec93071f4aa191bbdce5881d511" title="dist-reference: 638ffa2f18983ec93071f4aa191bbdce5881d511">dev-feature-sabredav4</a>
21432144
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/maintaina-com/Core/zipball/1623510fd8c48e1f8e1231a1153c924c31a2dc7e" title="dist-reference: 1623510fd8c48e1f8e1231a1153c924c31a2dc7e">dev-feature-composer</a> </dd>

p2/horde/core.json

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8343,6 +8343,130 @@
83438343
"issues": "https://github.com/maintaina-com/Core/issues"
83448344
}
83458345
},
8346+
{
8347+
"name": "horde/core",
8348+
"version": "v3.0.0alpha18",
8349+
"version_normalized": "3.0.0.0-alpha18",
8350+
"source": {
8351+
"type": "git",
8352+
"url": "https://github.com/maintaina-com/Core.git",
8353+
"reference": "8b5aa44ba189297cf840f15450d95292726fbfcb"
8354+
},
8355+
"dist": {
8356+
"type": "zip",
8357+
"url": "https://api.github.com/repos/maintaina-com/Core/zipball/8b5aa44ba189297cf840f15450d95292726fbfcb",
8358+
"reference": "8b5aa44ba189297cf840f15450d95292726fbfcb",
8359+
"shasum": ""
8360+
},
8361+
"require": {
8362+
"ext-session": "*",
8363+
"horde/alarm": "^3 || dev-FRAMEWORK_6_0",
8364+
"horde/auth": "^3 || dev-FRAMEWORK_6_0",
8365+
"horde/autoloader": "^3 || dev-FRAMEWORK_6_0",
8366+
"horde/browser": "^3 || dev-FRAMEWORK_6_0",
8367+
"horde/cache": "^3 || dev-FRAMEWORK_6_0",
8368+
"horde/cli": "^3 || dev-FRAMEWORK_6_0",
8369+
"horde/compress": "^3 || dev-FRAMEWORK_6_0",
8370+
"horde/compress_fast": "^2 || dev-FRAMEWORK_6_0",
8371+
"horde/controller": "^3 || dev-FRAMEWORK_6_0",
8372+
"horde/cssminify": "^2 || dev-FRAMEWORK_6_0",
8373+
"horde/data": "^3 || dev-FRAMEWORK_6_0",
8374+
"horde/date": "^3 || dev-FRAMEWORK_6_0",
8375+
"horde/exception": "^3 || dev-FRAMEWORK_6_0",
8376+
"horde/group": "^3 || dev-FRAMEWORK_6_0",
8377+
"horde/hashtable": "^2 || dev-FRAMEWORK_6_0",
8378+
"horde/history": "^3 || dev-FRAMEWORK_6_0",
8379+
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^2",
8380+
"horde/http": "^3 || dev-FRAMEWORK_6_0",
8381+
"horde/http_server": "^1 || dev-FRAMEWORK_6_0",
8382+
"horde/injector": "^3 || dev-FRAMEWORK_6_0",
8383+
"horde/javascriptminify": "^2 || dev-FRAMEWORK_6_0",
8384+
"horde/lock": "^3 || dev-FRAMEWORK_6_0",
8385+
"horde/log": "^3 || dev-FRAMEWORK_6_0",
8386+
"horde/logintasks": "^3 || dev-FRAMEWORK_6_0",
8387+
"horde/mime": "^3 || dev-FRAMEWORK_6_0",
8388+
"horde/mime_viewer": "^3 || dev-FRAMEWORK_6_0",
8389+
"horde/notification": "^3 || dev-FRAMEWORK_6_0",
8390+
"horde/pack": "^2 || dev-FRAMEWORK_6_0",
8391+
"horde/perms": "^3 || dev-FRAMEWORK_6_0",
8392+
"horde/prefs": "^3 || dev-FRAMEWORK_6_0",
8393+
"horde/secret": "^3 || dev-FRAMEWORK_6_0",
8394+
"horde/serialize": "^3 || dev-FRAMEWORK_6_0",
8395+
"horde/sessionhandler": "^3 || dev-FRAMEWORK_6_0",
8396+
"horde/share": "^3 || dev-FRAMEWORK_6_0",
8397+
"horde/support": "^3 || dev-FRAMEWORK_6_0",
8398+
"horde/template": "^3 || dev-FRAMEWORK_6_0",
8399+
"horde/text_filter": "^3 || dev-FRAMEWORK_6_0",
8400+
"horde/token": "^3 || dev-FRAMEWORK_6_0",
8401+
"horde/translation": "^3 || dev-FRAMEWORK_6_0",
8402+
"horde/url": "^3 || dev-FRAMEWORK_6_0",
8403+
"horde/util": "^3 || dev-FRAMEWORK_6_0",
8404+
"horde/view": "^3 || dev-FRAMEWORK_6_0",
8405+
"pear/pear": "*",
8406+
"php": "^7.4 || ^8"
8407+
},
8408+
"require-dev": {
8409+
"horde/prefs": "^3 || dev-FRAMEWORK_6_0",
8410+
"horde/routes": "^3 || dev-FRAMEWORK_6_0",
8411+
"horde/test": "^3 || dev-FRAMEWORK_6_0",
8412+
"horde/tree": "^3 || dev-FRAMEWORK_6_0",
8413+
"horde/vfs": "^3 || dev-FRAMEWORK_6_0"
8414+
},
8415+
"suggest": {
8416+
"ext-SimpleXML": "*",
8417+
"ext-dom": "*",
8418+
"ext-hash": "*",
8419+
"ext-sockets": "*",
8420+
"pear/text_captcha": "*",
8421+
"pear/text_figlet": "*"
8422+
},
8423+
"time": "2025-02-03T00:00:00+00:00",
8424+
"type": "horde-library",
8425+
"autoload": {
8426+
"classmap": [
8427+
"lib/"
8428+
],
8429+
"psr-4": {
8430+
"Horde\\Core\\": "src/"
8431+
}
8432+
},
8433+
"autoload-dev": {
8434+
"psr-4": {
8435+
"Horde\\Core\\Test\\": "test/"
8436+
}
8437+
},
8438+
"license": [
8439+
"LGPL-2.1-only"
8440+
],
8441+
"authors": [
8442+
{
8443+
"name": "Jan Schneider",
8444+
"email": "[email protected]",
8445+
"role": "lead"
8446+
},
8447+
{
8448+
"name": "Michael J Rubinsky",
8449+
"email": "[email protected]",
8450+
"role": "developer"
8451+
},
8452+
{
8453+
"name": "Chuck Hagenbuch",
8454+
"email": "[email protected]",
8455+
"role": "lead"
8456+
},
8457+
{
8458+
"name": "Michael Slusarz",
8459+
"email": "[email protected]",
8460+
"role": "developer"
8461+
}
8462+
],
8463+
"description": "Core Horde Framework library",
8464+
"homepage": "https://www.horde.org/libraries/Horde_Core",
8465+
"support": {
8466+
"source": "https://github.com/maintaina-com/Core/tree/v3.0.0alpha18",
8467+
"issues": "https://github.com/maintaina-com/Core/issues"
8468+
}
8469+
},
83468470
{
83478471
"name": "horde/core",
83488472
"version": "3.0.0alpha2",

p2/horde/core~dev.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"source": {
99
"type": "git",
1010
"url": "https://github.com/maintaina-com/Core.git",
11-
"reference": "5dbbc86133b189e90a1e6728ce68885fef468ecc"
11+
"reference": "698248e753e146088b4e4de5d946cba537fa93fd"
1212
},
1313
"dist": {
1414
"type": "zip",
15-
"url": "https://api.github.com/repos/maintaina-com/Core/zipball/5dbbc86133b189e90a1e6728ce68885fef468ecc",
16-
"reference": "5dbbc86133b189e90a1e6728ce68885fef468ecc",
15+
"url": "https://api.github.com/repos/maintaina-com/Core/zipball/698248e753e146088b4e4de5d946cba537fa93fd",
16+
"reference": "698248e753e146088b4e4de5d946cba537fa93fd",
1717
"shasum": ""
1818
},
1919
"require": {
@@ -78,7 +78,7 @@
7878
"pear/text_captcha": "*",
7979
"pear/text_figlet": "*"
8080
},
81-
"time": "2024-07-30T00:00:00+00:00",
81+
"time": "2025-02-03T00:00:00+00:00",
8282
"default-branch": true,
8383
"type": "horde-library",
8484
"autoload": {

0 commit comments

Comments
 (0)