dropbox-sign 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +26 -9
- data/VERSION +1 -0
- data/bin/release +39 -0
- data/bin/ruby +1 -0
- data/docs/BulkSendJobApi.md +5 -3
- data/docs/SignatureRequestApi.md +3 -3
- data/docs/SignatureRequestCreateEmbeddedRequest.md +1 -1
- data/docs/SignatureRequestSendRequest.md +1 -1
- data/docs/SubFormFieldsPerDocumentBase.md +1 -1
- data/docs/TeamResponse.md +1 -0
- data/docs/TemplateCreateEmbeddedDraftRequest.md +1 -1
- data/docs/TemplateResponse.md +2 -2
- data/docs/TemplateResponseDocument.md +3 -3
- data/docs/{TemplateResponseCustomField.md → TemplateResponseDocumentCustomFieldBase.md} +6 -8
- data/docs/TemplateResponseDocumentCustomFieldCheckbox.md +10 -0
- data/docs/TemplateResponseDocumentCustomFieldText.md +14 -0
- data/docs/TemplateResponseDocumentFieldGroup.md +1 -1
- data/docs/TemplateResponseDocumentFieldGroupRule.md +11 -0
- data/docs/{TemplateResponseDocumentFormField.md → TemplateResponseDocumentFormFieldBase.md} +5 -8
- data/docs/TemplateResponseDocumentFormFieldCheckbox.md +10 -0
- data/docs/TemplateResponseDocumentFormFieldDateSigned.md +10 -0
- data/docs/TemplateResponseDocumentFormFieldDropdown.md +10 -0
- data/docs/TemplateResponseDocumentFormFieldHyperlink.md +14 -0
- data/docs/TemplateResponseDocumentFormFieldInitials.md +10 -0
- data/docs/TemplateResponseDocumentFormFieldRadio.md +10 -0
- data/docs/TemplateResponseDocumentFormFieldSignature.md +10 -0
- data/docs/TemplateResponseDocumentFormFieldText.md +15 -0
- data/docs/{TemplateResponseDocumentStaticField.md → TemplateResponseDocumentStaticFieldBase.md} +6 -5
- data/docs/TemplateResponseDocumentStaticFieldCheckbox.md +10 -0
- data/docs/TemplateResponseDocumentStaticFieldDateSigned.md +10 -0
- data/docs/TemplateResponseDocumentStaticFieldDropdown.md +10 -0
- data/docs/TemplateResponseDocumentStaticFieldHyperlink.md +10 -0
- data/docs/TemplateResponseDocumentStaticFieldInitials.md +10 -0
- data/docs/TemplateResponseDocumentStaticFieldRadio.md +10 -0
- data/docs/TemplateResponseDocumentStaticFieldSignature.md +10 -0
- data/docs/TemplateResponseDocumentStaticFieldText.md +10 -0
- data/docs/TemplateResponseFieldAvgTextLength.md +1 -1
- data/docs/UnclaimedDraftApi.md +2 -2
- data/docs/UnclaimedDraftCreateEmbeddedRequest.md +1 -1
- data/docs/UnclaimedDraftCreateRequest.md +1 -1
- data/examples/SignatureRequestCreateEmbedded.rb +1 -1
- data/examples/SignatureRequestSend.rb +2 -2
- data/examples/UnclaimedDraftCreate.rb +2 -2
- data/lib/dropbox-sign/api/bulk_send_job_api.rb +6 -0
- data/lib/dropbox-sign/models/signature_request_create_embedded_request.rb +1 -1
- data/lib/dropbox-sign/models/signature_request_send_request.rb +1 -1
- data/lib/dropbox-sign/models/sub_form_fields_per_document_base.rb +1 -1
- data/lib/dropbox-sign/models/team_response.rb +17 -4
- data/lib/dropbox-sign/models/template_create_embedded_draft_request.rb +1 -1
- data/lib/dropbox-sign/models/template_response.rb +5 -5
- data/lib/dropbox-sign/models/template_response_document.rb +9 -9
- data/lib/dropbox-sign/models/{template_response_document_static_field.rb → template_response_document_custom_field_base.rb} +75 -43
- data/lib/dropbox-sign/models/template_response_document_custom_field_checkbox.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_custom_field_text.rb +306 -0
- data/lib/dropbox-sign/models/template_response_document_field_group.rb +2 -3
- data/lib/dropbox-sign/models/template_response_document_field_group_rule.rb +263 -0
- data/lib/dropbox-sign/models/{template_response_named_form_field.rb → template_response_document_form_field_base.rb} +82 -79
- data/lib/dropbox-sign/models/template_response_document_form_field_checkbox.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_form_field_date_signed.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_form_field_dropdown.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_form_field_hyperlink.rb +306 -0
- data/lib/dropbox-sign/models/template_response_document_form_field_initials.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_form_field_radio.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_form_field_signature.rb +263 -0
- data/lib/dropbox-sign/models/{template_response_document_form_field.rb → template_response_document_form_field_text.rb} +53 -132
- data/lib/dropbox-sign/models/{template_response_custom_field.rb → template_response_document_static_field_base.rb} +94 -112
- data/lib/dropbox-sign/models/template_response_document_static_field_checkbox.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_static_field_date_signed.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_static_field_dropdown.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_static_field_hyperlink.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_static_field_initials.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_static_field_radio.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_static_field_signature.rb +263 -0
- data/lib/dropbox-sign/models/template_response_document_static_field_text.rb +263 -0
- data/lib/dropbox-sign/models/template_response_field_avg_text_length.rb +1 -1
- data/lib/dropbox-sign/models/unclaimed_draft_create_embedded_request.rb +1 -1
- data/lib/dropbox-sign/models/unclaimed_draft_create_request.rb +1 -1
- data/lib/dropbox-sign/version.rb +1 -1
- data/lib/dropbox-sign.rb +22 -5
- data/openapi-config.yaml +4 -1
- data/openapi-sdk.yaml +598 -186
- data/templates/VERSION-root.mustache +1 -0
- data/test_fixtures/AccountCreateResponse.json +1 -0
- data/test_fixtures/ApiAppGetResponse.json +1 -0
- data/test_fixtures/ApiAppListResponse.json +1 -0
- data/test_fixtures/BulkSendJobGetResponse.json +8 -3
- data/test_fixtures/SignatureRequestGetResponse.json +65 -65
- data/test_fixtures/SignatureRequestListResponse.json +11 -4
- data/test_fixtures/TemplateGetResponse.json +1064 -41
- data/test_fixtures/TemplateListResponse.json +513 -44
- metadata +58 -64
- data/docs/TemplateResponseDocumentCustomField.md +0 -25
- data/docs/TemplateResponseNamedFormField.md +0 -23
- data/lib/dropbox-sign/models/template_response_document_custom_field.rb +0 -454
- data/vendor/autoload.php +0 -7
- data/vendor/bin/yaml-lint +0 -117
- data/vendor/composer/ClassLoader.php +0 -572
- data/vendor/composer/InstalledVersions.php +0 -350
- data/vendor/composer/LICENSE +0 -21
- data/vendor/composer/autoload_classmap.php +0 -10
- data/vendor/composer/autoload_files.php +0 -11
- data/vendor/composer/autoload_namespaces.php +0 -9
- data/vendor/composer/autoload_psr4.php +0 -11
- data/vendor/composer/autoload_real.php +0 -80
- data/vendor/composer/autoload_static.php +0 -46
- data/vendor/composer/installed.json +0 -239
- data/vendor/composer/installed.php +0 -50
- data/vendor/composer/platform_check.php +0 -26
- data/vendor/symfony/deprecation-contracts/.gitignore +0 -3
- data/vendor/symfony/deprecation-contracts/CHANGELOG.md +0 -5
- data/vendor/symfony/deprecation-contracts/LICENSE +0 -19
- data/vendor/symfony/deprecation-contracts/README.md +0 -26
- data/vendor/symfony/deprecation-contracts/composer.json +0 -35
- data/vendor/symfony/deprecation-contracts/function.php +0 -27
- data/vendor/symfony/polyfill-ctype/Ctype.php +0 -232
- data/vendor/symfony/polyfill-ctype/LICENSE +0 -19
- data/vendor/symfony/polyfill-ctype/README.md +0 -12
- data/vendor/symfony/polyfill-ctype/bootstrap.php +0 -50
- data/vendor/symfony/polyfill-ctype/bootstrap80.php +0 -46
- data/vendor/symfony/polyfill-ctype/composer.json +0 -41
- data/vendor/symfony/yaml/CHANGELOG.md +0 -237
- data/vendor/symfony/yaml/Command/LintCommand.php +0 -289
- data/vendor/symfony/yaml/Dumper.php +0 -140
- data/vendor/symfony/yaml/Escaper.php +0 -95
- data/vendor/symfony/yaml/Exception/DumpException.php +0 -21
- data/vendor/symfony/yaml/Exception/ExceptionInterface.php +0 -21
- data/vendor/symfony/yaml/Exception/ParseException.php +0 -132
- data/vendor/symfony/yaml/Exception/RuntimeException.php +0 -21
- data/vendor/symfony/yaml/Inline.php +0 -812
- data/vendor/symfony/yaml/LICENSE +0 -19
- data/vendor/symfony/yaml/Parser.php +0 -1305
- data/vendor/symfony/yaml/README.md +0 -13
- data/vendor/symfony/yaml/Resources/bin/yaml-lint +0 -45
- data/vendor/symfony/yaml/Tag/TaggedValue.php +0 -38
- data/vendor/symfony/yaml/Unescaper.php +0 -132
- data/vendor/symfony/yaml/Yaml.php +0 -100
- data/vendor/symfony/yaml/composer.json +0 -42
@@ -1,239 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"packages": [
|
3
|
-
{
|
4
|
-
"name": "symfony/deprecation-contracts",
|
5
|
-
"version": "v2.5.0",
|
6
|
-
"version_normalized": "2.5.0.0",
|
7
|
-
"source": {
|
8
|
-
"type": "git",
|
9
|
-
"url": "https://github.com/symfony/deprecation-contracts.git",
|
10
|
-
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
|
11
|
-
},
|
12
|
-
"dist": {
|
13
|
-
"type": "zip",
|
14
|
-
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
15
|
-
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
16
|
-
"shasum": ""
|
17
|
-
},
|
18
|
-
"require": {
|
19
|
-
"php": ">=7.1"
|
20
|
-
},
|
21
|
-
"time": "2021-07-12T14:48:14+00:00",
|
22
|
-
"type": "library",
|
23
|
-
"extra": {
|
24
|
-
"branch-alias": {
|
25
|
-
"dev-main": "2.5-dev"
|
26
|
-
},
|
27
|
-
"thanks": {
|
28
|
-
"name": "symfony/contracts",
|
29
|
-
"url": "https://github.com/symfony/contracts"
|
30
|
-
}
|
31
|
-
},
|
32
|
-
"installation-source": "dist",
|
33
|
-
"autoload": {
|
34
|
-
"files": [
|
35
|
-
"function.php"
|
36
|
-
]
|
37
|
-
},
|
38
|
-
"notification-url": "https://packagist.org/downloads/",
|
39
|
-
"license": [
|
40
|
-
"MIT"
|
41
|
-
],
|
42
|
-
"authors": [
|
43
|
-
{
|
44
|
-
"name": "Nicolas Grekas",
|
45
|
-
"email": "p@tchwork.com"
|
46
|
-
},
|
47
|
-
{
|
48
|
-
"name": "Symfony Community",
|
49
|
-
"homepage": "https://symfony.com/contributors"
|
50
|
-
}
|
51
|
-
],
|
52
|
-
"description": "A generic function and convention to trigger deprecation notices",
|
53
|
-
"homepage": "https://symfony.com",
|
54
|
-
"support": {
|
55
|
-
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
|
56
|
-
},
|
57
|
-
"funding": [
|
58
|
-
{
|
59
|
-
"url": "https://symfony.com/sponsor",
|
60
|
-
"type": "custom"
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"url": "https://github.com/fabpot",
|
64
|
-
"type": "github"
|
65
|
-
},
|
66
|
-
{
|
67
|
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
68
|
-
"type": "tidelift"
|
69
|
-
}
|
70
|
-
],
|
71
|
-
"install-path": "../symfony/deprecation-contracts"
|
72
|
-
},
|
73
|
-
{
|
74
|
-
"name": "symfony/polyfill-ctype",
|
75
|
-
"version": "v1.24.0",
|
76
|
-
"version_normalized": "1.24.0.0",
|
77
|
-
"source": {
|
78
|
-
"type": "git",
|
79
|
-
"url": "https://github.com/symfony/polyfill-ctype.git",
|
80
|
-
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
|
81
|
-
},
|
82
|
-
"dist": {
|
83
|
-
"type": "zip",
|
84
|
-
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
|
85
|
-
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
|
86
|
-
"shasum": ""
|
87
|
-
},
|
88
|
-
"require": {
|
89
|
-
"php": ">=7.1"
|
90
|
-
},
|
91
|
-
"provide": {
|
92
|
-
"ext-ctype": "*"
|
93
|
-
},
|
94
|
-
"suggest": {
|
95
|
-
"ext-ctype": "For best performance"
|
96
|
-
},
|
97
|
-
"time": "2021-10-20T20:35:02+00:00",
|
98
|
-
"type": "library",
|
99
|
-
"extra": {
|
100
|
-
"branch-alias": {
|
101
|
-
"dev-main": "1.23-dev"
|
102
|
-
},
|
103
|
-
"thanks": {
|
104
|
-
"name": "symfony/polyfill",
|
105
|
-
"url": "https://github.com/symfony/polyfill"
|
106
|
-
}
|
107
|
-
},
|
108
|
-
"installation-source": "dist",
|
109
|
-
"autoload": {
|
110
|
-
"psr-4": {
|
111
|
-
"Symfony\\Polyfill\\Ctype\\": ""
|
112
|
-
},
|
113
|
-
"files": [
|
114
|
-
"bootstrap.php"
|
115
|
-
]
|
116
|
-
},
|
117
|
-
"notification-url": "https://packagist.org/downloads/",
|
118
|
-
"license": [
|
119
|
-
"MIT"
|
120
|
-
],
|
121
|
-
"authors": [
|
122
|
-
{
|
123
|
-
"name": "Gert de Pagter",
|
124
|
-
"email": "BackEndTea@gmail.com"
|
125
|
-
},
|
126
|
-
{
|
127
|
-
"name": "Symfony Community",
|
128
|
-
"homepage": "https://symfony.com/contributors"
|
129
|
-
}
|
130
|
-
],
|
131
|
-
"description": "Symfony polyfill for ctype functions",
|
132
|
-
"homepage": "https://symfony.com",
|
133
|
-
"keywords": [
|
134
|
-
"compatibility",
|
135
|
-
"ctype",
|
136
|
-
"polyfill",
|
137
|
-
"portable"
|
138
|
-
],
|
139
|
-
"support": {
|
140
|
-
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
|
141
|
-
},
|
142
|
-
"funding": [
|
143
|
-
{
|
144
|
-
"url": "https://symfony.com/sponsor",
|
145
|
-
"type": "custom"
|
146
|
-
},
|
147
|
-
{
|
148
|
-
"url": "https://github.com/fabpot",
|
149
|
-
"type": "github"
|
150
|
-
},
|
151
|
-
{
|
152
|
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
153
|
-
"type": "tidelift"
|
154
|
-
}
|
155
|
-
],
|
156
|
-
"install-path": "../symfony/polyfill-ctype"
|
157
|
-
},
|
158
|
-
{
|
159
|
-
"name": "symfony/yaml",
|
160
|
-
"version": "v5.4.3",
|
161
|
-
"version_normalized": "5.4.3.0",
|
162
|
-
"source": {
|
163
|
-
"type": "git",
|
164
|
-
"url": "https://github.com/symfony/yaml.git",
|
165
|
-
"reference": "e80f87d2c9495966768310fc531b487ce64237a2"
|
166
|
-
},
|
167
|
-
"dist": {
|
168
|
-
"type": "zip",
|
169
|
-
"url": "https://api.github.com/repos/symfony/yaml/zipball/e80f87d2c9495966768310fc531b487ce64237a2",
|
170
|
-
"reference": "e80f87d2c9495966768310fc531b487ce64237a2",
|
171
|
-
"shasum": ""
|
172
|
-
},
|
173
|
-
"require": {
|
174
|
-
"php": ">=7.2.5",
|
175
|
-
"symfony/deprecation-contracts": "^2.1|^3",
|
176
|
-
"symfony/polyfill-ctype": "^1.8"
|
177
|
-
},
|
178
|
-
"conflict": {
|
179
|
-
"symfony/console": "<5.3"
|
180
|
-
},
|
181
|
-
"require-dev": {
|
182
|
-
"symfony/console": "^5.3|^6.0"
|
183
|
-
},
|
184
|
-
"suggest": {
|
185
|
-
"symfony/console": "For validating YAML files using the lint command"
|
186
|
-
},
|
187
|
-
"time": "2022-01-26T16:32:32+00:00",
|
188
|
-
"bin": [
|
189
|
-
"Resources/bin/yaml-lint"
|
190
|
-
],
|
191
|
-
"type": "library",
|
192
|
-
"installation-source": "dist",
|
193
|
-
"autoload": {
|
194
|
-
"psr-4": {
|
195
|
-
"Symfony\\Component\\Yaml\\": ""
|
196
|
-
},
|
197
|
-
"exclude-from-classmap": [
|
198
|
-
"/Tests/"
|
199
|
-
]
|
200
|
-
},
|
201
|
-
"notification-url": "https://packagist.org/downloads/",
|
202
|
-
"license": [
|
203
|
-
"MIT"
|
204
|
-
],
|
205
|
-
"authors": [
|
206
|
-
{
|
207
|
-
"name": "Fabien Potencier",
|
208
|
-
"email": "fabien@symfony.com"
|
209
|
-
},
|
210
|
-
{
|
211
|
-
"name": "Symfony Community",
|
212
|
-
"homepage": "https://symfony.com/contributors"
|
213
|
-
}
|
214
|
-
],
|
215
|
-
"description": "Loads and dumps YAML files",
|
216
|
-
"homepage": "https://symfony.com",
|
217
|
-
"support": {
|
218
|
-
"source": "https://github.com/symfony/yaml/tree/v5.4.3"
|
219
|
-
},
|
220
|
-
"funding": [
|
221
|
-
{
|
222
|
-
"url": "https://symfony.com/sponsor",
|
223
|
-
"type": "custom"
|
224
|
-
},
|
225
|
-
{
|
226
|
-
"url": "https://github.com/fabpot",
|
227
|
-
"type": "github"
|
228
|
-
},
|
229
|
-
{
|
230
|
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
231
|
-
"type": "tidelift"
|
232
|
-
}
|
233
|
-
],
|
234
|
-
"install-path": "../symfony/yaml"
|
235
|
-
}
|
236
|
-
],
|
237
|
-
"dev": true,
|
238
|
-
"dev-package-names": []
|
239
|
-
}
|
@@ -1,50 +0,0 @@
|
|
1
|
-
<?php return array(
|
2
|
-
'root' => array(
|
3
|
-
'pretty_version' => '1.0.0+no-version-set',
|
4
|
-
'version' => '1.0.0.0',
|
5
|
-
'type' => 'library',
|
6
|
-
'install_path' => __DIR__ . '/../../',
|
7
|
-
'aliases' => array(),
|
8
|
-
'reference' => NULL,
|
9
|
-
'name' => '__root__',
|
10
|
-
'dev' => true,
|
11
|
-
),
|
12
|
-
'versions' => array(
|
13
|
-
'__root__' => array(
|
14
|
-
'pretty_version' => '1.0.0+no-version-set',
|
15
|
-
'version' => '1.0.0.0',
|
16
|
-
'type' => 'library',
|
17
|
-
'install_path' => __DIR__ . '/../../',
|
18
|
-
'aliases' => array(),
|
19
|
-
'reference' => NULL,
|
20
|
-
'dev_requirement' => false,
|
21
|
-
),
|
22
|
-
'symfony/deprecation-contracts' => array(
|
23
|
-
'pretty_version' => 'v2.5.0',
|
24
|
-
'version' => '2.5.0.0',
|
25
|
-
'type' => 'library',
|
26
|
-
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
|
27
|
-
'aliases' => array(),
|
28
|
-
'reference' => '6f981ee24cf69ee7ce9736146d1c57c2780598a8',
|
29
|
-
'dev_requirement' => false,
|
30
|
-
),
|
31
|
-
'symfony/polyfill-ctype' => array(
|
32
|
-
'pretty_version' => 'v1.24.0',
|
33
|
-
'version' => '1.24.0.0',
|
34
|
-
'type' => 'library',
|
35
|
-
'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
|
36
|
-
'aliases' => array(),
|
37
|
-
'reference' => '30885182c981ab175d4d034db0f6f469898070ab',
|
38
|
-
'dev_requirement' => false,
|
39
|
-
),
|
40
|
-
'symfony/yaml' => array(
|
41
|
-
'pretty_version' => 'v5.4.3',
|
42
|
-
'version' => '5.4.3.0',
|
43
|
-
'type' => 'library',
|
44
|
-
'install_path' => __DIR__ . '/../symfony/yaml',
|
45
|
-
'aliases' => array(),
|
46
|
-
'reference' => 'e80f87d2c9495966768310fc531b487ce64237a2',
|
47
|
-
'dev_requirement' => false,
|
48
|
-
),
|
49
|
-
),
|
50
|
-
);
|
@@ -1,26 +0,0 @@
|
|
1
|
-
<?php
|
2
|
-
|
3
|
-
// platform_check.php @generated by Composer
|
4
|
-
|
5
|
-
$issues = array();
|
6
|
-
|
7
|
-
if (!(PHP_VERSION_ID >= 70205)) {
|
8
|
-
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.2.5". You are running ' . PHP_VERSION . '.';
|
9
|
-
}
|
10
|
-
|
11
|
-
if ($issues) {
|
12
|
-
if (!headers_sent()) {
|
13
|
-
header('HTTP/1.1 500 Internal Server Error');
|
14
|
-
}
|
15
|
-
if (!ini_get('display_errors')) {
|
16
|
-
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
|
17
|
-
fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
|
18
|
-
} elseif (!headers_sent()) {
|
19
|
-
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;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
trigger_error(
|
23
|
-
'Composer detected issues in your platform: ' . implode(' ', $issues),
|
24
|
-
E_USER_ERROR
|
25
|
-
);
|
26
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
Copyright (c) 2020-2021 Fabien Potencier
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
-
of this software and associated documentation files (the "Software"), to deal
|
5
|
-
in the Software without restriction, including without limitation the rights
|
6
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
-
copies of the Software, and to permit persons to whom the Software is furnished
|
8
|
-
to do so, subject to the following conditions:
|
9
|
-
|
10
|
-
The above copyright notice and this permission notice shall be included in all
|
11
|
-
copies or substantial portions of the Software.
|
12
|
-
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19
|
-
THE SOFTWARE.
|
@@ -1,26 +0,0 @@
|
|
1
|
-
Symfony Deprecation Contracts
|
2
|
-
=============================
|
3
|
-
|
4
|
-
A generic function and convention to trigger deprecation notices.
|
5
|
-
|
6
|
-
This package provides a single global function named `trigger_deprecation()` that triggers silenced deprecation notices.
|
7
|
-
|
8
|
-
By using a custom PHP error handler such as the one provided by the Symfony ErrorHandler component,
|
9
|
-
the triggered deprecations can be caught and logged for later discovery, both on dev and prod environments.
|
10
|
-
|
11
|
-
The function requires at least 3 arguments:
|
12
|
-
- the name of the Composer package that is triggering the deprecation
|
13
|
-
- the version of the package that introduced the deprecation
|
14
|
-
- the message of the deprecation
|
15
|
-
- more arguments can be provided: they will be inserted in the message using `printf()` formatting
|
16
|
-
|
17
|
-
Example:
|
18
|
-
```php
|
19
|
-
trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use "%s" instead.', 'bitcoin', 'fabcoin');
|
20
|
-
```
|
21
|
-
|
22
|
-
This will generate the following message:
|
23
|
-
`Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.`
|
24
|
-
|
25
|
-
While not necessarily recommended, the deprecation notices can be completely ignored by declaring an empty
|
26
|
-
`function trigger_deprecation() {}` in your application.
|
@@ -1,35 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "symfony/deprecation-contracts",
|
3
|
-
"type": "library",
|
4
|
-
"description": "A generic function and convention to trigger deprecation notices",
|
5
|
-
"homepage": "https://symfony.com",
|
6
|
-
"license": "MIT",
|
7
|
-
"authors": [
|
8
|
-
{
|
9
|
-
"name": "Nicolas Grekas",
|
10
|
-
"email": "p@tchwork.com"
|
11
|
-
},
|
12
|
-
{
|
13
|
-
"name": "Symfony Community",
|
14
|
-
"homepage": "https://symfony.com/contributors"
|
15
|
-
}
|
16
|
-
],
|
17
|
-
"require": {
|
18
|
-
"php": ">=7.1"
|
19
|
-
},
|
20
|
-
"autoload": {
|
21
|
-
"files": [
|
22
|
-
"function.php"
|
23
|
-
]
|
24
|
-
},
|
25
|
-
"minimum-stability": "dev",
|
26
|
-
"extra": {
|
27
|
-
"branch-alias": {
|
28
|
-
"dev-main": "2.5-dev"
|
29
|
-
},
|
30
|
-
"thanks": {
|
31
|
-
"name": "symfony/contracts",
|
32
|
-
"url": "https://github.com/symfony/contracts"
|
33
|
-
}
|
34
|
-
}
|
35
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
<?php
|
2
|
-
|
3
|
-
/*
|
4
|
-
* This file is part of the Symfony package.
|
5
|
-
*
|
6
|
-
* (c) Fabien Potencier <fabien@symfony.com>
|
7
|
-
*
|
8
|
-
* For the full copyright and license information, please view the LICENSE
|
9
|
-
* file that was distributed with this source code.
|
10
|
-
*/
|
11
|
-
|
12
|
-
if (!function_exists('trigger_deprecation')) {
|
13
|
-
/**
|
14
|
-
* Triggers a silenced deprecation notice.
|
15
|
-
*
|
16
|
-
* @param string $package The name of the Composer package that is triggering the deprecation
|
17
|
-
* @param string $version The version of the package that introduced the deprecation
|
18
|
-
* @param string $message The message of the deprecation
|
19
|
-
* @param mixed ...$args Values to insert in the message using printf() formatting
|
20
|
-
*
|
21
|
-
* @author Nicolas Grekas <p@tchwork.com>
|
22
|
-
*/
|
23
|
-
function trigger_deprecation(string $package, string $version, string $message, ...$args): void
|
24
|
-
{
|
25
|
-
@trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
|
26
|
-
}
|
27
|
-
}
|
@@ -1,232 +0,0 @@
|
|
1
|
-
<?php
|
2
|
-
|
3
|
-
/*
|
4
|
-
* This file is part of the Symfony package.
|
5
|
-
*
|
6
|
-
* (c) Fabien Potencier <fabien@symfony.com>
|
7
|
-
*
|
8
|
-
* For the full copyright and license information, please view the LICENSE
|
9
|
-
* file that was distributed with this source code.
|
10
|
-
*/
|
11
|
-
|
12
|
-
namespace Symfony\Polyfill\Ctype;
|
13
|
-
|
14
|
-
/**
|
15
|
-
* Ctype implementation through regex.
|
16
|
-
*
|
17
|
-
* @internal
|
18
|
-
*
|
19
|
-
* @author Gert de Pagter <BackEndTea@gmail.com>
|
20
|
-
*/
|
21
|
-
final class Ctype
|
22
|
-
{
|
23
|
-
/**
|
24
|
-
* Returns TRUE if every character in text is either a letter or a digit, FALSE otherwise.
|
25
|
-
*
|
26
|
-
* @see https://php.net/ctype-alnum
|
27
|
-
*
|
28
|
-
* @param mixed $text
|
29
|
-
*
|
30
|
-
* @return bool
|
31
|
-
*/
|
32
|
-
public static function ctype_alnum($text)
|
33
|
-
{
|
34
|
-
$text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
|
35
|
-
|
36
|
-
return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text);
|
37
|
-
}
|
38
|
-
|
39
|
-
/**
|
40
|
-
* Returns TRUE if every character in text is a letter, FALSE otherwise.
|
41
|
-
*
|
42
|
-
* @see https://php.net/ctype-alpha
|
43
|
-
*
|
44
|
-
* @param mixed $text
|
45
|
-
*
|
46
|
-
* @return bool
|
47
|
-
*/
|
48
|
-
public static function ctype_alpha($text)
|
49
|
-
{
|
50
|
-
$text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
|
51
|
-
|
52
|
-
return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text);
|
53
|
-
}
|
54
|
-
|
55
|
-
/**
|
56
|
-
* Returns TRUE if every character in text is a control character from the current locale, FALSE otherwise.
|
57
|
-
*
|
58
|
-
* @see https://php.net/ctype-cntrl
|
59
|
-
*
|
60
|
-
* @param mixed $text
|
61
|
-
*
|
62
|
-
* @return bool
|
63
|
-
*/
|
64
|
-
public static function ctype_cntrl($text)
|
65
|
-
{
|
66
|
-
$text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
|
67
|
-
|
68
|
-
return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text);
|
69
|
-
}
|
70
|
-
|
71
|
-
/**
|
72
|
-
* Returns TRUE if every character in the string text is a decimal digit, FALSE otherwise.
|
73
|
-
*
|
74
|
-
* @see https://php.net/ctype-digit
|
75
|
-
*
|
76
|
-
* @param mixed $text
|
77
|
-
*
|
78
|
-
* @return bool
|
79
|
-
*/
|
80
|
-
public static function ctype_digit($text)
|
81
|
-
{
|
82
|
-
$text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
|
83
|
-
|
84
|
-
return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text);
|
85
|
-
}
|
86
|
-
|
87
|
-
/**
|
88
|
-
* Returns TRUE if every character in text is printable and actually creates visible output (no white space), FALSE otherwise.
|
89
|
-
*
|
90
|
-
* @see https://php.net/ctype-graph
|
91
|
-
*
|
92
|
-
* @param mixed $text
|
93
|
-
*
|
94
|
-
* @return bool
|
95
|
-
*/
|
96
|
-
public static function ctype_graph($text)
|
97
|
-
{
|
98
|
-
$text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
|
99
|
-
|
100
|
-
return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text);
|
101
|
-
}
|
102
|
-
|
103
|
-
/**
|
104
|
-
* Returns TRUE if every character in text is a lowercase letter.
|
105
|
-
*
|
106
|
-
* @see https://php.net/ctype-lower
|
107
|
-
*
|
108
|
-
* @param mixed $text
|
109
|
-
*
|
110
|
-
* @return bool
|
111
|
-
*/
|
112
|
-
public static function ctype_lower($text)
|
113
|
-
{
|
114
|
-
$text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
|
115
|
-
|
116
|
-
return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text);
|
117
|
-
}
|
118
|
-
|
119
|
-
/**
|
120
|
-
* Returns TRUE if every character in text will actually create output (including blanks). Returns FALSE if text contains control characters or characters that do not have any output or control function at all.
|
121
|
-
*
|
122
|
-
* @see https://php.net/ctype-print
|
123
|
-
*
|
124
|
-
* @param mixed $text
|
125
|
-
*
|
126
|
-
* @return bool
|
127
|
-
*/
|
128
|
-
public static function ctype_print($text)
|
129
|
-
{
|
130
|
-
$text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
|
131
|
-
|
132
|
-
return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text);
|
133
|
-
}
|
134
|
-
|
135
|
-
/**
|
136
|
-
* Returns TRUE if every character in text is printable, but neither letter, digit or blank, FALSE otherwise.
|
137
|
-
*
|
138
|
-
* @see https://php.net/ctype-punct
|
139
|
-
*
|
140
|
-
* @param mixed $text
|
141
|
-
*
|
142
|
-
* @return bool
|
143
|
-
*/
|
144
|
-
public static function ctype_punct($text)
|
145
|
-
{
|
146
|
-
$text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
|
147
|
-
|
148
|
-
return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text);
|
149
|
-
}
|
150
|
-
|
151
|
-
/**
|
152
|
-
* Returns TRUE if every character in text creates some sort of white space, FALSE otherwise. Besides the blank character this also includes tab, vertical tab, line feed, carriage return and form feed characters.
|
153
|
-
*
|
154
|
-
* @see https://php.net/ctype-space
|
155
|
-
*
|
156
|
-
* @param mixed $text
|
157
|
-
*
|
158
|
-
* @return bool
|
159
|
-
*/
|
160
|
-
public static function ctype_space($text)
|
161
|
-
{
|
162
|
-
$text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
|
163
|
-
|
164
|
-
return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text);
|
165
|
-
}
|
166
|
-
|
167
|
-
/**
|
168
|
-
* Returns TRUE if every character in text is an uppercase letter.
|
169
|
-
*
|
170
|
-
* @see https://php.net/ctype-upper
|
171
|
-
*
|
172
|
-
* @param mixed $text
|
173
|
-
*
|
174
|
-
* @return bool
|
175
|
-
*/
|
176
|
-
public static function ctype_upper($text)
|
177
|
-
{
|
178
|
-
$text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
|
179
|
-
|
180
|
-
return \is_string($text) && '' !== $text && !preg_match('/[^A-Z]/', $text);
|
181
|
-
}
|
182
|
-
|
183
|
-
/**
|
184
|
-
* Returns TRUE if every character in text is a hexadecimal 'digit', that is a decimal digit or a character from [A-Fa-f] , FALSE otherwise.
|
185
|
-
*
|
186
|
-
* @see https://php.net/ctype-xdigit
|
187
|
-
*
|
188
|
-
* @param mixed $text
|
189
|
-
*
|
190
|
-
* @return bool
|
191
|
-
*/
|
192
|
-
public static function ctype_xdigit($text)
|
193
|
-
{
|
194
|
-
$text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
|
195
|
-
|
196
|
-
return \is_string($text) && '' !== $text && !preg_match('/[^A-Fa-f0-9]/', $text);
|
197
|
-
}
|
198
|
-
|
199
|
-
/**
|
200
|
-
* Converts integers to their char versions according to normal ctype behaviour, if needed.
|
201
|
-
*
|
202
|
-
* If an integer between -128 and 255 inclusive is provided,
|
203
|
-
* it is interpreted as the ASCII value of a single character
|
204
|
-
* (negative values have 256 added in order to allow characters in the Extended ASCII range).
|
205
|
-
* Any other integer is interpreted as a string containing the decimal digits of the integer.
|
206
|
-
*
|
207
|
-
* @param mixed $int
|
208
|
-
* @param string $function
|
209
|
-
*
|
210
|
-
* @return mixed
|
211
|
-
*/
|
212
|
-
private static function convert_int_to_char_for_ctype($int, $function)
|
213
|
-
{
|
214
|
-
if (!\is_int($int)) {
|
215
|
-
return $int;
|
216
|
-
}
|
217
|
-
|
218
|
-
if ($int < -128 || $int > 255) {
|
219
|
-
return (string) $int;
|
220
|
-
}
|
221
|
-
|
222
|
-
if (\PHP_VERSION_ID >= 80100) {
|
223
|
-
@trigger_error($function.'(): Argument of type int will be interpreted as string in the future', \E_USER_DEPRECATED);
|
224
|
-
}
|
225
|
-
|
226
|
-
if ($int < 0) {
|
227
|
-
$int += 256;
|
228
|
-
}
|
229
|
-
|
230
|
-
return \chr($int);
|
231
|
-
}
|
232
|
-
}
|