提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

2
vendor/symfony/polyfill-intl-normalizer/LICENSE vendored Executable file → Normal file
View File

@ -1,4 +1,4 @@
Copyright (c) 2015-2019 Fabien Potencier
Copyright (c) 2015-present Fabien Potencier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

0
vendor/symfony/polyfill-intl-normalizer/Normalizer.php vendored Executable file → Normal file
View File

0
vendor/symfony/polyfill-intl-normalizer/README.md vendored Executable file → Normal file
View File

View File

View File

View File

View File

0
vendor/symfony/polyfill-intl-normalizer/bootstrap.php vendored Executable file → Normal file
View File

0
vendor/symfony/polyfill-intl-normalizer/bootstrap80.php vendored Executable file → Normal file
View File

5
vendor/symfony/polyfill-intl-normalizer/composer.json vendored Executable file → Normal file
View File

@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=7.1"
"php": ">=7.2"
},
"autoload": {
"psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" },
@ -28,9 +28,6 @@
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"