提交的内容
This commit is contained in:
2
vendor/symfony/polyfill-intl-normalizer/LICENSE
vendored
Executable file → Normal file
2
vendor/symfony/polyfill-intl-normalizer/LICENSE
vendored
Executable file → Normal 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
0
vendor/symfony/polyfill-intl-normalizer/Normalizer.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/README.md
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/README.md
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/bootstrap.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/bootstrap.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
vendored
Executable file → Normal file
0
vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
vendored
Executable file → Normal file
5
vendor/symfony/polyfill-intl-normalizer/composer.json
vendored
Executable file → Normal file
5
vendor/symfony/polyfill-intl-normalizer/composer.json
vendored
Executable file → Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user