Skip to content

Commit 1a4c666

Browse files
committed
1 parent 58ab3c3 commit 1a4c666

75 files changed

Lines changed: 8141 additions & 100 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"require": {
1414
"php": ">=7.2",
15-
"ipl/html": "dev-main as 99.x-dev",
15+
"ipl/html": "dev-support-php-85 as 99.x-dev",
1616
"ipl/i18n": "dev-main as 99.x-dev",
1717
"ipl/orm": "dev-main as 99.x-dev",
1818
"ipl/scheduler": "dev-main as 99.x-dev",

composer.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/autoload_static.php

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ComposerStaticInit7a1692c86b6fc70eaaf43c4bee3673aa
1717
);
1818

1919
public static $prefixLengthsPsr4 = array (
20-
'i' =>
20+
'i' =>
2121
array (
2222
'ipl\\Web\\' => 8,
2323
'ipl\\Validator\\' => 14,
@@ -28,149 +28,149 @@ class ComposerStaticInit7a1692c86b6fc70eaaf43c4bee3673aa
2828
'ipl\\I18n\\' => 9,
2929
'ipl\\Html\\' => 9,
3030
),
31-
'S' =>
31+
'S' =>
3232
array (
3333
'Symfony\\Polyfill\\Php84\\' => 23,
3434
),
35-
'R' =>
35+
'R' =>
3636
array (
3737
'Recurr\\' => 7,
3838
'React\\Promise\\' => 14,
3939
'React\\EventLoop\\' => 16,
4040
'Ramsey\\Uuid\\' => 12,
4141
'Ramsey\\Collection\\' => 18,
4242
),
43-
'P' =>
43+
'P' =>
4444
array (
4545
'Psr\\Log\\' => 8,
4646
'Psr\\Http\\Message\\' => 17,
4747
),
48-
'G' =>
48+
'G' =>
4949
array (
5050
'GuzzleHttp\\Psr7\\' => 16,
5151
),
52-
'E' =>
52+
'E' =>
5353
array (
5454
'Evenement\\' => 10,
5555
),
56-
'D' =>
56+
'D' =>
5757
array (
5858
'Doctrine\\Deprecations\\' => 22,
5959
'Doctrine\\Common\\Collections\\' => 28,
6060
),
61-
'C' =>
61+
'C' =>
6262
array (
6363
'Cron\\' => 5,
6464
),
65-
'B' =>
65+
'B' =>
6666
array (
6767
'Brick\\Math\\' => 11,
6868
),
6969
);
7070

7171
public static $prefixDirsPsr4 = array (
72-
'ipl\\Web\\' =>
72+
'ipl\\Web\\' =>
7373
array (
7474
0 => __DIR__ . '/..' . '/ipl/web/src',
7575
),
76-
'ipl\\Validator\\' =>
76+
'ipl\\Validator\\' =>
7777
array (
7878
0 => __DIR__ . '/..' . '/ipl/validator/src',
7979
),
80-
'ipl\\Stdlib\\' =>
80+
'ipl\\Stdlib\\' =>
8181
array (
8282
0 => __DIR__ . '/..' . '/ipl/stdlib/src',
8383
),
84-
'ipl\\Sql\\' =>
84+
'ipl\\Sql\\' =>
8585
array (
8686
0 => __DIR__ . '/..' . '/ipl/sql/src',
8787
),
88-
'ipl\\Scheduler\\' =>
88+
'ipl\\Scheduler\\' =>
8989
array (
9090
0 => __DIR__ . '/..' . '/ipl/scheduler/src',
9191
),
92-
'ipl\\Orm\\' =>
92+
'ipl\\Orm\\' =>
9393
array (
9494
0 => __DIR__ . '/..' . '/ipl/orm/src',
9595
),
96-
'ipl\\I18n\\' =>
96+
'ipl\\I18n\\' =>
9797
array (
9898
0 => __DIR__ . '/..' . '/ipl/i18n/src',
9999
),
100-
'ipl\\Html\\' =>
100+
'ipl\\Html\\' =>
101101
array (
102102
0 => __DIR__ . '/..' . '/ipl/html/src',
103103
),
104-
'Symfony\\Polyfill\\Php84\\' =>
104+
'Symfony\\Polyfill\\Php84\\' =>
105105
array (
106106
0 => __DIR__ . '/..' . '/symfony/polyfill-php84',
107107
),
108-
'Recurr\\' =>
108+
'Recurr\\' =>
109109
array (
110110
0 => __DIR__ . '/..' . '/simshaun/recurr/src/Recurr',
111111
),
112-
'React\\Promise\\' =>
112+
'React\\Promise\\' =>
113113
array (
114114
0 => __DIR__ . '/..' . '/react/promise/src',
115115
),
116-
'React\\EventLoop\\' =>
116+
'React\\EventLoop\\' =>
117117
array (
118118
0 => __DIR__ . '/..' . '/react/event-loop/src',
119119
),
120-
'Ramsey\\Uuid\\' =>
120+
'Ramsey\\Uuid\\' =>
121121
array (
122122
0 => __DIR__ . '/..' . '/ramsey/uuid/src',
123123
),
124-
'Ramsey\\Collection\\' =>
124+
'Ramsey\\Collection\\' =>
125125
array (
126126
0 => __DIR__ . '/..' . '/ramsey/collection/src',
127127
),
128-
'Psr\\Log\\' =>
128+
'Psr\\Log\\' =>
129129
array (
130130
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
131131
),
132-
'Psr\\Http\\Message\\' =>
132+
'Psr\\Http\\Message\\' =>
133133
array (
134134
0 => __DIR__ . '/..' . '/psr/http-factory/src',
135135
1 => __DIR__ . '/..' . '/psr/http-message/src',
136136
),
137-
'GuzzleHttp\\Psr7\\' =>
137+
'GuzzleHttp\\Psr7\\' =>
138138
array (
139139
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
140140
),
141-
'Evenement\\' =>
141+
'Evenement\\' =>
142142
array (
143143
0 => __DIR__ . '/..' . '/evenement/evenement/src',
144144
),
145-
'Doctrine\\Deprecations\\' =>
145+
'Doctrine\\Deprecations\\' =>
146146
array (
147147
0 => __DIR__ . '/..' . '/doctrine/deprecations/src',
148148
),
149-
'Doctrine\\Common\\Collections\\' =>
149+
'Doctrine\\Common\\Collections\\' =>
150150
array (
151151
0 => __DIR__ . '/..' . '/doctrine/collections/src',
152152
),
153-
'Cron\\' =>
153+
'Cron\\' =>
154154
array (
155155
0 => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron',
156156
),
157-
'Brick\\Math\\' =>
157+
'Brick\\Math\\' =>
158158
array (
159159
0 => __DIR__ . '/..' . '/brick/math/src',
160160
),
161161
);
162162

163163
public static $prefixesPsr0 = array (
164-
'L' =>
164+
'L' =>
165165
array (
166-
'Less' =>
166+
'Less' =>
167167
array (
168168
0 => __DIR__ . '/..' . '/wikimedia/less.php/lib',
169169
),
170170
),
171-
'A' =>
171+
'A' =>
172172
array (
173-
'AssetLoader' =>
173+
'AssetLoader' =>
174174
array (
175175
0 => __DIR__ . '/../..' . '/',
176176
),

vendor/composer/installed.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -489,22 +489,22 @@
489489
},
490490
{
491491
"name": "ipl/html",
492-
"version": "dev-main",
493-
"version_normalized": "dev-main",
492+
"version": "dev-support-php-85",
493+
"version_normalized": "dev-support-php-85",
494494
"source": {
495495
"type": "git",
496496
"url": "https://github.com/Icinga/ipl-html.git",
497-
"reference": "08b34b355f7c8f63d3a1b97d783686833872abab"
497+
"reference": "cd48985e755ff491d3b90b16cc88a357eb4bb8a1"
498498
},
499499
"dist": {
500500
"type": "zip",
501-
"url": "https://api.github.com/repos/Icinga/ipl-html/zipball/08b34b355f7c8f63d3a1b97d783686833872abab",
502-
"reference": "08b34b355f7c8f63d3a1b97d783686833872abab",
501+
"url": "https://api.github.com/repos/Icinga/ipl-html/zipball/cd48985e755ff491d3b90b16cc88a357eb4bb8a1",
502+
"reference": "cd48985e755ff491d3b90b16cc88a357eb4bb8a1",
503503
"shasum": ""
504504
},
505505
"require": {
506506
"ext-fileinfo": "*",
507-
"guzzlehttp/psr7": "^2.5",
507+
"guzzlehttp/psr7": "^2.8",
508508
"ipl/stdlib": ">=0.12.0",
509509
"ipl/validator": ">=0.5.0",
510510
"php": ">=8.2",
@@ -515,8 +515,7 @@
515515
"ipl/stdlib": "dev-main",
516516
"ipl/validator": "dev-main"
517517
},
518-
"time": "2025-12-11T12:10:00+00:00",
519-
"default-branch": true,
518+
"time": "2026-01-23T09:23:58+00:00",
520519
"type": "library",
521520
"installation-source": "dist",
522521
"autoload": {
@@ -535,7 +534,7 @@
535534
],
536535
"support": {
537536
"issues": "https://github.com/Icinga/ipl-html/issues",
538-
"source": "https://github.com/Icinga/ipl-html/tree/main"
537+
"source": "https://github.com/Icinga/ipl-html/tree/support-php-85"
539538
},
540539
"install-path": "../ipl/html"
541540
},

vendor/composer/installed.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'icinga/icinga-php-library',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => 'cb91d77406269bab31ab0a547b322ff75db9fb55',
6+
'reference' => '58ab3c3c67c444550de9f7d7e42b10fe362c6d64',
77
'type' => 'project',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -76,21 +76,20 @@
7676
'icinga/icinga-php-library' => array(
7777
'pretty_version' => 'dev-main',
7878
'version' => 'dev-main',
79-
'reference' => 'cb91d77406269bab31ab0a547b322ff75db9fb55',
79+
'reference' => '58ab3c3c67c444550de9f7d7e42b10fe362c6d64',
8080
'type' => 'project',
8181
'install_path' => __DIR__ . '/../../',
8282
'aliases' => array(),
8383
'dev_requirement' => false,
8484
),
8585
'ipl/html' => array(
86-
'pretty_version' => 'dev-main',
87-
'version' => 'dev-main',
88-
'reference' => '08b34b355f7c8f63d3a1b97d783686833872abab',
86+
'pretty_version' => 'dev-support-php-85',
87+
'version' => 'dev-support-php-85',
88+
'reference' => 'cd48985e755ff491d3b90b16cc88a357eb4bb8a1',
8989
'type' => 'library',
9090
'install_path' => __DIR__ . '/../ipl/html',
9191
'aliases' => array(
9292
0 => '99.x-dev',
93-
1 => '9999999-dev',
9493
),
9594
'dev_requirement' => false,
9695
),

vendor/composer/platform_check.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
2020
}
2121
}
22-
throw new \RuntimeException(
23-
'Composer detected issues in your platform: ' . implode(' ', $issues)
22+
trigger_error(
23+
'Composer detected issues in your platform: ' . implode(' ', $issues),
24+
E_USER_ERROR
2425
);
2526
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: L10n Update
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
update:
10+
uses: icinga/github-actions/.github/workflows/L10n-update.yml@main
11+
secrets: inherit
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
11+
jobs:
12+
php:
13+
name: PHP
14+
uses: Icinga/github-actions/.github/workflows/php.yml@main

0 commit comments

Comments
 (0)