Skip to content

Commit cc68e33

Browse files
chore(autoloader): Dump autoloader
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 4cfe0df commit cc68e33

File tree

522 files changed

+30840
-43100
lines changed

Some content is hidden

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

522 files changed

+30840
-43100
lines changed

composer/autoload_classmap.php

Lines changed: 495 additions & 2 deletions
Large diffs are not rendered by default.

composer/autoload_static.php

Lines changed: 495 additions & 2 deletions
Large diffs are not rendered by default.

composer/installed.json

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,17 +1018,17 @@
10181018
},
10191019
{
10201020
"name": "giggsey/libphonenumber-for-php-lite",
1021-
"version": "8.13.48",
1022-
"version_normalized": "8.13.48.0",
1021+
"version": "9.0.3",
1022+
"version_normalized": "9.0.3.0",
10231023
"source": {
10241024
"type": "git",
10251025
"url": "https://github.com/giggsey/libphonenumber-for-php-lite.git",
1026-
"reference": "76a4df0f53684fa4175d15aee1cee5f1047a17f7"
1026+
"reference": "e4f4c5834d35773bf9d5e72e3e764cfe4e301a8c"
10271027
},
10281028
"dist": {
10291029
"type": "zip",
1030-
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php-lite/zipball/76a4df0f53684fa4175d15aee1cee5f1047a17f7",
1031-
"reference": "76a4df0f53684fa4175d15aee1cee5f1047a17f7",
1030+
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php-lite/zipball/e4f4c5834d35773bf9d5e72e3e764cfe4e301a8c",
1031+
"reference": "e4f4c5834d35773bf9d5e72e3e764cfe4e301a8c",
10321032
"shasum": ""
10331033
},
10341034
"require": {
@@ -1040,40 +1040,35 @@
10401040
},
10411041
"require-dev": {
10421042
"ext-dom": "*",
1043-
"friendsofphp/php-cs-fixer": "^3.12",
1044-
"infection/infection": "^0.28",
1045-
"pear/pear-core-minimal": "^1.10.11",
1046-
"pear/pear_exception": "^1.0.2",
1047-
"pear/versioncontrol_git": "^0.7",
1048-
"phing/phing": "^2.17.4",
1049-
"phpstan/extension-installer": "^1.2",
1050-
"phpstan/phpstan": "^1.8",
1051-
"phpstan/phpstan-phpunit": "^1.2",
1052-
"phpunit/phpunit": "^10.5",
1053-
"symfony/console": "^6.0",
1054-
"symfony/var-exporter": "^6.0"
1043+
"friendsofphp/php-cs-fixer": "^3.71",
1044+
"infection/infection": "^0.28.0",
1045+
"nette/php-generator": "^4.1",
1046+
"php-coveralls/php-coveralls": "^2.7",
1047+
"phpstan/extension-installer": "^1.4.3",
1048+
"phpstan/phpstan": "^2.1.7",
1049+
"phpstan/phpstan-deprecation-rules": "^2.0.1",
1050+
"phpstan/phpstan-phpunit": "^2.0.4",
1051+
"phpstan/phpstan-strict-rules": "^2.0.3",
1052+
"phpunit/phpunit": "^10.5.45",
1053+
"symfony/console": "^6.4",
1054+
"symfony/filesystem": "^6.4",
1055+
"symfony/process": "^6.4"
10551056
},
10561057
"suggest": {
10571058
"giggsey/libphonenumber-for-php": "Use libphonenumber-for-php for geocoding, carriers, timezones and matching"
10581059
},
1059-
"time": "2024-10-22T09:03:14+00:00",
1060+
"time": "2025-04-11T07:36:14+00:00",
10601061
"type": "library",
10611062
"extra": {
10621063
"branch-alias": {
1063-
"dev-master": "8.x-dev"
1064+
"dev-master": "9.x-dev"
10641065
}
10651066
},
10661067
"installation-source": "dist",
10671068
"autoload": {
10681069
"psr-4": {
10691070
"libphonenumber\\": "src/"
1070-
},
1071-
"exclude-from-classmap": [
1072-
"/src/data/",
1073-
"/src/carrier/data/",
1074-
"/src/geocoding/data/",
1075-
"/src/timezone/data/"
1076-
]
1071+
}
10771072
},
10781073
"notification-url": "https://packagist.org/downloads/",
10791074
"license": [

composer/installed.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@
137137
'dev_requirement' => false,
138138
),
139139
'giggsey/libphonenumber-for-php-lite' => array(
140-
'pretty_version' => '8.13.48',
141-
'version' => '8.13.48.0',
142-
'reference' => '76a4df0f53684fa4175d15aee1cee5f1047a17f7',
140+
'pretty_version' => '9.0.3',
141+
'version' => '9.0.3.0',
142+
'reference' => 'e4f4c5834d35773bf9d5e72e3e764cfe4e301a8c',
143143
'type' => 'library',
144144
'install_path' => __DIR__ . '/../giggsey/libphonenumber-for-php-lite',
145145
'aliases' => array(),
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/**
36
* This file specifies the revision of the metadata to build from.
47
* It can be a commit, branch or tag of the https://github.com/google/libphonenumber project
58
* For more information, look at the phing tasks in build.xml
69
* @internal
710
*/
8-
return 'v8.13.48';
11+
return 'v9.0.3';
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace libphonenumber;
46

57
/**
68
* Country code source from number
79
*/
8-
class CountryCodeSource
10+
enum CountryCodeSource: int
911
{
1012
/**
1113
* The country_code is derived based on a phone number with a leading "+", e.g. the French
1214
* number "+33 1 42 68 53 00".
1315
*/
14-
public const FROM_NUMBER_WITH_PLUS_SIGN = 0;
16+
case FROM_NUMBER_WITH_PLUS_SIGN = 0;
1517
/**
1618
* The country_code is derived based on a phone number with a leading IDD, e.g. the French
1719
* number "011 33 1 42 68 53 00", as it is dialled from US.
1820
*/
19-
public const FROM_NUMBER_WITH_IDD = 1;
21+
case FROM_NUMBER_WITH_IDD = 1;
2022
/**
2123
* The country_code is derived based on a phone number without a leading "+", e.g. the French
2224
* number "33 1 42 68 53 00" when defaultCountry is supplied as France.
2325
*/
24-
public const FROM_NUMBER_WITHOUT_PLUS_SIGN = 2;
26+
case FROM_NUMBER_WITHOUT_PLUS_SIGN = 2;
2527
/**
2628
* The country_code is derived NOT based on the phone number itself, but from the defaultCountry
2729
* parameter provided in the parsing function by the clients. This happens mostly for numbers
2830
* written in the national format (without country code). For example, this would be set when
2931
* parsing the French number "01 42 68 53 00", when defaultCountry is supplied as France.
3032
*/
31-
public const FROM_DEFAULT_COUNTRY = 3;
33+
case FROM_DEFAULT_COUNTRY = 3;
3234

33-
public const UNSPECIFIED = 4;
35+
case UNSPECIFIED = 4;
3436
}

0 commit comments

Comments
 (0)