Skip to content

Commit 679863f

Browse files
nextcloud-commandsusnux
authored andcommitted
chore(autoloader): Dump autoloader
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 25f9387 commit 679863f

18 files changed

Lines changed: 326 additions & 299 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ doctrine/event-manager/phpstan.neon.dist
6969
fusonic/linq/examples/
7070

7171
fusonic/opengraph/examples/
72+
fusonic/opengraph/.php-cs-fixer.php
73+
fusonic/opengraph/CHANGELOG*
7274

7375
giggsey/libphonenumber-for-php-lite/METADATA-VERSION.txt
7476

composer/installed.json

Lines changed: 38 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -958,37 +958,42 @@
958958
},
959959
{
960960
"name": "fusonic/opengraph",
961-
"version": "v2.3.0",
962-
"version_normalized": "2.3.0.0",
961+
"version": "v3.0.0",
962+
"version_normalized": "3.0.0.0",
963963
"source": {
964964
"type": "git",
965965
"url": "https://github.com/fusonic/opengraph.git",
966-
"reference": "09dca70b04b4221c9dc664e1689e876a3faa50c2"
966+
"reference": "2daa6dce84f23b1bb6d66bf03b3e9371c39cd378"
967967
},
968968
"dist": {
969969
"type": "zip",
970-
"url": "https://api.github.com/repos/fusonic/opengraph/zipball/09dca70b04b4221c9dc664e1689e876a3faa50c2",
971-
"reference": "09dca70b04b4221c9dc664e1689e876a3faa50c2",
970+
"url": "https://api.github.com/repos/fusonic/opengraph/zipball/2daa6dce84f23b1bb6d66bf03b3e9371c39cd378",
971+
"reference": "2daa6dce84f23b1bb6d66bf03b3e9371c39cd378",
972972
"shasum": ""
973973
},
974974
"require": {
975975
"ext-dom": "*",
976-
"php": "^7.4|^8.0",
976+
"php": "^8.1",
977977
"psr/http-client": "^1.0",
978978
"psr/http-factory": "^1.0",
979-
"symfony/css-selector": "^3.0|^4.0|^5.0|^6.0",
980-
"symfony/dom-crawler": "^3.0|^4.0|^5.0|^6.0"
979+
"symfony/css-selector": "^5.4 || ^6.4 || ^7.1",
980+
"symfony/dom-crawler": "^5.4 || ^6.4 || ^7.1"
981981
},
982982
"require-dev": {
983-
"nyholm/psr7": "^1.2",
984-
"phpunit/phpunit": "^9.0",
985-
"symfony/http-client": "^6.0"
983+
"friendsofphp/php-cs-fixer": "^3.65",
984+
"nyholm/psr7": "^1.8",
985+
"phpstan/phpstan": "^2.0",
986+
"phpstan/phpstan-deprecation-rules": "^2.0",
987+
"phpstan/phpstan-phpunit": "^2.0",
988+
"phpstan/phpstan-strict-rules": "^2.0",
989+
"phpunit/phpunit": "^10.5 || ^11.4",
990+
"symfony/http-client": "^5.4 || ^6.4 || ^7.1"
986991
},
987992
"suggest": {
988-
"nyholm/psr7": "^1.2",
989-
"symfony/http-client": "^5.0"
993+
"nyholm/psr7": "^1.8",
994+
"symfony/http-client": "^5.4 || ^6.4 || ^7.1"
990995
},
991-
"time": "2023-12-05T14:26:51+00:00",
996+
"time": "2025-01-13T07:23:24+00:00",
992997
"type": "library",
993998
"installation-source": "dist",
994999
"autoload": {
@@ -1007,13 +1012,13 @@
10071012
}
10081013
],
10091014
"description": "PHP library for consuming and publishing Open Graph resources.",
1010-
"homepage": "https://github.com/fusonic/fusonic-opengraph",
1015+
"homepage": "https://github.com/fusonic/opengraph",
10111016
"keywords": [
10121017
"opengraph"
10131018
],
10141019
"support": {
10151020
"issues": "https://github.com/fusonic/opengraph/issues",
1016-
"source": "https://github.com/fusonic/opengraph/tree/v2.3.0"
1021+
"source": "https://github.com/fusonic/opengraph/tree/v3.0.0"
10171022
},
10181023
"install-path": "../fusonic/opengraph"
10191024
},
@@ -4518,23 +4523,23 @@
45184523
},
45194524
{
45204525
"name": "symfony/css-selector",
4521-
"version": "v6.4.3",
4522-
"version_normalized": "6.4.3.0",
4526+
"version": "v6.4.13",
4527+
"version_normalized": "6.4.13.0",
45234528
"source": {
45244529
"type": "git",
45254530
"url": "https://github.com/symfony/css-selector.git",
4526-
"reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229"
4531+
"reference": "cb23e97813c5837a041b73a6d63a9ddff0778f5e"
45274532
},
45284533
"dist": {
45294534
"type": "zip",
4530-
"url": "https://api.github.com/repos/symfony/css-selector/zipball/ee0f7ed5cf298cc019431bb3b3977ebc52b86229",
4531-
"reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229",
4535+
"url": "https://api.github.com/repos/symfony/css-selector/zipball/cb23e97813c5837a041b73a6d63a9ddff0778f5e",
4536+
"reference": "cb23e97813c5837a041b73a6d63a9ddff0778f5e",
45324537
"shasum": ""
45334538
},
45344539
"require": {
45354540
"php": ">=8.1"
45364541
},
4537-
"time": "2024-01-23T14:51:35+00:00",
4542+
"time": "2024-09-25T14:18:03+00:00",
45384543
"type": "library",
45394544
"installation-source": "dist",
45404545
"autoload": {
@@ -4566,7 +4571,7 @@
45664571
"description": "Converts CSS selectors to XPath expressions",
45674572
"homepage": "https://symfony.com",
45684573
"support": {
4569-
"source": "https://github.com/symfony/css-selector/tree/v6.4.3"
4574+
"source": "https://github.com/symfony/css-selector/tree/v6.4.13"
45704575
},
45714576
"funding": [
45724577
{
@@ -4656,17 +4661,17 @@
46564661
},
46574662
{
46584663
"name": "symfony/dom-crawler",
4659-
"version": "v6.4.4",
4660-
"version_normalized": "6.4.4.0",
4664+
"version": "v6.4.23",
4665+
"version_normalized": "6.4.23.0",
46614666
"source": {
46624667
"type": "git",
46634668
"url": "https://github.com/symfony/dom-crawler.git",
4664-
"reference": "f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531"
4669+
"reference": "22210aacb35dbadd772325d759d17bce2374a84d"
46654670
},
46664671
"dist": {
46674672
"type": "zip",
4668-
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531",
4669-
"reference": "f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531",
4673+
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/22210aacb35dbadd772325d759d17bce2374a84d",
4674+
"reference": "22210aacb35dbadd772325d759d17bce2374a84d",
46704675
"shasum": ""
46714676
},
46724677
"require": {
@@ -4678,7 +4683,7 @@
46784683
"require-dev": {
46794684
"symfony/css-selector": "^5.4|^6.0|^7.0"
46804685
},
4681-
"time": "2024-02-07T09:17:57+00:00",
4686+
"time": "2025-06-13T12:10:00+00:00",
46824687
"type": "library",
46834688
"installation-source": "dist",
46844689
"autoload": {
@@ -4706,7 +4711,7 @@
47064711
"description": "Eases DOM navigation for HTML and XML documents",
47074712
"homepage": "https://symfony.com",
47084713
"support": {
4709-
"source": "https://github.com/symfony/dom-crawler/tree/v6.4.4"
4714+
"source": "https://github.com/symfony/dom-crawler/tree/v6.4.23"
47104715
},
47114716
"funding": [
47124717
{
@@ -5139,8 +5144,8 @@
51395144
},
51405145
{
51415146
"name": "symfony/polyfill-ctype",
5142-
"version": "v1.31.0",
5143-
"version_normalized": "1.31.0.0",
5147+
"version": "v1.32.0",
5148+
"version_normalized": "1.32.0.0",
51445149
"source": {
51455150
"type": "git",
51465151
"url": "https://github.com/symfony/polyfill-ctype.git",
@@ -5201,7 +5206,7 @@
52015206
"portable"
52025207
],
52035208
"support": {
5204-
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
5209+
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
52055210
},
52065211
"funding": [
52075212
{

composer/installed.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@
128128
'dev_requirement' => false,
129129
),
130130
'fusonic/opengraph' => array(
131-
'pretty_version' => 'v2.3.0',
132-
'version' => '2.3.0.0',
133-
'reference' => '09dca70b04b4221c9dc664e1689e876a3faa50c2',
131+
'pretty_version' => 'v3.0.0',
132+
'version' => '3.0.0.0',
133+
'reference' => '2daa6dce84f23b1bb6d66bf03b3e9371c39cd378',
134134
'type' => 'library',
135135
'install_path' => __DIR__ . '/../fusonic/opengraph',
136136
'aliases' => array(),
@@ -662,9 +662,9 @@
662662
'dev_requirement' => false,
663663
),
664664
'symfony/css-selector' => array(
665-
'pretty_version' => 'v6.4.3',
666-
'version' => '6.4.3.0',
667-
'reference' => 'ee0f7ed5cf298cc019431bb3b3977ebc52b86229',
665+
'pretty_version' => 'v6.4.13',
666+
'version' => '6.4.13.0',
667+
'reference' => 'cb23e97813c5837a041b73a6d63a9ddff0778f5e',
668668
'type' => 'library',
669669
'install_path' => __DIR__ . '/../symfony/css-selector',
670670
'aliases' => array(),
@@ -680,9 +680,9 @@
680680
'dev_requirement' => false,
681681
),
682682
'symfony/dom-crawler' => array(
683-
'pretty_version' => 'v6.4.4',
684-
'version' => '6.4.4.0',
685-
'reference' => 'f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531',
683+
'pretty_version' => 'v6.4.23',
684+
'version' => '6.4.23.0',
685+
'reference' => '22210aacb35dbadd772325d759d17bce2374a84d',
686686
'type' => 'library',
687687
'install_path' => __DIR__ . '/../symfony/dom-crawler',
688688
'aliases' => array(),
@@ -740,8 +740,8 @@
740740
'dev_requirement' => false,
741741
),
742742
'symfony/polyfill-ctype' => array(
743-
'pretty_version' => 'v1.31.0',
744-
'version' => '1.31.0.0',
743+
'pretty_version' => 'v1.32.0',
744+
'version' => '1.32.0.0',
745745
'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638',
746746
'type' => 'library',
747747
'install_path' => __DIR__ . '/../symfony/polyfill-ctype',

fusonic/opengraph/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 Fusonic GmbH (http://www.fusonic.net)
1+
Copyright (c) 2014-2024 Fusonic GmbH (https://www.fusonic.net)
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)