diff --git a/.dockerignore b/.dockerignore index b988b53f..4211ed44 100644 --- a/.dockerignore +++ b/.dockerignore @@ -27,4 +27,4 @@ storage/framework/sessions/* storage/framework/views/* storage/framework/cache/* -bootstrap/cache/* +bootstrap/cache/* \ No newline at end of file diff --git a/.scribe/.filehashes b/.scribe/.filehashes new file mode 100644 index 00000000..24cf92b0 --- /dev/null +++ b/.scribe/.filehashes @@ -0,0 +1,4 @@ +# GENERATED. YOU SHOULDN'T MODIFY OR DELETE THIS FILE. +# Scribe uses this file to know when you change something manually in your docs. +.scribe/intro.md=4cce32d41499a35efb2ff125bcc4d59c +.scribe/auth.md=9bee2b1ef8a238b2e58613fa636d5f39 \ No newline at end of file diff --git a/.scribe/auth.md b/.scribe/auth.md new file mode 100644 index 00000000..82903629 --- /dev/null +++ b/.scribe/auth.md @@ -0,0 +1,3 @@ +# Authenticating requests + +This API is not authenticated. diff --git a/.scribe/endpoints.cache/00.yaml b/.scribe/endpoints.cache/00.yaml new file mode 100644 index 00000000..dd13f0e4 --- /dev/null +++ b/.scribe/endpoints.cache/00.yaml @@ -0,0 +1,10922 @@ +## Autogenerated by Scribe. DO NOT MODIFY. + +name: Endpoints +description: '' +endpoints: + - + custom: [] + httpMethods: + - GET + uri: api/v1/module-check + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 500 + content: |- + { + "message": "Server Error" + } + headers: + cache-control: 'no-cache, private' + content-type: application/json + x-ratelimit-limit: '100' + x-ratelimit-remaining: '99' + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/sign-in + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + password: + custom: [] + name: password + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address.' + required: true + example: carolyne.luettgen@example.org + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + password: consequatur + email: carolyne.luettgen@example.org + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/submit-otp + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + email: + custom: [] + name: email + description: 'Must be a valid email address.' + required: true + example: qkunze@example.com + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + otp: + custom: [] + name: otp + description: 'Must be at least 4 characters. Must not be greater than 15 characters.' + required: true + example: opfuudtdsufvy + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + email: qkunze@example.com + otp: opfuudtdsufvy + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/sign-up + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + password: + custom: [] + name: password + description: 'Must be at least 6 characters. Must not be greater than 100 characters.' + required: true + example: OP>@;4 + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address.' + required: true + example: kacey94@example.org + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + password: OP>@;4 + email: kacey94@example.org + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/resend-otp + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + email: + custom: [] + name: email + description: 'Must be a valid email address. The email of an existing record in the users table.' + required: true + example: qkunze@example.com + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + email: qkunze@example.com + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/otp-settings + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 200 + content: '{"message":"Data fetched successfully.","data":[]}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + x-ratelimit-limit: '100' + x-ratelimit-remaining: '98' + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/send-reset-code + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + email: + custom: [] + name: email + description: 'Must be a valid email address. The email of an existing record in the users table.' + required: true + example: qkunze@example.com + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + email: qkunze@example.com + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/verify-reset-code + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + code: + custom: [] + name: code + description: '' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + email: + custom: [] + name: email + description: 'The email of an existing record in the users table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + code: 17 + email: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/password-reset + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + email: + custom: [] + name: email + description: 'The email of an existing record in the users table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + password: + custom: [] + name: password + description: 'Must be at least 4 characters.' + required: true + example: '[2UZ5ij-e/dl4' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + email: consequatur + password: '[2UZ5ij-e/dl4' + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/default-lang + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 200 + content: '{"message":"Data fetched successfully.","data":""}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + x-ratelimit-limit: '100' + x-ratelimit-remaining: '97' + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/update-expire-date + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/summary + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/dashboard + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/parties + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/parties + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + type: + custom: [] + name: type + description: '' + required: true + example: Retailer + type: string + enumValues: + - Retailer + - Dealer + - Wholesaler + - Supplier + exampleWasSpecified: false + nullable: false + deprecated: false + phone: + custom: [] + name: phone + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + address: + custom: [] + name: address + description: 'Must not be greater than 255 characters.' + required: false + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + credit_limit: + custom: [] + name: credit_limit + description: 'Must be at least 0. Must not be greater than 999999999999.99.' + required: false + example: 1 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_balance: + custom: [] + name: opening_balance + description: 'Must be at least -999999999999.99. Must not be greater than 999999999999.99.' + required: false + example: 13 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_balance_type: + custom: [] + name: opening_balance_type + description: '' + required: true + example: due + type: string + enumValues: + - due + - advance + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + type: Retailer + address: vmqeopfuudtdsufvyvddq + credit_limit: 1 + opening_balance: 13 + opening_balance_type: due + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/parties/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the party.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/parties/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the party.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + type: + custom: [] + name: type + description: '' + required: true + example: Retailer + type: string + enumValues: + - Retailer + - Dealer + - Wholesaler + - Supplier + exampleWasSpecified: false + nullable: false + deprecated: false + phone: + custom: [] + name: phone + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + address: + custom: [] + name: address + description: 'Must not be greater than 255 characters.' + required: false + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + credit_limit: + custom: [] + name: credit_limit + description: 'Must be at least 0. Must not be greater than 999999999999.99.' + required: false + example: 1 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_balance: + custom: [] + name: opening_balance + description: 'Must be at least -999999999999.99. Must not be greater than 999999999999.99.' + required: false + example: 13 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_balance_type: + custom: [] + name: opening_balance_type + description: '' + required: true + example: due + type: string + enumValues: + - due + - advance + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + type: Retailer + address: vmqeopfuudtdsufvyvddq + credit_limit: 1 + opening_balance: 13 + opening_balance_type: due + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/parties/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the party.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/users + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/users + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 30 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + password: + custom: [] + name: password + description: 'Must be at least 4 characters. Must not be greater than 15 characters.' + required: true + example: OP>@;4 + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address.' + required: true + example: kacey94@example.org + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + branch_id: + custom: [] + name: branch_id + description: 'The id of an existing record in the branches table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + password: OP>@;4 + email: kacey94@example.org + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/users/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the user.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 30 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + password: + custom: [] + name: password + description: 'Must be at least 4 characters. Must not be greater than 15 characters.' + required: false + example: OP>@;4 + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + branch_id: + custom: [] + name: branch_id + description: 'The id of an existing record in the branches table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + email: + custom: [] + name: email + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + password: OP>@;4 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/users/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the user.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/units + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/units + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + unitName: + custom: [] + name: unitName + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/units/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the unit.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + unitName: + custom: [] + name: unitName + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + unitName: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/units/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the unit.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/brands + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/brands + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + brandName: + custom: [] + name: brandName + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/brands/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the brand.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + brandName: + custom: [] + name: brandName + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + brandName: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/brands/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the brand.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + categoryName: + custom: [] + name: categoryName + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/categories/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the category.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + categoryName: + custom: [] + name: categoryName + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + categoryName: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/categories/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the category.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/products + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/products + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + vat_id: + custom: [] + name: vat_id + description: 'The id of an existing record in the vats table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + unit_id: + custom: [] + name: unit_id + description: 'The id of an existing record in the units table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + brand_id: + custom: [] + name: brand_id + description: 'The id of an existing record in the brands table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + category_id: + custom: [] + name: category_id + description: 'The id of an existing record in the categories table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + model_id: + custom: [] + name: model_id + description: 'The id of an existing record in the product_models table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + vat_type: + custom: [] + name: vat_type + description: '' + required: false + example: exclusive + type: string + enumValues: + - inclusive + - exclusive + exampleWasSpecified: false + nullable: true + deprecated: false + productName: + custom: [] + name: productName + description: 'Must not be greater than 255 characters.' + required: true + example: mqeopfuudtdsufvyvddqa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + productPicture: + custom: [] + name: productPicture + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + productCode: + custom: [] + name: productCode + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + alert_qty: + custom: [] + name: alert_qty + description: 'Must be at least 0.' + required: false + example: 73 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + size: + custom: [] + name: size + description: 'Must not be greater than 255 characters.' + required: false + example: mqeopfuudtdsufvyvddqa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + type: + custom: [] + name: type + description: 'Must not be greater than 255 characters.' + required: false + example: mniihfqcoynlazghdtqtq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + color: + custom: [] + name: color + description: 'Must not be greater than 255 characters.' + required: false + example: xbajwbpilpmufinllwloa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + weight: + custom: [] + name: weight + description: 'Must not be greater than 255 characters.' + required: false + example: uydlsmsjuryvojcybzvrb + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + capacity: + custom: [] + name: capacity + description: 'Must not be greater than 255 characters.' + required: false + example: yickznkygloigmkwxphlv + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + productManufacturer: + custom: [] + name: productManufacturer + description: 'Must not be greater than 255 characters.' + required: false + example: azjrcnfbaqywuxhgjjmzu + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + product_type: + custom: [] + name: product_type + description: '' + required: true + example: variant + type: string + enumValues: + - single + - variant + - combo + exampleWasSpecified: false + nullable: false + deprecated: false + variation_ids: + custom: [] + name: variation_ids + description: 'The id of an existing record in the variations table.' + required: false + example: null + type: 'string[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + stocks: + custom: [] + name: stocks + description: '' + required: false + example: null + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + combo_products: + custom: [] + name: combo_products + description: 'Combo validation.' + required: false + example: null + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].warehouse_id': + custom: [] + name: 'stocks[].warehouse_id' + description: 'The id of an existing record in the warehouses table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productStock': + custom: [] + name: 'stocks[].productStock' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 10 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].exclusive_price': + custom: [] + name: 'stocks[].exclusive_price' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 20 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].inclusive_price': + custom: [] + name: 'stocks[].inclusive_price' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 2 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].profit_percent': + custom: [] + name: 'stocks[].profit_percent' + description: 'Must not be greater than 99999999.99.' + required: false + example: 16 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productSalePrice': + custom: [] + name: 'stocks[].productSalePrice' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 14 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productWholeSalePrice': + custom: [] + name: 'stocks[].productWholeSalePrice' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 20 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productDealerPrice': + custom: [] + name: 'stocks[].productDealerPrice' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 25 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].mfg_date': + custom: [] + name: 'stocks[].mfg_date' + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].expire_date': + custom: [] + name: 'stocks[].expire_date' + description: 'Must be a valid date. Must be a date after or equal to stocks.*.mfg_date.' + required: false + example: '2107-05-25' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].batch_no': + custom: [] + name: 'stocks[].batch_no' + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'combo_products[].stock_id': + custom: [] + name: 'combo_products[].stock_id' + description: 'This field is required when product_type is combo.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'combo_products[].quantity': + custom: [] + name: 'combo_products[].quantity' + description: 'This field is required when product_type is combo. Must be at least 1.' + required: false + example: 45 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + vat_type: exclusive + productName: mqeopfuudtdsufvyvddqa + alert_qty: 73 + size: mqeopfuudtdsufvyvddqa + type: mniihfqcoynlazghdtqtq + color: xbajwbpilpmufinllwloa + weight: uydlsmsjuryvojcybzvrb + capacity: yickznkygloigmkwxphlv + productManufacturer: azjrcnfbaqywuxhgjjmzu + product_type: variant + stocks: + - + productStock: 10 + exclusive_price: 20 + inclusive_price: 2 + profit_percent: 16 + productSalePrice: 14 + productWholeSalePrice: 20 + productDealerPrice: 25 + mfg_date: '2026-04-25T14:39:34' + expire_date: '2107-05-25' + combo_products: + - + quantity: 45 + fileParameters: + productPicture: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/products/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/products/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + vat_id: + custom: [] + name: vat_id + description: 'The id of an existing record in the vats table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + unit_id: + custom: [] + name: unit_id + description: 'The id of an existing record in the units table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + brand_id: + custom: [] + name: brand_id + description: 'The id of an existing record in the brands table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + category_id: + custom: [] + name: category_id + description: 'The id of an existing record in the categories table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + model_id: + custom: [] + name: model_id + description: 'The id of an existing record in the product_models table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + vat_type: + custom: [] + name: vat_type + description: '' + required: false + example: exclusive + type: string + enumValues: + - inclusive + - exclusive + exampleWasSpecified: false + nullable: true + deprecated: false + productName: + custom: [] + name: productName + description: 'Must not be greater than 255 characters.' + required: true + example: mqeopfuudtdsufvyvddqa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + productPicture: + custom: [] + name: productPicture + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + productCode: + custom: [] + name: productCode + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + alert_qty: + custom: [] + name: alert_qty + description: 'Must be at least 0.' + required: false + example: 73 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + size: + custom: [] + name: size + description: 'Must not be greater than 255 characters.' + required: false + example: mqeopfuudtdsufvyvddqa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + type: + custom: [] + name: type + description: 'Must not be greater than 255 characters.' + required: false + example: mniihfqcoynlazghdtqtq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + color: + custom: [] + name: color + description: 'Must not be greater than 255 characters.' + required: false + example: xbajwbpilpmufinllwloa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + weight: + custom: [] + name: weight + description: 'Must not be greater than 255 characters.' + required: false + example: uydlsmsjuryvojcybzvrb + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + capacity: + custom: [] + name: capacity + description: 'Must not be greater than 255 characters.' + required: false + example: yickznkygloigmkwxphlv + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + productManufacturer: + custom: [] + name: productManufacturer + description: 'Must not be greater than 255 characters.' + required: false + example: azjrcnfbaqywuxhgjjmzu + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + product_type: + custom: [] + name: product_type + description: '' + required: true + example: variant + type: string + enumValues: + - single + - variant + - combo + exampleWasSpecified: false + nullable: false + deprecated: false + variation_ids: + custom: [] + name: variation_ids + description: 'The id of an existing record in the variations table.' + required: false + example: null + type: 'string[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + stocks: + custom: [] + name: stocks + description: '' + required: false + example: null + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + combo_products: + custom: [] + name: combo_products + description: 'Combo validation.' + required: false + example: null + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].warehouse_id': + custom: [] + name: 'stocks[].warehouse_id' + description: 'The id of an existing record in the warehouses table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productStock': + custom: [] + name: 'stocks[].productStock' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 10 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].exclusive_price': + custom: [] + name: 'stocks[].exclusive_price' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 20 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].inclusive_price': + custom: [] + name: 'stocks[].inclusive_price' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 2 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].profit_percent': + custom: [] + name: 'stocks[].profit_percent' + description: 'Must not be greater than 99999999.99.' + required: false + example: 16 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productSalePrice': + custom: [] + name: 'stocks[].productSalePrice' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 14 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productWholeSalePrice': + custom: [] + name: 'stocks[].productWholeSalePrice' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 20 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productDealerPrice': + custom: [] + name: 'stocks[].productDealerPrice' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 25 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].mfg_date': + custom: [] + name: 'stocks[].mfg_date' + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].expire_date': + custom: [] + name: 'stocks[].expire_date' + description: 'Must be a valid date. Must be a date after or equal to stocks.*.mfg_date.' + required: false + example: '2107-05-25' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].batch_no': + custom: [] + name: 'stocks[].batch_no' + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'combo_products[].stock_id': + custom: [] + name: 'combo_products[].stock_id' + description: 'This field is required when product_type is combo.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'combo_products[].quantity': + custom: [] + name: 'combo_products[].quantity' + description: 'This field is required when product_type is combo. Must be at least 1.' + required: false + example: 45 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + vat_type: exclusive + productName: mqeopfuudtdsufvyvddqa + alert_qty: 73 + size: mqeopfuudtdsufvyvddqa + type: mniihfqcoynlazghdtqtq + color: xbajwbpilpmufinllwloa + weight: uydlsmsjuryvojcybzvrb + capacity: yickznkygloigmkwxphlv + productManufacturer: azjrcnfbaqywuxhgjjmzu + product_type: variant + stocks: + - + productStock: 10 + exclusive_price: 20 + inclusive_price: 2 + profit_percent: 16 + productSalePrice: 14 + productWholeSalePrice: 20 + productDealerPrice: 25 + mfg_date: '2026-04-25T14:39:34' + expire_date: '2107-05-25' + combo_products: + - + quantity: 45 + fileParameters: + productPicture: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/products/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/stocks + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + productStock: + custom: [] + name: productStock + description: '' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + stock_id: + custom: [] + name: stock_id + description: 'The id of an existing record in the stocks table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + productStock: 17 + stock_id: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/stocks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the stock.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/stocks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the stock.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/business + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/business + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + address: + custom: [] + name: address + description: 'Must not be greater than 250 characters.' + required: false + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + companyName: + custom: [] + name: companyName + description: 'Must not be greater than 250 characters.' + required: true + example: amniihfqcoynlazghdtqt + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + pictureUrl: + custom: [] + name: pictureUrl + description: 'Must be an image. Must not be greater than 5120 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + shopOpeningBalance: + custom: [] + name: shopOpeningBalance + description: '' + required: false + example: 11613.31890586 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + phoneNumber: + custom: [] + name: phoneNumber + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + business_category_id: + custom: [] + name: business_category_id + description: 'The id of an existing record in the business_categories table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + address: vmqeopfuudtdsufvyvddq + companyName: amniihfqcoynlazghdtqt + shopOpeningBalance: 11613.31890586 + business_category_id: consequatur + fileParameters: + pictureUrl: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/business/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the business.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + address: + custom: [] + name: address + description: 'Must not be greater than 250 characters.' + required: false + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + companyName: + custom: [] + name: companyName + description: 'This field is required when sale_rounding_option is != or null. Must not be greater than 250 characters.' + required: false + example: amniihfqcoynlazghdtqt + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + business_category_id: + custom: [] + name: business_category_id + description: 'This field is required when sale_rounding_option is != or null. The id of an existing record in the business_categories table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + pictureUrl: + custom: [] + name: pictureUrl + description: 'Must be an image. Must not be greater than 5120 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_company_name: + custom: [] + name: show_company_name + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_phone_number: + custom: [] + name: show_phone_number + description: '' + required: false + example: false + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_address: + custom: [] + name: show_address + description: '' + required: false + example: false + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_email: + custom: [] + name: show_email + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_vat: + custom: [] + name: show_vat + description: '' + required: false + example: false + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + invoice_logo: + custom: [] + name: invoice_logo + description: 'Must be an image. Must not be greater than 5120 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + a4_invoice_logo: + custom: [] + name: a4_invoice_logo + description: 'Must be an image. Must not be greater than 5120 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + thermal_invoice_logo: + custom: [] + name: thermal_invoice_logo + description: 'Must be an image. Must not be greater than 5120 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + invoice_scanner_logo: + custom: [] + name: invoice_scanner_logo + description: 'Must be an image. Must not be greater than 5120 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + sale_rounding_option: + custom: [] + name: sale_rounding_option + description: '' + required: false + example: nearest_whole_number + type: string + enumValues: + - none + - round_up + - nearest_whole_number + - nearest_0.05 + - nearest_0.1 + - nearest_0.5 + exampleWasSpecified: false + nullable: true + deprecated: false + phoneNumber: + custom: [] + name: phoneNumber + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + invoice_size: + custom: [] + name: invoice_size + description: 'Must not be greater than 100 characters.' + required: false + example: bpilpmufinllwloauydls + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + invoice_language: + custom: [] + name: invoice_language + description: 'Must not be greater than 100 characters.' + required: false + example: msjuryvojcybzvrbyickz + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + gratitude_message: + custom: [] + name: gratitude_message + description: 'Must not be greater than 100 characters.' + required: false + example: nkygloigmkwxphlvazjrc + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + warranty_void_label: + custom: [] + name: warranty_void_label + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + warranty_void: + custom: [] + name: warranty_void + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_note: + custom: [] + name: show_note + description: '' + required: false + example: false + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_gratitude_msg: + custom: [] + name: show_gratitude_msg + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_invoice_scanner_logo: + custom: [] + name: show_invoice_scanner_logo + description: '' + required: false + example: false + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_a4_invoice_logo: + custom: [] + name: show_a4_invoice_logo + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_thermal_invoice_logo: + custom: [] + name: show_thermal_invoice_logo + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_warranty: + custom: [] + name: show_warranty + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + address: vmqeopfuudtdsufvyvddq + companyName: amniihfqcoynlazghdtqt + show_company_name: true + show_phone_number: false + show_address: false + show_email: true + show_vat: false + sale_rounding_option: nearest_whole_number + invoice_size: bpilpmufinllwloauydls + invoice_language: msjuryvojcybzvrbyickz + gratitude_message: nkygloigmkwxphlvazjrc + warranty_void_label: consequatur + warranty_void: consequatur + show_note: false + show_gratitude_msg: true + show_invoice_scanner_logo: false + show_a4_invoice_logo: true + show_thermal_invoice_logo: true + show_warranty: true + fileParameters: + pictureUrl: null + invoice_logo: null + a4_invoice_logo: null + thermal_invoice_logo: null + invoice_scanner_logo: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/business-categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/purchase + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/purchase + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + products: + custom: [] + name: products + description: '' + required: true + example: + - [] + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + party_id: + custom: [] + name: party_id + description: 'The id of an existing record in the parties table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'products[].product_id': + custom: [] + name: 'products[].product_id' + description: 'The id of an existing record in the products table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + products: + - + product_id: consequatur + party_id: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/purchase/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the purchase.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/purchase/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the purchase.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + products: + custom: [] + name: products + description: '' + required: true + example: + - [] + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + party_id: + custom: [] + name: party_id + description: 'The id of an existing record in the parties table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'products[].product_id': + custom: [] + name: 'products[].product_id' + description: 'The id of an existing record in the products table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + products: + - + product_id: consequatur + party_id: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/purchase/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the purchase.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/sales + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/sales + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + party_id: + custom: [] + name: party_id + description: 'The id of an existing record in the parties table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + vat_id: + custom: [] + name: vat_id + description: 'The id of an existing record in the vats table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + products: + custom: [] + name: products + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + saleDate: + custom: [] + name: saleDate + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + rounding_option: + custom: [] + name: rounding_option + description: '' + required: false + example: nearest_0.05 + type: string + enumValues: + - none + - round_up + - nearest_whole_number + - nearest_0.05 + - nearest_0.1 + - nearest_0.5 + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + products: consequatur + saleDate: '2026-04-25T14:39:34' + rounding_option: nearest_0.05 + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/sales/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the sale.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/sales/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the sale.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + party_id: + custom: [] + name: party_id + description: 'The id of an existing record in the parties table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + vat_id: + custom: [] + name: vat_id + description: 'The id of an existing record in the vats table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + products: + custom: [] + name: products + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + saleDate: + custom: [] + name: saleDate + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + rounding_option: + custom: [] + name: rounding_option + description: '' + required: false + example: nearest_0.05 + type: string + enumValues: + - none + - round_up + - nearest_whole_number + - nearest_0.05 + - nearest_0.1 + - nearest_0.5 + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + products: consequatur + saleDate: '2026-04-25T14:39:34' + rounding_option: nearest_0.05 + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/sales/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the sale.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/loss-profit + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/cashflow + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/balance-sheet + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/subscription + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/tax + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/bill-wise-profit + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/product-sale-history + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/reports/product-sale-history/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product sale history.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/product-purchase-history + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/reports/product-purchase-history/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product purchase history.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/sales-return + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/sales-return + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + sale_id: + custom: [] + name: sale_id + description: 'The id of an existing record in the sales table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + return_qty: + custom: [] + name: return_qty + description: '' + required: true + example: [] + type: object + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + sale_id: consequatur + return_qty: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/sales-return/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the sales return.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/purchases-return + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/purchases-return + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + purchase_id: + custom: [] + name: purchase_id + description: 'The id of an existing record in the purchases table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + return_qty: + custom: [] + name: return_qty + description: '' + required: true + example: [] + type: object + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + purchase_id: consequatur + return_qty: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/purchases-return/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the purchases return.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/invoices + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + party_id: + custom: [] + name: party_id + description: 'The id of an existing record in the parties table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + party_id: consequatur + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/dues + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/dues + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + paymentDate: + custom: [] + name: paymentDate + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + payDueAmount: + custom: [] + name: payDueAmount + description: '' + required: false + example: 11613.31890586 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + party_id: + custom: [] + name: party_id + description: 'The id of an existing record in the parties table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + invoiceNumber: + custom: [] + name: invoiceNumber + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + paymentDate: consequatur + payDueAmount: 11613.31890586 + party_id: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/invoice-wise-dues + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/collect-invoice-due + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + paymentDate: + custom: [] + name: paymentDate + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + payDueAmount: + custom: [] + name: payDueAmount + description: '' + required: false + example: 11613.31890586 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + invoiceNumber: + custom: [] + name: invoiceNumber + description: 'The invoiceNumber of an existing record in the sales table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + paymentDate: consequatur + payDueAmount: 11613.31890586 + invoiceNumber: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/expense-categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/expense-categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + categoryName: + custom: [] + name: categoryName + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/expense-categories/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the expense category.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + categoryName: + custom: [] + name: categoryName + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + categoryName: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/expense-categories/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the expense category.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/expenses + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/expenses + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + expense_category_id: + custom: [] + name: expense_category_id + description: 'The id of an existing record in the expense_categories table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + expanseFor: + custom: [] + name: expanseFor + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + referenceNo: + custom: [] + name: referenceNo + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + payments: + custom: [] + name: payments + description: 'Must have at least 1 items.' + required: true + example: + - [] + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'payments[].type': + custom: [] + name: 'payments[].type' + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'payments[].amount': + custom: [] + name: 'payments[].amount' + description: 'Must be at least 0.' + required: false + example: 45 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + expense_category_id: consequatur + expanseFor: consequatur + referenceNo: consequatur + note: consequatur + payments: + - + type: consequatur + amount: 45 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/income-categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/income-categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + categoryName: + custom: [] + name: categoryName + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/income-categories/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the income category.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + categoryName: + custom: [] + name: categoryName + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + categoryName: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/income-categories/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the income category.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/incomes + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/incomes + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + income_category_id: + custom: [] + name: income_category_id + description: 'The id of an existing record in the income_categories table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + incomeFor: + custom: [] + name: incomeFor + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + referenceNo: + custom: [] + name: referenceNo + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + payments: + custom: [] + name: payments + description: 'Must have at least 1 items.' + required: true + example: + - [] + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'payments[].type': + custom: [] + name: 'payments[].type' + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'payments[].amount': + custom: [] + name: 'payments[].amount' + description: 'Must be at least 0.' + required: false + example: 45 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'payments[].cheque_number': + custom: [] + name: 'payments[].cheque_number' + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + income_category_id: consequatur + incomeFor: consequatur + referenceNo: consequatur + note: consequatur + payments: + - + type: consequatur + amount: 45 + cheque_number: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/banners + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/lang + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/lang + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + lang: + custom: [] + name: lang + description: 'Must not be greater than 30 characters. Must be at least 1 character.' + required: true + example: vmqeopfuudtdsufvyvddqamniihfqcoynlazghdtqtqxbajwbpilpmufinllwloauydlsmsju + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + lang: vmqeopfuudtdsufvyvddqamniihfqcoynlazghdtqtqxbajwbpilpmufinllwloauydlsmsju + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/profile + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/profile + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 250 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address.' + required: true + example: kunde.eloisa@example.com + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image. Must not be greater than 1048 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + email: kunde.eloisa@example.com + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/plans + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/subscribes + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/currencies + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/currencies/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the currency.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/vats + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/vats + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + vat_ids: + custom: [] + name: vat_ids + description: 'This field is required when rate is null.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + rate: + custom: [] + name: rate + description: 'This field is required when rate is null.' + required: false + example: 11613.31890586 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + rate: 11613.31890586 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/vats/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the vat.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + vat_ids: + custom: [] + name: vat_ids + description: 'This field is required when rate is null.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + rate: + custom: [] + name: rate + description: 'This field is required when rate is null.' + required: false + example: 11613.31890586 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + rate: 11613.31890586 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/vats/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the vat.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/payment-types + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/payment-types + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/payment-types/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the payment type.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/payment-types/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the payment type.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/product-models + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/product-models + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/product-models/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product model.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/product-models/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product model.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/variations + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/variations + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + values: + custom: [] + name: values + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + status: + custom: [] + name: status + description: '' + required: true + example: 1 + type: string + enumValues: + - 0 + - 1 + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + values: consequatur + status: 1 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/variations/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the variation.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + values: + custom: [] + name: values + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + status: + custom: [] + name: status + description: '' + required: true + example: 1 + type: string + enumValues: + - 0 + - 1 + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + values: consequatur + status: 1 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/variations/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the variation.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/racks + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/racks + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + shelf_id: + custom: [] + name: shelf_id + description: 'The id of an existing record in the shelves table.' + required: false + example: null + type: 'string[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + status: + custom: [] + name: status + description: '' + required: true + example: 0 + type: string + enumValues: + - 0 + - 1 + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + status: 0 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/racks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the rack.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + shelf_id: + custom: [] + name: shelf_id + description: 'The id of an existing record in the shelves table.' + required: false + example: null + type: 'string[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + status: + custom: [] + name: status + description: '' + required: true + example: 0 + type: string + enumValues: + - 0 + - 1 + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + status: 0 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/racks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the rack.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/shelfs + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/shelfs + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + status: + custom: [] + name: status + description: '' + required: true + example: 0 + type: string + enumValues: + - 0 + - 1 + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + status: 0 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/shelfs/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the shelf.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + status: + custom: [] + name: status + description: '' + required: true + example: 0 + type: string + enumValues: + - 0 + - 1 + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + status: 0 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/shelfs/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the shelf.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/banks + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/banks + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + branch_id: + custom: [] + name: branch_id + description: 'The id of an existing record in the branches table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_balance: + custom: [] + name: opening_balance + description: 'Must be at least 0.' + required: false + example: 1 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_date: + custom: [] + name: opening_date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_in_invoice: + custom: [] + name: show_in_invoice + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + meta: + custom: [] + name: meta + description: '' + required: false + example: null + type: object + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.account_number: + custom: [] + name: meta.account_number + description: 'Must not be greater than 255 characters.' + required: false + example: niihfqcoynlazghdtqtqx + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.routing_number: + custom: [] + name: meta.routing_number + description: 'Must not be greater than 255 characters.' + required: false + example: bajwbpilpmufinllwloau + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.upi_id: + custom: [] + name: meta.upi_id + description: 'Must not be greater than 255 characters.' + required: false + example: ydlsmsjuryvojcybzvrby + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.bank_name: + custom: [] + name: meta.bank_name + description: 'Must not be greater than 255 characters.' + required: false + example: ickznkygloigmkwxphlva + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.account_holder: + custom: [] + name: meta.account_holder + description: 'Must not be greater than 255 characters.' + required: false + example: zjrcnfbaqywuxhgjjmzux + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.branch: + custom: [] + name: meta.branch + description: 'Must not be greater than 255 characters.' + required: false + example: jubqouzswiwxtrkimfcat + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + opening_balance: 1 + opening_date: '2026-04-25T14:39:34' + show_in_invoice: true + meta: + account_number: niihfqcoynlazghdtqtqx + routing_number: bajwbpilpmufinllwloau + upi_id: ydlsmsjuryvojcybzvrby + bank_name: ickznkygloigmkwxphlva + account_holder: zjrcnfbaqywuxhgjjmzux + branch: jubqouzswiwxtrkimfcat + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/banks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the bank.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/banks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the bank.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + branch_id: + custom: [] + name: branch_id + description: 'The id of an existing record in the branches table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_balance: + custom: [] + name: opening_balance + description: 'Must be at least 0.' + required: false + example: 1 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_date: + custom: [] + name: opening_date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_in_invoice: + custom: [] + name: show_in_invoice + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + meta: + custom: [] + name: meta + description: '' + required: false + example: null + type: object + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.account_number: + custom: [] + name: meta.account_number + description: 'Must not be greater than 255 characters.' + required: false + example: niihfqcoynlazghdtqtqx + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.routing_number: + custom: [] + name: meta.routing_number + description: 'Must not be greater than 255 characters.' + required: false + example: bajwbpilpmufinllwloau + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.upi_id: + custom: [] + name: meta.upi_id + description: 'Must not be greater than 255 characters.' + required: false + example: ydlsmsjuryvojcybzvrby + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.bank_name: + custom: [] + name: meta.bank_name + description: 'Must not be greater than 255 characters.' + required: false + example: ickznkygloigmkwxphlva + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.account_holder: + custom: [] + name: meta.account_holder + description: 'Must not be greater than 255 characters.' + required: false + example: zjrcnfbaqywuxhgjjmzux + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.branch: + custom: [] + name: meta.branch + description: 'Must not be greater than 255 characters.' + required: false + example: jubqouzswiwxtrkimfcat + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + opening_balance: 1 + opening_date: '2026-04-25T14:39:34' + show_in_invoice: true + meta: + account_number: niihfqcoynlazghdtqtqx + routing_number: bajwbpilpmufinllwloau + upi_id: ydlsmsjuryvojcybzvrby + bank_name: ickznkygloigmkwxphlva + account_holder: zjrcnfbaqywuxhgjjmzux + branch: jubqouzswiwxtrkimfcat + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/banks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the bank.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/bank-transactions + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/bank-transactions + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + from: + custom: [] + name: from + description: 'The id of an existing record in the payment_types table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + type: + custom: [] + name: type + description: '' + required: false + example: debit + type: string + enumValues: + - credit + - debit + exampleWasSpecified: false + nullable: true + deprecated: false + transaction_type: + custom: [] + name: transaction_type + description: '' + required: true + example: bank_to_bank + type: string + enumValues: + - bank_to_bank + - bank_to_cash + - adjust_bank + exampleWasSpecified: false + nullable: false + deprecated: false + amount: + custom: [] + name: amount + description: 'Must be at least 0.01.' + required: true + example: 16 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + date: + custom: [] + name: date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + from: consequatur + type: debit + transaction_type: bank_to_bank + amount: 16 + date: '2026-04-25T14:39:34' + note: consequatur + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/bank-transactions/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the bank transaction.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/bank-transactions/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the bank transaction.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + from: + custom: [] + name: from + description: 'The id of an existing record in the payment_types table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + type: + custom: [] + name: type + description: '' + required: false + example: debit + type: string + enumValues: + - credit + - debit + exampleWasSpecified: false + nullable: true + deprecated: false + transaction_type: + custom: [] + name: transaction_type + description: '' + required: true + example: bank_to_bank + type: string + enumValues: + - bank_to_bank + - bank_to_cash + - adjust_bank + exampleWasSpecified: false + nullable: false + deprecated: false + amount: + custom: [] + name: amount + description: 'Must be at least 0.01.' + required: true + example: 16 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + date: + custom: [] + name: date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + from: consequatur + type: debit + transaction_type: bank_to_bank + amount: 16 + date: '2026-04-25T14:39:34' + note: consequatur + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/bank-transactions/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the bank transaction.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/cashes + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/cashes + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + to: + custom: [] + name: to + description: 'The id of an existing record in the payment_types table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + type: + custom: [] + name: type + description: '' + required: false + example: debit + type: string + enumValues: + - credit + - debit + exampleWasSpecified: false + nullable: true + deprecated: false + transaction_type: + custom: [] + name: transaction_type + description: '' + required: true + example: adjust_cash + type: string + enumValues: + - cash_to_bank + - adjust_cash + exampleWasSpecified: false + nullable: false + deprecated: false + amount: + custom: [] + name: amount + description: 'Must be at least 0.01.' + required: true + example: 56 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + date: + custom: [] + name: date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:35' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + type: debit + transaction_type: adjust_cash + amount: 56 + date: '2026-04-25T14:39:35' + note: consequatur + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/cashes/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the cash.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/cashes/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the cash.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + to: + custom: [] + name: to + description: 'The id of an existing record in the payment_types table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + type: + custom: [] + name: type + description: '' + required: false + example: debit + type: string + enumValues: + - credit + - debit + exampleWasSpecified: false + nullable: true + deprecated: false + transaction_type: + custom: [] + name: transaction_type + description: '' + required: true + example: adjust_cash + type: string + enumValues: + - cash_to_bank + - adjust_cash + exampleWasSpecified: false + nullable: false + deprecated: false + amount: + custom: [] + name: amount + description: 'Must be at least 0.01.' + required: true + example: 56 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + date: + custom: [] + name: date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:35' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + type: debit + transaction_type: adjust_cash + amount: 56 + date: '2026-04-25T14:39:35' + note: consequatur + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/cashes/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the cash.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/cheques + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/cheques + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + transaction_id: + custom: [] + name: transaction_id + description: 'The id of an existing record in the transactions table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + date: + custom: [] + name: date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:35' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + payment_type: + custom: [] + name: payment_type + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + transaction_id: consequatur + date: '2026-04-25T14:39:35' + note: consequatur + payment_type: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/cheques/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the cheque.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: 'api/v1/cheque-reopen/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the cheque reopen.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/product-settings + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/product-settings + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + show_product_name: + custom: [] + name: show_product_name + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_price: + custom: [] + name: show_product_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_code: + custom: [] + name: show_product_code + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_stock: + custom: [] + name: show_product_stock + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_sale_price: + custom: [] + name: show_product_sale_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_dealer_price: + custom: [] + name: show_product_dealer_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_wholesale_price: + custom: [] + name: show_product_wholesale_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_unit: + custom: [] + name: show_product_unit + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_brand: + custom: [] + name: show_product_brand + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_category: + custom: [] + name: show_product_category + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_manufacturer: + custom: [] + name: show_product_manufacturer + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_image: + custom: [] + name: show_product_image + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_expire_date: + custom: [] + name: show_expire_date + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_alert_qty: + custom: [] + name: show_alert_qty + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_vat_id: + custom: [] + name: show_vat_id + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_vat_type: + custom: [] + name: show_vat_type + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_exclusive_price: + custom: [] + name: show_exclusive_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_inclusive_price: + custom: [] + name: show_inclusive_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_profit_percent: + custom: [] + name: show_profit_percent + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_capacity: + custom: [] + name: show_capacity + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_weight: + custom: [] + name: show_weight + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_color: + custom: [] + name: show_color + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_type: + custom: [] + name: show_type + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_size: + custom: [] + name: show_size + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_batch_no: + custom: [] + name: show_batch_no + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_mfg_date: + custom: [] + name: show_mfg_date + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_model_no: + custom: [] + name: show_model_no + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + default_sale_price: + custom: [] + name: default_sale_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + default_wholesale_price: + custom: [] + name: default_wholesale_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + default_dealer_price: + custom: [] + name: default_dealer_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_type_single: + custom: [] + name: show_product_type_single + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_type_variant: + custom: [] + name: show_product_type_variant + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_type_combo: + custom: [] + name: show_product_type_combo + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_warehouse: + custom: [] + name: show_warehouse + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_action: + custom: [] + name: show_action + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_rack: + custom: [] + name: show_rack + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_shelf: + custom: [] + name: show_shelf + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_guarantee: + custom: [] + name: show_guarantee + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_warranty: + custom: [] + name: show_warranty + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_serial: + custom: [] + name: show_serial + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + default_batch_no: + custom: [] + name: default_batch_no + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + default_expired_date: + custom: [] + name: default_expired_date + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + default_mfg_date: + custom: [] + name: default_mfg_date + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + expire_date_type: + custom: [] + name: expire_date_type + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + mfg_date_type: + custom: [] + name: mfg_date_type + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_batch_no: + custom: [] + name: show_product_batch_no + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_expire_date: + custom: [] + name: show_product_expire_date + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + show_product_name: 17 + show_product_price: 17 + show_product_code: 17 + show_product_stock: 17 + show_product_sale_price: 17 + show_product_dealer_price: 17 + show_product_wholesale_price: 17 + show_product_unit: 17 + show_product_brand: 17 + show_product_category: 17 + show_product_manufacturer: 17 + show_product_image: 17 + show_expire_date: 17 + show_alert_qty: 17 + show_vat_id: 17 + show_vat_type: 17 + show_exclusive_price: 17 + show_inclusive_price: 17 + show_profit_percent: 17 + show_capacity: 17 + show_weight: 17 + show_color: 17 + show_type: 17 + show_size: 17 + show_batch_no: 17 + show_mfg_date: 17 + show_model_no: 17 + default_sale_price: 17 + default_wholesale_price: 17 + default_dealer_price: 17 + show_product_type_single: 17 + show_product_type_variant: 17 + show_product_type_combo: 17 + show_warehouse: 17 + show_action: 17 + show_rack: 17 + show_shelf: 17 + show_guarantee: 17 + show_warranty: 17 + show_serial: 17 + default_batch_no: 17 + default_expired_date: 17 + default_mfg_date: 17 + expire_date_type: 17 + mfg_date_type: 17 + show_product_batch_no: 17 + show_product_expire_date: 17 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/product/generate-code + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/bulk-uploads + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + file: + custom: [] + name: file + description: 'Must be a file.' + required: true + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: + file: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/change-password + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + current_password: + custom: [] + name: current_password + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + password: + custom: [] + name: password + description: 'Must be at least 6 characters.' + required: true + example: '[2UZ5ij-e/dl4' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + current_password: consequatur + password: '[2UZ5ij-e/dl4' + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/new-invoice + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + platform: + custom: [] + name: platform + description: '' + required: true + example: due_collects + type: string + enumValues: + - sales + - purchases + - due_collects + - sales_return + - purchases_return + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + platform: due_collects + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/invoice-settings + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/invoice-settings/update + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + invoice_size: + custom: [] + name: invoice_size + description: 'Must not be greater than 100 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: + - a4 + - 3_inch_80mm + - 2_inch_58mm + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + invoice_size: vmqeopfuudtdsufvyvddq + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/business-delete + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + password: + custom: [] + name: password + description: '' + required: true + example: 'O[2UZ5ij-e/dl4m{o,' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + password: 'O[2UZ5ij-e/dl4m{o,' + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/party-ledger/{party_id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + party_id: + custom: [] + name: party_id + description: 'The ID of the party.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + party_id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/money-receipt/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the money receipt.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/currency-settings + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/currency-settings + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + currency: + custom: [] + name: currency + description: 'Must not be greater than 100 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: + - us + - european + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + currency: vmqeopfuudtdsufvyvddq + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/transactions + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/sign-out + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/refresh-token + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/branches + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/branches + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + phone: + custom: [] + name: phone + description: 'Must not be greater than 20 characters.' + required: false + example: amniihfqcoynlazgh + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address. Must not be greater than 255 characters.' + required: false + example: roob.mona@example.org + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + address: + custom: [] + name: address + description: 'Must not be greater than 255 characters.' + required: false + example: xbajwbpilpmufinllwloa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + branchOpeningBalance: + custom: [] + name: branchOpeningBalance + description: 'Must be at least 0.' + required: false + example: 72 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + description: + custom: [] + name: description + description: 'Must not be greater than 1000 characters.' + required: false + example: 'Qui ducimus nihil laudantium nihil autem omnis cum molestiae.' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + phone: amniihfqcoynlazgh + email: roob.mona@example.org + address: xbajwbpilpmufinllwloa + branchOpeningBalance: 72 + description: 'Qui ducimus nihil laudantium nihil autem omnis cum molestiae.' + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/branches/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the branch.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + phone: + custom: [] + name: phone + description: 'Must not be greater than 20 characters.' + required: false + example: amniihfqcoynlazgh + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address. Must not be greater than 255 characters.' + required: false + example: roob.mona@example.org + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + address: + custom: [] + name: address + description: 'Must not be greater than 255 characters.' + required: false + example: xbajwbpilpmufinllwloa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + branchOpeningBalance: + custom: [] + name: branchOpeningBalance + description: 'Must be at least 0.' + required: false + example: 72 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + description: + custom: [] + name: description + description: 'Must not be greater than 1000 characters.' + required: false + example: 'Qui ducimus nihil laudantium nihil autem omnis cum molestiae.' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + phone: amniihfqcoynlazgh + email: roob.mona@example.org + address: xbajwbpilpmufinllwloa + branchOpeningBalance: 72 + description: 'Qui ducimus nihil laudantium nihil autem omnis cum molestiae.' + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/branches/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the branch.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/switch-branch/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the switch branch.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/exit-branch/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the exit branch.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/warehouses + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/warehouses + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + phone: + custom: [] + name: phone + description: 'Must not be greater than 20 characters.' + required: false + example: amniihfqcoynlazgh + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + address: + custom: [] + name: address + description: 'Must not be greater than 500 characters.' + required: false + example: dtqtqxbajwbpilpmufinl + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address. Must not be greater than 255 characters.' + required: false + example: imogene.mante@example.com + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + phone: amniihfqcoynlazgh + address: dtqtqxbajwbpilpmufinl + email: imogene.mante@example.com + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/warehouses/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the warehouse.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + phone: + custom: [] + name: phone + description: 'Must not be greater than 20 characters.' + required: false + example: amniihfqcoynlazgh + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + address: + custom: [] + name: address + description: 'Must not be greater than 500 characters.' + required: false + example: dtqtqxbajwbpilpmufinl + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address. Must not be greater than 255 characters.' + required: false + example: imogene.mante@example.com + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + phone: amniihfqcoynlazgh + address: dtqtqxbajwbpilpmufinl + email: imogene.mante@example.com + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/warehouses/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the warehouse.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null diff --git a/.scribe/endpoints/00.yaml b/.scribe/endpoints/00.yaml new file mode 100644 index 00000000..9156e70c --- /dev/null +++ b/.scribe/endpoints/00.yaml @@ -0,0 +1,10920 @@ +name: Endpoints +description: '' +endpoints: + - + custom: [] + httpMethods: + - GET + uri: api/v1/module-check + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 500 + content: |- + { + "message": "Server Error" + } + headers: + cache-control: 'no-cache, private' + content-type: application/json + x-ratelimit-limit: '100' + x-ratelimit-remaining: '99' + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/sign-in + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + password: + custom: [] + name: password + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address.' + required: true + example: carolyne.luettgen@example.org + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + password: consequatur + email: carolyne.luettgen@example.org + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/submit-otp + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + email: + custom: [] + name: email + description: 'Must be a valid email address.' + required: true + example: qkunze@example.com + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + otp: + custom: [] + name: otp + description: 'Must be at least 4 characters. Must not be greater than 15 characters.' + required: true + example: opfuudtdsufvy + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + email: qkunze@example.com + otp: opfuudtdsufvy + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/sign-up + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + password: + custom: [] + name: password + description: 'Must be at least 6 characters. Must not be greater than 100 characters.' + required: true + example: OP>@;4 + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address.' + required: true + example: kacey94@example.org + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + password: OP>@;4 + email: kacey94@example.org + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/resend-otp + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + email: + custom: [] + name: email + description: 'Must be a valid email address. The email of an existing record in the users table.' + required: true + example: qkunze@example.com + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + email: qkunze@example.com + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/otp-settings + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 200 + content: '{"message":"Data fetched successfully.","data":[]}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + x-ratelimit-limit: '100' + x-ratelimit-remaining: '98' + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/send-reset-code + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + email: + custom: [] + name: email + description: 'Must be a valid email address. The email of an existing record in the users table.' + required: true + example: qkunze@example.com + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + email: qkunze@example.com + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/verify-reset-code + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + code: + custom: [] + name: code + description: '' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + email: + custom: [] + name: email + description: 'The email of an existing record in the users table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + code: 17 + email: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/password-reset + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + email: + custom: [] + name: email + description: 'The email of an existing record in the users table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + password: + custom: [] + name: password + description: 'Must be at least 4 characters.' + required: true + example: '[2UZ5ij-e/dl4' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + email: consequatur + password: '[2UZ5ij-e/dl4' + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/default-lang + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 200 + content: '{"message":"Data fetched successfully.","data":""}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + x-ratelimit-limit: '100' + x-ratelimit-remaining: '97' + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/update-expire-date + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/summary + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/dashboard + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/parties + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/parties + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + type: + custom: [] + name: type + description: '' + required: true + example: Retailer + type: string + enumValues: + - Retailer + - Dealer + - Wholesaler + - Supplier + exampleWasSpecified: false + nullable: false + deprecated: false + phone: + custom: [] + name: phone + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + address: + custom: [] + name: address + description: 'Must not be greater than 255 characters.' + required: false + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + credit_limit: + custom: [] + name: credit_limit + description: 'Must be at least 0. Must not be greater than 999999999999.99.' + required: false + example: 1 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_balance: + custom: [] + name: opening_balance + description: 'Must be at least -999999999999.99. Must not be greater than 999999999999.99.' + required: false + example: 13 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_balance_type: + custom: [] + name: opening_balance_type + description: '' + required: true + example: due + type: string + enumValues: + - due + - advance + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + type: Retailer + address: vmqeopfuudtdsufvyvddq + credit_limit: 1 + opening_balance: 13 + opening_balance_type: due + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/parties/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the party.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/parties/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the party.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + type: + custom: [] + name: type + description: '' + required: true + example: Retailer + type: string + enumValues: + - Retailer + - Dealer + - Wholesaler + - Supplier + exampleWasSpecified: false + nullable: false + deprecated: false + phone: + custom: [] + name: phone + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + address: + custom: [] + name: address + description: 'Must not be greater than 255 characters.' + required: false + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + credit_limit: + custom: [] + name: credit_limit + description: 'Must be at least 0. Must not be greater than 999999999999.99.' + required: false + example: 1 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_balance: + custom: [] + name: opening_balance + description: 'Must be at least -999999999999.99. Must not be greater than 999999999999.99.' + required: false + example: 13 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_balance_type: + custom: [] + name: opening_balance_type + description: '' + required: true + example: due + type: string + enumValues: + - due + - advance + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + type: Retailer + address: vmqeopfuudtdsufvyvddq + credit_limit: 1 + opening_balance: 13 + opening_balance_type: due + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/parties/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the party.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/users + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/users + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 30 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + password: + custom: [] + name: password + description: 'Must be at least 4 characters. Must not be greater than 15 characters.' + required: true + example: OP>@;4 + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address.' + required: true + example: kacey94@example.org + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + branch_id: + custom: [] + name: branch_id + description: 'The id of an existing record in the branches table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + password: OP>@;4 + email: kacey94@example.org + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/users/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the user.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 30 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + password: + custom: [] + name: password + description: 'Must be at least 4 characters. Must not be greater than 15 characters.' + required: false + example: OP>@;4 + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + branch_id: + custom: [] + name: branch_id + description: 'The id of an existing record in the branches table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + email: + custom: [] + name: email + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + password: OP>@;4 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/users/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the user.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/units + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/units + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + unitName: + custom: [] + name: unitName + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/units/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the unit.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + unitName: + custom: [] + name: unitName + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + unitName: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/units/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the unit.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/brands + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/brands + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + brandName: + custom: [] + name: brandName + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/brands/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the brand.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + brandName: + custom: [] + name: brandName + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + brandName: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/brands/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the brand.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + categoryName: + custom: [] + name: categoryName + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/categories/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the category.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + categoryName: + custom: [] + name: categoryName + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + categoryName: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/categories/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the category.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/products + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/products + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + vat_id: + custom: [] + name: vat_id + description: 'The id of an existing record in the vats table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + unit_id: + custom: [] + name: unit_id + description: 'The id of an existing record in the units table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + brand_id: + custom: [] + name: brand_id + description: 'The id of an existing record in the brands table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + category_id: + custom: [] + name: category_id + description: 'The id of an existing record in the categories table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + model_id: + custom: [] + name: model_id + description: 'The id of an existing record in the product_models table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + vat_type: + custom: [] + name: vat_type + description: '' + required: false + example: exclusive + type: string + enumValues: + - inclusive + - exclusive + exampleWasSpecified: false + nullable: true + deprecated: false + productName: + custom: [] + name: productName + description: 'Must not be greater than 255 characters.' + required: true + example: mqeopfuudtdsufvyvddqa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + productPicture: + custom: [] + name: productPicture + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + productCode: + custom: [] + name: productCode + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + alert_qty: + custom: [] + name: alert_qty + description: 'Must be at least 0.' + required: false + example: 73 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + size: + custom: [] + name: size + description: 'Must not be greater than 255 characters.' + required: false + example: mqeopfuudtdsufvyvddqa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + type: + custom: [] + name: type + description: 'Must not be greater than 255 characters.' + required: false + example: mniihfqcoynlazghdtqtq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + color: + custom: [] + name: color + description: 'Must not be greater than 255 characters.' + required: false + example: xbajwbpilpmufinllwloa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + weight: + custom: [] + name: weight + description: 'Must not be greater than 255 characters.' + required: false + example: uydlsmsjuryvojcybzvrb + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + capacity: + custom: [] + name: capacity + description: 'Must not be greater than 255 characters.' + required: false + example: yickznkygloigmkwxphlv + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + productManufacturer: + custom: [] + name: productManufacturer + description: 'Must not be greater than 255 characters.' + required: false + example: azjrcnfbaqywuxhgjjmzu + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + product_type: + custom: [] + name: product_type + description: '' + required: true + example: variant + type: string + enumValues: + - single + - variant + - combo + exampleWasSpecified: false + nullable: false + deprecated: false + variation_ids: + custom: [] + name: variation_ids + description: 'The id of an existing record in the variations table.' + required: false + example: null + type: 'string[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + stocks: + custom: [] + name: stocks + description: '' + required: false + example: null + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + combo_products: + custom: [] + name: combo_products + description: 'Combo validation.' + required: false + example: null + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].warehouse_id': + custom: [] + name: 'stocks[].warehouse_id' + description: 'The id of an existing record in the warehouses table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productStock': + custom: [] + name: 'stocks[].productStock' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 10 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].exclusive_price': + custom: [] + name: 'stocks[].exclusive_price' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 20 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].inclusive_price': + custom: [] + name: 'stocks[].inclusive_price' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 2 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].profit_percent': + custom: [] + name: 'stocks[].profit_percent' + description: 'Must not be greater than 99999999.99.' + required: false + example: 16 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productSalePrice': + custom: [] + name: 'stocks[].productSalePrice' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 14 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productWholeSalePrice': + custom: [] + name: 'stocks[].productWholeSalePrice' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 20 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productDealerPrice': + custom: [] + name: 'stocks[].productDealerPrice' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 25 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].mfg_date': + custom: [] + name: 'stocks[].mfg_date' + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].expire_date': + custom: [] + name: 'stocks[].expire_date' + description: 'Must be a valid date. Must be a date after or equal to stocks.*.mfg_date.' + required: false + example: '2107-05-25' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].batch_no': + custom: [] + name: 'stocks[].batch_no' + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'combo_products[].stock_id': + custom: [] + name: 'combo_products[].stock_id' + description: 'This field is required when product_type is combo.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'combo_products[].quantity': + custom: [] + name: 'combo_products[].quantity' + description: 'This field is required when product_type is combo. Must be at least 1.' + required: false + example: 45 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + vat_type: exclusive + productName: mqeopfuudtdsufvyvddqa + alert_qty: 73 + size: mqeopfuudtdsufvyvddqa + type: mniihfqcoynlazghdtqtq + color: xbajwbpilpmufinllwloa + weight: uydlsmsjuryvojcybzvrb + capacity: yickznkygloigmkwxphlv + productManufacturer: azjrcnfbaqywuxhgjjmzu + product_type: variant + stocks: + - + productStock: 10 + exclusive_price: 20 + inclusive_price: 2 + profit_percent: 16 + productSalePrice: 14 + productWholeSalePrice: 20 + productDealerPrice: 25 + mfg_date: '2026-04-25T14:39:34' + expire_date: '2107-05-25' + combo_products: + - + quantity: 45 + fileParameters: + productPicture: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/products/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/products/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + vat_id: + custom: [] + name: vat_id + description: 'The id of an existing record in the vats table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + unit_id: + custom: [] + name: unit_id + description: 'The id of an existing record in the units table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + brand_id: + custom: [] + name: brand_id + description: 'The id of an existing record in the brands table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + category_id: + custom: [] + name: category_id + description: 'The id of an existing record in the categories table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + model_id: + custom: [] + name: model_id + description: 'The id of an existing record in the product_models table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + vat_type: + custom: [] + name: vat_type + description: '' + required: false + example: exclusive + type: string + enumValues: + - inclusive + - exclusive + exampleWasSpecified: false + nullable: true + deprecated: false + productName: + custom: [] + name: productName + description: 'Must not be greater than 255 characters.' + required: true + example: mqeopfuudtdsufvyvddqa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + productPicture: + custom: [] + name: productPicture + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + productCode: + custom: [] + name: productCode + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + alert_qty: + custom: [] + name: alert_qty + description: 'Must be at least 0.' + required: false + example: 73 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + size: + custom: [] + name: size + description: 'Must not be greater than 255 characters.' + required: false + example: mqeopfuudtdsufvyvddqa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + type: + custom: [] + name: type + description: 'Must not be greater than 255 characters.' + required: false + example: mniihfqcoynlazghdtqtq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + color: + custom: [] + name: color + description: 'Must not be greater than 255 characters.' + required: false + example: xbajwbpilpmufinllwloa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + weight: + custom: [] + name: weight + description: 'Must not be greater than 255 characters.' + required: false + example: uydlsmsjuryvojcybzvrb + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + capacity: + custom: [] + name: capacity + description: 'Must not be greater than 255 characters.' + required: false + example: yickznkygloigmkwxphlv + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + productManufacturer: + custom: [] + name: productManufacturer + description: 'Must not be greater than 255 characters.' + required: false + example: azjrcnfbaqywuxhgjjmzu + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + product_type: + custom: [] + name: product_type + description: '' + required: true + example: variant + type: string + enumValues: + - single + - variant + - combo + exampleWasSpecified: false + nullable: false + deprecated: false + variation_ids: + custom: [] + name: variation_ids + description: 'The id of an existing record in the variations table.' + required: false + example: null + type: 'string[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + stocks: + custom: [] + name: stocks + description: '' + required: false + example: null + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + combo_products: + custom: [] + name: combo_products + description: 'Combo validation.' + required: false + example: null + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].warehouse_id': + custom: [] + name: 'stocks[].warehouse_id' + description: 'The id of an existing record in the warehouses table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productStock': + custom: [] + name: 'stocks[].productStock' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 10 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].exclusive_price': + custom: [] + name: 'stocks[].exclusive_price' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 20 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].inclusive_price': + custom: [] + name: 'stocks[].inclusive_price' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 2 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].profit_percent': + custom: [] + name: 'stocks[].profit_percent' + description: 'Must not be greater than 99999999.99.' + required: false + example: 16 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productSalePrice': + custom: [] + name: 'stocks[].productSalePrice' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 14 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productWholeSalePrice': + custom: [] + name: 'stocks[].productWholeSalePrice' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 20 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].productDealerPrice': + custom: [] + name: 'stocks[].productDealerPrice' + description: 'Must be at least 0. Must not be greater than 99999999.99.' + required: false + example: 25 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].mfg_date': + custom: [] + name: 'stocks[].mfg_date' + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].expire_date': + custom: [] + name: 'stocks[].expire_date' + description: 'Must be a valid date. Must be a date after or equal to stocks.*.mfg_date.' + required: false + example: '2107-05-25' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'stocks[].batch_no': + custom: [] + name: 'stocks[].batch_no' + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'combo_products[].stock_id': + custom: [] + name: 'combo_products[].stock_id' + description: 'This field is required when product_type is combo.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'combo_products[].quantity': + custom: [] + name: 'combo_products[].quantity' + description: 'This field is required when product_type is combo. Must be at least 1.' + required: false + example: 45 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + vat_type: exclusive + productName: mqeopfuudtdsufvyvddqa + alert_qty: 73 + size: mqeopfuudtdsufvyvddqa + type: mniihfqcoynlazghdtqtq + color: xbajwbpilpmufinllwloa + weight: uydlsmsjuryvojcybzvrb + capacity: yickznkygloigmkwxphlv + productManufacturer: azjrcnfbaqywuxhgjjmzu + product_type: variant + stocks: + - + productStock: 10 + exclusive_price: 20 + inclusive_price: 2 + profit_percent: 16 + productSalePrice: 14 + productWholeSalePrice: 20 + productDealerPrice: 25 + mfg_date: '2026-04-25T14:39:34' + expire_date: '2107-05-25' + combo_products: + - + quantity: 45 + fileParameters: + productPicture: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/products/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/stocks + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + productStock: + custom: [] + name: productStock + description: '' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + stock_id: + custom: [] + name: stock_id + description: 'The id of an existing record in the stocks table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + productStock: 17 + stock_id: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/stocks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the stock.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/stocks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the stock.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/business + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/business + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + address: + custom: [] + name: address + description: 'Must not be greater than 250 characters.' + required: false + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + companyName: + custom: [] + name: companyName + description: 'Must not be greater than 250 characters.' + required: true + example: amniihfqcoynlazghdtqt + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + pictureUrl: + custom: [] + name: pictureUrl + description: 'Must be an image. Must not be greater than 5120 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + shopOpeningBalance: + custom: [] + name: shopOpeningBalance + description: '' + required: false + example: 11613.31890586 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + phoneNumber: + custom: [] + name: phoneNumber + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + business_category_id: + custom: [] + name: business_category_id + description: 'The id of an existing record in the business_categories table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + address: vmqeopfuudtdsufvyvddq + companyName: amniihfqcoynlazghdtqt + shopOpeningBalance: 11613.31890586 + business_category_id: consequatur + fileParameters: + pictureUrl: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/business/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the business.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + address: + custom: [] + name: address + description: 'Must not be greater than 250 characters.' + required: false + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + companyName: + custom: [] + name: companyName + description: 'This field is required when sale_rounding_option is != or null. Must not be greater than 250 characters.' + required: false + example: amniihfqcoynlazghdtqt + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + business_category_id: + custom: [] + name: business_category_id + description: 'This field is required when sale_rounding_option is != or null. The id of an existing record in the business_categories table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + pictureUrl: + custom: [] + name: pictureUrl + description: 'Must be an image. Must not be greater than 5120 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_company_name: + custom: [] + name: show_company_name + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_phone_number: + custom: [] + name: show_phone_number + description: '' + required: false + example: false + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_address: + custom: [] + name: show_address + description: '' + required: false + example: false + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_email: + custom: [] + name: show_email + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_vat: + custom: [] + name: show_vat + description: '' + required: false + example: false + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + invoice_logo: + custom: [] + name: invoice_logo + description: 'Must be an image. Must not be greater than 5120 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + a4_invoice_logo: + custom: [] + name: a4_invoice_logo + description: 'Must be an image. Must not be greater than 5120 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + thermal_invoice_logo: + custom: [] + name: thermal_invoice_logo + description: 'Must be an image. Must not be greater than 5120 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + invoice_scanner_logo: + custom: [] + name: invoice_scanner_logo + description: 'Must be an image. Must not be greater than 5120 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + sale_rounding_option: + custom: [] + name: sale_rounding_option + description: '' + required: false + example: nearest_whole_number + type: string + enumValues: + - none + - round_up + - nearest_whole_number + - nearest_0.05 + - nearest_0.1 + - nearest_0.5 + exampleWasSpecified: false + nullable: true + deprecated: false + phoneNumber: + custom: [] + name: phoneNumber + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + invoice_size: + custom: [] + name: invoice_size + description: 'Must not be greater than 100 characters.' + required: false + example: bpilpmufinllwloauydls + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + invoice_language: + custom: [] + name: invoice_language + description: 'Must not be greater than 100 characters.' + required: false + example: msjuryvojcybzvrbyickz + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + gratitude_message: + custom: [] + name: gratitude_message + description: 'Must not be greater than 100 characters.' + required: false + example: nkygloigmkwxphlvazjrc + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + warranty_void_label: + custom: [] + name: warranty_void_label + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + warranty_void: + custom: [] + name: warranty_void + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_note: + custom: [] + name: show_note + description: '' + required: false + example: false + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_gratitude_msg: + custom: [] + name: show_gratitude_msg + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_invoice_scanner_logo: + custom: [] + name: show_invoice_scanner_logo + description: '' + required: false + example: false + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_a4_invoice_logo: + custom: [] + name: show_a4_invoice_logo + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_thermal_invoice_logo: + custom: [] + name: show_thermal_invoice_logo + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_warranty: + custom: [] + name: show_warranty + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + address: vmqeopfuudtdsufvyvddq + companyName: amniihfqcoynlazghdtqt + show_company_name: true + show_phone_number: false + show_address: false + show_email: true + show_vat: false + sale_rounding_option: nearest_whole_number + invoice_size: bpilpmufinllwloauydls + invoice_language: msjuryvojcybzvrbyickz + gratitude_message: nkygloigmkwxphlvazjrc + warranty_void_label: consequatur + warranty_void: consequatur + show_note: false + show_gratitude_msg: true + show_invoice_scanner_logo: false + show_a4_invoice_logo: true + show_thermal_invoice_logo: true + show_warranty: true + fileParameters: + pictureUrl: null + invoice_logo: null + a4_invoice_logo: null + thermal_invoice_logo: null + invoice_scanner_logo: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/business-categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/purchase + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/purchase + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + products: + custom: [] + name: products + description: '' + required: true + example: + - [] + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + party_id: + custom: [] + name: party_id + description: 'The id of an existing record in the parties table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'products[].product_id': + custom: [] + name: 'products[].product_id' + description: 'The id of an existing record in the products table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + products: + - + product_id: consequatur + party_id: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/purchase/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the purchase.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/purchase/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the purchase.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + products: + custom: [] + name: products + description: '' + required: true + example: + - [] + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + party_id: + custom: [] + name: party_id + description: 'The id of an existing record in the parties table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'products[].product_id': + custom: [] + name: 'products[].product_id' + description: 'The id of an existing record in the products table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + products: + - + product_id: consequatur + party_id: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/purchase/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the purchase.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/sales + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/sales + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + party_id: + custom: [] + name: party_id + description: 'The id of an existing record in the parties table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + vat_id: + custom: [] + name: vat_id + description: 'The id of an existing record in the vats table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + products: + custom: [] + name: products + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + saleDate: + custom: [] + name: saleDate + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + rounding_option: + custom: [] + name: rounding_option + description: '' + required: false + example: nearest_0.05 + type: string + enumValues: + - none + - round_up + - nearest_whole_number + - nearest_0.05 + - nearest_0.1 + - nearest_0.5 + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + products: consequatur + saleDate: '2026-04-25T14:39:34' + rounding_option: nearest_0.05 + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/sales/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the sale.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/sales/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the sale.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + party_id: + custom: [] + name: party_id + description: 'The id of an existing record in the parties table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + vat_id: + custom: [] + name: vat_id + description: 'The id of an existing record in the vats table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + products: + custom: [] + name: products + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + saleDate: + custom: [] + name: saleDate + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + rounding_option: + custom: [] + name: rounding_option + description: '' + required: false + example: nearest_0.05 + type: string + enumValues: + - none + - round_up + - nearest_whole_number + - nearest_0.05 + - nearest_0.1 + - nearest_0.5 + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + products: consequatur + saleDate: '2026-04-25T14:39:34' + rounding_option: nearest_0.05 + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/sales/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the sale.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/loss-profit + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/cashflow + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/balance-sheet + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/subscription + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/tax + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/bill-wise-profit + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/product-sale-history + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/reports/product-sale-history/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product sale history.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/reports/product-purchase-history + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/reports/product-purchase-history/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product purchase history.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/sales-return + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/sales-return + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + sale_id: + custom: [] + name: sale_id + description: 'The id of an existing record in the sales table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + return_qty: + custom: [] + name: return_qty + description: '' + required: true + example: [] + type: object + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + sale_id: consequatur + return_qty: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/sales-return/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the sales return.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/purchases-return + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/purchases-return + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + purchase_id: + custom: [] + name: purchase_id + description: 'The id of an existing record in the purchases table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + return_qty: + custom: [] + name: return_qty + description: '' + required: true + example: [] + type: object + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + purchase_id: consequatur + return_qty: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/purchases-return/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the purchases return.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/invoices + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + party_id: + custom: [] + name: party_id + description: 'The id of an existing record in the parties table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + party_id: consequatur + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/dues + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/dues + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + paymentDate: + custom: [] + name: paymentDate + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + payDueAmount: + custom: [] + name: payDueAmount + description: '' + required: false + example: 11613.31890586 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + party_id: + custom: [] + name: party_id + description: 'The id of an existing record in the parties table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + invoiceNumber: + custom: [] + name: invoiceNumber + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + paymentDate: consequatur + payDueAmount: 11613.31890586 + party_id: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/invoice-wise-dues + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/collect-invoice-due + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + paymentDate: + custom: [] + name: paymentDate + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + payDueAmount: + custom: [] + name: payDueAmount + description: '' + required: false + example: 11613.31890586 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + invoiceNumber: + custom: [] + name: invoiceNumber + description: 'The invoiceNumber of an existing record in the sales table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + paymentDate: consequatur + payDueAmount: 11613.31890586 + invoiceNumber: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/expense-categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/expense-categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + categoryName: + custom: [] + name: categoryName + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/expense-categories/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the expense category.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + categoryName: + custom: [] + name: categoryName + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + categoryName: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/expense-categories/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the expense category.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/expenses + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/expenses + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + expense_category_id: + custom: [] + name: expense_category_id + description: 'The id of an existing record in the expense_categories table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + expanseFor: + custom: [] + name: expanseFor + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + referenceNo: + custom: [] + name: referenceNo + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + payments: + custom: [] + name: payments + description: 'Must have at least 1 items.' + required: true + example: + - [] + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'payments[].type': + custom: [] + name: 'payments[].type' + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'payments[].amount': + custom: [] + name: 'payments[].amount' + description: 'Must be at least 0.' + required: false + example: 45 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + expense_category_id: consequatur + expanseFor: consequatur + referenceNo: consequatur + note: consequatur + payments: + - + type: consequatur + amount: 45 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/income-categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/income-categories + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + categoryName: + custom: [] + name: categoryName + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/income-categories/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the income category.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + categoryName: + custom: [] + name: categoryName + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + categoryName: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/income-categories/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the income category.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/incomes + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/incomes + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + income_category_id: + custom: [] + name: income_category_id + description: 'The id of an existing record in the income_categories table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + incomeFor: + custom: [] + name: incomeFor + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + referenceNo: + custom: [] + name: referenceNo + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + payments: + custom: [] + name: payments + description: 'Must have at least 1 items.' + required: true + example: + - [] + type: 'object[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'payments[].type': + custom: [] + name: 'payments[].type' + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + 'payments[].amount': + custom: [] + name: 'payments[].amount' + description: 'Must be at least 0.' + required: false + example: 45 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + 'payments[].cheque_number': + custom: [] + name: 'payments[].cheque_number' + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + income_category_id: consequatur + incomeFor: consequatur + referenceNo: consequatur + note: consequatur + payments: + - + type: consequatur + amount: 45 + cheque_number: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/banners + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/lang + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/lang + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + lang: + custom: [] + name: lang + description: 'Must not be greater than 30 characters. Must be at least 1 character.' + required: true + example: vmqeopfuudtdsufvyvddqamniihfqcoynlazghdtqtqxbajwbpilpmufinllwloauydlsmsju + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + lang: vmqeopfuudtdsufvyvddqamniihfqcoynlazghdtqtqxbajwbpilpmufinllwloauydlsmsju + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/profile + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/profile + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 250 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address.' + required: true + example: kunde.eloisa@example.com + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image. Must not be greater than 1048 kilobytes.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + email: kunde.eloisa@example.com + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/plans + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/subscribes + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/currencies + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/currencies/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the currency.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/vats + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/vats + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + vat_ids: + custom: [] + name: vat_ids + description: 'This field is required when rate is null.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + rate: + custom: [] + name: rate + description: 'This field is required when rate is null.' + required: false + example: 11613.31890586 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + rate: 11613.31890586 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/vats/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the vat.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + vat_ids: + custom: [] + name: vat_ids + description: 'This field is required when rate is null.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + rate: + custom: [] + name: rate + description: 'This field is required when rate is null.' + required: false + example: 11613.31890586 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + rate: 11613.31890586 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/vats/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the vat.' + required: true + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: 17 + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/payment-types + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/payment-types + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/payment-types/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the payment type.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/payment-types/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the payment type.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/product-models + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/product-models + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: '' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/product-models/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product model.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/product-models/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the product model.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/variations + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/variations + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + values: + custom: [] + name: values + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + status: + custom: [] + name: status + description: '' + required: true + example: 1 + type: string + enumValues: + - 0 + - 1 + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + values: consequatur + status: 1 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/variations/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the variation.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + values: + custom: [] + name: values + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + status: + custom: [] + name: status + description: '' + required: true + example: 1 + type: string + enumValues: + - 0 + - 1 + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + values: consequatur + status: 1 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/variations/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the variation.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/racks + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/racks + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + shelf_id: + custom: [] + name: shelf_id + description: 'The id of an existing record in the shelves table.' + required: false + example: null + type: 'string[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + status: + custom: [] + name: status + description: '' + required: true + example: 0 + type: string + enumValues: + - 0 + - 1 + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + status: 0 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/racks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the rack.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + shelf_id: + custom: [] + name: shelf_id + description: 'The id of an existing record in the shelves table.' + required: false + example: null + type: 'string[]' + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + status: + custom: [] + name: status + description: '' + required: true + example: 0 + type: string + enumValues: + - 0 + - 1 + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + status: 0 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/racks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the rack.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/shelfs + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/shelfs + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + status: + custom: [] + name: status + description: '' + required: true + example: 0 + type: string + enumValues: + - 0 + - 1 + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + status: 0 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/shelfs/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the shelf.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + status: + custom: [] + name: status + description: '' + required: true + example: 0 + type: string + enumValues: + - 0 + - 1 + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + status: 0 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/shelfs/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the shelf.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/banks + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/banks + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + branch_id: + custom: [] + name: branch_id + description: 'The id of an existing record in the branches table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_balance: + custom: [] + name: opening_balance + description: 'Must be at least 0.' + required: false + example: 1 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_date: + custom: [] + name: opening_date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_in_invoice: + custom: [] + name: show_in_invoice + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + meta: + custom: [] + name: meta + description: '' + required: false + example: null + type: object + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.account_number: + custom: [] + name: meta.account_number + description: 'Must not be greater than 255 characters.' + required: false + example: niihfqcoynlazghdtqtqx + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.routing_number: + custom: [] + name: meta.routing_number + description: 'Must not be greater than 255 characters.' + required: false + example: bajwbpilpmufinllwloau + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.upi_id: + custom: [] + name: meta.upi_id + description: 'Must not be greater than 255 characters.' + required: false + example: ydlsmsjuryvojcybzvrby + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.bank_name: + custom: [] + name: meta.bank_name + description: 'Must not be greater than 255 characters.' + required: false + example: ickznkygloigmkwxphlva + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.account_holder: + custom: [] + name: meta.account_holder + description: 'Must not be greater than 255 characters.' + required: false + example: zjrcnfbaqywuxhgjjmzux + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.branch: + custom: [] + name: meta.branch + description: 'Must not be greater than 255 characters.' + required: false + example: jubqouzswiwxtrkimfcat + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + opening_balance: 1 + opening_date: '2026-04-25T14:39:34' + show_in_invoice: true + meta: + account_number: niihfqcoynlazghdtqtqx + routing_number: bajwbpilpmufinllwloau + upi_id: ydlsmsjuryvojcybzvrby + bank_name: ickznkygloigmkwxphlva + account_holder: zjrcnfbaqywuxhgjjmzux + branch: jubqouzswiwxtrkimfcat + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/banks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the bank.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/banks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the bank.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + branch_id: + custom: [] + name: branch_id + description: 'The id of an existing record in the branches table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_balance: + custom: [] + name: opening_balance + description: 'Must be at least 0.' + required: false + example: 1 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + opening_date: + custom: [] + name: opening_date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_in_invoice: + custom: [] + name: show_in_invoice + description: '' + required: false + example: true + type: boolean + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + meta: + custom: [] + name: meta + description: '' + required: false + example: null + type: object + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.account_number: + custom: [] + name: meta.account_number + description: 'Must not be greater than 255 characters.' + required: false + example: niihfqcoynlazghdtqtqx + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.routing_number: + custom: [] + name: meta.routing_number + description: 'Must not be greater than 255 characters.' + required: false + example: bajwbpilpmufinllwloau + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.upi_id: + custom: [] + name: meta.upi_id + description: 'Must not be greater than 255 characters.' + required: false + example: ydlsmsjuryvojcybzvrby + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.bank_name: + custom: [] + name: meta.bank_name + description: 'Must not be greater than 255 characters.' + required: false + example: ickznkygloigmkwxphlva + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.account_holder: + custom: [] + name: meta.account_holder + description: 'Must not be greater than 255 characters.' + required: false + example: zjrcnfbaqywuxhgjjmzux + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + meta.branch: + custom: [] + name: meta.branch + description: 'Must not be greater than 255 characters.' + required: false + example: jubqouzswiwxtrkimfcat + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + opening_balance: 1 + opening_date: '2026-04-25T14:39:34' + show_in_invoice: true + meta: + account_number: niihfqcoynlazghdtqtqx + routing_number: bajwbpilpmufinllwloau + upi_id: ydlsmsjuryvojcybzvrby + bank_name: ickznkygloigmkwxphlva + account_holder: zjrcnfbaqywuxhgjjmzux + branch: jubqouzswiwxtrkimfcat + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/banks/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the bank.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/bank-transactions + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/bank-transactions + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + from: + custom: [] + name: from + description: 'The id of an existing record in the payment_types table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + type: + custom: [] + name: type + description: '' + required: false + example: debit + type: string + enumValues: + - credit + - debit + exampleWasSpecified: false + nullable: true + deprecated: false + transaction_type: + custom: [] + name: transaction_type + description: '' + required: true + example: bank_to_bank + type: string + enumValues: + - bank_to_bank + - bank_to_cash + - adjust_bank + exampleWasSpecified: false + nullable: false + deprecated: false + amount: + custom: [] + name: amount + description: 'Must be at least 0.01.' + required: true + example: 16 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + date: + custom: [] + name: date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + from: consequatur + type: debit + transaction_type: bank_to_bank + amount: 16 + date: '2026-04-25T14:39:34' + note: consequatur + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/bank-transactions/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the bank transaction.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/bank-transactions/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the bank transaction.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + from: + custom: [] + name: from + description: 'The id of an existing record in the payment_types table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + type: + custom: [] + name: type + description: '' + required: false + example: debit + type: string + enumValues: + - credit + - debit + exampleWasSpecified: false + nullable: true + deprecated: false + transaction_type: + custom: [] + name: transaction_type + description: '' + required: true + example: bank_to_bank + type: string + enumValues: + - bank_to_bank + - bank_to_cash + - adjust_bank + exampleWasSpecified: false + nullable: false + deprecated: false + amount: + custom: [] + name: amount + description: 'Must be at least 0.01.' + required: true + example: 16 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + date: + custom: [] + name: date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:34' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + from: consequatur + type: debit + transaction_type: bank_to_bank + amount: 16 + date: '2026-04-25T14:39:34' + note: consequatur + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/bank-transactions/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the bank transaction.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/cashes + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/cashes + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + to: + custom: [] + name: to + description: 'The id of an existing record in the payment_types table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + type: + custom: [] + name: type + description: '' + required: false + example: debit + type: string + enumValues: + - credit + - debit + exampleWasSpecified: false + nullable: true + deprecated: false + transaction_type: + custom: [] + name: transaction_type + description: '' + required: true + example: adjust_cash + type: string + enumValues: + - cash_to_bank + - adjust_cash + exampleWasSpecified: false + nullable: false + deprecated: false + amount: + custom: [] + name: amount + description: 'Must be at least 0.01.' + required: true + example: 56 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + date: + custom: [] + name: date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:35' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + type: debit + transaction_type: adjust_cash + amount: 56 + date: '2026-04-25T14:39:35' + note: consequatur + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/cashes/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the cash.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/cashes/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the cash.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + to: + custom: [] + name: to + description: 'The id of an existing record in the payment_types table.' + required: false + example: null + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + type: + custom: [] + name: type + description: '' + required: false + example: debit + type: string + enumValues: + - credit + - debit + exampleWasSpecified: false + nullable: true + deprecated: false + transaction_type: + custom: [] + name: transaction_type + description: '' + required: true + example: adjust_cash + type: string + enumValues: + - cash_to_bank + - adjust_cash + exampleWasSpecified: false + nullable: false + deprecated: false + amount: + custom: [] + name: amount + description: 'Must be at least 0.01.' + required: true + example: 56 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + date: + custom: [] + name: date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:35' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + image: + custom: [] + name: image + description: 'Must be an image.' + required: false + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + type: debit + transaction_type: adjust_cash + amount: 56 + date: '2026-04-25T14:39:35' + note: consequatur + fileParameters: + image: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/cashes/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the cash.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/cheques + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/cheques + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + transaction_id: + custom: [] + name: transaction_id + description: 'The id of an existing record in the transactions table.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + date: + custom: [] + name: date + description: 'Must be a valid date.' + required: false + example: '2026-04-25T14:39:35' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + note: + custom: [] + name: note + description: '' + required: false + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + payment_type: + custom: [] + name: payment_type + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + transaction_id: consequatur + date: '2026-04-25T14:39:35' + note: consequatur + payment_type: consequatur + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/cheques/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the cheque.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: 'api/v1/cheque-reopen/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the cheque reopen.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/product-settings + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/product-settings + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + show_product_name: + custom: [] + name: show_product_name + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_price: + custom: [] + name: show_product_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_code: + custom: [] + name: show_product_code + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_stock: + custom: [] + name: show_product_stock + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_sale_price: + custom: [] + name: show_product_sale_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_dealer_price: + custom: [] + name: show_product_dealer_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_wholesale_price: + custom: [] + name: show_product_wholesale_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_unit: + custom: [] + name: show_product_unit + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_brand: + custom: [] + name: show_product_brand + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_category: + custom: [] + name: show_product_category + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_manufacturer: + custom: [] + name: show_product_manufacturer + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_image: + custom: [] + name: show_product_image + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_expire_date: + custom: [] + name: show_expire_date + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_alert_qty: + custom: [] + name: show_alert_qty + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_vat_id: + custom: [] + name: show_vat_id + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_vat_type: + custom: [] + name: show_vat_type + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_exclusive_price: + custom: [] + name: show_exclusive_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_inclusive_price: + custom: [] + name: show_inclusive_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_profit_percent: + custom: [] + name: show_profit_percent + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_capacity: + custom: [] + name: show_capacity + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_weight: + custom: [] + name: show_weight + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_color: + custom: [] + name: show_color + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_type: + custom: [] + name: show_type + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_size: + custom: [] + name: show_size + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_batch_no: + custom: [] + name: show_batch_no + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_mfg_date: + custom: [] + name: show_mfg_date + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_model_no: + custom: [] + name: show_model_no + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + default_sale_price: + custom: [] + name: default_sale_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + default_wholesale_price: + custom: [] + name: default_wholesale_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + default_dealer_price: + custom: [] + name: default_dealer_price + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_type_single: + custom: [] + name: show_product_type_single + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_type_variant: + custom: [] + name: show_product_type_variant + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_type_combo: + custom: [] + name: show_product_type_combo + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_warehouse: + custom: [] + name: show_warehouse + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_action: + custom: [] + name: show_action + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_rack: + custom: [] + name: show_rack + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_shelf: + custom: [] + name: show_shelf + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_guarantee: + custom: [] + name: show_guarantee + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_warranty: + custom: [] + name: show_warranty + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_serial: + custom: [] + name: show_serial + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + default_batch_no: + custom: [] + name: default_batch_no + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + default_expired_date: + custom: [] + name: default_expired_date + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + default_mfg_date: + custom: [] + name: default_mfg_date + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + expire_date_type: + custom: [] + name: expire_date_type + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + mfg_date_type: + custom: [] + name: mfg_date_type + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_batch_no: + custom: [] + name: show_product_batch_no + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + show_product_expire_date: + custom: [] + name: show_product_expire_date + description: '' + required: false + example: 17 + type: integer + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + show_product_name: 17 + show_product_price: 17 + show_product_code: 17 + show_product_stock: 17 + show_product_sale_price: 17 + show_product_dealer_price: 17 + show_product_wholesale_price: 17 + show_product_unit: 17 + show_product_brand: 17 + show_product_category: 17 + show_product_manufacturer: 17 + show_product_image: 17 + show_expire_date: 17 + show_alert_qty: 17 + show_vat_id: 17 + show_vat_type: 17 + show_exclusive_price: 17 + show_inclusive_price: 17 + show_profit_percent: 17 + show_capacity: 17 + show_weight: 17 + show_color: 17 + show_type: 17 + show_size: 17 + show_batch_no: 17 + show_mfg_date: 17 + show_model_no: 17 + default_sale_price: 17 + default_wholesale_price: 17 + default_dealer_price: 17 + show_product_type_single: 17 + show_product_type_variant: 17 + show_product_type_combo: 17 + show_warehouse: 17 + show_action: 17 + show_rack: 17 + show_shelf: 17 + show_guarantee: 17 + show_warranty: 17 + show_serial: 17 + default_batch_no: 17 + default_expired_date: 17 + default_mfg_date: 17 + expire_date_type: 17 + mfg_date_type: 17 + show_product_batch_no: 17 + show_product_expire_date: 17 + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/product/generate-code + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/bulk-uploads + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: multipart/form-data + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + file: + custom: [] + name: file + description: 'Must be a file.' + required: true + example: null + type: file + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: [] + fileParameters: + file: null + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/change-password + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + current_password: + custom: [] + name: current_password + description: '' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + password: + custom: [] + name: password + description: 'Must be at least 6 characters.' + required: true + example: '[2UZ5ij-e/dl4' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + current_password: consequatur + password: '[2UZ5ij-e/dl4' + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/new-invoice + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + platform: + custom: [] + name: platform + description: '' + required: true + example: due_collects + type: string + enumValues: + - sales + - purchases + - due_collects + - sales_return + - purchases_return + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + platform: due_collects + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/invoice-settings + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/invoice-settings/update + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + invoice_size: + custom: [] + name: invoice_size + description: 'Must not be greater than 100 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: + - a4 + - 3_inch_80mm + - 2_inch_58mm + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + invoice_size: vmqeopfuudtdsufvyvddq + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/business-delete + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + password: + custom: [] + name: password + description: '' + required: true + example: 'O[2UZ5ij-e/dl4m{o,' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + password: 'O[2UZ5ij-e/dl4m{o,' + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/party-ledger/{party_id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + party_id: + custom: [] + name: party_id + description: 'The ID of the party.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + party_id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/money-receipt/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the money receipt.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/currency-settings + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/currency-settings + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + currency: + custom: [] + name: currency + description: 'Must not be greater than 100 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: + - us + - european + exampleWasSpecified: false + nullable: false + deprecated: false + cleanBodyParameters: + currency: vmqeopfuudtdsufvyvddq + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/transactions + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/sign-out + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/refresh-token + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/branches + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Display a listing of the resource.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/branches + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Store a newly created resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + phone: + custom: [] + name: phone + description: 'Must not be greater than 20 characters.' + required: false + example: amniihfqcoynlazgh + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address. Must not be greater than 255 characters.' + required: false + example: roob.mona@example.org + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + address: + custom: [] + name: address + description: 'Must not be greater than 255 characters.' + required: false + example: xbajwbpilpmufinllwloa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + branchOpeningBalance: + custom: [] + name: branchOpeningBalance + description: 'Must be at least 0.' + required: false + example: 72 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + description: + custom: [] + name: description + description: 'Must not be greater than 1000 characters.' + required: false + example: 'Qui ducimus nihil laudantium nihil autem omnis cum molestiae.' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + phone: amniihfqcoynlazgh + email: roob.mona@example.org + address: xbajwbpilpmufinllwloa + branchOpeningBalance: 72 + description: 'Qui ducimus nihil laudantium nihil autem omnis cum molestiae.' + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/branches/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Update the specified resource in storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the branch.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + phone: + custom: [] + name: phone + description: 'Must not be greater than 20 characters.' + required: false + example: amniihfqcoynlazgh + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address. Must not be greater than 255 characters.' + required: false + example: roob.mona@example.org + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + address: + custom: [] + name: address + description: 'Must not be greater than 255 characters.' + required: false + example: xbajwbpilpmufinllwloa + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + branchOpeningBalance: + custom: [] + name: branchOpeningBalance + description: 'Must be at least 0.' + required: false + example: 72 + type: number + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + description: + custom: [] + name: description + description: 'Must not be greater than 1000 characters.' + required: false + example: 'Qui ducimus nihil laudantium nihil autem omnis cum molestiae.' + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + phone: amniihfqcoynlazgh + email: roob.mona@example.org + address: xbajwbpilpmufinllwloa + branchOpeningBalance: 72 + description: 'Qui ducimus nihil laudantium nihil autem omnis cum molestiae.' + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/branches/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: 'Remove the specified resource from storage.' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the branch.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/switch-branch/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the switch branch.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: 'api/v1/exit-branch/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the exit branch.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - GET + uri: api/v1/warehouses + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: + - + custom: [] + status: 401 + content: '{"message":"Unauthenticated."}' + headers: + cache-control: 'no-cache, private' + content-type: application/json + access-control-allow-origin: '*' + description: null + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - POST + uri: api/v1/warehouses + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: [] + cleanUrlParameters: [] + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + phone: + custom: [] + name: phone + description: 'Must not be greater than 20 characters.' + required: false + example: amniihfqcoynlazgh + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + address: + custom: [] + name: address + description: 'Must not be greater than 500 characters.' + required: false + example: dtqtqxbajwbpilpmufinl + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address. Must not be greater than 255 characters.' + required: false + example: imogene.mante@example.com + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + phone: amniihfqcoynlazgh + address: dtqtqxbajwbpilpmufinl + email: imogene.mante@example.com + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - PUT + - PATCH + uri: 'api/v1/warehouses/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the warehouse.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: + name: + custom: [] + name: name + description: 'Must not be greater than 255 characters.' + required: true + example: vmqeopfuudtdsufvyvddq + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + phone: + custom: [] + name: phone + description: 'Must not be greater than 20 characters.' + required: false + example: amniihfqcoynlazgh + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + address: + custom: [] + name: address + description: 'Must not be greater than 500 characters.' + required: false + example: dtqtqxbajwbpilpmufinl + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + email: + custom: [] + name: email + description: 'Must be a valid email address. Must not be greater than 255 characters.' + required: false + example: imogene.mante@example.com + type: string + enumValues: [] + exampleWasSpecified: false + nullable: true + deprecated: false + cleanBodyParameters: + name: vmqeopfuudtdsufvyvddq + phone: amniihfqcoynlazgh + address: dtqtqxbajwbpilpmufinl + email: imogene.mante@example.com + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null + - + custom: [] + httpMethods: + - DELETE + uri: 'api/v1/warehouses/{id}' + metadata: + custom: [] + groupName: Endpoints + groupDescription: '' + subgroup: '' + subgroupDescription: '' + title: '' + description: '' + authenticated: false + deprecated: false + headers: + Content-Type: application/json + Accept: application/json + urlParameters: + id: + custom: [] + name: id + description: 'The ID of the warehouse.' + required: true + example: consequatur + type: string + enumValues: [] + exampleWasSpecified: false + nullable: false + deprecated: false + cleanUrlParameters: + id: consequatur + queryParameters: [] + cleanQueryParameters: [] + bodyParameters: [] + cleanBodyParameters: [] + fileParameters: [] + responses: [] + responseFields: [] + auth: [] + controller: null + method: null + route: null diff --git a/.scribe/endpoints/custom.0.yaml b/.scribe/endpoints/custom.0.yaml new file mode 100644 index 00000000..4b023521 --- /dev/null +++ b/.scribe/endpoints/custom.0.yaml @@ -0,0 +1,53 @@ +# To include an endpoint that isn't a part of your Laravel app (or belongs to a vendor package), +# you can define it in a custom.*.yaml file, like this one. +# Each custom file should contain an array of endpoints. Here's an example: +# See https://scribe.knuckles.wtf/laravel/documenting/custom-endpoints#extra-sorting-groups-in-custom-endpoint-files for more options + +#- httpMethods: +# - POST +# uri: api/doSomething/{param} +# metadata: +# groupName: The group the endpoint belongs to. Can be a new group or an existing group. +# groupDescription: A description for the group. You don't need to set this for every endpoint; once is enough. +# subgroup: You can add a subgroup, too. +# title: Do something +# description: 'This endpoint allows you to do something.' +# authenticated: false +# headers: +# Content-Type: application/json +# Accept: application/json +# urlParameters: +# param: +# name: param +# description: A URL param for no reason. +# required: true +# example: 2 +# type: integer +# queryParameters: +# speed: +# name: speed +# description: How fast the thing should be done. Can be `slow` or `fast`. +# required: false +# example: fast +# type: string +# bodyParameters: +# something: +# name: something +# description: The things we should do. +# required: true +# example: +# - string 1 +# - string 2 +# type: 'string[]' +# responses: +# - status: 200 +# description: 'When the thing was done smoothly.' +# content: # Your response content can be an object, an array, a string or empty. +# { +# "hey": "ho ho ho" +# } +# responseFields: +# hey: +# name: hey +# description: Who knows? +# type: string # This is optional diff --git a/.scribe/intro.md b/.scribe/intro.md new file mode 100644 index 00000000..e187e13f --- /dev/null +++ b/.scribe/intro.md @@ -0,0 +1,13 @@ +# Introduction + + + + + + This documentation aims to provide all the information you need to work with our API. + + + diff --git a/Dockerfile b/Dockerfile index e72b7409..ea808ef4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN apk add --no-cache \ oniguruma-dev \ git \ curl \ + postgresql-client \ nodejs \ npm \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ diff --git a/app/Http/Controllers/WebController.php b/app/Http/Controllers/WebController.php index 8b352b6a..a8cbfcb9 100644 --- a/app/Http/Controllers/WebController.php +++ b/app/Http/Controllers/WebController.php @@ -13,6 +13,7 @@ class WebController extends Controller { public function index() { - return view('index'); + $plans = Plan::where('status', 1)->get(); + return view('index', compact('plans')); } } diff --git a/config/scribe.php b/config/scribe.php new file mode 100644 index 00000000..8fdbe8a8 --- /dev/null +++ b/config/scribe.php @@ -0,0 +1,259 @@ + for the generated documentation. + 'title' => config('app.name').' API Documentation', + + // A short description of your API. Will be included in the docs webpage, Postman collection and OpenAPI spec. + 'description' => '', + + // Text to place in the "Introduction" section, right after the `description`. Markdown and HTML are supported. + 'intro_text' => <<<'INTRO' + This documentation aims to provide all the information you need to work with our API. + + + INTRO, + + // The base URL displayed in the docs. + // If you're using `laravel` type, you can set this to a dynamic string, like '{{ config("app.tenant_url") }}' to get a dynamic base URL. + 'base_url' => config('app.url'), + + // Routes to include in the docs + 'routes' => [ + [ + 'match' => [ + // Match only routes whose paths match this pattern (use * as a wildcard to match any characters). Example: 'users/*'. + 'prefixes' => ['api/*'], + + // Match only routes whose domains match this pattern (use * as a wildcard to match any characters). Example: 'api.*'. + 'domains' => ['*'], + ], + + // Include these routes even if they did not match the rules above. + 'include' => [ + // 'users.index', 'POST /new', '/auth/*' + ], + + // Exclude these routes even if they matched the rules above. + 'exclude' => [ + // 'GET /health', 'admin.*' + ], + ], + ], + + // The type of documentation output to generate. + // - "static" will generate a static HTMl page in the /public/docs folder, + // - "laravel" will generate the documentation as a Blade view, so you can add routing and authentication. + // - "external_static" and "external_laravel" do the same as above, but pass the OpenAPI spec as a URL to an external UI template + 'type' => 'laravel', + + // See https://scribe.knuckles.wtf/laravel/reference/config#theme for supported options + 'theme' => 'default', + + 'static' => [ + // HTML documentation, assets and Postman collection will be generated to this folder. + // Source Markdown will still be in resources/docs. + 'output_path' => 'public/docs', + ], + + 'laravel' => [ + // Whether to automatically create a docs route for you to view your generated docs. You can still set up routing manually. + 'add_routes' => true, + + // URL path to use for the docs endpoint (if `add_routes` is true). + // By default, `/docs` opens the HTML page, `/docs.postman` opens the Postman collection, and `/docs.openapi` the OpenAPI spec. + 'docs_url' => '/docs', + + // Directory within `public` in which to store CSS and JS assets. + // By default, assets are stored in `public/vendor/scribe`. + // If set, assets will be stored in `public/{{assets_directory}}` + 'assets_directory' => null, + + // Middleware to attach to the docs endpoint (if `add_routes` is true). + 'middleware' => [], + ], + + 'external' => [ + 'html_attributes' => [], + ], + + 'try_it_out' => [ + // Add a Try It Out button to your endpoints so consumers can test endpoints right from their browser. + // Don't forget to enable CORS headers for your endpoints. + 'enabled' => true, + + // The base URL to use in the API tester. Leave as null to be the same as the displayed URL (`scribe.base_url`). + 'base_url' => null, + + // [Laravel Sanctum] Fetch a CSRF token before each request, and add it as an X-XSRF-TOKEN header. + 'use_csrf' => false, + + // The URL to fetch the CSRF token from (if `use_csrf` is true). + 'csrf_url' => '/sanctum/csrf-cookie', + ], + + // How is your API authenticated? This information will be used in the displayed docs, generated examples and response calls. + 'auth' => [ + // Set this to true if ANY endpoints in your API use authentication. + 'enabled' => false, + + // Set this to true if your API should be authenticated by default. If so, you must also set `enabled` (above) to true. + // You can then use @unauthenticated or @authenticated on individual endpoints to change their status from the default. + 'default' => false, + + // Where is the auth value meant to be sent in a request? + 'in' => AuthIn::BEARER->value, + + // The name of the auth parameter (e.g. token, key, apiKey) or header (e.g. Authorization, Api-Key). + 'name' => 'key', + + // The value of the parameter to be used by Scribe to authenticate response calls. + // This will NOT be included in the generated documentation. If empty, Scribe will use a random value. + 'use_value' => env('SCRIBE_AUTH_KEY'), + + // Placeholder your users will see for the auth parameter in the example requests. + // Set this to null if you want Scribe to use a random value as placeholder instead. + 'placeholder' => '{YOUR_AUTH_KEY}', + + // Any extra authentication-related info for your users. Markdown and HTML are supported. + 'extra_info' => 'You can retrieve your token by visiting your dashboard and clicking Generate API token.', + ], + + // Example requests for each endpoint will be shown in each of these languages. + // Supported options are: bash, javascript, php, python + // To add a language of your own, see https://scribe.knuckles.wtf/laravel/advanced/example-requests + // Note: does not work for `external` docs types + 'example_languages' => [ + 'bash', + 'javascript', + ], + + // Generate a Postman collection (v2.1.0) in addition to HTML docs. + // For 'static' docs, the collection will be generated to public/docs/collection.json. + // For 'laravel' docs, it will be generated to storage/app/scribe/collection.json. + // Setting `laravel.add_routes` to true (above) will also add a route for the collection. + 'postman' => [ + 'enabled' => true, + + 'overrides' => [ + // 'info.version' => '2.0.0', + ], + ], + + // Generate an OpenAPI spec in addition to docs webpage. + // For 'static' docs, the collection will be generated to public/docs/openapi.yaml. + // For 'laravel' docs, it will be generated to storage/app/scribe/openapi.yaml. + // Setting `laravel.add_routes` to true (above) will also add a route for the spec. + 'openapi' => [ + 'enabled' => true, + + // The OpenAPI spec version to generate. Supported versions: '3.0.3', '3.1.0'. + // OpenAPI 3.1 is more compatible with JSON Schema and is becoming the dominant version. + // See https://spec.openapis.org/oas/v3.1.0 for details on 3.1 changes. + 'version' => '3.0.3', + + 'overrides' => [ + // 'info.version' => '2.0.0', + ], + + // Additional generators to use when generating the OpenAPI spec. + // Should extend `Knuckles\Scribe\Writing\OpenApiSpecGenerators\OpenApiGenerator`. + 'generators' => [], + ], + + 'groups' => [ + // Endpoints which don't have a @group will be placed in this default group. + 'default' => 'Endpoints', + + // By default, Scribe will sort groups alphabetically, and endpoints in the order their routes are defined. + // You can override this by listing the groups, subgroups and endpoints here in the order you want them. + // See https://scribe.knuckles.wtf/blog/laravel-v4#easier-sorting and https://scribe.knuckles.wtf/laravel/reference/config#order for details + // Note: does not work for `external` docs types + 'order' => [], + ], + + // Custom logo path. This will be used as the value of the src attribute for the tag, + // so make sure it points to an accessible URL or path. Set to false to not use a logo. + // For example, if your logo is in public/img: + // - 'logo' => '../img/logo.png' // for `static` type (output folder is public/docs) + // - 'logo' => 'img/logo.png' // for `laravel` type + 'logo' => false, + + // Customize the "Last updated" value displayed in the docs by specifying tokens and formats. + // Examples: + // - {date:F j Y} => March 28, 2022 + // - {git:short} => Short hash of the last Git commit + // Available tokens are `{date:}` and `{git:}`. + // The format you pass to `date` will be passed to PHP's `date()` function. + // The format you pass to `git` can be either "short" or "long". + // Note: does not work for `external` docs types + 'last_updated' => 'Last updated: {date:F j, Y}', + + 'examples' => [ + // Set this to any number to generate the same example values for parameters on each run, + 'faker_seed' => 1234, + + // With API resources and transformers, Scribe tries to generate example models to use in your API responses. + // By default, Scribe will try the model's factory, and if that fails, try fetching the first from the database. + // You can reorder or remove strategies here. + 'models_source' => ['factoryCreate', 'factoryMake', 'databaseFirst'], + ], + + // The strategies Scribe will use to extract information about your routes at each stage. + // Use configureStrategy() to specify settings for a strategy in the list. + // Use removeStrategies() to remove an included strategy. + 'strategies' => [ + 'metadata' => [ + ...Defaults::METADATA_STRATEGIES, + ], + 'headers' => [ + ...Defaults::HEADERS_STRATEGIES, + Strategies\StaticData::withSettings(data: [ + 'Content-Type' => 'application/json', + 'Accept' => 'application/json', + ]), + ], + 'urlParameters' => [ + ...Defaults::URL_PARAMETERS_STRATEGIES, + ], + 'queryParameters' => [ + ...Defaults::QUERY_PARAMETERS_STRATEGIES, + ], + 'bodyParameters' => [ + ...Defaults::BODY_PARAMETERS_STRATEGIES, + ], + 'responses' => configureStrategy( + Defaults::RESPONSES_STRATEGIES, + Strategies\Responses\ResponseCalls::withSettings( + only: ['GET *'], + // Recommended: disable debug mode in response calls to avoid error stack traces in responses + config: [ + 'app.debug' => false, + ] + ) + ), + 'responseFields' => [ + ...Defaults::RESPONSE_FIELDS_STRATEGIES, + ], + ], + + // For response calls, API resource responses and transformer responses, + // Scribe will try to start database transactions, so no changes are persisted to your database. + // Tell Scribe which connections should be transacted here. If you only use one db connection, you can leave this as is. + 'database_connections_to_transact' => [config('database.default')], + + 'fractal' => [ + // If you are using a custom serializer with league/fractal, you can specify it here. + 'serializer' => null, + ], +]; diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 00000000..35901d21 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,60 @@ +version: '3.8' + +services: + app: + build: + context: . + dockerfile: Dockerfile + container_name: kulakpos_app + restart: unless-stopped + tty: true + environment: + SERVICE_NAME: app + SERVICE_TAGS: dev + volumes: + - .:/var/www/html + - ./entrypoint.sh:/entrypoint.sh + networks: + - kulakpos-network + depends_on: + - db + + db: + image: postgres:15-alpine + container_name: kulakpos_db + restart: unless-stopped + tty: true + ports: + - "5433:5432" + environment: + POSTGRES_DB: kulakpos + POSTGRES_USER: postgres + POSTGRES_PASSWORD: gaspolvr46 + volumes: + - dbdata:/var/lib/postgresql/data + - ./converted.sql:/docker-entrypoint-initdb.d/init.sql:ro + networks: + - kulakpos-network + + nginx: + image: nginx:alpine + container_name: kulakpos_nginx + restart: unless-stopped + tty: true + ports: + - "8080:80" + volumes: + - .:/var/www/html + - ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro + networks: + - kulakpos-network + depends_on: + - app + +networks: + kulakpos-network: + driver: bridge + +volumes: + dbdata: + driver: local diff --git a/docker/nginx/default.conf b/docker/nginx/default.conf new file mode 100644 index 00000000..563fa80c --- /dev/null +++ b/docker/nginx/default.conf @@ -0,0 +1,22 @@ +server { + listen 80; + index index.php index.html; + error_log /var/log/nginx/error.log; + access_log /var/log/nginx/access.log; + root /var/www/html/public; + + location ~ \.php$ { + try_files $uri =404; + fastcgi_split_path_info ^(.+\.php)(/.+)$; + fastcgi_pass app:9000; + fastcgi_index index.php; + include fastcgi_params; + fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; + fastcgi_param PATH_INFO $fastcgi_path_info; + } + + location / { + try_files $uri $uri/ /index.php?$query_string; + gzip_static on; + } +} diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 index fadd892f..21dc5674 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -63,6 +63,24 @@ EOF fi fi +# LOAD environment variables from .env for use in this script +if [ -f .env ]; then + echo "Loading environment variables from .env..." + # Read .env file line by line and export each variable + while IFS= read -r line || [ -n "$line" ]; do + # Remove carriage return if present (Windows style) + line=$(echo "$line" | sed 's/\r$//') + # Skip comments and empty lines + case "$line" in + "#"*) continue ;; + "") continue ;; + esac + # Remove quotes from value and export + export "$(echo "$line" | sed 's/["'\'']//g')" 2>/dev/null || true + done < .env +fi + + # Generate key if not present (only if APP_KEY is empty or missing) echo "Checking .env for APP_KEY..." if ! grep -E "APP_KEY=.{10,}" .env; then @@ -111,12 +129,22 @@ if [ ! -f config/scribe.php ]; then php artisan vendor:publish --tag=scribe-config --force fi +# Skip Scribe generation if docs already exist to save time on restart +if [ -d resources/views/scribe ] && [ "$FORCE_REGENERATE_DOCS" != "true" ]; then + echo "✅ Scribe docs already exist, skipping generation..." + SKIP_SCRIBE=true +fi + + # Generate OpenAPI/Swagger documentation if [ "$APP_ENV" != "production" ] || [ "$AUTO_GENERATE_API_DOCS" = "true" ]; then echo "Generating API documentation..." # Generate Scribe documentation - php artisan scribe:generate --no-interaction || echo "⚠️ Scribe generation failed, check your API routes" + if [ "$SKIP_SCRIBE" != "true" ]; then + echo "Generating Scribe documentation..." + php artisan scribe:generate --no-interaction || echo "⚠️ Scribe generation failed, check your API routes" + fi # For OpenAPI/Swagger UI specifically if [ -f public/docs/openapi.yaml ] || [ -f public/docs/collection.json ]; then @@ -136,10 +164,14 @@ if [ -d vendor/knuckleswtf/scribe/dist ]; then ln -sf ../vendor/knuckleswtf/scribe/dist public/vendor/scribe 2>/dev/null || true fi -# FIX: Ensure all generated/downloaded files are fully readable and executable -echo "Setting correct ownership for web server..." -chown -R www-data:www-data vendor -chmod -R 755 vendor +# FIX: Ensure storage and bootstrap are writable (these are small) +echo "Setting correct ownership for storage and bootstrap..." +chown -R www-data:www-data storage bootstrap/cache +chmod -R 775 storage bootstrap/cache + +# Note: We skip recursive chown on vendor because it's very slow on mounted volumes +# and usually not necessary for runtime. + # Verify vendor integrity at PHP level echo "Checking vendor visibility and READABILITY for PHP..." @@ -167,17 +199,51 @@ fi if [ -f public/build/manifest.json ]; then echo "✅ Vite manifest found at public/build/manifest.json" else - echo "⚠️ Warning: Vite manifest not found! Assets may not load correctly." - echo "Current contents of public/build:" - ls -la public/build/ 2>/dev/null || echo "public/build directory does not exist" + echo "⚠️ Vite manifest not found! Attempting to build assets..." + if command -v npm >/dev/null 2>&1; then + if [ ! -d node_modules ]; then + echo "📦 node_modules missing. Installing..." + npm install --legacy-peer-deps --no-audit || echo "❌ npm install failed!" + fi + npm run build || echo "❌ npm run build failed!" + else + echo "❌ npm not found, cannot build assets automatically." + fi + + if [ ! -f public/build/manifest.json ]; then + echo "⚠️ Still no Vite manifest! Assets may not load correctly." + echo "Current contents of public/build:" + ls -la public/build/ 2>/dev/null || echo "public/build directory does not exist" + fi fi # Optional: Run migrations if needed (with safety for production) -# if [ "$AUTO_MIGRATE" = "true" ] || [ "$APP_ENV" != "production" ]; then -# echo "Running migrations..." -# php artisan migrate --force - -# fi +if [ "$AUTO_MIGRATE" = "true" ] || [ "$APP_ENV" != "production" ]; then + echo "Running migrations..." + php artisan migrate --force + + # Optional: Seed if needed, but we have converted.sql + # php artisan db:seed --force + + # Check if database has data (e.g., check users table) + # We use PGPASSWORD to avoid interactive prompt + export PGPASSWORD=$DB_PASSWORD + echo "Checking if database needs data import..." + USER_COUNT=$(psql -h $DB_HOST -U $DB_USERNAME -d $DB_DATABASE -t -c "SELECT count(*) FROM users;" 2>/dev/null | tr -d '[:space:]' || echo "0") + + if [ "$USER_COUNT" = "0" ] || [ -z "$USER_COUNT" ]; then + if [ -f converted.sql ]; then + echo "📦 Database is empty. Importing data from converted.sql..." + psql -h $DB_HOST -U $DB_USERNAME -d $DB_DATABASE -f converted.sql > /dev/null + echo "✅ Data import complete." + else + echo "⚠️ converted.sql not found, skipping data import." + fi + else + echo "✅ Database already has data ($USER_COUNT users)." + fi + unset PGPASSWORD +fi echo "========================================" echo "Setup complete. Starting application..." diff --git a/package-lock.json b/package-lock.json index a5c9ddc9..ba3dccd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "kulakpos_web", + "name": "html", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/public/vendor/scribe/css/theme-default.print.css b/public/vendor/scribe/css/theme-default.print.css new file mode 100644 index 00000000..18ab760e --- /dev/null +++ b/public/vendor/scribe/css/theme-default.print.css @@ -0,0 +1,393 @@ +/* Copied from https://github.com/slatedocs/slate/blob/c4b4c0b8f83e891ca9fab6bbe9a1a88d5fe41292/stylesheets/print.css and unminified */ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ + +html { + font-family: sans-serif; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100% +} + +body { + margin: 0 +} + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block +} + +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline +} + +audio:not([controls]) { + display: none; + height: 0 +} + +[hidden], +template { + display: none +} + +a { + background-color: transparent +} + +a:active, +a:hover { + outline: 0 +} + +abbr[title] { + border-bottom: 1px dotted +} + +b, +strong { + font-weight: bold +} + +dfn { + font-style: italic +} + +h1 { + font-size: 2em; + margin: 0.67em 0 +} + +mark { + background: #ff0; + color: #000 +} + +small { + font-size: 80% +} + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline +} + +sup { + top: -0.5em +} + +sub { + bottom: -0.25em +} + +img { + border: 0 +} + +svg:not(:root) { + overflow: hidden +} + +figure { + margin: 1em 40px +} + +hr { + box-sizing: content-box; + height: 0 +} + +pre { + overflow: auto +} + +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em +} + +button, +input, +optgroup, +select, +textarea { + color: inherit; + font: inherit; + margin: 0 +} + +button { + overflow: visible +} + +button, +select { + text-transform: none +} + +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer +} + +button[disabled], +html input[disabled] { + cursor: default +} + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0 +} + +input { + line-height: normal +} + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + padding: 0 +} + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto +} + +input[type="search"] { + -webkit-appearance: textfield; + box-sizing: content-box +} + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none +} + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em +} + +legend { + border: 0; + padding: 0 +} + +textarea { + overflow: auto +} + +optgroup { + font-weight: bold +} + +table { + border-collapse: collapse; + border-spacing: 0 +} + +td, +th { + padding: 0 +} + +.content h1, +.content h2, +.content h3, +.content h4, +body { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-size: 14px +} + +.content h1, +.content h2, +.content h3, +.content h4 { + font-weight: bold +} + +.content pre, +.content code { + font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif; + font-size: 12px; + line-height: 1.5 +} + +.content pre, +.content code { + word-break: break-all; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto +} + +@font-face { + font-family: 'slate'; + src: url(../fonts/slate.eot?-syv14m); + src: url(../fonts/slate.eot?#iefix-syv14m) format("embedded-opentype"), url(../fonts/slate.woff2?-syv14m) format("woff2"), url(../fonts/slate.woff?-syv14m) format("woff"), url(../fonts/slate.ttf?-syv14m) format("truetype"), url(../fonts/slate.svg?-syv14m#slate) format("svg"); + font-weight: normal; + font-style: normal +} + +.content aside.warning:before, +.content aside.notice:before, +.content aside.success:before { + font-family: 'slate'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1 +} + +.content aside.warning:before { + content: "\e600" +} + +.content aside.notice:before { + content: "\e602" +} + +.content aside.success:before { + content: "\e606" +} + +.tocify, +.toc-footer, +.lang-selector, +.search, +#nav-button { + display: none +} + +.tocify-wrapper>img { + margin: 0 auto; + display: block +} + +.content { + font-size: 12px +} + +.content pre, +.content code { + border: 1px solid #999; + border-radius: 5px; + font-size: 0.8em +} + +.content pre code { + border: 0 +} + +.content pre { + padding: 1.3em +} + +.content code { + padding: 0.2em +} + +.content table { + border: 1px solid #999 +} + +.content table tr { + border-bottom: 1px solid #999 +} + +.content table td, +.content table th { + padding: 0.7em +} + +.content p { + line-height: 1.5 +} + +.content a { + text-decoration: none; + color: #000 +} + +.content h1 { + font-size: 2.5em; + padding-top: 0.5em; + padding-bottom: 0.5em; + margin-top: 1em; + margin-bottom: 21px; + border: 2px solid #ccc; + border-width: 2px 0; + text-align: center +} + +.content h2 { + font-size: 1.8em; + margin-top: 2em; + border-top: 2px solid #ccc; + padding-top: 0.8em +} + +.content h1+h2, +.content h1+div+h2 { + border-top: none; + padding-top: 0; + margin-top: 0 +} + +.content h3, +.content h4 { + font-size: 0.8em; + margin-top: 1.5em; + margin-bottom: 0.8em; + text-transform: uppercase +} + +.content h5, +.content h6 { + text-transform: uppercase +} + +.content aside { + padding: 1em; + border: 1px solid #ccc; + border-radius: 5px; + margin-top: 1.5em; + margin-bottom: 1.5em; + line-height: 1.6 +} + +.content aside:before { + vertical-align: middle; + padding-right: 0.5em; + font-size: 14px +} diff --git a/public/vendor/scribe/css/theme-default.style.css b/public/vendor/scribe/css/theme-default.style.css new file mode 100644 index 00000000..08f2e93a --- /dev/null +++ b/public/vendor/scribe/css/theme-default.style.css @@ -0,0 +1,1094 @@ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ + +html { + font-family: 'Open Sans', sans-serif; + font-size: 1.2em; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100% +} + +body { + margin: 0 +} + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section { + display: block +} + +summary { + cursor: pointer; +} + +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline +} + +audio:not([controls]) { + display: none; + height: 0 +} + +[hidden], +template { + display: none +} + +a { + background-color: transparent +} + +a:active, +a:hover { + outline: 0 +} + +abbr[title] { + border-bottom: 1px dotted +} + +b, +strong { + font-weight: 700 +} + +dfn { + font-style: italic +} + +h1 { + font-size: 2em; + margin: .67em 0 +} + +mark { + background: #ff0; + color: #000 +} + +small { + font-size: 80% +} + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline +} + +sup { + top: -.5em +} + +sub { + bottom: -.25em +} + +img { + border: 0 +} + +svg:not(:root) { + overflow: hidden +} + +figure { + margin: 1em 40px +} + +hr { + box-sizing: content-box; + height: 0 +} + +pre { + overflow: auto +} + +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em +} + +button, +input, +optgroup, +select, +textarea { + color: inherit; + font: inherit; + margin: 0 +} + +button { + overflow: visible +} + +button, +select { + text-transform: none +} + +button, +html input[type=button], +input[type=reset], +input[type=submit] { + -webkit-appearance: button; + cursor: pointer +} + +button[disabled], +html input[disabled] { + cursor: default +} + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0 +} + +input { + line-height: normal +} + +input[type=checkbox], +input[type=radio] { + box-sizing: border-box; + padding: 0 +} + +input[type=number]::-webkit-inner-spin-button, +input[type=number]::-webkit-outer-spin-button { + height: auto +} + +input[type=search] { + -webkit-appearance: textfield; + box-sizing: content-box +} + +input[type=search]::-webkit-search-cancel-button, +input[type=search]::-webkit-search-decoration { + -webkit-appearance: none +} + +fieldset { + border: 1px solid silver; + margin: 0 2px; + padding: .35em .625em .75em +} + +legend { + border: 0; + padding: 0 +} + +textarea { + overflow: auto +} + +optgroup { + font-weight: 700 +} + +table { + border-collapse: collapse; + border-spacing: 0 +} + +td, +th { + padding: 0 +} + +body, +html { + font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, sans-serif; + font-size: 16px; +} + +.content h1, +.content h2, +.content h3, +.content h4, +.content h5, +.content h6 { + font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, sans-serif; +} + +.content h1, +.content h2, +.content h3, +.content h4, +.content h5, +.content h6 { + font-weight: 700 +} + +.content code, +.content pre { + font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; + font-size: 14px; + line-height: 1.5 +} + +.content code { + word-break: break-all; + word-break: break-word; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto +} + +.content aside.notice:before, +.content aside.success:before, +.content aside.warning:before, +.tocify-wrapper>.search:before { + font-family: 'Open Sans', sans-serif; + speak: none; + font-style: normal; + font-variant: normal; + text-transform: none; + line-height: 1 +} + +.content aside.warning:before { + content: "✋" +} + +.content aside.notice:before { + content: "ℹ" +} + +.content aside.success:before { + content: "✅" +} + +.tocify-wrapper>.search:before { + content: "🔎" +} + +.highlight .c, +.highlight .c1, +.highlight .cm, +.highlight .cs { + color: #909090 +} + +.highlight, +.highlight .w { + background-color: #292929 +} + +.hljs { + display: block; + overflow-x: auto; + padding: .5em; + background: #23241f +} + +.hljs, +.hljs-subst, +.hljs-tag { + color: #f8f8f2 +} + +.hljs-emphasis, +.hljs-strong { + color: #a8a8a2 +} + +.hljs-bullet, +.hljs-link, +.hljs-literal, +.hljs-number, +.hljs-quote, +.hljs-regexp { + color: #ae81ff +} + +.hljs-code, +.hljs-section, +.hljs-selector-class, +.hljs-title { + color: #a6e22e +} + +.hljs-strong { + font-weight: 700 +} + +.hljs-emphasis { + font-style: italic +} + +.hljs-attr, +.hljs-keyword, +.hljs-name, +.hljs-selector-tag { + color: #f92672 +} + +.hljs-attribute, +.hljs-symbol { + color: #66d9ef +} + +.hljs-class .hljs-title, +.hljs-params { + color: #f8f8f2 +} + +.hljs-addition, +.hljs-built_in, +.hljs-builtin-name, +.hljs-selector-attr, +.hljs-selector-id, +.hljs-selector-pseudo, +.hljs-string, +.hljs-template-variable, +.hljs-type, +.hljs-variable { + color: #e6db74 +} + +.hljs-comment, +.hljs-deletion, +.hljs-meta { + color: #75715e +} + +body, +html { + color: #333; + padding: 0; + margin: 0; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + background-color: whitesmoke; + height: 100%; + -webkit-text-size-adjust: none +} + +#toc>ul>li>a>span { + float: right; + background-color: #2484ff; + border-radius: 40px; + width: 20px +} + +.tocify-wrapper { + transition: left .3s ease-in-out; + overflow-y: auto; + overflow-x: hidden; + position: fixed; + z-index: 30; + top: 0; + left: 0; + bottom: 0; + width: 230px; + background-color: #393939; + font-size: 13px; + font-weight: 700 +} + +.tocify-wrapper .lang-selector { + display: none +} + +.tocify-wrapper .lang-selector a { + padding-top: .5em; + padding-bottom: .5em +} + +.tocify-wrapper>img { + display: block +} + +.tocify-wrapper>.search { + position: relative +} + +.tocify-wrapper>.search input { + background: #393939; + border-width: 0 0 1px; + border-color: #666; + padding: 6px 0 6px 20px; + box-sizing: border-box; + margin: 10px 15px; + width: 200px; + outline: none; + color: #fff; + border-radius: 0 +} + +.tocify-wrapper>.search:before { + position: absolute; + top: 17px; + left: 15px; + color: #fff +} + +.tocify-wrapper img+.tocify { + margin-top: 20px +} + +.tocify-wrapper .search-results { + margin-top: 0; + box-sizing: border-box; + height: 0; + overflow-y: auto; + overflow-x: hidden; + transition-property: height, margin; + transition-duration: .18s; + transition-timing-function: ease-in-out; + background: linear-gradient(180deg, rgba(0, 0, 0, .2), transparent 8px), linear-gradient(0deg, rgba(0, 0, 0, .2), transparent 8px), linear-gradient(180deg, #000, transparent 1.5px), linear-gradient(0deg, #939393, hsla(0, 0%, 58%, 0) 1.5px), #262626 +} + +.tocify-wrapper .search-results.visible { + height: 30%; + margin-bottom: 1em +} + +.tocify-wrapper .search-results li { + margin: 1em 15px; + line-height: 1 +} + +.tocify-wrapper a { + color: #fff; + text-decoration: none +} + +.tocify-wrapper .search-results a:hover { + text-decoration: underline +} + +.tocify-wrapper .toc-footer li, +.tocify-wrapper .tocify-item>a { + padding: 0 15px; + display: block; + overflow-x: hidden; + white-space: nowrap; + text-overflow: ellipsis +} +.tocify-wrapper .tocify-item.level-3>a { + padding: 0 25px; +} + +.tocify-wrapper li, +.tocify-wrapper ul { + list-style: none; + margin: 0; + padding: 0; + line-height: 28px +} + +.tocify-wrapper li { + color: #fff; + transition-property: background; + transition-timing-function: linear; + transition-duration: .23s +} + +.tocify-wrapper .tocify-focus { + box-shadow: 0 1px 0 #000; + background-color: #2467af; + color: #fff; + font-weight: bold; +} + +.tocify-wrapper .tocify-subheader { + display: none; + background-color: #262626; + font-weight: 500; + background: linear-gradient(180deg, rgba(0, 0, 0, .2), transparent 8px), linear-gradient(0deg, rgba(0, 0, 0, .2), transparent 8px), linear-gradient(180deg, #000, transparent 1.5px), linear-gradient(0deg, #939393, hsla(0, 0%, 58%, 0) 1.5px), #262626 +} + +.tocify-wrapper .jets-searching .tocify-subheader, +.tocify-wrapper .tocify-subheader.visible { + display: block; +} + +.tocify-wrapper .tocify-subheader .tocify-item>a { + padding-left: 25px; + font-size: 12px +} + +.tocify-wrapper .tocify-subheader .tocify-item.level-3>a { + padding-left: 35px; +} + +.tocify-wrapper .tocify-subheader>li:last-child { + box-shadow: none +} + +.tocify-wrapper .toc-footer { + padding: 1em 0; + margin-top: 1em; + border-top: 1px dashed #666 +} + +.tocify-wrapper .toc-footer a, +.tocify-wrapper .toc-footer li { + color: #fff; + text-decoration: none +} + +.tocify-wrapper .toc-footer a:hover { + text-decoration: underline +} + +.tocify-wrapper .toc-footer li { + font-size: .8em; + line-height: 1.7; + text-decoration: none +} + +#nav-button { + padding: 0 1.5em 5em 0; + display: none; + position: fixed; + top: 0; + left: 0; + z-index: 100; + color: #000; + text-decoration: none; + font-weight: 700; + opacity: .7; + line-height: 16px; + transition: left .3s ease-in-out +} + +#nav-button span { + display: block; + padding: 6px; + background-color: rgba(234, 242, 246, .7); + -webkit-transform-origin: 0 0; + transform-origin: 0 0; + -webkit-transform: rotate(-90deg) translate(-100%); + transform: rotate(-90deg) translate(-100%); + border-radius: 0 0 0 5px +} + +#nav-button img { + height: 16px; + vertical-align: bottom +} + +#nav-button:hover { + opacity: 1 +} + +#nav-button.open { + left: 230px +} + +.page-wrapper { + margin-left: 230px; + position: relative; + z-index: 10; + background-color: #eaf2f6; + min-height: 100%; + padding-bottom: 1px +} + +.page-wrapper .dark-box { + width: 50%; + background-color: #393939; + position: absolute; + right: 0; + top: 0; + bottom: 0 +} + +.page-wrapper .lang-selector { + position: fixed; + z-index: 50; + border-bottom: 5px solid #393939 +} + +.lang-selector { + background-color: #222; + width: 100%; + font-weight: 700 +} + +.lang-selector button { + display: block; + float: left; + color: #fff; + text-decoration: none; + padding: 0 10px; + line-height: 30px; + outline: 0; + background: transparent; + border: none; +} + +.lang-selector button:active, +.lang-selector button:hover, +.lang-selector button:focus { + background-color: #111; + color: #fff +} + +.lang-selector button.active { + background-color: #393939; + color: #fff +} + +.lang-selector:after { + content: ''; + clear: both; + display: block +} + +.content { + position: relative; + z-index: 30 +} + +.content:after { + content: ''; + display: block; + clear: both +} + +.content>aside, +.content>details, +.content>dl, +.content>h1, +.content>h2, +.content>h3, +.content>h4, +.content>h5, +.content>h6, +.content>ol, +.content>p, +.content>table, +.content>ul, +.content>div, +.content>form>aside, +.content>form>details, +.content>form>h1, +.content>form>h2, +.content>form>h3, +.content>form>h4, +.content>form>h5, +.content>form>h6, +.content>form>p, +.content>form>table, +.content>form>ul, +.content>form>div { + margin-right: 50%; + padding: 0 28px; + box-sizing: border-box; + display: block; + text-shadow: 0 1px 0 #fff +} + +.content>ol, +.content>ul { + padding-left: 43px +} + +.content>div, +.content>h1, +.content>h2 { + clear: both +} + +.content h1 { + font-size: 30px; + padding-top: .5em; + padding-bottom: .5em; + border-bottom: 1px solid #ccc; + margin-bottom: 21px; + margin-top: 2em; + border-top: 1px solid #ddd; + background-image: linear-gradient(180deg, #fff, #f9f9f9) +} + +.content div:first-child+h1, +.content h1:first-child { + border-top-width: 0; + margin-top: 0 +} + +.content h2 { + font-size: 20px; + margin-top: 4em; + margin-bottom: 0; + border-top: 1px solid #ccc; + padding-top: 1.2em; + padding-bottom: 1.2em; + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, 0)) +} + +.content h1+div+h2, +.content h1+h2 { + margin-top: -21px; + border-top: none +} + +.content h3, +.content h4, +.content h5, +.content h6 { + font-size: 15px; + margin-top: 2.5em; + margin-bottom: .8em +} + +.content h4, +.content h5, +.content h6 { + font-size: 10px +} + +.content hr { + margin: 2em 0; + border-top: 2px solid #393939; + border-bottom: 2px solid #eaf2f6 +} + +.content table { + margin-bottom: 1em; + overflow: auto +} + +.content table td, +.content table th { + text-align: left; + vertical-align: top; + line-height: 1.6 +} + +.content table th { + padding: 5px 10px; + border-bottom: 1px solid #ccc; + vertical-align: bottom +} + +.content table td { + padding: 10px +} + +.content table tr:last-child { + border-bottom: 1px solid #ccc +} + +.content table tr:nth-child(odd)>td { + background-color: #ebf3f6 +} + +.content table tr:nth-child(even)>td { + background-color: #ebf2f6 +} + +.content dt { + font-weight: 700 +} + +.content dd { + margin-left: 15px +} + +.content dd, +.content dt, +.content li, +.content p { + line-height: 1.6; + margin-top: 0 +} + +.content img { + max-width: 100% +} + +.content code { + padding: 3px; + border-radius: 3px +} + +.content pre>code { + background-color: transparent; + padding: 0 +} + +.content aside { + padding-top: 1em; + padding-bottom: 1em; + margin-top: 1.5em; + margin-bottom: 1.5em; + background: #292929; + line-height: 1.6; + color: #c8c8c8; + text-shadow: none; +} + +.content aside.info { + background: #8fbcd4; + text-shadow: 0 1px 0 #a0c6da; + color: initial; +} + +.content aside.warning { + background-color: #c97a7e; + text-shadow: 0 1px 0 #d18e91; + color: initial; +} + +.content aside.success { + background-color: #6ac174; + text-shadow: 0 1px 0 #80ca89; + color: initial; +} + +.content aside:before { + vertical-align: middle; + padding-right: .5em; + font-size: 14px +} + +.content .search-highlight { + padding: 2px; + margin: -2px; + border-radius: 4px; + border: 1px solid #f7e633; + text-shadow: 1px 1px 0 #666; + background: linear-gradient(to top left, #f7e633, #f1d32f) +} + +.content blockquote, +.content pre { + background-color: #292929; + color: #fff; + padding: 1.5em 28px; + margin: 0; + width: 50%; + float: right; + clear: right; + box-sizing: border-box; + text-shadow: 0 1px 2px rgba(0, 0, 0, .4) +} + +.content blockquote pre.sf-dump, +.content pre pre.sf-dump { + width: 100%; +} + +.content .annotation { + background-color: #292929; + color: #fff; + padding: 0 28px; + margin: 0; + width: 50%; + float: right; + clear: right; + box-sizing: border-box; + text-shadow: 0 1px 2px rgba(0, 0, 0, .4) +} + +.content .annotation pre { + padding: 0 0; + width: 100%; + float: none; +} + +.content blockquote>p, +.content pre>p { + margin: 0 +} + +.content blockquote a, +.content pre a { + color: #fff; + text-decoration: none; + border-bottom: 1px dashed #ccc +} + +.content blockquote>p { + background-color: #1c1c1c; + border-radius: 5px; + padding: 13px; + color: #ccc; + border-top: 1px solid #000; + border-bottom: 1px solid #404040 +} + +@media (max-width:930px) { + .tocify-wrapper { + left: -230px + } + .tocify-wrapper.open { + left: 0 + } + .page-wrapper { + margin-left: 0 + } + #nav-button { + display: block + } + .tocify-wrapper .tocify-item>a { + padding-top: .3em; + padding-bottom: .3em + } +} + +@media (max-width:700px) { + .dark-box { + display: none + } + .tocify-wrapper .lang-selector { + display: block + } + .page-wrapper .lang-selector { + display: none + } + .content>aside, + .content>details, + .content>dl, + .content>h1, + .content>h2, + .content>h3, + .content>h4, + .content>h5, + .content>h6, + .content>ol, + .content>p, + .content>table, + .content>ul, + .content>div, + .content>form>aside, + .content>form>details, + .content>form>h1, + .content>form>h2, + .content>form>h3, + .content>form>h4, + .content>form>h5, + .content>form>h6, + .content>form>p, + .content>form>table, + .content>form>ul, + .content>form>div { + margin-right: 0; + } + .content blockquote, + .content pre { + float: none; + width: auto + } + .content .annotation { + float: none; + width: auto + } +} + +.badge { + padding: 1px 9px 2px; + white-space: nowrap; + -webkit-border-radius: 9px; + -moz-border-radius: 9px; + border-radius: 9px; + color: #ffffff; + text-shadow: none !important; + font-weight: bold; +} + +.badge.badge-darkred { + background-color: darkred; +} + +.badge.badge-red { + background-color: red; +} + +.badge.badge-blue { + background-color: blue; +} + +.badge.badge-darkblue { + background-color: darkblue; +} + +.badge.badge-green { + background-color: green; +} + +.badge.badge-darkgoldenrod { + background-color: darkgoldenrod; +} + +.badge.badge-darkgreen { + background-color: darkgreen; +} + +.badge.badge-purple { + background-color: purple; +} + +.badge.badge-black { + background-color: black; +} + +.badge.badge-grey { + background-color: grey; +} + +.fancy-heading-panel { + background-color: lightgrey; + border-radius: 5px; + padding-left: 5px !important; + padding-top: 5px !important; + padding-bottom: 5px !important; + margin-left: 25px; + margin-right: 10px; + width: 47%; +} + +@media screen and (max-width: 700px) { + .fancy-heading-panel { + width: 95%; + } + +} + +button { + border: none; +} + +* { + /* Foreground, Background */ + scrollbar-color: #3c4c67 transparent; +} +*::-webkit-scrollbar { /* Background */ + width: 10px; + height: 10px; + background: transparent; +} + +*::-webkit-scrollbar-thumb { /* Foreground */ + background: #626161; +} diff --git a/public/vendor/scribe/images/navbar.png b/public/vendor/scribe/images/navbar.png new file mode 100644 index 00000000..df38e90d Binary files /dev/null and b/public/vendor/scribe/images/navbar.png differ diff --git a/public/vendor/scribe/js/theme-default-5.9.0.js b/public/vendor/scribe/js/theme-default-5.9.0.js new file mode 100644 index 00000000..31c84514 --- /dev/null +++ b/public/vendor/scribe/js/theme-default-5.9.0.js @@ -0,0 +1,149 @@ +document.addEventListener('DOMContentLoaded', function() { + const updateHash = function (id) { + window.location.hash = `#${id}`; + }; + + const navButton = document.getElementById('nav-button'); + const menuWrapper = document.querySelector('.tocify-wrapper'); + function toggleSidebar(event) { + event.preventDefault(); + if (menuWrapper) { + menuWrapper.classList.toggle('open'); + navButton.classList.toggle('open'); + } + } + function closeSidebar() { + if (menuWrapper) { + menuWrapper.classList.remove('open'); + navButton.classList.remove('open'); + } + } + navButton.addEventListener('click', toggleSidebar); + + window.hljs.highlightAll(); + + const wrapper = document.getElementById('toc'); + // https://jets.js.org/ + window.jets = new window.Jets({ + // *OR - Selects elements whose values contains at least one part of search substring + searchSelector: '*OR', + searchTag: '#input-search', + contentTag: '#toc li', + didSearch: function(term) { + wrapper.classList.toggle('jets-searching', String(term).length > 0) + }, + // map these accent keys to plain values + diacriticsMap: { + a: 'ÀÁÂÃÄÅàáâãäåĀāąĄ', + c: 'ÇçćĆčČ', + d: 'đĐďĎ', + e: 'ÈÉÊËèéêëěĚĒēęĘ', + i: 'ÌÍÎÏìíîïĪī', + l: 'łŁ', + n: 'ÑñňŇńŃ', + o: 'ÒÓÔÕÕÖØòóôõöøŌō', + r: 'řŘ', + s: 'ŠšśŚ', + t: 'ťŤ', + u: 'ÙÚÛÜùúûüůŮŪū', + y: 'ŸÿýÝ', + z: 'ŽžżŻźŹ' + } + }); + + function hashChange() { + const currentItems = document.querySelectorAll('.tocify-subheader.visible, .tocify-item.tocify-focus'); + Array.from(currentItems).forEach((elem) => { + elem.classList.remove('visible', 'tocify-focus'); + }); + + const currentTag = document.querySelector(`a[href="${window.location.hash}"]`); + if (currentTag) { + const parent = currentTag.closest('.tocify-subheader'); + if (parent) { + parent.classList.add('visible'); + } + + const siblings = currentTag.closest('.tocify-header'); + if (siblings) { + Array.from(siblings.querySelectorAll('.tocify-subheader')).forEach((elem) => { + elem.classList.add('visible'); + }); + } + + currentTag.parentElement.classList.add('tocify-focus'); + + // wait for dom changes to be done + setTimeout(() => { + currentTag.scrollIntoView({ behavior: 'smooth', block: 'center', inline: 'center' }); + // only close the sidebar on level-2 events + if (currentTag.parentElement.classList.contains('level-2')) { + closeSidebar(); + } + }, 1500); + } + } + + let languages = JSON.parse(document.body.getAttribute('data-languages')); + // Support a key => value object where the key is the name, or an array of strings where the value is the name + if (!Array.isArray(languages)) { + languages = Object.values(languages); + } + // if there is no language use the first one + const currentLanguage = window.localStorage.getItem('language') || languages[0]; + const languageStyle = document.getElementById('language-style'); + const langSelector = document.querySelectorAll('.lang-selector button.lang-button'); + + function setActiveLanguage(newLanguage) { + window.localStorage.setItem('language', newLanguage); + if (!languageStyle) { + return; + } + + const newStyle = languages.map((language) => { + return language === newLanguage + // the current one should be visible + ? `body .content .${language}-example pre { display: block; }` + // the inactive one should be hidden + : `body .content .${language}-example pre { display: none; }`; + }).join(`\n`); + + Array.from(langSelector).forEach((elem) => { + elem.classList.toggle('active', elem.getAttribute('data-language-name') === newLanguage); + }); + + const activeHash = window.location.hash.slice(1); + + languageStyle.innerHTML = newStyle; + + setTimeout(() => { + updateHash(activeHash); + }, 200); + } + + setActiveLanguage(currentLanguage); + + Array.from(langSelector).forEach((elem) => { + elem.addEventListener('click', () => { + const newLanguage = elem.getAttribute('data-language-name'); + setActiveLanguage(newLanguage); + }); + }); + + window.addEventListener('hashchange', hashChange, false); + + const divs = document.querySelectorAll('.content h1[id], .content h2[id]'); + + document.addEventListener('scroll', () => { + divs.forEach(item => { + const rect = item.getBoundingClientRect(); + if (rect.top > 0 && rect.top < 150) { + const location = window.location.toString().split('#')[0]; + history.replaceState(null, null, location + '#' + item.id); + hashChange(); + } + }); + }); + + hashChange(); +}); diff --git a/public/vendor/scribe/js/tryitout-5.9.0.js b/public/vendor/scribe/js/tryitout-5.9.0.js new file mode 100644 index 00000000..2a1d2b8a --- /dev/null +++ b/public/vendor/scribe/js/tryitout-5.9.0.js @@ -0,0 +1,289 @@ +window.abortControllers = {}; + +function cacheAuthValue() { + // Whenever the auth header is set for one endpoint, cache it for the others + window.lastAuthValue = ''; + let authInputs = document.querySelectorAll(`.auth-value`) + authInputs.forEach(el => { + el.addEventListener('input', (event) => { + window.lastAuthValue = event.target.value; + authInputs.forEach(otherInput => { + if (otherInput === el) return; + // Don't block the main thread + setTimeout(() => { + otherInput.value = window.lastAuthValue; + }, 0); + }); + }); + }); +} + +window.addEventListener('DOMContentLoaded', cacheAuthValue); + +function getCookie(name) { + if (!document.cookie) { + return null; + } + + const cookies = document.cookie.split(';') + .map(c => c.trim()) + .filter(c => c.startsWith(name + '=')); + + if (cookies.length === 0) { + return null; + } + + return decodeURIComponent(cookies[0].split('=')[1]); +} + +function tryItOut(endpointId) { + document.querySelector(`#btn-tryout-${endpointId}`).hidden = true; + document.querySelector(`#btn-canceltryout-${endpointId}`).hidden = false; + const executeBtn = document.querySelector(`#btn-executetryout-${endpointId}`).hidden = false; + executeBtn.disabled = false; + + // Show all input fields + document.querySelectorAll(`input[data-endpoint=${endpointId}],label[data-endpoint=${endpointId}]`) + .forEach(el => el.style.display = 'block'); + + if (document.querySelector(`#form-${endpointId}`).dataset.authed === "1") { + const authElement = document.querySelector(`#auth-${endpointId}`); + authElement && (authElement.hidden = false); + } + // Expand all nested fields + document.querySelectorAll(`#form-${endpointId} details`) + .forEach(el => el.open = true); +} + +function cancelTryOut(endpointId) { + if (window.abortControllers[endpointId]) { + window.abortControllers[endpointId].abort(); + delete window.abortControllers[endpointId]; + } + + document.querySelector(`#btn-tryout-${endpointId}`).hidden = false; + const executeBtn = document.querySelector(`#btn-executetryout-${endpointId}`); + executeBtn.hidden = true; + executeBtn.textContent = executeBtn.dataset.initialText; + document.querySelector(`#btn-canceltryout-${endpointId}`).hidden = true; + // Hide inputs + document.querySelectorAll(`input[data-endpoint=${endpointId}],label[data-endpoint=${endpointId}]`) + .forEach(el => el.style.display = 'none'); + document.querySelectorAll(`#form-${endpointId} details`) + .forEach(el => el.open = false); + const authElement = document.querySelector(`#auth-${endpointId}`); + authElement && (authElement.hidden = true); + + document.querySelector('#execution-results-' + endpointId).hidden = true; + document.querySelector('#execution-error-' + endpointId).hidden = true; + + // Revert to sample code blocks + document.querySelector('#example-requests-' + endpointId).hidden = false; + document.querySelector('#example-responses-' + endpointId).hidden = false; +} + +function makeAPICall(method, path, body = {}, query = {}, headers = {}, endpointId = null) { + console.log({endpointId, path, body, query, headers}); + + if (!(body instanceof FormData) && typeof body !== "string") { + body = JSON.stringify(body) + } + + const url = new URL(window.tryItOutBaseUrl + '/' + path.replace(/^\//, '')); + + // We need this function because if you try to set an array or object directly to a URLSearchParams object, + // you'll get [object Object] or the array.toString() + function addItemToSearchParamsObject(key, value, searchParams) { + if (Array.isArray(value)) { + value.forEach((v, i) => { + // Append {filters: [first, second]} as filters[0]=first&filters[1]second + addItemToSearchParamsObject(key + '[' + i + ']', v, searchParams); + }) + } else if (typeof value === 'object' && value !== null) { + Object.keys(value).forEach((i) => { + // Append {filters: {name: first}} as filters[name]=first + addItemToSearchParamsObject(key + '[' + i + ']', value[i], searchParams); + }); + } else { + searchParams.append(key, value); + } + } + + Object.keys(query) + .forEach(key => addItemToSearchParamsObject(key, query[key], url.searchParams)); + + window.abortControllers[endpointId] = new AbortController(); + + return fetch(url, { + method, + headers, + body: method === 'GET' ? undefined : body, + signal: window.abortControllers[endpointId].signal, + referrer: window.tryItOutBaseUrl, + mode: 'cors', + credentials: 'same-origin', + }) + .then(response => Promise.all([response.status, response.statusText, response.text(), response.headers])); +} + +function hideCodeSamples(endpointId) { + document.querySelector('#example-requests-' + endpointId).hidden = true; + document.querySelector('#example-responses-' + endpointId).hidden = true; +} + +function handleResponse(endpointId, response, status, headers) { + hideCodeSamples(endpointId); + + // Hide error views + document.querySelector('#execution-error-' + endpointId).hidden = true; + + const responseContentEl = document.querySelector('#execution-response-content-' + endpointId); + + // Check if the response contains Laravel's dd() default dump output + const isLaravelDump = response.includes('Sfdump'); + + // If it's a Laravel dd() dump, use innerHTML to render it safely + if (isLaravelDump) { + responseContentEl.innerHTML = response === '' ? responseContentEl.dataset.emptyResponseText : response; + } else { + // Otherwise, stick to textContent for regular responses + responseContentEl.textContent = response === '' ? responseContentEl.dataset.emptyResponseText : response; + } + + // Prettify it if it's JSON + let isJson = false; + try { + const jsonParsed = JSON.parse(response); + if (jsonParsed !== null) { + isJson = true; + response = JSON.stringify(jsonParsed, null, 4); + responseContentEl.textContent = response; + } + } catch (e) { + + } + + isJson && window.hljs.highlightElement(responseContentEl); + const statusEl = document.querySelector('#execution-response-status-' + endpointId); + statusEl.textContent = ` (${status})`; + document.querySelector('#execution-results-' + endpointId).hidden = false; + statusEl.scrollIntoView({behavior: "smooth", block: "center"}); +} + +function handleError(endpointId, err) { + hideCodeSamples(endpointId); + // Hide response views + document.querySelector('#execution-results-' + endpointId).hidden = true; + + // Show error views + let errorMessage = err.message || err; + const $errorMessageEl = document.querySelector('#execution-error-message-' + endpointId); + $errorMessageEl.textContent = errorMessage + $errorMessageEl.textContent; + const errorEl = document.querySelector('#execution-error-' + endpointId); + errorEl.hidden = false; + errorEl.scrollIntoView({behavior: "smooth", block: "center"}); + +} + +async function executeTryOut(endpointId, form) { + const executeBtn = document.querySelector(`#btn-executetryout-${endpointId}`); + executeBtn.textContent = executeBtn.dataset.loadingText; + executeBtn.disabled = true; + executeBtn.scrollIntoView({behavior: "smooth", block: "center"}); + + let body; + let setter; + if (form.dataset.hasfiles === "1") { + body = new FormData(); + setter = (name, value) => body.append(name, value); + } else if (form.dataset.isarraybody === "1") { + body = []; + setter = (name, value) => _.set(body, name, value); + } else { + body = {}; + setter = (name, value) => _.set(body, name, value); + } + const bodyParameters = form.querySelectorAll('input[data-component=body]'); + bodyParameters.forEach(el => { + let value = el.value; + + if (el.type === 'number' && typeof value === 'string') { + value = parseFloat(value); + } + + if (el.type === 'file' && el.files[0]) { + setter(el.name, el.files[0]); + return; + } + + if (el.type !== 'radio') { + if (value === "" && el.required === false) { + // Don't include empty optional values in the request + return; + } + setter(el.name, value); + return; + } + + if (el.checked) { + value = (value === 'false') ? false : true; + setter(el.name, value); + } + }); + + const query = {}; + const queryParameters = form.querySelectorAll('input[data-component=query]'); + queryParameters.forEach(el => { + if (el.type !== 'radio' || (el.type === 'radio' && el.checked)) { + if (el.value === '') { + // Don't include empty values in the request + return; + } + + _.set(query, el.name, el.value); + } + }); + + let path = form.dataset.path; + const urlParameters = form.querySelectorAll('input[data-component=url]'); + urlParameters.forEach(el => (path = path.replace(new RegExp(`\\{${el.name}\\??}`), el.value))); + + const headers = Object.fromEntries(Array.from(form.querySelectorAll('input[data-component=header]')) + .map(el => [el.name, el.value])); + + // When using FormData, the browser sets the correct content-type + boundary + let method = form.dataset.method; + if (body instanceof FormData) { + delete headers['Content-Type']; + + // When using FormData with PUT or PATCH, use method spoofing so PHP can access the post body + if (['PUT', 'PATCH'].includes(form.dataset.method)) { + method = 'POST'; + setter('_method', form.dataset.method); + } + } + + let preflightPromise = Promise.resolve(); + if (window.useCsrf && window.csrfUrl) { + preflightPromise = makeAPICall('GET', window.csrfUrl).then(() => { + headers['X-XSRF-TOKEN'] = getCookie('XSRF-TOKEN'); + }); + } + + return preflightPromise.then(() => makeAPICall(method, path, body, query, headers, endpointId)) + .then(([responseStatus, statusText, responseContent, responseHeaders]) => { + handleResponse(endpointId, responseContent, responseStatus, responseHeaders) + }) + .catch(err => { + if (err.name === "AbortError") { + console.log("Request cancelled"); + return; + } + console.log("Error while making request: ", err); + handleError(endpointId, err); + }) + .finally(() => { + executeBtn.disabled = false; + executeBtn.textContent = executeBtn.dataset.initialText; + }); +} diff --git a/resources/js/App.jsx b/resources/js/App.jsx index 42c698e8..21b7b335 100644 --- a/resources/js/App.jsx +++ b/resources/js/App.jsx @@ -458,55 +458,98 @@ export default function App() {

Investasi Transparan UMKM

Skema harga yang ramah di kantong tanpa biaya tersembunyi. Skalakan sesuai pertumbuhan bisnis Anda.

-
- {/* Basic */} -
-

Basic

-
Rp 50.k /bln
-
    - {["POS Full Features", "Inventory Management", "Finance & Accounting", "Purchase Management", "Warehouse Management", "3rd Party Management"].map(f => ( -
  • {f}
  • - ))} -
  • Multi-branch Allowed
  • -
- -
- {/* Pro */} -
-
Paling Laris
-

Pro Business

-
Rp 100.k /bln
-
    -
  • Akses AI Assistance
  • - {["POS Full Features", "Inventory Management", "Finance & Accounting", "Purchase Management", "Warehouse Management", "3rd Party Management", "Multi-branch Allowed"].map(f => ( -
  • {f}
  • - ))} -
- -
- {/* Enterprise */} -
-

Enterprise

-
Hubungi Kami
-
    - {["Custom AI Model", "Unlimited Outlets", "SLA Support 24/7", "Dedicated Manager"].map(f => ( -
  • {f}
  • - ))} -
- -
+
+ {(window.plans && window.plans.length > 0) ? ( + window.plans.map((plan, idx) => { + const isFeatured = window.plans.length === 3 ? idx === 1 : idx === window.plans.length - 1; + const features = typeof plan.features === 'string' ? JSON.parse(plan.features) : (plan.features || {}); + + return ( +
+ {isFeatured &&
Paling Laris
} +

{plan.subscriptionName}

+
+ Rp {Number(plan.offerPrice || plan.subscriptionPrice).toLocaleString('id-ID')} + /{plan.duration === 'Monthly' ? 'bln' : (plan.duration === 'Yearly' ? 'thn' : plan.duration)} +
+
    + {Object.values(features).map((feat, fidx) => ( +
  • + {feat[1] === 'True' || feat[1] === true || feat[1] === '1' ? ( + + ) : ( + + )} + {feat[0]} +
  • + ))} +
+ +
+ ); + }) + ) : ( + /* Fallback if no plans in DB */ + <> + {/* Basic */} +
+

Basic

+
Rp 50.k /bln
+
    + {["POS Full Features", "Inventory Management", "Finance & Accounting", "Purchase Management", "Warehouse Management", "3rd Party Management"].map(f => ( +
  • {f}
  • + ))} +
+ +
+ {/* Pro */} +
+
Paling Laris
+

Pro Business

+
Rp 100.k /bln
+
    +
  • Akses AI Assistance
  • + {["POS Full Features", "Inventory Management", "Finance & Accounting", "Purchase Management", "Warehouse Management", "3rd Party Management", "Multi-branch Allowed"].map(f => ( +
  • {f}
  • + ))} +
+ +
+ {/* Enterprise */} +
+

Enterprise

+
Hubungi Kami
+
    + {["Custom AI Model", "Unlimited Outlets", "SLA Support 24/7", "Dedicated Manager"].map(f => ( +
  • {f}
  • + ))} +
+ +
+ + )}
diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 795207ca..e7b57670 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -6,6 +6,10 @@ KulakPOS | Solusi Kasir Pintar Berbasis AI @vite('resources/js/app.jsx') + +
diff --git a/resources/views/scribe/index.blade.php b/resources/views/scribe/index.blade.php new file mode 100644 index 00000000..7f32bae7 --- /dev/null +++ b/resources/views/scribe/index.blade.php @@ -0,0 +1,26731 @@ + + + + + + + welcome-pospro API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + MENU + navbar-image + + +
+ +
+ + +
+ + + +
+ + + +
+ + + + +
+ +
+
+
+

Introduction

+ +
This documentation aims to provide all the information you need to work with our API.
+
+<aside>As you scroll, you'll see code examples for working with the API in different programming languages in the dark area to the right (or as part of the content on mobile).
+You can switch the language used with the tabs at the top right (or from the nav menu at the top left on mobile).</aside>
+ +

Authenticating requests

+

This API is not authenticated.

+ +

Endpoints

+ + + +

GET api/v1/module-check

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/module-check" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/module-check"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (500):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+x-ratelimit-limit: 100
+x-ratelimit-remaining: 99
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Server Error"
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/module-check +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/sign-in

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/sign-in" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"password\": \"consequatur\",
+    \"email\": \"carolyne.luettgen@example.org\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/sign-in"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "password": "consequatur",
+    "email": "carolyne.luettgen@example.org"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/sign-in +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ password   +string  +   +   + +
+

Example: consequatur

+
+
+ email   +string  +   +   + +
+

Must be a valid email address. Example: carolyne.luettgen@example.org

+
+
+ +

POST api/v1/submit-otp

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/submit-otp" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"email\": \"qkunze@example.com\",
+    \"otp\": \"opfuudtdsufvy\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/submit-otp"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "email": "qkunze@example.com",
+    "otp": "opfuudtdsufvy"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/submit-otp +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ email   +string  +   +   + +
+

Must be a valid email address. Example: qkunze@example.com

+
+
+ otp   +string  +   +   + +
+

Must be at least 4 characters. Must not be greater than 15 characters. Example: opfuudtdsufvy

+
+
+ +

POST api/v1/sign-up

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/sign-up" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"password\": \"OP>@;4\",
+    \"email\": \"kacey94@example.org\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/sign-up"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "password": "OP>@;4",
+    "email": "kacey94@example.org"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/sign-up +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ password   +string  +   +   + +
+

Must be at least 6 characters. Must not be greater than 100 characters. Example: OP>@;4

+
+
+ email   +string  +   +   + +
+

Must be a valid email address. Example: kacey94@example.org

+
+
+ +

POST api/v1/resend-otp

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/resend-otp" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"email\": \"qkunze@example.com\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/resend-otp"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "email": "qkunze@example.com"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/resend-otp +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ email   +string  +   +   + +
+

Must be a valid email address. The email of an existing record in the users table. Example: qkunze@example.com

+
+
+ +

GET api/v1/otp-settings

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/otp-settings" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/otp-settings"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (200):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+x-ratelimit-limit: 100
+x-ratelimit-remaining: 98
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Data fetched successfully.",
+    "data": []
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/otp-settings +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/send-reset-code

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/send-reset-code" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"email\": \"qkunze@example.com\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/send-reset-code"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "email": "qkunze@example.com"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/send-reset-code +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ email   +string  +   +   + +
+

Must be a valid email address. The email of an existing record in the users table. Example: qkunze@example.com

+
+
+ +

POST api/v1/verify-reset-code

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/verify-reset-code" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"code\": 17,
+    \"email\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/verify-reset-code"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "code": 17,
+    "email": "consequatur"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/verify-reset-code +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ code   +integer  +   +   + +
+

Example: 17

+
+
+ email   +string  +   +   + +
+

The email of an existing record in the users table. Example: consequatur

+
+
+ +

POST api/v1/password-reset

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/password-reset" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"email\": \"consequatur\",
+    \"password\": \"[2UZ5ij-e\\/dl4\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/password-reset"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "email": "consequatur",
+    "password": "[2UZ5ij-e\/dl4"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/password-reset +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ email   +string  +   +   + +
+

The email of an existing record in the users table. Example: consequatur

+
+
+ password   +string  +   +   + +
+

Must be at least 4 characters. Example: [2UZ5ij-e/dl4

+
+
+ +

GET api/v1/default-lang

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/default-lang" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/default-lang"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (200):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+x-ratelimit-limit: 100
+x-ratelimit-remaining: 97
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Data fetched successfully.",
+    "data": ""
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/default-lang +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/update-expire-date

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/update-expire-date" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/update-expire-date"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/update-expire-date +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/summary

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/summary" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/summary"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/summary +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/dashboard

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/dashboard" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/dashboard"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/dashboard +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/parties

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/parties" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/parties"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/parties +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/parties" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "name=vmqeopfuudtdsufvyvddq"\
+    --form "type=Retailer"\
+    --form "address=vmqeopfuudtdsufvyvddq"\
+    --form "credit_limit=1"\
+    --form "opening_balance=13"\
+    --form "opening_balance_type=due"\
+    --form "image=@/tmp/phpidPlHn" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/parties"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('name', 'vmqeopfuudtdsufvyvddq');
+body.append('type', 'Retailer');
+body.append('address', 'vmqeopfuudtdsufvyvddq');
+body.append('credit_limit', '1');
+body.append('opening_balance', '13');
+body.append('opening_balance_type', 'due');
+body.append('image', document.querySelector('input[name="image"]').files[0]);
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/parties +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ type   +string  +   +   + +
+

Example: Retailer

+Must be one of: +
  • Retailer
  • Dealer
  • Wholesaler
  • Supplier
+
+
+ phone   +string  +optional   +   + +
+ +
+
+ image   +file  +optional   +   + +
+

Must be an image. Example: /tmp/phpidPlHn

+
+
+ address   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ credit_limit   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 999999999999.99. Example: 1

+
+
+ opening_balance   +number  +optional   +   + +
+

Must be at least -999999999999.99. Must not be greater than 999999999999.99. Example: 13

+
+
+ opening_balance_type   +string  +   +   + +
+

Example: due

+Must be one of: +
  • due
  • advance
+
+
+ +

GET api/v1/parties/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/parties/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/parties/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/parties/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the party. Example: 17

+
+
+ +

Update the specified resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/parties/17" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "name=vmqeopfuudtdsufvyvddq"\
+    --form "type=Retailer"\
+    --form "address=vmqeopfuudtdsufvyvddq"\
+    --form "credit_limit=1"\
+    --form "opening_balance=13"\
+    --form "opening_balance_type=due"\
+    --form "image=@/tmp/phpNhnJln" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/parties/17"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('name', 'vmqeopfuudtdsufvyvddq');
+body.append('type', 'Retailer');
+body.append('address', 'vmqeopfuudtdsufvyvddq');
+body.append('credit_limit', '1');
+body.append('opening_balance', '13');
+body.append('opening_balance_type', 'due');
+body.append('image', document.querySelector('input[name="image"]').files[0]);
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/parties/{id} +

+

+ PATCH + api/v1/parties/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the party. Example: 17

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ type   +string  +   +   + +
+

Example: Retailer

+Must be one of: +
  • Retailer
  • Dealer
  • Wholesaler
  • Supplier
+
+
+ phone   +string  +optional   +   + +
+ +
+
+ image   +file  +optional   +   + +
+

Must be an image. Example: /tmp/phpNhnJln

+
+
+ address   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ credit_limit   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 999999999999.99. Example: 1

+
+
+ opening_balance   +number  +optional   +   + +
+

Must be at least -999999999999.99. Must not be greater than 999999999999.99. Example: 13

+
+
+ opening_balance_type   +string  +   +   + +
+

Example: due

+Must be one of: +
  • due
  • advance
+
+
+ +

Remove the specified resource from storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/parties/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/parties/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/parties/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the party. Example: 17

+
+
+ +

Display a listing of the resource.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/users" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/users"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/users +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/users" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"password\": \"OP>@;4\",
+    \"email\": \"kacey94@example.org\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/users"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "password": "OP>@;4",
+    "email": "kacey94@example.org"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/users +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 30 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ password   +string  +   +   + +
+

Must be at least 4 characters. Must not be greater than 15 characters. Example: OP>@;4

+
+
+ email   +string  +   +   + +
+

Must be a valid email address. Example: kacey94@example.org

+
+
+ branch_id   +string  +optional   +   + +
+

The id of an existing record in the branches table.

+
+
+ +

Update the specified resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/users/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"password\": \"OP>@;4\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/users/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "password": "OP>@;4"
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/users/{id} +

+

+ PATCH + api/v1/users/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the user. Example: 17

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 30 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ password   +string  +optional   +   + +
+

Must be at least 4 characters. Must not be greater than 15 characters. Example: OP>@;4

+
+
+ branch_id   +string  +optional   +   + +
+

The id of an existing record in the branches table.

+
+
+ email   +string  +optional   +   + +
+ +
+
+ +

Remove the specified resource from storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/users/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/users/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/users/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the user. Example: 17

+
+
+ +

Display a listing of the resource.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/units" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/units"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/units +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/units" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/units"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "POST",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/units +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ unitName   +string  +optional   +   + +
+ +
+
+ +

Update the specified resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/units/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"unitName\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/units/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "unitName": "consequatur"
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/units/{id} +

+

+ PATCH + api/v1/units/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the unit. Example: 17

+
+

Body Parameters

+
+ unitName   +string  +   +   + +
+

Example: consequatur

+
+
+ +

Remove the specified resource from storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/units/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/units/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/units/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the unit. Example: 17

+
+
+ +

Display a listing of the resource.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/brands" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/brands"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/brands +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/brands" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/brands"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "POST",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/brands +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ brandName   +string  +optional   +   + +
+ +
+
+ +

Update the specified resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/brands/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"brandName\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/brands/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "brandName": "consequatur"
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/brands/{id} +

+

+ PATCH + api/v1/brands/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the brand. Example: 17

+
+

Body Parameters

+
+ brandName   +string  +   +   + +
+

Example: consequatur

+
+
+ +

Remove the specified resource from storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/brands/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/brands/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/brands/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the brand. Example: 17

+
+
+ +

Display a listing of the resource.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/categories" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/categories"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/categories +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/categories" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/categories"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "POST",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/categories +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ categoryName   +string  +optional   +   + +
+ +
+
+ +

Update the specified resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/categories/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"categoryName\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/categories/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "categoryName": "consequatur"
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/categories/{id} +

+

+ PATCH + api/v1/categories/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the category. Example: 17

+
+

Body Parameters

+
+ categoryName   +string  +   +   + +
+

Example: consequatur

+
+
+ +

Remove the specified resource from storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/categories/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/categories/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/categories/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the category. Example: 17

+
+
+ +

Display a listing of the resource.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/products" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/products"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/products +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/products

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/products" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "vat_type=exclusive"\
+    --form "productName=mqeopfuudtdsufvyvddqa"\
+    --form "alert_qty=73"\
+    --form "size=mqeopfuudtdsufvyvddqa"\
+    --form "type=mniihfqcoynlazghdtqtq"\
+    --form "color=xbajwbpilpmufinllwloa"\
+    --form "weight=uydlsmsjuryvojcybzvrb"\
+    --form "capacity=yickznkygloigmkwxphlv"\
+    --form "productManufacturer=azjrcnfbaqywuxhgjjmzu"\
+    --form "product_type=variant"\
+    --form "stocks[][productStock]=10"\
+    --form "stocks[][exclusive_price]=20"\
+    --form "stocks[][inclusive_price]=2"\
+    --form "stocks[][profit_percent]=16"\
+    --form "stocks[][productSalePrice]=14"\
+    --form "stocks[][productWholeSalePrice]=20"\
+    --form "stocks[][productDealerPrice]=25"\
+    --form "stocks[][mfg_date]=2026-04-25T14:39:34"\
+    --form "stocks[][expire_date]=2107-05-25"\
+    --form "combo_products[][quantity]=45"\
+    --form "productPicture=@/tmp/phpIlpNJB" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/products"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('vat_type', 'exclusive');
+body.append('productName', 'mqeopfuudtdsufvyvddqa');
+body.append('alert_qty', '73');
+body.append('size', 'mqeopfuudtdsufvyvddqa');
+body.append('type', 'mniihfqcoynlazghdtqtq');
+body.append('color', 'xbajwbpilpmufinllwloa');
+body.append('weight', 'uydlsmsjuryvojcybzvrb');
+body.append('capacity', 'yickznkygloigmkwxphlv');
+body.append('productManufacturer', 'azjrcnfbaqywuxhgjjmzu');
+body.append('product_type', 'variant');
+body.append('stocks[][productStock]', '10');
+body.append('stocks[][exclusive_price]', '20');
+body.append('stocks[][inclusive_price]', '2');
+body.append('stocks[][profit_percent]', '16');
+body.append('stocks[][productSalePrice]', '14');
+body.append('stocks[][productWholeSalePrice]', '20');
+body.append('stocks[][productDealerPrice]', '25');
+body.append('stocks[][mfg_date]', '2026-04-25T14:39:34');
+body.append('stocks[][expire_date]', '2107-05-25');
+body.append('combo_products[][quantity]', '45');
+body.append('productPicture', document.querySelector('input[name="productPicture"]').files[0]);
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/products +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ vat_id   +string  +optional   +   + +
+

The id of an existing record in the vats table.

+
+
+ unit_id   +string  +optional   +   + +
+

The id of an existing record in the units table.

+
+
+ brand_id   +string  +optional   +   + +
+

The id of an existing record in the brands table.

+
+
+ category_id   +string  +optional   +   + +
+

The id of an existing record in the categories table.

+
+
+ model_id   +string  +optional   +   + +
+

The id of an existing record in the product_models table.

+
+
+ vat_type   +string  +optional   +   + +
+

Example: exclusive

+Must be one of: +
  • inclusive
  • exclusive
+
+
+ productName   +string  +   +   + +
+

Must not be greater than 255 characters. Example: mqeopfuudtdsufvyvddqa

+
+
+ productPicture   +file  +optional   +   + +
+

Must be an image. Example: /tmp/phpIlpNJB

+
+
+ productCode   +string  +optional   +   + +
+ +
+
+ alert_qty   +number  +optional   +   + +
+

Must be at least 0. Example: 73

+
+
+ size   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: mqeopfuudtdsufvyvddqa

+
+
+ type   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: mniihfqcoynlazghdtqtq

+
+
+ color   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: xbajwbpilpmufinllwloa

+
+
+ weight   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: uydlsmsjuryvojcybzvrb

+
+
+ capacity   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: yickznkygloigmkwxphlv

+
+
+ productManufacturer   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: azjrcnfbaqywuxhgjjmzu

+
+
+ product_type   +string  +   +   + +
+

Example: variant

+Must be one of: +
  • single
  • variant
  • combo
+
+
+ variation_ids   +string[]  +optional   +   + + +
+

The id of an existing record in the variations table.

+
+
+
+ + stocks   +object[]  +optional   +   +
+ +
+
+ warehouse_id   +string  +optional   +   + +
+

The id of an existing record in the warehouses table.

+
+
+ productStock   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 99999999.99. Example: 10

+
+
+ exclusive_price   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 99999999.99. Example: 20

+
+
+ inclusive_price   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 99999999.99. Example: 2

+
+
+ profit_percent   +number  +optional   +   + +
+

Must not be greater than 99999999.99. Example: 16

+
+
+ productSalePrice   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 99999999.99. Example: 14

+
+
+ productWholeSalePrice   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 99999999.99. Example: 20

+
+
+ productDealerPrice   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 99999999.99. Example: 25

+
+
+ mfg_date   +string  +optional   +   + +
+

Must be a valid date. Example: 2026-04-25T14:39:34

+
+
+ expire_date   +string  +optional   +   + +
+

Must be a valid date. Must be a date after or equal to stocks.*.mfg_date. Example: 2107-05-25

+
+
+ batch_no   +string  +optional   +   + +
+ +
+
+
+
+
+ + combo_products   +object[]  +optional   +   +
+

Combo validation.

+
+
+ stock_id   +string  +optional   +   + +
+

This field is required when product_type is combo.

+
+
+ quantity   +number  +optional   +   + +
+

This field is required when product_type is combo. Must be at least 1. Example: 45

+
+
+
+
+ +

GET api/v1/products/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/products/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/products/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/products/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the product. Example: consequatur

+
+
+ +

Update the specified resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/products/17" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "vat_type=exclusive"\
+    --form "productName=mqeopfuudtdsufvyvddqa"\
+    --form "alert_qty=73"\
+    --form "size=mqeopfuudtdsufvyvddqa"\
+    --form "type=mniihfqcoynlazghdtqtq"\
+    --form "color=xbajwbpilpmufinllwloa"\
+    --form "weight=uydlsmsjuryvojcybzvrb"\
+    --form "capacity=yickznkygloigmkwxphlv"\
+    --form "productManufacturer=azjrcnfbaqywuxhgjjmzu"\
+    --form "product_type=variant"\
+    --form "stocks[][productStock]=10"\
+    --form "stocks[][exclusive_price]=20"\
+    --form "stocks[][inclusive_price]=2"\
+    --form "stocks[][profit_percent]=16"\
+    --form "stocks[][productSalePrice]=14"\
+    --form "stocks[][productWholeSalePrice]=20"\
+    --form "stocks[][productDealerPrice]=25"\
+    --form "stocks[][mfg_date]=2026-04-25T14:39:34"\
+    --form "stocks[][expire_date]=2107-05-25"\
+    --form "combo_products[][quantity]=45"\
+    --form "productPicture=@/tmp/phphmopkB" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/products/17"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('vat_type', 'exclusive');
+body.append('productName', 'mqeopfuudtdsufvyvddqa');
+body.append('alert_qty', '73');
+body.append('size', 'mqeopfuudtdsufvyvddqa');
+body.append('type', 'mniihfqcoynlazghdtqtq');
+body.append('color', 'xbajwbpilpmufinllwloa');
+body.append('weight', 'uydlsmsjuryvojcybzvrb');
+body.append('capacity', 'yickznkygloigmkwxphlv');
+body.append('productManufacturer', 'azjrcnfbaqywuxhgjjmzu');
+body.append('product_type', 'variant');
+body.append('stocks[][productStock]', '10');
+body.append('stocks[][exclusive_price]', '20');
+body.append('stocks[][inclusive_price]', '2');
+body.append('stocks[][profit_percent]', '16');
+body.append('stocks[][productSalePrice]', '14');
+body.append('stocks[][productWholeSalePrice]', '20');
+body.append('stocks[][productDealerPrice]', '25');
+body.append('stocks[][mfg_date]', '2026-04-25T14:39:34');
+body.append('stocks[][expire_date]', '2107-05-25');
+body.append('combo_products[][quantity]', '45');
+body.append('productPicture', document.querySelector('input[name="productPicture"]').files[0]);
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/products/{id} +

+

+ PATCH + api/v1/products/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the product. Example: 17

+
+

Body Parameters

+
+ vat_id   +string  +optional   +   + +
+

The id of an existing record in the vats table.

+
+
+ unit_id   +string  +optional   +   + +
+

The id of an existing record in the units table.

+
+
+ brand_id   +string  +optional   +   + +
+

The id of an existing record in the brands table.

+
+
+ category_id   +string  +optional   +   + +
+

The id of an existing record in the categories table.

+
+
+ model_id   +string  +optional   +   + +
+

The id of an existing record in the product_models table.

+
+
+ vat_type   +string  +optional   +   + +
+

Example: exclusive

+Must be one of: +
  • inclusive
  • exclusive
+
+
+ productName   +string  +   +   + +
+

Must not be greater than 255 characters. Example: mqeopfuudtdsufvyvddqa

+
+
+ productPicture   +file  +optional   +   + +
+

Must be an image. Example: /tmp/phphmopkB

+
+
+ productCode   +string  +optional   +   + +
+ +
+
+ alert_qty   +number  +optional   +   + +
+

Must be at least 0. Example: 73

+
+
+ size   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: mqeopfuudtdsufvyvddqa

+
+
+ type   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: mniihfqcoynlazghdtqtq

+
+
+ color   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: xbajwbpilpmufinllwloa

+
+
+ weight   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: uydlsmsjuryvojcybzvrb

+
+
+ capacity   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: yickznkygloigmkwxphlv

+
+
+ productManufacturer   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: azjrcnfbaqywuxhgjjmzu

+
+
+ product_type   +string  +   +   + +
+

Example: variant

+Must be one of: +
  • single
  • variant
  • combo
+
+
+ variation_ids   +string[]  +optional   +   + + +
+

The id of an existing record in the variations table.

+
+
+
+ + stocks   +object[]  +optional   +   +
+ +
+
+ warehouse_id   +string  +optional   +   + +
+

The id of an existing record in the warehouses table.

+
+
+ productStock   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 99999999.99. Example: 10

+
+
+ exclusive_price   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 99999999.99. Example: 20

+
+
+ inclusive_price   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 99999999.99. Example: 2

+
+
+ profit_percent   +number  +optional   +   + +
+

Must not be greater than 99999999.99. Example: 16

+
+
+ productSalePrice   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 99999999.99. Example: 14

+
+
+ productWholeSalePrice   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 99999999.99. Example: 20

+
+
+ productDealerPrice   +number  +optional   +   + +
+

Must be at least 0. Must not be greater than 99999999.99. Example: 25

+
+
+ mfg_date   +string  +optional   +   + +
+

Must be a valid date. Example: 2026-04-25T14:39:34

+
+
+ expire_date   +string  +optional   +   + +
+

Must be a valid date. Must be a date after or equal to stocks.*.mfg_date. Example: 2107-05-25

+
+
+ batch_no   +string  +optional   +   + +
+ +
+
+
+
+
+ + combo_products   +object[]  +optional   +   +
+

Combo validation.

+
+
+ stock_id   +string  +optional   +   + +
+

This field is required when product_type is combo.

+
+
+ quantity   +number  +optional   +   + +
+

This field is required when product_type is combo. Must be at least 1. Example: 45

+
+
+
+
+ +

Remove the specified resource from storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/products/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/products/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/products/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the product. Example: 17

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/stocks" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"productStock\": 17,
+    \"stock_id\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/stocks"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "productStock": 17,
+    "stock_id": "consequatur"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/stocks +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ productStock   +integer  +   +   + +
+

Example: 17

+
+
+ stock_id   +string  +   +   + +
+

The id of an existing record in the stocks table. Example: consequatur

+
+
+ +

Update the specified resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/stocks/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/stocks/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "PUT",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/stocks/{id} +

+

+ PATCH + api/v1/stocks/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the stock. Example: consequatur

+
+
+ +

Remove the specified resource from storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/stocks/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/stocks/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/stocks/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the stock. Example: consequatur

+
+
+ +

GET api/v1/business

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/business" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/business"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/business +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/business

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/business" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "address=vmqeopfuudtdsufvyvddq"\
+    --form "companyName=amniihfqcoynlazghdtqt"\
+    --form "shopOpeningBalance=11613.31890586"\
+    --form "business_category_id=consequatur"\
+    --form "pictureUrl=@/tmp/phpIMNggC" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/business"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('address', 'vmqeopfuudtdsufvyvddq');
+body.append('companyName', 'amniihfqcoynlazghdtqt');
+body.append('shopOpeningBalance', '11613.31890586');
+body.append('business_category_id', 'consequatur');
+body.append('pictureUrl', document.querySelector('input[name="pictureUrl"]').files[0]);
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/business +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ address   +string  +optional   +   + +
+

Must not be greater than 250 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ companyName   +string  +   +   + +
+

Must not be greater than 250 characters. Example: amniihfqcoynlazghdtqt

+
+
+ pictureUrl   +file  +optional   +   + +
+

Must be an image. Must not be greater than 5120 kilobytes. Example: /tmp/phpIMNggC

+
+
+ shopOpeningBalance   +number  +optional   +   + +
+

Example: 11613.31890586

+
+
+ phoneNumber   +string  +optional   +   + +
+ +
+
+ business_category_id   +string  +   +   + +
+

The id of an existing record in the business_categories table. Example: consequatur

+
+
+ +

PUT api/v1/business/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/business/17" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "address=vmqeopfuudtdsufvyvddq"\
+    --form "companyName=amniihfqcoynlazghdtqt"\
+    --form "show_company_name=1"\
+    --form "show_phone_number="\
+    --form "show_address="\
+    --form "show_email=1"\
+    --form "show_vat="\
+    --form "sale_rounding_option=nearest_whole_number"\
+    --form "invoice_size=bpilpmufinllwloauydls"\
+    --form "invoice_language=msjuryvojcybzvrbyickz"\
+    --form "gratitude_message=nkygloigmkwxphlvazjrc"\
+    --form "warranty_void_label=consequatur"\
+    --form "warranty_void=consequatur"\
+    --form "show_note="\
+    --form "show_gratitude_msg=1"\
+    --form "show_invoice_scanner_logo="\
+    --form "show_a4_invoice_logo=1"\
+    --form "show_thermal_invoice_logo=1"\
+    --form "show_warranty=1"\
+    --form "pictureUrl=@/tmp/phpDfKmPD" \
+    --form "invoice_logo=@/tmp/phpniADaD" \
+    --form "a4_invoice_logo=@/tmp/phpaHhaaD" \
+    --form "thermal_invoice_logo=@/tmp/phpihnkaD" \
+    --form "invoice_scanner_logo=@/tmp/phphfCIbD" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/business/17"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('address', 'vmqeopfuudtdsufvyvddq');
+body.append('companyName', 'amniihfqcoynlazghdtqt');
+body.append('show_company_name', '1');
+body.append('show_phone_number', '');
+body.append('show_address', '');
+body.append('show_email', '1');
+body.append('show_vat', '');
+body.append('sale_rounding_option', 'nearest_whole_number');
+body.append('invoice_size', 'bpilpmufinllwloauydls');
+body.append('invoice_language', 'msjuryvojcybzvrbyickz');
+body.append('gratitude_message', 'nkygloigmkwxphlvazjrc');
+body.append('warranty_void_label', 'consequatur');
+body.append('warranty_void', 'consequatur');
+body.append('show_note', '');
+body.append('show_gratitude_msg', '1');
+body.append('show_invoice_scanner_logo', '');
+body.append('show_a4_invoice_logo', '1');
+body.append('show_thermal_invoice_logo', '1');
+body.append('show_warranty', '1');
+body.append('pictureUrl', document.querySelector('input[name="pictureUrl"]').files[0]);
+body.append('invoice_logo', document.querySelector('input[name="invoice_logo"]').files[0]);
+body.append('a4_invoice_logo', document.querySelector('input[name="a4_invoice_logo"]').files[0]);
+body.append('thermal_invoice_logo', document.querySelector('input[name="thermal_invoice_logo"]').files[0]);
+body.append('invoice_scanner_logo', document.querySelector('input[name="invoice_scanner_logo"]').files[0]);
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/business/{id} +

+

+ PATCH + api/v1/business/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the business. Example: 17

+
+

Body Parameters

+
+ address   +string  +optional   +   + +
+

Must not be greater than 250 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ companyName   +string  +optional   +   + +
+

This field is required when sale_rounding_option is != or null. Must not be greater than 250 characters. Example: amniihfqcoynlazghdtqt

+
+
+ business_category_id   +string  +optional   +   + +
+

This field is required when sale_rounding_option is != or null. The id of an existing record in the business_categories table.

+
+
+ pictureUrl   +file  +optional   +   + +
+

Must be an image. Must not be greater than 5120 kilobytes. Example: /tmp/phpDfKmPD

+
+
+ show_company_name   +boolean  +optional   +   + + +
+

Example: true

+
+
+ show_phone_number   +boolean  +optional   +   + + +
+

Example: false

+
+
+ show_address   +boolean  +optional   +   + + +
+

Example: false

+
+
+ show_email   +boolean  +optional   +   + + +
+

Example: true

+
+
+ show_vat   +boolean  +optional   +   + + +
+

Example: false

+
+
+ invoice_logo   +file  +optional   +   + +
+

Must be an image. Must not be greater than 5120 kilobytes. Example: /tmp/phpniADaD

+
+
+ a4_invoice_logo   +file  +optional   +   + +
+

Must be an image. Must not be greater than 5120 kilobytes. Example: /tmp/phpaHhaaD

+
+
+ thermal_invoice_logo   +file  +optional   +   + +
+

Must be an image. Must not be greater than 5120 kilobytes. Example: /tmp/phpihnkaD

+
+
+ invoice_scanner_logo   +file  +optional   +   + +
+

Must be an image. Must not be greater than 5120 kilobytes. Example: /tmp/phphfCIbD

+
+
+ sale_rounding_option   +string  +optional   +   + +
+

Example: nearest_whole_number

+Must be one of: +
  • none
  • round_up
  • nearest_whole_number
  • nearest_0.05
  • nearest_0.1
  • nearest_0.5
+
+
+ phoneNumber   +string  +optional   +   + +
+ +
+
+ invoice_size   +string  +optional   +   + +
+

Must not be greater than 100 characters. Example: bpilpmufinllwloauydls

+
+
+ invoice_language   +string  +optional   +   + +
+

Must not be greater than 100 characters. Example: msjuryvojcybzvrbyickz

+
+
+ gratitude_message   +string  +optional   +   + +
+

Must not be greater than 100 characters. Example: nkygloigmkwxphlvazjrc

+
+
+ warranty_void_label   +string  +optional   +   + +
+

Example: consequatur

+
+
+ warranty_void   +string  +optional   +   + +
+

Example: consequatur

+
+
+ show_note   +boolean  +optional   +   + + +
+

Example: false

+
+
+ show_gratitude_msg   +boolean  +optional   +   + + +
+

Example: true

+
+
+ show_invoice_scanner_logo   +boolean  +optional   +   + + +
+

Example: false

+
+
+ show_a4_invoice_logo   +boolean  +optional   +   + + +
+

Example: true

+
+
+ show_thermal_invoice_logo   +boolean  +optional   +   + + +
+

Example: true

+
+
+ show_warranty   +boolean  +optional   +   + + +
+

Example: true

+
+
+ +

GET api/v1/business-categories

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/business-categories" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/business-categories"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/business-categories +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/purchase

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/purchase" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/purchase"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/purchase +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/purchase" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"products\": [
+        {
+            \"product_id\": \"consequatur\"
+        }
+    ],
+    \"party_id\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/purchase"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "products": [
+        {
+            "product_id": "consequatur"
+        }
+    ],
+    "party_id": "consequatur"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/purchase +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+
+ + products   +object[]  +   +   +
+ +
+
+ product_id   +string  +   +   + +
+

The id of an existing record in the products table. Example: consequatur

+
+
+
+
+ party_id   +string  +   +   + +
+

The id of an existing record in the parties table. Example: consequatur

+
+
+ +

GET api/v1/purchase/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/purchase/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/purchase/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/purchase/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the purchase. Example: consequatur

+
+
+ +

Update the specified resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/purchase/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"products\": [
+        {
+            \"product_id\": \"consequatur\"
+        }
+    ],
+    \"party_id\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/purchase/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "products": [
+        {
+            "product_id": "consequatur"
+        }
+    ],
+    "party_id": "consequatur"
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/purchase/{id} +

+

+ PATCH + api/v1/purchase/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the purchase. Example: 17

+
+

Body Parameters

+
+
+ + products   +object[]  +   +   +
+ +
+
+ product_id   +string  +   +   + +
+

The id of an existing record in the products table. Example: consequatur

+
+
+
+
+ party_id   +string  +   +   + +
+

The id of an existing record in the parties table. Example: consequatur

+
+
+ +

Remove the specified resource from storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/purchase/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/purchase/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/purchase/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the purchase. Example: 17

+
+
+ +

GET api/v1/sales

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/sales" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/sales"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/sales +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/sales" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "products=consequatur"\
+    --form "saleDate=2026-04-25T14:39:34"\
+    --form "rounding_option=nearest_0.05"\
+    --form "image=@/tmp/phpKCJEeF" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/sales"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('products', 'consequatur');
+body.append('saleDate', '2026-04-25T14:39:34');
+body.append('rounding_option', 'nearest_0.05');
+body.append('image', document.querySelector('input[name="image"]').files[0]);
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/sales +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ party_id   +string  +optional   +   + +
+

The id of an existing record in the parties table.

+
+
+ vat_id   +string  +optional   +   + +
+

The id of an existing record in the vats table.

+
+
+ products   +string  +   +   + +
+

Example: consequatur

+
+
+ saleDate   +string  +optional   +   + +
+

Must be a valid date. Example: 2026-04-25T14:39:34

+
+
+ image   +file  +optional   +   + +
+

Must be an image. Example: /tmp/phpKCJEeF

+
+
+ rounding_option   +string  +optional   +   + +
+

Example: nearest_0.05

+Must be one of: +
  • none
  • round_up
  • nearest_whole_number
  • nearest_0.05
  • nearest_0.1
  • nearest_0.5
+
+
+ +

GET api/v1/sales/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/sales/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/sales/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/sales/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the sale. Example: consequatur

+
+
+ +

Update the specified resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/sales/consequatur" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "products=consequatur"\
+    --form "saleDate=2026-04-25T14:39:34"\
+    --form "rounding_option=nearest_0.05"\
+    --form "image=@/tmp/phpcpOmkF" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/sales/consequatur"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('products', 'consequatur');
+body.append('saleDate', '2026-04-25T14:39:34');
+body.append('rounding_option', 'nearest_0.05');
+body.append('image', document.querySelector('input[name="image"]').files[0]);
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/sales/{id} +

+

+ PATCH + api/v1/sales/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the sale. Example: consequatur

+
+

Body Parameters

+
+ party_id   +string  +optional   +   + +
+

The id of an existing record in the parties table.

+
+
+ vat_id   +string  +optional   +   + +
+

The id of an existing record in the vats table.

+
+
+ products   +string  +   +   + +
+

Example: consequatur

+
+
+ saleDate   +string  +optional   +   + +
+

Must be a valid date. Example: 2026-04-25T14:39:34

+
+
+ image   +file  +optional   +   + +
+

Must be an image. Example: /tmp/phpcpOmkF

+
+
+ rounding_option   +string  +optional   +   + +
+

Example: nearest_0.05

+Must be one of: +
  • none
  • round_up
  • nearest_whole_number
  • nearest_0.05
  • nearest_0.1
  • nearest_0.5
+
+
+ +

Remove the specified resource from storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/sales/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/sales/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/sales/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the sale. Example: 17

+
+
+ +

GET api/v1/reports/loss-profit

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/reports/loss-profit" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/reports/loss-profit"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/reports/loss-profit +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/reports/cashflow

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/reports/cashflow" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/reports/cashflow"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/reports/cashflow +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/reports/balance-sheet

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/reports/balance-sheet" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/reports/balance-sheet"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/reports/balance-sheet +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/reports/subscription

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/reports/subscription" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/reports/subscription"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/reports/subscription +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/reports/tax

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/reports/tax" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/reports/tax"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/reports/tax +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/reports/bill-wise-profit

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/reports/bill-wise-profit" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/reports/bill-wise-profit"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/reports/bill-wise-profit +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/reports/product-sale-history

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/reports/product-sale-history" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/reports/product-sale-history"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/reports/product-sale-history +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/reports/product-sale-history/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/reports/product-sale-history/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/reports/product-sale-history/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/reports/product-sale-history/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the product sale history. Example: consequatur

+
+
+ +

GET api/v1/reports/product-purchase-history

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/reports/product-purchase-history" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/reports/product-purchase-history"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/reports/product-purchase-history +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/reports/product-purchase-history/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/reports/product-purchase-history/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/reports/product-purchase-history/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/reports/product-purchase-history/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the product purchase history. Example: consequatur

+
+
+ +

Display a listing of the resource.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/sales-return" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/sales-return"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/sales-return +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/sales-return" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"sale_id\": \"consequatur\",
+    \"return_qty\": []
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/sales-return"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "sale_id": "consequatur",
+    "return_qty": []
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/sales-return +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ sale_id   +string  +   +   + +
+

The id of an existing record in the sales table. Example: consequatur

+
+
+ return_qty   +object  +   +   + +
+ +
+
+ +

GET api/v1/sales-return/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/sales-return/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/sales-return/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/sales-return/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the sales return. Example: consequatur

+
+
+ +

Display a listing of the resource.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/purchases-return" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/purchases-return"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/purchases-return +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/purchases-return" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"purchase_id\": \"consequatur\",
+    \"return_qty\": []
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/purchases-return"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "purchase_id": "consequatur",
+    "return_qty": []
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/purchases-return +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ purchase_id   +string  +   +   + +
+

The id of an existing record in the purchases table. Example: consequatur

+
+
+ return_qty   +object  +   +   + +
+ +
+
+ +

GET api/v1/purchases-return/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/purchases-return/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/purchases-return/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/purchases-return/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the purchases return. Example: consequatur

+
+
+ +

GET api/v1/invoices

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/invoices" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"party_id\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/invoices"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "party_id": "consequatur"
+};
+
+fetch(url, {
+    method: "GET",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/invoices +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ party_id   +string  +   +   + +
+

The id of an existing record in the parties table. Example: consequatur

+
+
+ +

GET api/v1/dues

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/dues" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/dues"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/dues +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/dues

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/dues" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"paymentDate\": \"consequatur\",
+    \"payDueAmount\": 11613.31890586,
+    \"party_id\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/dues"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "paymentDate": "consequatur",
+    "payDueAmount": 11613.31890586,
+    "party_id": "consequatur"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/dues +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ paymentDate   +string  +   +   + +
+

Example: consequatur

+
+
+ payDueAmount   +number  +optional   +   + +
+

Example: 11613.31890586

+
+
+ party_id   +string  +   +   + +
+

The id of an existing record in the parties table. Example: consequatur

+
+
+ invoiceNumber   +string  +optional   +   + +
+ +
+
+ +

GET api/v1/invoice-wise-dues

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/invoice-wise-dues" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/invoice-wise-dues"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/invoice-wise-dues +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/collect-invoice-due

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/collect-invoice-due" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"paymentDate\": \"consequatur\",
+    \"payDueAmount\": 11613.31890586,
+    \"invoiceNumber\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/collect-invoice-due"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "paymentDate": "consequatur",
+    "payDueAmount": 11613.31890586,
+    "invoiceNumber": "consequatur"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/collect-invoice-due +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ paymentDate   +string  +   +   + +
+

Example: consequatur

+
+
+ payDueAmount   +number  +optional   +   + +
+

Example: 11613.31890586

+
+
+ invoiceNumber   +string  +   +   + +
+

The invoiceNumber of an existing record in the sales table. Example: consequatur

+
+
+ +

Display a listing of the resource.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/expense-categories" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/expense-categories"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/expense-categories +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/expense-categories" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/expense-categories"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "POST",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/expense-categories +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ categoryName   +string  +optional   +   + +
+ +
+
+ +

Update the specified resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/expense-categories/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"categoryName\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/expense-categories/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "categoryName": "consequatur"
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/expense-categories/{id} +

+

+ PATCH + api/v1/expense-categories/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the expense category. Example: consequatur

+
+

Body Parameters

+
+ categoryName   +string  +   +   + +
+

Example: consequatur

+
+
+ +

Remove the specified resource from storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/expense-categories/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/expense-categories/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/expense-categories/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the expense category. Example: consequatur

+
+
+ +

GET api/v1/expenses

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/expenses" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/expenses"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/expenses +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/expenses" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"expense_category_id\": \"consequatur\",
+    \"expanseFor\": \"consequatur\",
+    \"referenceNo\": \"consequatur\",
+    \"note\": \"consequatur\",
+    \"payments\": [
+        {
+            \"type\": \"consequatur\",
+            \"amount\": 45
+        }
+    ]
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/expenses"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "expense_category_id": "consequatur",
+    "expanseFor": "consequatur",
+    "referenceNo": "consequatur",
+    "note": "consequatur",
+    "payments": [
+        {
+            "type": "consequatur",
+            "amount": 45
+        }
+    ]
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/expenses +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ expense_category_id   +string  +   +   + +
+

The id of an existing record in the expense_categories table. Example: consequatur

+
+
+ expanseFor   +string  +optional   +   + +
+

Example: consequatur

+
+
+ referenceNo   +string  +optional   +   + +
+

Example: consequatur

+
+
+ note   +string  +optional   +   + +
+

Example: consequatur

+
+
+
+ + payments   +object[]  +   +   +
+

Must have at least 1 items.

+
+
+ type   +string  +   +   + +
+

Example: consequatur

+
+
+ amount   +number  +optional   +   + +
+

Must be at least 0. Example: 45

+
+
+
+
+ +

GET api/v1/income-categories

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/income-categories" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/income-categories"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/income-categories +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/income-categories" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/income-categories"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "POST",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/income-categories +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ categoryName   +string  +optional   +   + +
+ +
+
+ +

Update the specified resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/income-categories/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"categoryName\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/income-categories/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "categoryName": "consequatur"
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/income-categories/{id} +

+

+ PATCH + api/v1/income-categories/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the income category. Example: consequatur

+
+

Body Parameters

+
+ categoryName   +string  +   +   + +
+

Example: consequatur

+
+
+ +

Remove the specified resource from storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/income-categories/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/income-categories/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/income-categories/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the income category. Example: consequatur

+
+
+ +

GET api/v1/incomes

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/incomes" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/incomes"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/incomes +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/incomes" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"income_category_id\": \"consequatur\",
+    \"incomeFor\": \"consequatur\",
+    \"referenceNo\": \"consequatur\",
+    \"note\": \"consequatur\",
+    \"payments\": [
+        {
+            \"type\": \"consequatur\",
+            \"amount\": 45,
+            \"cheque_number\": \"consequatur\"
+        }
+    ]
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/incomes"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "income_category_id": "consequatur",
+    "incomeFor": "consequatur",
+    "referenceNo": "consequatur",
+    "note": "consequatur",
+    "payments": [
+        {
+            "type": "consequatur",
+            "amount": 45,
+            "cheque_number": "consequatur"
+        }
+    ]
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/incomes +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ income_category_id   +string  +   +   + +
+

The id of an existing record in the income_categories table. Example: consequatur

+
+
+ incomeFor   +string  +optional   +   + +
+

Example: consequatur

+
+
+ referenceNo   +string  +optional   +   + +
+

Example: consequatur

+
+
+ note   +string  +optional   +   + +
+

Example: consequatur

+
+
+
+ + payments   +object[]  +   +   +
+

Must have at least 1 items.

+
+
+ type   +string  +   +   + +
+

Example: consequatur

+
+
+ amount   +number  +optional   +   + +
+

Must be at least 0. Example: 45

+
+
+ cheque_number   +string  +optional   +   + +
+

Example: consequatur

+
+
+
+
+ +

GET api/v1/banners

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/banners" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/banners"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/banners +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/lang

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/lang" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/lang"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/lang +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/lang

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/lang" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"lang\": \"vmqeopfuudtdsufvyvddqamniihfqcoynlazghdtqtqxbajwbpilpmufinllwloauydlsmsju\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/lang"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "lang": "vmqeopfuudtdsufvyvddqamniihfqcoynlazghdtqtqxbajwbpilpmufinllwloauydlsmsju"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/lang +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ lang   +string  +   +   + +
+

Must not be greater than 30 characters. Must be at least 1 character. Example: vmqeopfuudtdsufvyvddqamniihfqcoynlazghdtqtqxbajwbpilpmufinllwloauydlsmsju

+
+
+ +

GET api/v1/profile

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/profile" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/profile"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/profile +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/profile

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/profile" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "name=vmqeopfuudtdsufvyvddq"\
+    --form "email=kunde.eloisa@example.com"\
+    --form "image=@/tmp/phpNbjGeM" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/profile"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('name', 'vmqeopfuudtdsufvyvddq');
+body.append('email', 'kunde.eloisa@example.com');
+body.append('image', document.querySelector('input[name="image"]').files[0]);
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/profile +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 250 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ email   +string  +   +   + +
+

Must be a valid email address. Example: kunde.eloisa@example.com

+
+
+ image   +file  +optional   +   + +
+

Must be an image. Must not be greater than 1048 kilobytes. Example: /tmp/phpNbjGeM

+
+
+ +

GET api/v1/plans

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/plans" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/plans"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/plans +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/subscribes

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/subscribes" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/subscribes"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/subscribes +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/currencies

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/currencies" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/currencies"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/currencies +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/currencies/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/currencies/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/currencies/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/currencies/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the currency. Example: consequatur

+
+
+ +

GET api/v1/vats

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/vats" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/vats"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/vats +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/vats

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/vats" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"rate\": 11613.31890586
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/vats"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "rate": 11613.31890586
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/vats +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ vat_ids   +string  +optional   +   + +
+

This field is required when rate is null.

+
+
+ rate   +number  +optional   +   + +
+

This field is required when rate is null. Example: 11613.31890586

+
+
+ +

PUT api/v1/vats/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/vats/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"rate\": 11613.31890586
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/vats/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "rate": 11613.31890586
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/vats/{id} +

+

+ PATCH + api/v1/vats/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the vat. Example: 17

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ vat_ids   +string  +optional   +   + +
+

This field is required when rate is null.

+
+
+ rate   +number  +optional   +   + +
+

This field is required when rate is null. Example: 11613.31890586

+
+
+ +

DELETE api/v1/vats/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/vats/17" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/vats/17"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/vats/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +integer  +   +   + +
+

The ID of the vat. Example: 17

+
+
+ +

GET api/v1/payment-types

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/payment-types" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/payment-types"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/payment-types +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/payment-types

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/payment-types" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/payment-types"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "consequatur"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/payment-types +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Example: consequatur

+
+
+ +

PUT api/v1/payment-types/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/payment-types/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/payment-types/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "PUT",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/payment-types/{id} +

+

+ PATCH + api/v1/payment-types/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the payment type. Example: consequatur

+
+

Body Parameters

+
+ name   +string  +optional   +   + +
+ +
+
+ +

DELETE api/v1/payment-types/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/payment-types/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/payment-types/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/payment-types/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the payment type. Example: consequatur

+
+
+ +

GET api/v1/product-models

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/product-models" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/product-models"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/product-models +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/product-models

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/product-models" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/product-models"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "POST",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/product-models +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ name   +string  +optional   +   + +
+ +
+
+ +

PUT api/v1/product-models/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/product-models/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/product-models/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "consequatur"
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/product-models/{id} +

+

+ PATCH + api/v1/product-models/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the product model. Example: consequatur

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Example: consequatur

+
+
+ +

DELETE api/v1/product-models/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/product-models/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/product-models/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/product-models/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the product model. Example: consequatur

+
+
+ +

GET api/v1/variations

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/variations" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/variations"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/variations +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/variations

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/variations" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"values\": \"consequatur\",
+    \"status\": 1
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/variations"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "values": "consequatur",
+    "status": 1
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/variations +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ values   +string  +   +   + +
+

Example: consequatur

+
+
+ status   +string  +   +   + +
+

Example: 1

+Must be one of: +
  • 0
  • 1
+
+
+ +

PUT api/v1/variations/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/variations/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"values\": \"consequatur\",
+    \"status\": 1
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/variations/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "values": "consequatur",
+    "status": 1
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/variations/{id} +

+

+ PATCH + api/v1/variations/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the variation. Example: consequatur

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ values   +string  +   +   + +
+

Example: consequatur

+
+
+ status   +string  +   +   + +
+

Example: 1

+Must be one of: +
  • 0
  • 1
+
+
+ +

DELETE api/v1/variations/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/variations/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/variations/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/variations/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the variation. Example: consequatur

+
+
+ +

GET api/v1/racks

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/racks" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/racks"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/racks +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/racks

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/racks" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"status\": 0
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/racks"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "status": 0
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/racks +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ shelf_id   +string[]  +optional   +   + + +
+

The id of an existing record in the shelves table.

+
+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ status   +string  +   +   + +
+

Example: 0

+Must be one of: +
  • 0
  • 1
+
+
+ +

PUT api/v1/racks/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/racks/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"status\": 0
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/racks/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "status": 0
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/racks/{id} +

+

+ PATCH + api/v1/racks/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the rack. Example: consequatur

+
+

Body Parameters

+
+ shelf_id   +string[]  +optional   +   + + +
+

The id of an existing record in the shelves table.

+
+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ status   +string  +   +   + +
+

Example: 0

+Must be one of: +
  • 0
  • 1
+
+
+ +

DELETE api/v1/racks/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/racks/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/racks/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/racks/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the rack. Example: consequatur

+
+
+ +

GET api/v1/shelfs

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/shelfs" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/shelfs"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/shelfs +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/shelfs

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/shelfs" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"status\": 0
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/shelfs"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "status": 0
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/shelfs +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ status   +string  +   +   + +
+

Example: 0

+Must be one of: +
  • 0
  • 1
+
+
+ +

PUT api/v1/shelfs/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/shelfs/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"status\": 0
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/shelfs/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "status": 0
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/shelfs/{id} +

+

+ PATCH + api/v1/shelfs/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the shelf. Example: consequatur

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ status   +string  +   +   + +
+

Example: 0

+Must be one of: +
  • 0
  • 1
+
+
+ +

DELETE api/v1/shelfs/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/shelfs/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/shelfs/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/shelfs/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the shelf. Example: consequatur

+
+
+ +

GET api/v1/banks

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/banks" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/banks"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/banks +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/banks

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/banks" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"opening_balance\": 1,
+    \"opening_date\": \"2026-04-25T14:39:34\",
+    \"show_in_invoice\": true,
+    \"meta\": {
+        \"account_number\": \"niihfqcoynlazghdtqtqx\",
+        \"routing_number\": \"bajwbpilpmufinllwloau\",
+        \"upi_id\": \"ydlsmsjuryvojcybzvrby\",
+        \"bank_name\": \"ickznkygloigmkwxphlva\",
+        \"account_holder\": \"zjrcnfbaqywuxhgjjmzux\",
+        \"branch\": \"jubqouzswiwxtrkimfcat\"
+    }
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/banks"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "opening_balance": 1,
+    "opening_date": "2026-04-25T14:39:34",
+    "show_in_invoice": true,
+    "meta": {
+        "account_number": "niihfqcoynlazghdtqtqx",
+        "routing_number": "bajwbpilpmufinllwloau",
+        "upi_id": "ydlsmsjuryvojcybzvrby",
+        "bank_name": "ickznkygloigmkwxphlva",
+        "account_holder": "zjrcnfbaqywuxhgjjmzux",
+        "branch": "jubqouzswiwxtrkimfcat"
+    }
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/banks +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ branch_id   +string  +optional   +   + +
+

The id of an existing record in the branches table.

+
+
+ opening_balance   +number  +optional   +   + +
+

Must be at least 0. Example: 1

+
+
+ opening_date   +string  +optional   +   + +
+

Must be a valid date. Example: 2026-04-25T14:39:34

+
+
+ show_in_invoice   +boolean  +optional   +   + + +
+

Example: true

+
+
+
+ + meta   +object  +optional   +   +
+ +
+
+ account_number   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: niihfqcoynlazghdtqtqx

+
+
+ routing_number   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: bajwbpilpmufinllwloau

+
+
+ upi_id   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: ydlsmsjuryvojcybzvrby

+
+
+ bank_name   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: ickznkygloigmkwxphlva

+
+
+ account_holder   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: zjrcnfbaqywuxhgjjmzux

+
+
+ branch   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: jubqouzswiwxtrkimfcat

+
+
+
+
+ +

GET api/v1/banks/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/banks/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/banks/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/banks/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the bank. Example: consequatur

+
+
+ +

PUT api/v1/banks/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/banks/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"opening_balance\": 1,
+    \"opening_date\": \"2026-04-25T14:39:34\",
+    \"show_in_invoice\": true,
+    \"meta\": {
+        \"account_number\": \"niihfqcoynlazghdtqtqx\",
+        \"routing_number\": \"bajwbpilpmufinllwloau\",
+        \"upi_id\": \"ydlsmsjuryvojcybzvrby\",
+        \"bank_name\": \"ickznkygloigmkwxphlva\",
+        \"account_holder\": \"zjrcnfbaqywuxhgjjmzux\",
+        \"branch\": \"jubqouzswiwxtrkimfcat\"
+    }
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/banks/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "opening_balance": 1,
+    "opening_date": "2026-04-25T14:39:34",
+    "show_in_invoice": true,
+    "meta": {
+        "account_number": "niihfqcoynlazghdtqtqx",
+        "routing_number": "bajwbpilpmufinllwloau",
+        "upi_id": "ydlsmsjuryvojcybzvrby",
+        "bank_name": "ickznkygloigmkwxphlva",
+        "account_holder": "zjrcnfbaqywuxhgjjmzux",
+        "branch": "jubqouzswiwxtrkimfcat"
+    }
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/banks/{id} +

+

+ PATCH + api/v1/banks/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the bank. Example: consequatur

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ branch_id   +string  +optional   +   + +
+

The id of an existing record in the branches table.

+
+
+ opening_balance   +number  +optional   +   + +
+

Must be at least 0. Example: 1

+
+
+ opening_date   +string  +optional   +   + +
+

Must be a valid date. Example: 2026-04-25T14:39:34

+
+
+ show_in_invoice   +boolean  +optional   +   + + +
+

Example: true

+
+
+
+ + meta   +object  +optional   +   +
+ +
+
+ account_number   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: niihfqcoynlazghdtqtqx

+
+
+ routing_number   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: bajwbpilpmufinllwloau

+
+
+ upi_id   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: ydlsmsjuryvojcybzvrby

+
+
+ bank_name   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: ickznkygloigmkwxphlva

+
+
+ account_holder   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: zjrcnfbaqywuxhgjjmzux

+
+
+ branch   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: jubqouzswiwxtrkimfcat

+
+
+
+
+ +

DELETE api/v1/banks/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/banks/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/banks/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/banks/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the bank. Example: consequatur

+
+
+ +

GET api/v1/bank-transactions

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/bank-transactions" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/bank-transactions"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/bank-transactions +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/bank-transactions

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/bank-transactions" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "from=consequatur"\
+    --form "type=debit"\
+    --form "transaction_type=bank_to_bank"\
+    --form "amount=16"\
+    --form "date=2026-04-25T14:39:34"\
+    --form "note=consequatur"\
+    --form "image=@/tmp/phphaGPjb" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/bank-transactions"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('from', 'consequatur');
+body.append('type', 'debit');
+body.append('transaction_type', 'bank_to_bank');
+body.append('amount', '16');
+body.append('date', '2026-04-25T14:39:34');
+body.append('note', 'consequatur');
+body.append('image', document.querySelector('input[name="image"]').files[0]);
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/bank-transactions +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ from   +string  +   +   + +
+

The id of an existing record in the payment_types table. Example: consequatur

+
+
+ type   +string  +optional   +   + +
+

Example: debit

+Must be one of: +
  • credit
  • debit
+
+
+ transaction_type   +string  +   +   + +
+

Example: bank_to_bank

+Must be one of: +
  • bank_to_bank
  • bank_to_cash
  • adjust_bank
+
+
+ amount   +number  +   +   + +
+

Must be at least 0.01. Example: 16

+
+
+ date   +string  +optional   +   + +
+

Must be a valid date. Example: 2026-04-25T14:39:34

+
+
+ image   +file  +optional   +   + +
+

Must be an image. Example: /tmp/phphaGPjb

+
+
+ note   +string  +optional   +   + +
+

Example: consequatur

+
+
+ +

GET api/v1/bank-transactions/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/bank-transactions/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/bank-transactions/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/bank-transactions/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the bank transaction. Example: consequatur

+
+
+ +

PUT api/v1/bank-transactions/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/bank-transactions/consequatur" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "from=consequatur"\
+    --form "type=debit"\
+    --form "transaction_type=bank_to_bank"\
+    --form "amount=16"\
+    --form "date=2026-04-25T14:39:34"\
+    --form "note=consequatur"\
+    --form "image=@/tmp/phpoAohAc" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/bank-transactions/consequatur"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('from', 'consequatur');
+body.append('type', 'debit');
+body.append('transaction_type', 'bank_to_bank');
+body.append('amount', '16');
+body.append('date', '2026-04-25T14:39:34');
+body.append('note', 'consequatur');
+body.append('image', document.querySelector('input[name="image"]').files[0]);
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/bank-transactions/{id} +

+

+ PATCH + api/v1/bank-transactions/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the bank transaction. Example: consequatur

+
+

Body Parameters

+
+ from   +string  +   +   + +
+

The id of an existing record in the payment_types table. Example: consequatur

+
+
+ type   +string  +optional   +   + +
+

Example: debit

+Must be one of: +
  • credit
  • debit
+
+
+ transaction_type   +string  +   +   + +
+

Example: bank_to_bank

+Must be one of: +
  • bank_to_bank
  • bank_to_cash
  • adjust_bank
+
+
+ amount   +number  +   +   + +
+

Must be at least 0.01. Example: 16

+
+
+ date   +string  +optional   +   + +
+

Must be a valid date. Example: 2026-04-25T14:39:34

+
+
+ image   +file  +optional   +   + +
+

Must be an image. Example: /tmp/phpoAohAc

+
+
+ note   +string  +optional   +   + +
+

Example: consequatur

+
+
+ +

DELETE api/v1/bank-transactions/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/bank-transactions/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/bank-transactions/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/bank-transactions/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the bank transaction. Example: consequatur

+
+
+ +

GET api/v1/cashes

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/cashes" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/cashes"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/cashes +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/cashes

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/cashes" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "type=debit"\
+    --form "transaction_type=adjust_cash"\
+    --form "amount=56"\
+    --form "date=2026-04-25T14:39:35"\
+    --form "note=consequatur"\
+    --form "image=@/tmp/phpddcDDf" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/cashes"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('type', 'debit');
+body.append('transaction_type', 'adjust_cash');
+body.append('amount', '56');
+body.append('date', '2026-04-25T14:39:35');
+body.append('note', 'consequatur');
+body.append('image', document.querySelector('input[name="image"]').files[0]);
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/cashes +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ to   +string  +optional   +   + +
+

The id of an existing record in the payment_types table.

+
+
+ type   +string  +optional   +   + +
+

Example: debit

+Must be one of: +
  • credit
  • debit
+
+
+ transaction_type   +string  +   +   + +
+

Example: adjust_cash

+Must be one of: +
  • cash_to_bank
  • adjust_cash
+
+
+ amount   +number  +   +   + +
+

Must be at least 0.01. Example: 56

+
+
+ date   +string  +optional   +   + +
+

Must be a valid date. Example: 2026-04-25T14:39:35

+
+
+ image   +file  +optional   +   + +
+

Must be an image. Example: /tmp/phpddcDDf

+
+
+ note   +string  +optional   +   + +
+

Example: consequatur

+
+
+ +

GET api/v1/cashes/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/cashes/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/cashes/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/cashes/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the cash. Example: consequatur

+
+
+ +

PUT api/v1/cashes/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/cashes/consequatur" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "type=debit"\
+    --form "transaction_type=adjust_cash"\
+    --form "amount=56"\
+    --form "date=2026-04-25T14:39:35"\
+    --form "note=consequatur"\
+    --form "image=@/tmp/phpBmCmLf" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/cashes/consequatur"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('type', 'debit');
+body.append('transaction_type', 'adjust_cash');
+body.append('amount', '56');
+body.append('date', '2026-04-25T14:39:35');
+body.append('note', 'consequatur');
+body.append('image', document.querySelector('input[name="image"]').files[0]);
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/cashes/{id} +

+

+ PATCH + api/v1/cashes/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the cash. Example: consequatur

+
+

Body Parameters

+
+ to   +string  +optional   +   + +
+

The id of an existing record in the payment_types table.

+
+
+ type   +string  +optional   +   + +
+

Example: debit

+Must be one of: +
  • credit
  • debit
+
+
+ transaction_type   +string  +   +   + +
+

Example: adjust_cash

+Must be one of: +
  • cash_to_bank
  • adjust_cash
+
+
+ amount   +number  +   +   + +
+

Must be at least 0.01. Example: 56

+
+
+ date   +string  +optional   +   + +
+

Must be a valid date. Example: 2026-04-25T14:39:35

+
+
+ image   +file  +optional   +   + +
+

Must be an image. Example: /tmp/phpBmCmLf

+
+
+ note   +string  +optional   +   + +
+

Example: consequatur

+
+
+ +

DELETE api/v1/cashes/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/cashes/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/cashes/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/cashes/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the cash. Example: consequatur

+
+
+ +

GET api/v1/cheques

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/cheques" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/cheques"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/cheques +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/cheques

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/cheques" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"transaction_id\": \"consequatur\",
+    \"date\": \"2026-04-25T14:39:35\",
+    \"note\": \"consequatur\",
+    \"payment_type\": \"consequatur\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/cheques"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "transaction_id": "consequatur",
+    "date": "2026-04-25T14:39:35",
+    "note": "consequatur",
+    "payment_type": "consequatur"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/cheques +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ transaction_id   +string  +   +   + +
+

The id of an existing record in the transactions table. Example: consequatur

+
+
+ date   +string  +optional   +   + +
+

Must be a valid date. Example: 2026-04-25T14:39:35

+
+
+ note   +string  +optional   +   + +
+

Example: consequatur

+
+
+ payment_type   +string  +   +   + +
+

Example: consequatur

+
+
+ +

GET api/v1/cheques/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/cheques/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/cheques/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/cheques/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the cheque. Example: consequatur

+
+
+ +

POST api/v1/cheque-reopen/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/cheque-reopen/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/cheque-reopen/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "POST",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/cheque-reopen/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the cheque reopen. Example: consequatur

+
+
+ +

Display a listing of the resource.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/product-settings" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/product-settings"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/product-settings +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/product-settings" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"show_product_name\": 17,
+    \"show_product_price\": 17,
+    \"show_product_code\": 17,
+    \"show_product_stock\": 17,
+    \"show_product_sale_price\": 17,
+    \"show_product_dealer_price\": 17,
+    \"show_product_wholesale_price\": 17,
+    \"show_product_unit\": 17,
+    \"show_product_brand\": 17,
+    \"show_product_category\": 17,
+    \"show_product_manufacturer\": 17,
+    \"show_product_image\": 17,
+    \"show_expire_date\": 17,
+    \"show_alert_qty\": 17,
+    \"show_vat_id\": 17,
+    \"show_vat_type\": 17,
+    \"show_exclusive_price\": 17,
+    \"show_inclusive_price\": 17,
+    \"show_profit_percent\": 17,
+    \"show_capacity\": 17,
+    \"show_weight\": 17,
+    \"show_color\": 17,
+    \"show_type\": 17,
+    \"show_size\": 17,
+    \"show_batch_no\": 17,
+    \"show_mfg_date\": 17,
+    \"show_model_no\": 17,
+    \"default_sale_price\": 17,
+    \"default_wholesale_price\": 17,
+    \"default_dealer_price\": 17,
+    \"show_product_type_single\": 17,
+    \"show_product_type_variant\": 17,
+    \"show_product_type_combo\": 17,
+    \"show_warehouse\": 17,
+    \"show_action\": 17,
+    \"show_rack\": 17,
+    \"show_shelf\": 17,
+    \"show_guarantee\": 17,
+    \"show_warranty\": 17,
+    \"show_serial\": 17,
+    \"default_batch_no\": 17,
+    \"default_expired_date\": 17,
+    \"default_mfg_date\": 17,
+    \"expire_date_type\": 17,
+    \"mfg_date_type\": 17,
+    \"show_product_batch_no\": 17,
+    \"show_product_expire_date\": 17
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/product-settings"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "show_product_name": 17,
+    "show_product_price": 17,
+    "show_product_code": 17,
+    "show_product_stock": 17,
+    "show_product_sale_price": 17,
+    "show_product_dealer_price": 17,
+    "show_product_wholesale_price": 17,
+    "show_product_unit": 17,
+    "show_product_brand": 17,
+    "show_product_category": 17,
+    "show_product_manufacturer": 17,
+    "show_product_image": 17,
+    "show_expire_date": 17,
+    "show_alert_qty": 17,
+    "show_vat_id": 17,
+    "show_vat_type": 17,
+    "show_exclusive_price": 17,
+    "show_inclusive_price": 17,
+    "show_profit_percent": 17,
+    "show_capacity": 17,
+    "show_weight": 17,
+    "show_color": 17,
+    "show_type": 17,
+    "show_size": 17,
+    "show_batch_no": 17,
+    "show_mfg_date": 17,
+    "show_model_no": 17,
+    "default_sale_price": 17,
+    "default_wholesale_price": 17,
+    "default_dealer_price": 17,
+    "show_product_type_single": 17,
+    "show_product_type_variant": 17,
+    "show_product_type_combo": 17,
+    "show_warehouse": 17,
+    "show_action": 17,
+    "show_rack": 17,
+    "show_shelf": 17,
+    "show_guarantee": 17,
+    "show_warranty": 17,
+    "show_serial": 17,
+    "default_batch_no": 17,
+    "default_expired_date": 17,
+    "default_mfg_date": 17,
+    "expire_date_type": 17,
+    "mfg_date_type": 17,
+    "show_product_batch_no": 17,
+    "show_product_expire_date": 17
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/product-settings +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ show_product_name   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_price   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_code   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_stock   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_sale_price   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_dealer_price   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_wholesale_price   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_unit   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_brand   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_category   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_manufacturer   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_image   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_expire_date   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_alert_qty   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_vat_id   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_vat_type   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_exclusive_price   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_inclusive_price   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_profit_percent   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_capacity   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_weight   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_color   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_type   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_size   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_batch_no   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_mfg_date   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_model_no   +integer  +optional   +   + +
+

Example: 17

+
+
+ default_sale_price   +integer  +optional   +   + +
+

Example: 17

+
+
+ default_wholesale_price   +integer  +optional   +   + +
+

Example: 17

+
+
+ default_dealer_price   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_type_single   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_type_variant   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_type_combo   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_warehouse   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_action   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_rack   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_shelf   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_guarantee   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_warranty   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_serial   +integer  +optional   +   + +
+

Example: 17

+
+
+ default_batch_no   +integer  +optional   +   + +
+

Example: 17

+
+
+ default_expired_date   +integer  +optional   +   + +
+

Example: 17

+
+
+ default_mfg_date   +integer  +optional   +   + +
+

Example: 17

+
+
+ expire_date_type   +integer  +optional   +   + +
+

Example: 17

+
+
+ mfg_date_type   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_batch_no   +integer  +optional   +   + +
+

Example: 17

+
+
+ show_product_expire_date   +integer  +optional   +   + +
+

Example: 17

+
+
+ +

GET api/v1/product/generate-code

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/product/generate-code" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/product/generate-code"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/product/generate-code +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/bulk-uploads

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/bulk-uploads" \
+    --header "Content-Type: multipart/form-data" \
+    --header "Accept: application/json" \
+    --form "file=@/tmp/phpALAOJh" 
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/bulk-uploads"
+);
+
+const headers = {
+    "Content-Type": "multipart/form-data",
+    "Accept": "application/json",
+};
+
+const body = new FormData();
+body.append('file', document.querySelector('input[name="file"]').files[0]);
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/bulk-uploads +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: multipart/form-data

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ file   +file  +   +   + +
+

Must be a file. Example: /tmp/phpALAOJh

+
+
+ +

POST api/v1/change-password

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/change-password" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"current_password\": \"consequatur\",
+    \"password\": \"[2UZ5ij-e\\/dl4\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/change-password"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "current_password": "consequatur",
+    "password": "[2UZ5ij-e\/dl4"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/change-password +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ current_password   +string  +   +   + +
+

Example: consequatur

+
+
+ password   +string  +   +   + +
+

Must be at least 6 characters. Example: [2UZ5ij-e/dl4

+
+
+ +

GET api/v1/new-invoice

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/new-invoice" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"platform\": \"due_collects\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/new-invoice"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "platform": "due_collects"
+};
+
+fetch(url, {
+    method: "GET",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/new-invoice +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ platform   +string  +   +   + +
+

Example: due_collects

+Must be one of: +
  • sales
  • purchases
  • due_collects
  • sales_return
  • purchases_return
+
+
+ +

GET api/v1/invoice-settings

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/invoice-settings" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/invoice-settings"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/invoice-settings +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/invoice-settings/update

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/invoice-settings/update" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"invoice_size\": \"vmqeopfuudtdsufvyvddq\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/invoice-settings/update"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "invoice_size": "vmqeopfuudtdsufvyvddq"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/invoice-settings/update +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ invoice_size   +string  +   +   + +
+

Must not be greater than 100 characters. Example: vmqeopfuudtdsufvyvddq

+Must be one of: +
  • a4
  • 3_inch_80mm
  • 2_inch_58mm
+
+
+ +

POST api/v1/business-delete

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/business-delete" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"password\": \"O[2UZ5ij-e\\/dl4m{o,\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/business-delete"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "password": "O[2UZ5ij-e\/dl4m{o,"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/business-delete +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ password   +string  +   +   + +
+

Example: O[2UZ5ij-e/dl4m{o,

+
+
+ +

GET api/v1/party-ledger/{party_id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/party-ledger/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/party-ledger/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/party-ledger/{party_id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ party_id   +string  +   +   + +
+

The ID of the party. Example: consequatur

+
+
+ +

GET api/v1/money-receipt/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/money-receipt/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/money-receipt/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/money-receipt/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the money receipt. Example: consequatur

+
+
+ +

GET api/v1/currency-settings

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/currency-settings" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/currency-settings"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/currency-settings +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/currency-settings

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/currency-settings" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"currency\": \"vmqeopfuudtdsufvyvddq\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/currency-settings"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "currency": "vmqeopfuudtdsufvyvddq"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/currency-settings +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ currency   +string  +   +   + +
+

Must not be greater than 100 characters. Example: vmqeopfuudtdsufvyvddq

+Must be one of: +
  • us
  • european
+
+
+ +

GET api/v1/transactions

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/transactions" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/transactions"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/transactions +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/sign-out

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/sign-out" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/sign-out"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/sign-out +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

GET api/v1/refresh-token

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/refresh-token" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/refresh-token"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/refresh-token +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Display a listing of the resource.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/branches" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/branches"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/branches +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

Store a newly created resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/branches" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"phone\": \"amniihfqcoynlazgh\",
+    \"email\": \"roob.mona@example.org\",
+    \"address\": \"xbajwbpilpmufinllwloa\",
+    \"branchOpeningBalance\": 72,
+    \"description\": \"Qui ducimus nihil laudantium nihil autem omnis cum molestiae.\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/branches"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "phone": "amniihfqcoynlazgh",
+    "email": "roob.mona@example.org",
+    "address": "xbajwbpilpmufinllwloa",
+    "branchOpeningBalance": 72,
+    "description": "Qui ducimus nihil laudantium nihil autem omnis cum molestiae."
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/branches +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ phone   +string  +optional   +   + +
+

Must not be greater than 20 characters. Example: amniihfqcoynlazgh

+
+
+ email   +string  +optional   +   + +
+

Must be a valid email address. Must not be greater than 255 characters. Example: roob.mona@example.org

+
+
+ address   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: xbajwbpilpmufinllwloa

+
+
+ branchOpeningBalance   +number  +optional   +   + +
+

Must be at least 0. Example: 72

+
+
+ description   +string  +optional   +   + +
+

Must not be greater than 1000 characters. Example: Qui ducimus nihil laudantium nihil autem omnis cum molestiae.

+
+
+ +

Update the specified resource in storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/branches/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"phone\": \"amniihfqcoynlazgh\",
+    \"email\": \"roob.mona@example.org\",
+    \"address\": \"xbajwbpilpmufinllwloa\",
+    \"branchOpeningBalance\": 72,
+    \"description\": \"Qui ducimus nihil laudantium nihil autem omnis cum molestiae.\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/branches/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "phone": "amniihfqcoynlazgh",
+    "email": "roob.mona@example.org",
+    "address": "xbajwbpilpmufinllwloa",
+    "branchOpeningBalance": 72,
+    "description": "Qui ducimus nihil laudantium nihil autem omnis cum molestiae."
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/branches/{id} +

+

+ PATCH + api/v1/branches/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the branch. Example: consequatur

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ phone   +string  +optional   +   + +
+

Must not be greater than 20 characters. Example: amniihfqcoynlazgh

+
+
+ email   +string  +optional   +   + +
+

Must be a valid email address. Must not be greater than 255 characters. Example: roob.mona@example.org

+
+
+ address   +string  +optional   +   + +
+

Must not be greater than 255 characters. Example: xbajwbpilpmufinllwloa

+
+
+ branchOpeningBalance   +number  +optional   +   + +
+

Must be at least 0. Example: 72

+
+
+ description   +string  +optional   +   + +
+

Must not be greater than 1000 characters. Example: Qui ducimus nihil laudantium nihil autem omnis cum molestiae.

+
+
+ +

Remove the specified resource from storage.

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/branches/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/branches/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/branches/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the branch. Example: consequatur

+
+
+ +

GET api/v1/switch-branch/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/switch-branch/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/switch-branch/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/switch-branch/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the switch branch. Example: consequatur

+
+
+ +

GET api/v1/exit-branch/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/exit-branch/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/exit-branch/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/exit-branch/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the exit branch. Example: consequatur

+
+
+ +

GET api/v1/warehouses

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request GET \
+    --get "http://localhost:8080/api/v1/warehouses" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/warehouses"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "GET",
+    headers,
+}).then(response => response.json());
+ +
+ + +
+

Example response (401):

+
+
+ + Show headers + +
cache-control: no-cache, private
+content-type: application/json
+access-control-allow-origin: *
+ 
+
+{
+    "message": "Unauthenticated."
+}
+ 
+
+ + +
+

+ Request    + +    + +

+

+ GET + api/v1/warehouses +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+
+ +

POST api/v1/warehouses

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request POST \
+    "http://localhost:8080/api/v1/warehouses" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"phone\": \"amniihfqcoynlazgh\",
+    \"address\": \"dtqtqxbajwbpilpmufinl\",
+    \"email\": \"imogene.mante@example.com\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/warehouses"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "phone": "amniihfqcoynlazgh",
+    "address": "dtqtqxbajwbpilpmufinl",
+    "email": "imogene.mante@example.com"
+};
+
+fetch(url, {
+    method: "POST",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ POST + api/v1/warehouses +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ phone   +string  +optional   +   + +
+

Must not be greater than 20 characters. Example: amniihfqcoynlazgh

+
+
+ address   +string  +optional   +   + +
+

Must not be greater than 500 characters. Example: dtqtqxbajwbpilpmufinl

+
+
+ email   +string  +optional   +   + +
+

Must be a valid email address. Must not be greater than 255 characters. Example: imogene.mante@example.com

+
+
+ +

PUT api/v1/warehouses/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request PUT \
+    "http://localhost:8080/api/v1/warehouses/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json" \
+    --data "{
+    \"name\": \"vmqeopfuudtdsufvyvddq\",
+    \"phone\": \"amniihfqcoynlazgh\",
+    \"address\": \"dtqtqxbajwbpilpmufinl\",
+    \"email\": \"imogene.mante@example.com\"
+}"
+
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/warehouses/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+let body = {
+    "name": "vmqeopfuudtdsufvyvddq",
+    "phone": "amniihfqcoynlazgh",
+    "address": "dtqtqxbajwbpilpmufinl",
+    "email": "imogene.mante@example.com"
+};
+
+fetch(url, {
+    method: "PUT",
+    headers,
+    body: JSON.stringify(body),
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ PUT + api/v1/warehouses/{id} +

+

+ PATCH + api/v1/warehouses/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the warehouse. Example: consequatur

+
+

Body Parameters

+
+ name   +string  +   +   + +
+

Must not be greater than 255 characters. Example: vmqeopfuudtdsufvyvddq

+
+
+ phone   +string  +optional   +   + +
+

Must not be greater than 20 characters. Example: amniihfqcoynlazgh

+
+
+ address   +string  +optional   +   + +
+

Must not be greater than 500 characters. Example: dtqtqxbajwbpilpmufinl

+
+
+ email   +string  +optional   +   + +
+

Must be a valid email address. Must not be greater than 255 characters. Example: imogene.mante@example.com

+
+
+ +

DELETE api/v1/warehouses/{id}

+ +

+

+ + + + +
Example request:
+ + +
+
curl --request DELETE \
+    "http://localhost:8080/api/v1/warehouses/consequatur" \
+    --header "Content-Type: application/json" \
+    --header "Accept: application/json"
+ + +
+
const url = new URL(
+    "http://localhost:8080/api/v1/warehouses/consequatur"
+);
+
+const headers = {
+    "Content-Type": "application/json",
+    "Accept": "application/json",
+};
+
+
+fetch(url, {
+    method: "DELETE",
+    headers,
+}).then(response => response.json());
+ +
+ + + + + +
+

+ Request    + +    + +

+

+ DELETE + api/v1/warehouses/{id} +

+

Headers

+
+ Content-Type   +  +   +   + +
+

Example: application/json

+
+
+ Accept   +  +   +   + +
+

Example: application/json

+
+

URL Parameters

+
+ id   +string  +   +   + +
+

The ID of the warehouse. Example: consequatur

+
+
+ + + + +
+
+
+ + +
+
+
+ + diff --git a/vendor/ageekdev/laravel-barcode/LICENSE.md b/vendor/ageekdev/laravel-barcode/LICENSE.md old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/composer.json b/vendor/ageekdev/laravel-barcode/composer.json old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/config/barcode.php b/vendor/ageekdev/laravel-barcode/config/barcode.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/AbstractGenerator.php b/vendor/ageekdev/laravel-barcode/src/AbstractGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Barcode.php b/vendor/ageekdev/laravel-barcode/src/Barcode.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/BarcodeBar.php b/vendor/ageekdev/laravel-barcode/src/BarcodeBar.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/BarcodeManager.php b/vendor/ageekdev/laravel-barcode/src/BarcodeManager.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/BarcodeServiceProvider.php b/vendor/ageekdev/laravel-barcode/src/BarcodeServiceProvider.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Contracts/Factory.php b/vendor/ageekdev/laravel-barcode/src/Contracts/Factory.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Contracts/ImageType.php b/vendor/ageekdev/laravel-barcode/src/Contracts/ImageType.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Drivers/DynamicHTML.php b/vendor/ageekdev/laravel-barcode/src/Drivers/DynamicHTML.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Drivers/HTML.php b/vendor/ageekdev/laravel-barcode/src/Drivers/HTML.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Drivers/JPG.php b/vendor/ageekdev/laravel-barcode/src/Drivers/JPG.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Drivers/PNG.php b/vendor/ageekdev/laravel-barcode/src/Drivers/PNG.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Drivers/SVG.php b/vendor/ageekdev/laravel-barcode/src/Drivers/SVG.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Enums/BarcodeType.php b/vendor/ageekdev/laravel-barcode/src/Enums/BarcodeType.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Enums/Type.php b/vendor/ageekdev/laravel-barcode/src/Enums/Type.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Exceptions/BarcodeException.php b/vendor/ageekdev/laravel-barcode/src/Exceptions/BarcodeException.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Exceptions/InvalidCharacterException.php b/vendor/ageekdev/laravel-barcode/src/Exceptions/InvalidCharacterException.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Exceptions/InvalidCheckDigitException.php b/vendor/ageekdev/laravel-barcode/src/Exceptions/InvalidCheckDigitException.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Exceptions/InvalidFormatException.php b/vendor/ageekdev/laravel-barcode/src/Exceptions/InvalidFormatException.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Exceptions/InvalidLengthException.php b/vendor/ageekdev/laravel-barcode/src/Exceptions/InvalidLengthException.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Exceptions/UnknownTypeException.php b/vendor/ageekdev/laravel-barcode/src/Exceptions/UnknownTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Facades/Barcode.php b/vendor/ageekdev/laravel-barcode/src/Facades/Barcode.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Helpers/BarcodeHelper.php b/vendor/ageekdev/laravel-barcode/src/Helpers/BarcodeHelper.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Helpers/BinarySequenceConverter.php b/vendor/ageekdev/laravel-barcode/src/Helpers/BinarySequenceConverter.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeCodabar.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeCodabar.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeCode11.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeCode11.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeCode128.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeCode128.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeCode128A.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeCode128A.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeCode128B.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeCode128B.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeCode128C.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeCode128C.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeCode32.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeCode32.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeCode39.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeCode39.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeCode39Checksum.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeCode39Checksum.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeCode39Extended.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeCode39Extended.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeCode39ExtendedChecksum.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeCode39ExtendedChecksum.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeCode93.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeCode93.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeEan13.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeEan13.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeEan8.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeEan8.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeEanUpcBase.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeEanUpcBase.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeIntelligentMailBarcode.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeIntelligentMailBarcode.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeInterface.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeInterleaved25.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeInterleaved25.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeInterleaved25Checksum.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeInterleaved25Checksum.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeKix.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeKix.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeMsi.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeMsi.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeMsiChecksum.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeMsiChecksum.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypePharmacode.php b/vendor/ageekdev/laravel-barcode/src/Types/TypePharmacode.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypePharmacodeTwoCode.php b/vendor/ageekdev/laravel-barcode/src/Types/TypePharmacodeTwoCode.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypePlanet.php b/vendor/ageekdev/laravel-barcode/src/Types/TypePlanet.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypePostnet.php b/vendor/ageekdev/laravel-barcode/src/Types/TypePostnet.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeRms4cc.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeRms4cc.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeStandard2of5.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeStandard2of5.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeStandard2of5Checksum.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeStandard2of5Checksum.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeUpcA.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeUpcA.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeUpcE.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeUpcE.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeUpcExtension2.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeUpcExtension2.php old mode 100644 new mode 100755 diff --git a/vendor/ageekdev/laravel-barcode/src/Types/TypeUpcExtension5.php b/vendor/ageekdev/laravel-barcode/src/Types/TypeUpcExtension5.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/LICENSE b/vendor/anandsiddharth/laravel-paytm-wallet/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/README.md b/vendor/anandsiddharth/laravel-paytm-wallet/README.md old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/composer.json b/vendor/anandsiddharth/laravel-paytm-wallet/composer.json old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/lib/encdec_paytm.php b/vendor/anandsiddharth/laravel-paytm-wallet/lib/encdec_paytm.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/Contracts/Factory.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/Contracts/Factory.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/Contracts/Provider.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/Contracts/Provider.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/Facades/PaytmWallet.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/Facades/PaytmWallet.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/PaytmWalletManager.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/PaytmWalletManager.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/PaytmWalletServiceProvider.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/PaytmWalletServiceProvider.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/BalanceCheckProvider.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/BalanceCheckProvider.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/PaytmAppProvider.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/PaytmAppProvider.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/PaytmWalletProvider.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/PaytmWalletProvider.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/ReceivePaymentProvider.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/ReceivePaymentProvider.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/RefundPaymentProvider.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/RefundPaymentProvider.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/RefundStatusCheckProvider.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/RefundStatusCheckProvider.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/StatusCheckProvider.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/StatusCheckProvider.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/Traits/HasTransactionStatus.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/Traits/HasTransactionStatus.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/resources/views/app_redirect.blade.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/resources/views/app_redirect.blade.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/resources/views/form.blade.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/resources/views/form.blade.php old mode 100644 new mode 100755 diff --git a/vendor/anandsiddharth/laravel-paytm-wallet/src/resources/views/transact.blade.php b/vendor/anandsiddharth/laravel-paytm-wallet/src/resources/views/transact.blade.php old mode 100644 new mode 100755 diff --git a/vendor/autoload.php b/vendor/autoload.php old mode 100644 new mode 100755 index 978d4149..d2bbfe28 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -14,10 +14,7 @@ echo $err; } } - trigger_error( - $err, - E_USER_ERROR - ); + throw new RuntimeException($err); } require_once __DIR__ . '/composer/autoload_real.php'; diff --git a/vendor/autoload1.php b/vendor/autoload1.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/CODE_OF_CONDUCT.md b/vendor/aws/aws-crt-php/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/LICENSE b/vendor/aws/aws-crt-php/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/NOTICE b/vendor/aws/aws-crt-php/NOTICE old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/README.md b/vendor/aws/aws-crt-php/README.md old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/composer.json b/vendor/aws/aws-crt-php/composer.json old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/format-check.py b/vendor/aws/aws-crt-php/format-check.py old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/AwsCredentials.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/AwsCredentials.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/CredentialsProvider.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/CredentialsProvider.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/Signable.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/Signable.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SignatureType.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SignatureType.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/Signing.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/Signing.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SigningAlgorithm.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SigningAlgorithm.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SigningConfigAWS.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SigningConfigAWS.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SigningResult.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SigningResult.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/StaticCredentialsProvider.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/StaticCredentialsProvider.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/CRT.php b/vendor/aws/aws-crt-php/src/AWS/CRT/CRT.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP/Headers.php b/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP/Headers.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP/Message.php b/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP/Message.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP/Request.php b/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP/Request.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP/Response.php b/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP/Response.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/IO/EventLoopGroup.php b/vendor/aws/aws-crt-php/src/AWS/CRT/IO/EventLoopGroup.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/IO/InputStream.php b/vendor/aws/aws-crt-php/src/AWS/CRT/IO/InputStream.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Internal/Encoding.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Internal/Encoding.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Internal/Extension.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Internal/Extension.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Log.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Log.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/NativeResource.php b/vendor/aws/aws-crt-php/src/AWS/CRT/NativeResource.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-crt-php/src/AWS/CRT/Options.php b/vendor/aws/aws-crt-php/src/AWS/CRT/Options.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/CODE_OF_CONDUCT.md b/vendor/aws/aws-sdk-php/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/CRT_INSTRUCTIONS.md b/vendor/aws/aws-sdk-php/CRT_INSTRUCTIONS.md old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/LICENSE b/vendor/aws/aws-sdk-php/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/NOTICE b/vendor/aws/aws-sdk-php/NOTICE old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/THIRD-PARTY-LICENSES b/vendor/aws/aws-sdk-php/THIRD-PARTY-LICENSES old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/composer.json b/vendor/aws/aws-sdk-php/composer.json old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php b/vendor/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php b/vendor/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AIOps/AIOpsClient.php b/vendor/aws/aws-sdk-php/src/AIOps/AIOpsClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AIOps/Exception/AIOpsException.php b/vendor/aws/aws-sdk-php/src/AIOps/Exception/AIOpsException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ARCRegionSwitch/ARCRegionSwitchClient.php b/vendor/aws/aws-sdk-php/src/ARCRegionSwitch/ARCRegionSwitchClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ARCRegionSwitch/Exception/ARCRegionSwitchException.php b/vendor/aws/aws-sdk-php/src/ARCRegionSwitch/Exception/ARCRegionSwitchException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ARCZonalShift/ARCZonalShiftClient.php b/vendor/aws/aws-sdk-php/src/ARCZonalShift/ARCZonalShiftClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ARCZonalShift/Exception/ARCZonalShiftException.php b/vendor/aws/aws-sdk-php/src/ARCZonalShift/Exception/ARCZonalShiftException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AbstractConfigurationProvider.php b/vendor/aws/aws-sdk-php/src/AbstractConfigurationProvider.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AccessAnalyzer/AccessAnalyzerClient.php b/vendor/aws/aws-sdk-php/src/AccessAnalyzer/AccessAnalyzerClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AccessAnalyzer/Exception/AccessAnalyzerException.php b/vendor/aws/aws-sdk-php/src/AccessAnalyzer/Exception/AccessAnalyzerException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Account/AccountClient.php b/vendor/aws/aws-sdk-php/src/Account/AccountClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Account/Exception/AccountException.php b/vendor/aws/aws-sdk-php/src/Account/Exception/AccountException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Acm/AcmClient.php b/vendor/aws/aws-sdk-php/src/Acm/AcmClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Acm/Exception/AcmException.php b/vendor/aws/aws-sdk-php/src/Acm/Exception/AcmException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Amplify/AmplifyClient.php b/vendor/aws/aws-sdk-php/src/Amplify/AmplifyClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Amplify/Exception/AmplifyException.php b/vendor/aws/aws-sdk-php/src/Amplify/Exception/AmplifyException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AmplifyBackend/AmplifyBackendClient.php b/vendor/aws/aws-sdk-php/src/AmplifyBackend/AmplifyBackendClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AmplifyBackend/Exception/AmplifyBackendException.php b/vendor/aws/aws-sdk-php/src/AmplifyBackend/Exception/AmplifyBackendException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AmplifyUIBuilder/AmplifyUIBuilderClient.php b/vendor/aws/aws-sdk-php/src/AmplifyUIBuilder/AmplifyUIBuilderClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AmplifyUIBuilder/Exception/AmplifyUIBuilderException.php b/vendor/aws/aws-sdk-php/src/AmplifyUIBuilder/Exception/AmplifyUIBuilderException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/AbstractModel.php b/vendor/aws/aws-sdk-php/src/Api/AbstractModel.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/ApiProvider.php b/vendor/aws/aws-sdk-php/src/Api/ApiProvider.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Cbor/CborDecoder.php b/vendor/aws/aws-sdk-php/src/Api/Cbor/CborDecoder.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Cbor/CborEncoder.php b/vendor/aws/aws-sdk-php/src/Api/Cbor/CborEncoder.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Cbor/Exception/CborException.php b/vendor/aws/aws-sdk-php/src/Api/Cbor/Exception/CborException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/DateTimeResult.php b/vendor/aws/aws-sdk-php/src/Api/DateTimeResult.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/DocModel.php b/vendor/aws/aws-sdk-php/src/Api/DocModel.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/ErrorParser/AbstractErrorParser.php b/vendor/aws/aws-sdk-php/src/Api/ErrorParser/AbstractErrorParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/ErrorParser/AbstractRpcV2ErrorParser.php b/vendor/aws/aws-sdk-php/src/Api/ErrorParser/AbstractRpcV2ErrorParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php b/vendor/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php b/vendor/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php b/vendor/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/ErrorParser/RpcV2CborErrorParser.php b/vendor/aws/aws-sdk-php/src/Api/ErrorParser/RpcV2CborErrorParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php b/vendor/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Exception/RpcV2CborException.php b/vendor/aws/aws-sdk-php/src/Api/Exception/RpcV2CborException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/ListShape.php b/vendor/aws/aws-sdk-php/src/Api/ListShape.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/MapShape.php b/vendor/aws/aws-sdk-php/src/Api/MapShape.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Operation.php b/vendor/aws/aws-sdk-php/src/Api/Operation.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php b/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php b/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractRpcV2Parser.php b/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractRpcV2Parser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php b/vendor/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/DecodingEventStreamIterator.php b/vendor/aws/aws-sdk-php/src/Api/Parser/DecodingEventStreamIterator.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/EventParsingIterator.php b/vendor/aws/aws-sdk-php/src/Api/Parser/EventParsingIterator.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php b/vendor/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/JsonParser.php b/vendor/aws/aws-sdk-php/src/Api/Parser/JsonParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php b/vendor/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/MetadataParserTrait.php b/vendor/aws/aws-sdk-php/src/Api/Parser/MetadataParserTrait.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/NonSeekableStreamDecodingEventStreamIterator.php b/vendor/aws/aws-sdk-php/src/Api/Parser/NonSeekableStreamDecodingEventStreamIterator.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php b/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/QueryParser.php b/vendor/aws/aws-sdk-php/src/Api/Parser/QueryParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php b/vendor/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php b/vendor/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/RpcV2CborParser.php b/vendor/aws/aws-sdk-php/src/Api/Parser/RpcV2CborParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/RpcV2ParserTrait.php b/vendor/aws/aws-sdk-php/src/Api/Parser/RpcV2ParserTrait.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Parser/XmlParser.php b/vendor/aws/aws-sdk-php/src/Api/Parser/XmlParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Serializer/AbstractRpcV2Serializer.php b/vendor/aws/aws-sdk-php/src/Api/Serializer/AbstractRpcV2Serializer.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php b/vendor/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php b/vendor/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php b/vendor/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php b/vendor/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php b/vendor/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php b/vendor/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php b/vendor/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php b/vendor/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Serializer/RpcV2CborSerializer.php b/vendor/aws/aws-sdk-php/src/Api/Serializer/RpcV2CborSerializer.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php b/vendor/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Service.php b/vendor/aws/aws-sdk-php/src/Api/Service.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Shape.php b/vendor/aws/aws-sdk-php/src/Api/Shape.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/ShapeMap.php b/vendor/aws/aws-sdk-php/src/Api/ShapeMap.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/StructureShape.php b/vendor/aws/aws-sdk-php/src/Api/StructureShape.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/SupportedProtocols.php b/vendor/aws/aws-sdk-php/src/Api/SupportedProtocols.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/TimestampShape.php b/vendor/aws/aws-sdk-php/src/Api/TimestampShape.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Api/Validator.php b/vendor/aws/aws-sdk-php/src/Api/Validator.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php b/vendor/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php b/vendor/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php b/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php b/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php b/vendor/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php b/vendor/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppConfig/AppConfigClient.php b/vendor/aws/aws-sdk-php/src/AppConfig/AppConfigClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppConfig/Exception/AppConfigException.php b/vendor/aws/aws-sdk-php/src/AppConfig/Exception/AppConfigException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppConfigData/AppConfigDataClient.php b/vendor/aws/aws-sdk-php/src/AppConfigData/AppConfigDataClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppConfigData/Exception/AppConfigDataException.php b/vendor/aws/aws-sdk-php/src/AppConfigData/Exception/AppConfigDataException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppFabric/AppFabricClient.php b/vendor/aws/aws-sdk-php/src/AppFabric/AppFabricClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppFabric/Exception/AppFabricException.php b/vendor/aws/aws-sdk-php/src/AppFabric/Exception/AppFabricException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php b/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php b/vendor/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php b/vendor/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php b/vendor/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppRegistry/AppRegistryClient.php b/vendor/aws/aws-sdk-php/src/AppRegistry/AppRegistryClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppRegistry/Exception/AppRegistryException.php b/vendor/aws/aws-sdk-php/src/AppRegistry/Exception/AppRegistryException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppRunner/AppRunnerClient.php b/vendor/aws/aws-sdk-php/src/AppRunner/AppRunnerClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppRunner/Exception/AppRunnerException.php b/vendor/aws/aws-sdk-php/src/AppRunner/Exception/AppRunnerException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php b/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php b/vendor/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Appflow/AppflowClient.php b/vendor/aws/aws-sdk-php/src/Appflow/AppflowClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Appflow/Exception/AppflowException.php b/vendor/aws/aws-sdk-php/src/Appflow/Exception/AppflowException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php b/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php b/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/ApplicationCostProfilerClient.php b/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/ApplicationCostProfilerClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/Exception/ApplicationCostProfilerException.php b/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/Exception/ApplicationCostProfilerException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php b/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php b/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApplicationInsights/ApplicationInsightsClient.php b/vendor/aws/aws-sdk-php/src/ApplicationInsights/ApplicationInsightsClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApplicationInsights/Exception/ApplicationInsightsException.php b/vendor/aws/aws-sdk-php/src/ApplicationInsights/Exception/ApplicationInsightsException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApplicationSignals/ApplicationSignalsClient.php b/vendor/aws/aws-sdk-php/src/ApplicationSignals/ApplicationSignalsClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ApplicationSignals/Exception/ApplicationSignalsException.php b/vendor/aws/aws-sdk-php/src/ApplicationSignals/Exception/ApplicationSignalsException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php b/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php b/vendor/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/AccessPointArn.php b/vendor/aws/aws-sdk-php/src/Arn/AccessPointArn.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php b/vendor/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/Arn.php b/vendor/aws/aws-sdk-php/src/Arn/Arn.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/ArnInterface.php b/vendor/aws/aws-sdk-php/src/Arn/ArnInterface.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/ArnParser.php b/vendor/aws/aws-sdk-php/src/Arn/ArnParser.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php b/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/ObjectLambdaAccessPointArn.php b/vendor/aws/aws-sdk-php/src/Arn/ObjectLambdaAccessPointArn.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/ResourceTypeAndIdTrait.php b/vendor/aws/aws-sdk-php/src/Arn/ResourceTypeAndIdTrait.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/S3/AccessPointArn.php b/vendor/aws/aws-sdk-php/src/Arn/S3/AccessPointArn.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php b/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/S3/MultiRegionAccessPointArn.php b/vendor/aws/aws-sdk-php/src/Arn/S3/MultiRegionAccessPointArn.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsAccessPointArn.php b/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsAccessPointArn.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsArnInterface.php b/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsArnInterface.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php b/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Artifact/ArtifactClient.php b/vendor/aws/aws-sdk-php/src/Artifact/ArtifactClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Artifact/Exception/ArtifactException.php b/vendor/aws/aws-sdk-php/src/Artifact/Exception/ArtifactException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Athena/AthenaClient.php b/vendor/aws/aws-sdk-php/src/Athena/AthenaClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php b/vendor/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AuditManager/AuditManagerClient.php b/vendor/aws/aws-sdk-php/src/AuditManager/AuditManagerClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AuditManager/Exception/AuditManagerException.php b/vendor/aws/aws-sdk-php/src/AuditManager/Exception/AuditManagerException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/AugmentedAIRuntimeClient.php b/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/AugmentedAIRuntimeClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php b/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Auth/AuthSchemeResolver.php b/vendor/aws/aws-sdk-php/src/Auth/AuthSchemeResolver.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Auth/AuthSchemeResolverInterface.php b/vendor/aws/aws-sdk-php/src/Auth/AuthSchemeResolverInterface.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Auth/AuthSelectionMiddleware.php b/vendor/aws/aws-sdk-php/src/Auth/AuthSelectionMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Auth/Exception/UnresolvedAuthSchemeException.php b/vendor/aws/aws-sdk-php/src/Auth/Exception/UnresolvedAuthSchemeException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php b/vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php b/vendor/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php b/vendor/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php b/vendor/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AwsClient.php b/vendor/aws/aws-sdk-php/src/AwsClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AwsClientInterface.php b/vendor/aws/aws-sdk-php/src/AwsClientInterface.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/AwsClientTrait.php b/vendor/aws/aws-sdk-php/src/AwsClientTrait.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/B2bi/B2biClient.php b/vendor/aws/aws-sdk-php/src/B2bi/B2biClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/B2bi/Exception/B2biException.php b/vendor/aws/aws-sdk-php/src/B2bi/Exception/B2biException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BCMDashboards/BCMDashboardsClient.php b/vendor/aws/aws-sdk-php/src/BCMDashboards/BCMDashboardsClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BCMDashboards/Exception/BCMDashboardsException.php b/vendor/aws/aws-sdk-php/src/BCMDashboards/Exception/BCMDashboardsException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BCMDataExports/BCMDataExportsClient.php b/vendor/aws/aws-sdk-php/src/BCMDataExports/BCMDataExportsClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BCMDataExports/Exception/BCMDataExportsException.php b/vendor/aws/aws-sdk-php/src/BCMDataExports/Exception/BCMDataExportsException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BCMPricingCalculator/BCMPricingCalculatorClient.php b/vendor/aws/aws-sdk-php/src/BCMPricingCalculator/BCMPricingCalculatorClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BCMPricingCalculator/Exception/BCMPricingCalculatorException.php b/vendor/aws/aws-sdk-php/src/BCMPricingCalculator/Exception/BCMPricingCalculatorException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BCMRecommendedActions/BCMRecommendedActionsClient.php b/vendor/aws/aws-sdk-php/src/BCMRecommendedActions/BCMRecommendedActionsClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BCMRecommendedActions/Exception/BCMRecommendedActionsException.php b/vendor/aws/aws-sdk-php/src/BCMRecommendedActions/Exception/BCMRecommendedActionsException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Backup/BackupClient.php b/vendor/aws/aws-sdk-php/src/Backup/BackupClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Backup/Exception/BackupException.php b/vendor/aws/aws-sdk-php/src/Backup/Exception/BackupException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BackupGateway/BackupGatewayClient.php b/vendor/aws/aws-sdk-php/src/BackupGateway/BackupGatewayClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BackupGateway/Exception/BackupGatewayException.php b/vendor/aws/aws-sdk-php/src/BackupGateway/Exception/BackupGatewayException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BackupSearch/BackupSearchClient.php b/vendor/aws/aws-sdk-php/src/BackupSearch/BackupSearchClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BackupSearch/Exception/BackupSearchException.php b/vendor/aws/aws-sdk-php/src/BackupSearch/Exception/BackupSearchException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Batch/BatchClient.php b/vendor/aws/aws-sdk-php/src/Batch/BatchClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Batch/Exception/BatchException.php b/vendor/aws/aws-sdk-php/src/Batch/Exception/BatchException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Bedrock/BedrockClient.php b/vendor/aws/aws-sdk-php/src/Bedrock/BedrockClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Bedrock/Exception/BedrockException.php b/vendor/aws/aws-sdk-php/src/Bedrock/Exception/BedrockException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockAgent/BedrockAgentClient.php b/vendor/aws/aws-sdk-php/src/BedrockAgent/BedrockAgentClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockAgent/Exception/BedrockAgentException.php b/vendor/aws/aws-sdk-php/src/BedrockAgent/Exception/BedrockAgentException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockAgentCore/BedrockAgentCoreClient.php b/vendor/aws/aws-sdk-php/src/BedrockAgentCore/BedrockAgentCoreClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockAgentCore/Exception/BedrockAgentCoreException.php b/vendor/aws/aws-sdk-php/src/BedrockAgentCore/Exception/BedrockAgentCoreException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockAgentCoreControl/BedrockAgentCoreControlClient.php b/vendor/aws/aws-sdk-php/src/BedrockAgentCoreControl/BedrockAgentCoreControlClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockAgentCoreControl/Exception/BedrockAgentCoreControlException.php b/vendor/aws/aws-sdk-php/src/BedrockAgentCoreControl/Exception/BedrockAgentCoreControlException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockAgentRuntime/BedrockAgentRuntimeClient.php b/vendor/aws/aws-sdk-php/src/BedrockAgentRuntime/BedrockAgentRuntimeClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockAgentRuntime/Exception/BedrockAgentRuntimeException.php b/vendor/aws/aws-sdk-php/src/BedrockAgentRuntime/Exception/BedrockAgentRuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockDataAutomation/BedrockDataAutomationClient.php b/vendor/aws/aws-sdk-php/src/BedrockDataAutomation/BedrockDataAutomationClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockDataAutomation/Exception/BedrockDataAutomationException.php b/vendor/aws/aws-sdk-php/src/BedrockDataAutomation/Exception/BedrockDataAutomationException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockDataAutomationRuntime/BedrockDataAutomationRuntimeClient.php b/vendor/aws/aws-sdk-php/src/BedrockDataAutomationRuntime/BedrockDataAutomationRuntimeClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockDataAutomationRuntime/Exception/BedrockDataAutomationRuntimeException.php b/vendor/aws/aws-sdk-php/src/BedrockDataAutomationRuntime/Exception/BedrockDataAutomationRuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockRuntime/BedrockRuntimeClient.php b/vendor/aws/aws-sdk-php/src/BedrockRuntime/BedrockRuntimeClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BedrockRuntime/Exception/BedrockRuntimeException.php b/vendor/aws/aws-sdk-php/src/BedrockRuntime/Exception/BedrockRuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Billing/BillingClient.php b/vendor/aws/aws-sdk-php/src/Billing/BillingClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Billing/Exception/BillingException.php b/vendor/aws/aws-sdk-php/src/Billing/Exception/BillingException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BillingConductor/BillingConductorClient.php b/vendor/aws/aws-sdk-php/src/BillingConductor/BillingConductorClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/BillingConductor/Exception/BillingConductorException.php b/vendor/aws/aws-sdk-php/src/BillingConductor/Exception/BillingConductorException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Braket/BraketClient.php b/vendor/aws/aws-sdk-php/src/Braket/BraketClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Braket/Exception/BraketException.php b/vendor/aws/aws-sdk-php/src/Braket/Exception/BraketException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Budgets/BudgetsClient.php b/vendor/aws/aws-sdk-php/src/Budgets/BudgetsClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php b/vendor/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CacheInterface.php b/vendor/aws/aws-sdk-php/src/CacheInterface.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Cbor/CborDecoder.php b/vendor/aws/aws-sdk-php/src/Cbor/CborDecoder.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Cbor/CborEncoder.php b/vendor/aws/aws-sdk-php/src/Cbor/CborEncoder.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Cbor/Exception/CborException.php b/vendor/aws/aws-sdk-php/src/Cbor/Exception/CborException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Chatbot/ChatbotClient.php b/vendor/aws/aws-sdk-php/src/Chatbot/ChatbotClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Chatbot/Exception/ChatbotException.php b/vendor/aws/aws-sdk-php/src/Chatbot/Exception/ChatbotException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Chime/ChimeClient.php b/vendor/aws/aws-sdk-php/src/Chime/ChimeClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php b/vendor/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ChimeSDKIdentity/ChimeSDKIdentityClient.php b/vendor/aws/aws-sdk-php/src/ChimeSDKIdentity/ChimeSDKIdentityClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ChimeSDKIdentity/Exception/ChimeSDKIdentityException.php b/vendor/aws/aws-sdk-php/src/ChimeSDKIdentity/Exception/ChimeSDKIdentityException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ChimeSDKMediaPipelines/ChimeSDKMediaPipelinesClient.php b/vendor/aws/aws-sdk-php/src/ChimeSDKMediaPipelines/ChimeSDKMediaPipelinesClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ChimeSDKMediaPipelines/Exception/ChimeSDKMediaPipelinesException.php b/vendor/aws/aws-sdk-php/src/ChimeSDKMediaPipelines/Exception/ChimeSDKMediaPipelinesException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ChimeSDKMeetings/ChimeSDKMeetingsClient.php b/vendor/aws/aws-sdk-php/src/ChimeSDKMeetings/ChimeSDKMeetingsClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ChimeSDKMeetings/Exception/ChimeSDKMeetingsException.php b/vendor/aws/aws-sdk-php/src/ChimeSDKMeetings/Exception/ChimeSDKMeetingsException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ChimeSDKMessaging/ChimeSDKMessagingClient.php b/vendor/aws/aws-sdk-php/src/ChimeSDKMessaging/ChimeSDKMessagingClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ChimeSDKMessaging/Exception/ChimeSDKMessagingException.php b/vendor/aws/aws-sdk-php/src/ChimeSDKMessaging/Exception/ChimeSDKMessagingException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ChimeSDKVoice/ChimeSDKVoiceClient.php b/vendor/aws/aws-sdk-php/src/ChimeSDKVoice/ChimeSDKVoiceClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ChimeSDKVoice/Exception/ChimeSDKVoiceException.php b/vendor/aws/aws-sdk-php/src/ChimeSDKVoice/Exception/ChimeSDKVoiceException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CleanRooms/CleanRoomsClient.php b/vendor/aws/aws-sdk-php/src/CleanRooms/CleanRoomsClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CleanRooms/Exception/CleanRoomsException.php b/vendor/aws/aws-sdk-php/src/CleanRooms/Exception/CleanRoomsException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CleanRoomsML/CleanRoomsMLClient.php b/vendor/aws/aws-sdk-php/src/CleanRoomsML/CleanRoomsMLClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CleanRoomsML/Exception/CleanRoomsMLException.php b/vendor/aws/aws-sdk-php/src/CleanRoomsML/Exception/CleanRoomsMLException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ClientResolver.php b/vendor/aws/aws-sdk-php/src/ClientResolver.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/AbstractMonitoringMiddleware.php b/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/AbstractMonitoringMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php b/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallMonitoringMiddleware.php b/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallMonitoringMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Configuration.php b/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Configuration.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationInterface.php b/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationInterface.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php b/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php b/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/MonitoringMiddlewareInterface.php b/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/MonitoringMiddlewareInterface.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php b/vendor/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php b/vendor/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudControlApi/CloudControlApiClient.php b/vendor/aws/aws-sdk-php/src/CloudControlApi/CloudControlApiClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudControlApi/Exception/CloudControlApiException.php b/vendor/aws/aws-sdk-php/src/CloudControlApi/Exception/CloudControlApiException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php b/vendor/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php b/vendor/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php b/vendor/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php b/vendor/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php b/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudFront/CookieSigner.php b/vendor/aws/aws-sdk-php/src/CloudFront/CookieSigner.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php b/vendor/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudFront/Signer.php b/vendor/aws/aws-sdk-php/src/CloudFront/Signer.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudFront/UrlSigner.php b/vendor/aws/aws-sdk-php/src/CloudFront/UrlSigner.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudFrontKeyValueStore/CloudFrontKeyValueStoreClient.php b/vendor/aws/aws-sdk-php/src/CloudFrontKeyValueStore/CloudFrontKeyValueStoreClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudFrontKeyValueStore/Exception/CloudFrontKeyValueStoreException.php b/vendor/aws/aws-sdk-php/src/CloudFrontKeyValueStore/Exception/CloudFrontKeyValueStoreException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php b/vendor/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php b/vendor/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php b/vendor/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php b/vendor/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php b/vendor/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php b/vendor/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php b/vendor/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php b/vendor/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php b/vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php b/vendor/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php b/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php b/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php b/vendor/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudTrailData/CloudTrailDataClient.php b/vendor/aws/aws-sdk-php/src/CloudTrailData/CloudTrailDataClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudTrailData/Exception/CloudTrailDataException.php b/vendor/aws/aws-sdk-php/src/CloudTrailData/Exception/CloudTrailDataException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php b/vendor/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php b/vendor/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php b/vendor/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php b/vendor/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/CloudWatchEvidently/CloudWatchEvidentlyClient.php b/vendor/aws/aws-sdk-php/src/CloudWatchEvidently/CloudWatchEvidentlyClient.php new file mode 100755 index 00000000..1201de12 --- /dev/null +++ b/vendor/aws/aws-sdk-php/src/CloudWatchEvidently/CloudWatchEvidentlyClient.php @@ -0,0 +1,85 @@ + '2.0', 'metadata' => [ 'apiVersion' => '2021-02-01', 'endpointPrefix' => 'evidently', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon CloudWatch Evidently', 'serviceId' => 'Evidently', 'signatureVersion' => 'v4', 'signingName' => 'evidently', 'uid' => 'evidently-2021-02-01', ], 'operations' => [ 'BatchEvaluateFeature' => [ 'name' => 'BatchEvaluateFeature', 'http' => [ 'method' => 'POST', 'requestUri' => '/projects/{project}/evaluations', 'responseCode' => 200, ], 'input' => [ 'shape' => 'BatchEvaluateFeatureRequest', ], 'output' => [ 'shape' => 'BatchEvaluateFeatureResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], 'endpoint' => [ 'hostPrefix' => 'dataplane.', ], ], 'CreateExperiment' => [ 'name' => 'CreateExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/projects/{project}/experiments', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CreateExperimentRequest', ], 'output' => [ 'shape' => 'CreateExperimentResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], 'idempotent' => true, ], 'CreateFeature' => [ 'name' => 'CreateFeature', 'http' => [ 'method' => 'POST', 'requestUri' => '/projects/{project}/features', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CreateFeatureRequest', ], 'output' => [ 'shape' => 'CreateFeatureResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'CreateLaunch' => [ 'name' => 'CreateLaunch', 'http' => [ 'method' => 'POST', 'requestUri' => '/projects/{project}/launches', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CreateLaunchRequest', ], 'output' => [ 'shape' => 'CreateLaunchResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'CreateProject' => [ 'name' => 'CreateProject', 'http' => [ 'method' => 'POST', 'requestUri' => '/projects', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CreateProjectRequest', ], 'output' => [ 'shape' => 'CreateProjectResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'CreateSegment' => [ 'name' => 'CreateSegment', 'http' => [ 'method' => 'POST', 'requestUri' => '/segments', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CreateSegmentRequest', ], 'output' => [ 'shape' => 'CreateSegmentResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'DeleteExperiment' => [ 'name' => 'DeleteExperiment', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/projects/{project}/experiments/{experiment}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteExperimentRequest', ], 'output' => [ 'shape' => 'DeleteExperimentResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], 'idempotent' => true, ], 'DeleteFeature' => [ 'name' => 'DeleteFeature', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/projects/{project}/features/{feature}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteFeatureRequest', ], 'output' => [ 'shape' => 'DeleteFeatureResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], 'idempotent' => true, ], 'DeleteLaunch' => [ 'name' => 'DeleteLaunch', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/projects/{project}/launches/{launch}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteLaunchRequest', ], 'output' => [ 'shape' => 'DeleteLaunchResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], 'idempotent' => true, ], 'DeleteProject' => [ 'name' => 'DeleteProject', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/projects/{project}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteProjectRequest', ], 'output' => [ 'shape' => 'DeleteProjectResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], 'idempotent' => true, ], 'DeleteSegment' => [ 'name' => 'DeleteSegment', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/segments/{segment}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteSegmentRequest', ], 'output' => [ 'shape' => 'DeleteSegmentResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], 'idempotent' => true, ], 'EvaluateFeature' => [ 'name' => 'EvaluateFeature', 'http' => [ 'method' => 'POST', 'requestUri' => '/projects/{project}/evaluations/{feature}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'EvaluateFeatureRequest', ], 'output' => [ 'shape' => 'EvaluateFeatureResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], 'endpoint' => [ 'hostPrefix' => 'dataplane.', ], ], 'GetExperiment' => [ 'name' => 'GetExperiment', 'http' => [ 'method' => 'GET', 'requestUri' => '/projects/{project}/experiments/{experiment}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetExperimentRequest', ], 'output' => [ 'shape' => 'GetExperimentResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'GetExperimentResults' => [ 'name' => 'GetExperimentResults', 'http' => [ 'method' => 'POST', 'requestUri' => '/projects/{project}/experiments/{experiment}/results', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetExperimentResultsRequest', ], 'output' => [ 'shape' => 'GetExperimentResultsResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'GetFeature' => [ 'name' => 'GetFeature', 'http' => [ 'method' => 'GET', 'requestUri' => '/projects/{project}/features/{feature}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetFeatureRequest', ], 'output' => [ 'shape' => 'GetFeatureResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'GetLaunch' => [ 'name' => 'GetLaunch', 'http' => [ 'method' => 'GET', 'requestUri' => '/projects/{project}/launches/{launch}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetLaunchRequest', ], 'output' => [ 'shape' => 'GetLaunchResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'GetProject' => [ 'name' => 'GetProject', 'http' => [ 'method' => 'GET', 'requestUri' => '/projects/{project}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetProjectRequest', ], 'output' => [ 'shape' => 'GetProjectResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'GetSegment' => [ 'name' => 'GetSegment', 'http' => [ 'method' => 'GET', 'requestUri' => '/segments/{segment}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetSegmentRequest', ], 'output' => [ 'shape' => 'GetSegmentResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'ListExperiments' => [ 'name' => 'ListExperiments', 'http' => [ 'method' => 'GET', 'requestUri' => '/projects/{project}/experiments', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListExperimentsRequest', ], 'output' => [ 'shape' => 'ListExperimentsResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'ListFeatures' => [ 'name' => 'ListFeatures', 'http' => [ 'method' => 'GET', 'requestUri' => '/projects/{project}/features', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListFeaturesRequest', ], 'output' => [ 'shape' => 'ListFeaturesResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'ListLaunches' => [ 'name' => 'ListLaunches', 'http' => [ 'method' => 'GET', 'requestUri' => '/projects/{project}/launches', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListLaunchesRequest', ], 'output' => [ 'shape' => 'ListLaunchesResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'ListProjects' => [ 'name' => 'ListProjects', 'http' => [ 'method' => 'GET', 'requestUri' => '/projects', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListProjectsRequest', ], 'output' => [ 'shape' => 'ListProjectsResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'ListSegmentReferences' => [ 'name' => 'ListSegmentReferences', 'http' => [ 'method' => 'GET', 'requestUri' => '/segments/{segment}/references', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListSegmentReferencesRequest', ], 'output' => [ 'shape' => 'ListSegmentReferencesResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'ListSegments' => [ 'name' => 'ListSegments', 'http' => [ 'method' => 'GET', 'requestUri' => '/segments', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListSegmentsRequest', ], 'output' => [ 'shape' => 'ListSegmentsResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListTagsForResourceRequest', ], 'output' => [ 'shape' => 'ListTagsForResourceResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'PutProjectEvents' => [ 'name' => 'PutProjectEvents', 'http' => [ 'method' => 'POST', 'requestUri' => '/events/projects/{project}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'PutProjectEventsRequest', ], 'output' => [ 'shape' => 'PutProjectEventsResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], 'endpoint' => [ 'hostPrefix' => 'dataplane.', ], ], 'StartExperiment' => [ 'name' => 'StartExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/projects/{project}/experiments/{experiment}/start', 'responseCode' => 200, ], 'input' => [ 'shape' => 'StartExperimentRequest', ], 'output' => [ 'shape' => 'StartExperimentResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'StartLaunch' => [ 'name' => 'StartLaunch', 'http' => [ 'method' => 'POST', 'requestUri' => '/projects/{project}/launches/{launch}/start', 'responseCode' => 200, ], 'input' => [ 'shape' => 'StartLaunchRequest', ], 'output' => [ 'shape' => 'StartLaunchResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'StopExperiment' => [ 'name' => 'StopExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/projects/{project}/experiments/{experiment}/cancel', 'responseCode' => 200, ], 'input' => [ 'shape' => 'StopExperimentRequest', ], 'output' => [ 'shape' => 'StopExperimentResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'StopLaunch' => [ 'name' => 'StopLaunch', 'http' => [ 'method' => 'POST', 'requestUri' => '/projects/{project}/launches/{launch}/cancel', 'responseCode' => 200, ], 'input' => [ 'shape' => 'StopLaunchRequest', ], 'output' => [ 'shape' => 'StopLaunchResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'idempotent' => true, ], 'TestSegmentPattern' => [ 'name' => 'TestSegmentPattern', 'http' => [ 'method' => 'POST', 'requestUri' => '/test-segment-pattern', 'responseCode' => 200, ], 'input' => [ 'shape' => 'TestSegmentPatternRequest', ], 'output' => [ 'shape' => 'TestSegmentPatternResponse', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'idempotent' => true, ], 'UpdateExperiment' => [ 'name' => 'UpdateExperiment', 'http' => [ 'method' => 'PATCH', 'requestUri' => '/projects/{project}/experiments/{experiment}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UpdateExperimentRequest', ], 'output' => [ 'shape' => 'UpdateExperimentResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'UpdateFeature' => [ 'name' => 'UpdateFeature', 'http' => [ 'method' => 'PATCH', 'requestUri' => '/projects/{project}/features/{feature}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UpdateFeatureRequest', ], 'output' => [ 'shape' => 'UpdateFeatureResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'UpdateLaunch' => [ 'name' => 'UpdateLaunch', 'http' => [ 'method' => 'PATCH', 'requestUri' => '/projects/{project}/launches/{launch}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UpdateLaunchRequest', ], 'output' => [ 'shape' => 'UpdateLaunchResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'UpdateProject' => [ 'name' => 'UpdateProject', 'http' => [ 'method' => 'PATCH', 'requestUri' => '/projects/{project}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UpdateProjectRequest', ], 'output' => [ 'shape' => 'UpdateProjectResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'UpdateProjectDataDelivery' => [ 'name' => 'UpdateProjectDataDelivery', 'http' => [ 'method' => 'PATCH', 'requestUri' => '/projects/{project}/data-delivery', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UpdateProjectDataDeliveryRequest', ], 'output' => [ 'shape' => 'UpdateProjectDataDeliveryResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], ], ], ], 'shapes' => [ 'AccessDeniedException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 403, 'senderFault' => true, ], 'exception' => true, ], 'AppConfigResourceId' => [ 'type' => 'string', 'pattern' => '[a-z0-9]{4,7}', ], 'Arn' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => 'arn:[^:]*:[^:]*:[^:]*:[^:]*:.*', ], 'BatchEvaluateFeatureRequest' => [ 'type' => 'structure', 'required' => [ 'project', 'requests', ], 'members' => [ 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 'requests' => [ 'shape' => 'EvaluationRequestsList', ], ], ], 'BatchEvaluateFeatureResponse' => [ 'type' => 'structure', 'members' => [ 'results' => [ 'shape' => 'EvaluationResultsList', ], ], ], 'Boolean' => [ 'type' => 'boolean', 'box' => true, ], 'ChangeDirectionEnum' => [ 'type' => 'string', 'enum' => [ 'INCREASE', 'DECREASE', ], ], 'CloudWatchLogsDestination' => [ 'type' => 'structure', 'members' => [ 'logGroup' => [ 'shape' => 'CwLogGroupSafeName', ], ], ], 'CloudWatchLogsDestinationConfig' => [ 'type' => 'structure', 'members' => [ 'logGroup' => [ 'shape' => 'CwLogGroupSafeName', ], ], ], 'ConflictException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], 'resourceId' => [ 'shape' => 'String', ], 'resourceType' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 409, 'senderFault' => true, ], 'exception' => true, ], 'CreateExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'metricGoals', 'name', 'project', 'treatments', ], 'members' => [ 'description' => [ 'shape' => 'Description', ], 'metricGoals' => [ 'shape' => 'MetricGoalConfigList', ], 'name' => [ 'shape' => 'ExperimentName', ], 'onlineAbConfig' => [ 'shape' => 'OnlineAbConfig', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 'randomizationSalt' => [ 'shape' => 'RandomizationSalt', ], 'samplingRate' => [ 'shape' => 'SplitWeight', 'box' => true, ], 'segment' => [ 'shape' => 'SegmentRef', ], 'tags' => [ 'shape' => 'TagMap', ], 'treatments' => [ 'shape' => 'TreatmentConfigList', ], ], ], 'CreateExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'experiment', ], 'members' => [ 'experiment' => [ 'shape' => 'Experiment', ], ], ], 'CreateFeatureRequest' => [ 'type' => 'structure', 'required' => [ 'name', 'project', 'variations', ], 'members' => [ 'defaultVariation' => [ 'shape' => 'VariationName', ], 'description' => [ 'shape' => 'Description', ], 'entityOverrides' => [ 'shape' => 'EntityOverrideMap', ], 'evaluationStrategy' => [ 'shape' => 'FeatureEvaluationStrategy', ], 'name' => [ 'shape' => 'FeatureName', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 'tags' => [ 'shape' => 'TagMap', ], 'variations' => [ 'shape' => 'VariationConfigsList', ], ], ], 'CreateFeatureResponse' => [ 'type' => 'structure', 'members' => [ 'feature' => [ 'shape' => 'Feature', ], ], ], 'CreateLaunchRequest' => [ 'type' => 'structure', 'required' => [ 'groups', 'name', 'project', ], 'members' => [ 'description' => [ 'shape' => 'Description', ], 'groups' => [ 'shape' => 'LaunchGroupConfigList', ], 'metricMonitors' => [ 'shape' => 'MetricMonitorConfigList', ], 'name' => [ 'shape' => 'LaunchName', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 'randomizationSalt' => [ 'shape' => 'RandomizationSalt', ], 'scheduledSplitsConfig' => [ 'shape' => 'ScheduledSplitsLaunchConfig', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'CreateLaunchResponse' => [ 'type' => 'structure', 'required' => [ 'launch', ], 'members' => [ 'launch' => [ 'shape' => 'Launch', ], ], ], 'CreateProjectRequest' => [ 'type' => 'structure', 'required' => [ 'name', ], 'members' => [ 'appConfigResource' => [ 'shape' => 'ProjectAppConfigResourceConfig', ], 'dataDelivery' => [ 'shape' => 'ProjectDataDeliveryConfig', ], 'description' => [ 'shape' => 'Description', ], 'name' => [ 'shape' => 'ProjectName', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'CreateProjectResponse' => [ 'type' => 'structure', 'required' => [ 'project', ], 'members' => [ 'project' => [ 'shape' => 'Project', ], ], ], 'CreateSegmentRequest' => [ 'type' => 'structure', 'required' => [ 'name', 'pattern', ], 'members' => [ 'description' => [ 'shape' => 'Description', ], 'name' => [ 'shape' => 'SegmentName', ], 'pattern' => [ 'shape' => 'SegmentPattern', 'jsonvalue' => true, ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'CreateSegmentResponse' => [ 'type' => 'structure', 'required' => [ 'segment', ], 'members' => [ 'segment' => [ 'shape' => 'Segment', ], ], ], 'CwDimensionSafeName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[\\S]+$', ], 'CwLogGroupSafeName' => [ 'type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '^[-a-zA-Z0-9._/]+$', ], 'DeleteExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'experiment', 'project', ], 'members' => [ 'experiment' => [ 'shape' => 'ExperimentName', 'location' => 'uri', 'locationName' => 'experiment', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'DeleteExperimentResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteFeatureRequest' => [ 'type' => 'structure', 'required' => [ 'feature', 'project', ], 'members' => [ 'feature' => [ 'shape' => 'FeatureName', 'location' => 'uri', 'locationName' => 'feature', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'DeleteFeatureResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteLaunchRequest' => [ 'type' => 'structure', 'required' => [ 'launch', 'project', ], 'members' => [ 'launch' => [ 'shape' => 'LaunchName', 'location' => 'uri', 'locationName' => 'launch', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'DeleteLaunchResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteProjectRequest' => [ 'type' => 'structure', 'required' => [ 'project', ], 'members' => [ 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'DeleteProjectResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteSegmentRequest' => [ 'type' => 'structure', 'required' => [ 'segment', ], 'members' => [ 'segment' => [ 'shape' => 'SegmentRef', 'location' => 'uri', 'locationName' => 'segment', ], ], ], 'DeleteSegmentResponse' => [ 'type' => 'structure', 'members' => [], ], 'Description' => [ 'type' => 'string', 'max' => 160, 'min' => 0, 'pattern' => '.*', ], 'Double' => [ 'type' => 'double', 'box' => true, ], 'DoubleValueList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Double', ], 'max' => 100800, 'min' => 0, ], 'EntityId' => [ 'type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '.*', ], 'EntityOverrideMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'EntityId', ], 'value' => [ 'shape' => 'VariationName', ], 'max' => 2500, 'min' => 0, ], 'ErrorCodeEnum' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'ErrorMessage' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.*', ], 'EvaluateFeatureRequest' => [ 'type' => 'structure', 'required' => [ 'entityId', 'feature', 'project', ], 'members' => [ 'entityId' => [ 'shape' => 'EntityId', ], 'evaluationContext' => [ 'shape' => 'JsonValue', 'jsonvalue' => true, ], 'feature' => [ 'shape' => 'FeatureName', 'location' => 'uri', 'locationName' => 'feature', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'EvaluateFeatureResponse' => [ 'type' => 'structure', 'members' => [ 'details' => [ 'shape' => 'JsonValue', 'jsonvalue' => true, ], 'reason' => [ 'shape' => 'String', ], 'value' => [ 'shape' => 'VariableValue', ], 'variation' => [ 'shape' => 'String', ], ], ], 'EvaluationRequest' => [ 'type' => 'structure', 'required' => [ 'entityId', 'feature', ], 'members' => [ 'entityId' => [ 'shape' => 'EntityId', ], 'evaluationContext' => [ 'shape' => 'JsonValue', 'jsonvalue' => true, ], 'feature' => [ 'shape' => 'FeatureName', ], ], ], 'EvaluationRequestsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EvaluationRequest', ], 'max' => 20, 'min' => 1, ], 'EvaluationResult' => [ 'type' => 'structure', 'required' => [ 'entityId', 'feature', ], 'members' => [ 'details' => [ 'shape' => 'JsonValue', 'jsonvalue' => true, ], 'entityId' => [ 'shape' => 'EntityId', ], 'feature' => [ 'shape' => 'FeatureName', ], 'project' => [ 'shape' => 'Arn', ], 'reason' => [ 'shape' => 'String', ], 'value' => [ 'shape' => 'VariableValue', ], 'variation' => [ 'shape' => 'String', ], ], ], 'EvaluationResultsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EvaluationResult', ], ], 'EvaluationRule' => [ 'type' => 'structure', 'required' => [ 'type', ], 'members' => [ 'name' => [ 'shape' => 'RuleName', ], 'type' => [ 'shape' => 'RuleType', ], ], ], 'EvaluationRulesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EvaluationRule', ], ], 'Event' => [ 'type' => 'structure', 'required' => [ 'data', 'timestamp', 'type', ], 'members' => [ 'data' => [ 'shape' => 'JsonValue', 'jsonvalue' => true, ], 'timestamp' => [ 'shape' => 'Timestamp', ], 'type' => [ 'shape' => 'EventType', ], ], ], 'EventList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Event', ], 'max' => 50, 'min' => 0, ], 'EventType' => [ 'type' => 'string', 'enum' => [ 'aws.evidently.evaluation', 'aws.evidently.custom', ], ], 'Experiment' => [ 'type' => 'structure', 'required' => [ 'arn', 'createdTime', 'lastUpdatedTime', 'name', 'status', 'type', ], 'members' => [ 'arn' => [ 'shape' => 'ExperimentArn', ], 'createdTime' => [ 'shape' => 'Timestamp', ], 'description' => [ 'shape' => 'Description', ], 'execution' => [ 'shape' => 'ExperimentExecution', ], 'lastUpdatedTime' => [ 'shape' => 'Timestamp', ], 'metricGoals' => [ 'shape' => 'MetricGoalsList', ], 'name' => [ 'shape' => 'ExperimentName', ], 'onlineAbDefinition' => [ 'shape' => 'OnlineAbDefinition', ], 'project' => [ 'shape' => 'ProjectArn', ], 'randomizationSalt' => [ 'shape' => 'RandomizationSalt', ], 'samplingRate' => [ 'shape' => 'SplitWeight', ], 'schedule' => [ 'shape' => 'ExperimentSchedule', ], 'segment' => [ 'shape' => 'SegmentArn', ], 'status' => [ 'shape' => 'ExperimentStatus', ], 'statusReason' => [ 'shape' => 'Description', ], 'tags' => [ 'shape' => 'TagMap', ], 'treatments' => [ 'shape' => 'TreatmentList', ], 'type' => [ 'shape' => 'ExperimentType', ], ], ], 'ExperimentArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => 'arn:[^:]*:[^:]*:[^:]*:[^:]*:project/[-a-zA-Z0-9._]*/experiment/[-a-zA-Z0-9._]*', ], 'ExperimentBaseStat' => [ 'type' => 'string', 'enum' => [ 'Mean', ], ], 'ExperimentExecution' => [ 'type' => 'structure', 'members' => [ 'endedTime' => [ 'shape' => 'Timestamp', ], 'startedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ExperimentList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Experiment', ], ], 'ExperimentName' => [ 'type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[-a-zA-Z0-9._]*$', ], 'ExperimentReport' => [ 'type' => 'structure', 'members' => [ 'content' => [ 'shape' => 'JsonValue', 'jsonvalue' => true, ], 'metricName' => [ 'shape' => 'CwDimensionSafeName', ], 'reportName' => [ 'shape' => 'ExperimentReportName', ], 'treatmentName' => [ 'shape' => 'TreatmentName', ], ], ], 'ExperimentReportList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentReport', ], 'max' => 1000, 'min' => 0, ], 'ExperimentReportName' => [ 'type' => 'string', 'enum' => [ 'BayesianInference', ], ], 'ExperimentReportNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentReportName', ], 'max' => 5, 'min' => 0, ], 'ExperimentResultRequestType' => [ 'type' => 'string', 'enum' => [ 'BaseStat', 'TreatmentEffect', 'ConfidenceInterval', 'PValue', ], ], 'ExperimentResultRequestTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentResultRequestType', ], 'max' => 5, 'min' => 0, ], 'ExperimentResultResponseType' => [ 'type' => 'string', 'enum' => [ 'Mean', 'TreatmentEffect', 'ConfidenceIntervalUpperBound', 'ConfidenceIntervalLowerBound', 'PValue', ], ], 'ExperimentResultsData' => [ 'type' => 'structure', 'members' => [ 'metricName' => [ 'shape' => 'CwDimensionSafeName', ], 'resultStat' => [ 'shape' => 'ExperimentResultResponseType', ], 'treatmentName' => [ 'shape' => 'TreatmentName', ], 'values' => [ 'shape' => 'DoubleValueList', ], ], ], 'ExperimentResultsDataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentResultsData', ], 'max' => 1000, 'min' => 0, ], 'ExperimentSchedule' => [ 'type' => 'structure', 'members' => [ 'analysisCompleteTime' => [ 'shape' => 'Timestamp', ], ], ], 'ExperimentStatus' => [ 'type' => 'string', 'enum' => [ 'CREATED', 'UPDATING', 'RUNNING', 'COMPLETED', 'CANCELLED', ], ], 'ExperimentStopDesiredState' => [ 'type' => 'string', 'enum' => [ 'COMPLETED', 'CANCELLED', ], ], 'ExperimentType' => [ 'type' => 'string', 'enum' => [ 'aws.evidently.onlineab', ], ], 'Feature' => [ 'type' => 'structure', 'required' => [ 'arn', 'createdTime', 'evaluationStrategy', 'lastUpdatedTime', 'name', 'status', 'valueType', 'variations', ], 'members' => [ 'arn' => [ 'shape' => 'FeatureArn', ], 'createdTime' => [ 'shape' => 'Timestamp', ], 'defaultVariation' => [ 'shape' => 'VariationName', ], 'description' => [ 'shape' => 'Description', ], 'entityOverrides' => [ 'shape' => 'EntityOverrideMap', ], 'evaluationRules' => [ 'shape' => 'EvaluationRulesList', ], 'evaluationStrategy' => [ 'shape' => 'FeatureEvaluationStrategy', ], 'lastUpdatedTime' => [ 'shape' => 'Timestamp', ], 'name' => [ 'shape' => 'FeatureName', ], 'project' => [ 'shape' => 'ProjectArn', ], 'status' => [ 'shape' => 'FeatureStatus', ], 'tags' => [ 'shape' => 'TagMap', ], 'valueType' => [ 'shape' => 'VariationValueType', ], 'variations' => [ 'shape' => 'VariationsList', ], ], ], 'FeatureArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => 'arn:[^:]*:[^:]*:[^:]*:[^:]*:project/[-a-zA-Z0-9._]*/feature/[-a-zA-Z0-9._]*', ], 'FeatureEvaluationStrategy' => [ 'type' => 'string', 'enum' => [ 'ALL_RULES', 'DEFAULT_VARIATION', ], ], 'FeatureName' => [ 'type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[-a-zA-Z0-9._]*$', ], 'FeatureStatus' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'UPDATING', ], ], 'FeatureSummariesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureSummary', ], ], 'FeatureSummary' => [ 'type' => 'structure', 'required' => [ 'arn', 'createdTime', 'evaluationStrategy', 'lastUpdatedTime', 'name', 'status', ], 'members' => [ 'arn' => [ 'shape' => 'Arn', ], 'createdTime' => [ 'shape' => 'Timestamp', ], 'defaultVariation' => [ 'shape' => 'VariationName', ], 'evaluationRules' => [ 'shape' => 'EvaluationRulesList', ], 'evaluationStrategy' => [ 'shape' => 'FeatureEvaluationStrategy', ], 'lastUpdatedTime' => [ 'shape' => 'Timestamp', ], 'name' => [ 'shape' => 'FeatureName', ], 'project' => [ 'shape' => 'ProjectRef', ], 'status' => [ 'shape' => 'FeatureStatus', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'FeatureToVariationMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'FeatureName', ], 'value' => [ 'shape' => 'VariationName', ], ], 'GetExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'experiment', 'project', ], 'members' => [ 'experiment' => [ 'shape' => 'ExperimentName', 'location' => 'uri', 'locationName' => 'experiment', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'GetExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'experiment' => [ 'shape' => 'Experiment', ], ], ], 'GetExperimentResultsRequest' => [ 'type' => 'structure', 'required' => [ 'experiment', 'metricNames', 'project', 'treatmentNames', ], 'members' => [ 'baseStat' => [ 'shape' => 'ExperimentBaseStat', ], 'endTime' => [ 'shape' => 'Timestamp', ], 'experiment' => [ 'shape' => 'ExperimentName', 'location' => 'uri', 'locationName' => 'experiment', ], 'metricNames' => [ 'shape' => 'MetricNameList', ], 'period' => [ 'shape' => 'ResultsPeriod', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 'reportNames' => [ 'shape' => 'ExperimentReportNameList', ], 'resultStats' => [ 'shape' => 'ExperimentResultRequestTypeList', ], 'startTime' => [ 'shape' => 'Timestamp', ], 'treatmentNames' => [ 'shape' => 'TreatmentNameList', ], ], ], 'GetExperimentResultsResponse' => [ 'type' => 'structure', 'members' => [ 'details' => [ 'shape' => 'String', ], 'reports' => [ 'shape' => 'ExperimentReportList', ], 'resultsData' => [ 'shape' => 'ExperimentResultsDataList', ], 'timestamps' => [ 'shape' => 'TimestampList', ], ], ], 'GetFeatureRequest' => [ 'type' => 'structure', 'required' => [ 'feature', 'project', ], 'members' => [ 'feature' => [ 'shape' => 'FeatureName', 'location' => 'uri', 'locationName' => 'feature', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'GetFeatureResponse' => [ 'type' => 'structure', 'required' => [ 'feature', ], 'members' => [ 'feature' => [ 'shape' => 'Feature', ], ], ], 'GetLaunchRequest' => [ 'type' => 'structure', 'required' => [ 'launch', 'project', ], 'members' => [ 'launch' => [ 'shape' => 'LaunchName', 'location' => 'uri', 'locationName' => 'launch', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'GetLaunchResponse' => [ 'type' => 'structure', 'members' => [ 'launch' => [ 'shape' => 'Launch', ], ], ], 'GetProjectRequest' => [ 'type' => 'structure', 'required' => [ 'project', ], 'members' => [ 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'GetProjectResponse' => [ 'type' => 'structure', 'required' => [ 'project', ], 'members' => [ 'project' => [ 'shape' => 'Project', ], ], ], 'GetSegmentRequest' => [ 'type' => 'structure', 'required' => [ 'segment', ], 'members' => [ 'segment' => [ 'shape' => 'SegmentRef', 'location' => 'uri', 'locationName' => 'segment', ], ], ], 'GetSegmentResponse' => [ 'type' => 'structure', 'required' => [ 'segment', ], 'members' => [ 'segment' => [ 'shape' => 'Segment', ], ], ], 'GroupName' => [ 'type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[-a-zA-Z0-9._]*$', ], 'GroupToWeightMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'GroupName', ], 'value' => [ 'shape' => 'SplitWeight', ], 'max' => 5, 'min' => 0, ], 'Integer' => [ 'type' => 'integer', 'box' => true, ], 'InternalServerException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 500, ], 'exception' => true, 'fault' => true, ], 'JsonPath' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*', ], 'JsonValue' => [ 'type' => 'string', ], 'Launch' => [ 'type' => 'structure', 'required' => [ 'arn', 'createdTime', 'lastUpdatedTime', 'name', 'status', 'type', ], 'members' => [ 'arn' => [ 'shape' => 'LaunchArn', ], 'createdTime' => [ 'shape' => 'Timestamp', ], 'description' => [ 'shape' => 'Description', ], 'execution' => [ 'shape' => 'LaunchExecution', ], 'groups' => [ 'shape' => 'LaunchGroupList', ], 'lastUpdatedTime' => [ 'shape' => 'Timestamp', ], 'metricMonitors' => [ 'shape' => 'MetricMonitorList', ], 'name' => [ 'shape' => 'LaunchName', ], 'project' => [ 'shape' => 'ProjectRef', ], 'randomizationSalt' => [ 'shape' => 'RandomizationSalt', ], 'scheduledSplitsDefinition' => [ 'shape' => 'ScheduledSplitsLaunchDefinition', ], 'status' => [ 'shape' => 'LaunchStatus', ], 'statusReason' => [ 'shape' => 'Description', ], 'tags' => [ 'shape' => 'TagMap', ], 'type' => [ 'shape' => 'LaunchType', ], ], ], 'LaunchArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => 'arn:[^:]*:[^:]*:[^:]*:[^:]*:project/[-a-zA-Z0-9._]*/launch/[-a-zA-Z0-9._]*', ], 'LaunchExecution' => [ 'type' => 'structure', 'members' => [ 'endedTime' => [ 'shape' => 'Timestamp', ], 'startedTime' => [ 'shape' => 'Timestamp', ], ], ], 'LaunchGroup' => [ 'type' => 'structure', 'required' => [ 'featureVariations', 'name', ], 'members' => [ 'description' => [ 'shape' => 'Description', ], 'featureVariations' => [ 'shape' => 'FeatureToVariationMap', ], 'name' => [ 'shape' => 'GroupName', ], ], ], 'LaunchGroupConfig' => [ 'type' => 'structure', 'required' => [ 'feature', 'name', 'variation', ], 'members' => [ 'description' => [ 'shape' => 'Description', ], 'feature' => [ 'shape' => 'FeatureName', ], 'name' => [ 'shape' => 'GroupName', ], 'variation' => [ 'shape' => 'VariationName', ], ], ], 'LaunchGroupConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LaunchGroupConfig', ], 'max' => 5, 'min' => 1, ], 'LaunchGroupList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LaunchGroup', ], ], 'LaunchName' => [ 'type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[-a-zA-Z0-9._]*$', ], 'LaunchStatus' => [ 'type' => 'string', 'enum' => [ 'CREATED', 'UPDATING', 'RUNNING', 'COMPLETED', 'CANCELLED', ], ], 'LaunchStopDesiredState' => [ 'type' => 'string', 'enum' => [ 'COMPLETED', 'CANCELLED', ], ], 'LaunchType' => [ 'type' => 'string', 'enum' => [ 'aws.evidently.splits', ], ], 'LaunchesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Launch', ], ], 'ListExperimentsRequest' => [ 'type' => 'structure', 'required' => [ 'project', ], 'members' => [ 'maxResults' => [ 'shape' => 'MaxExperiments', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 'status' => [ 'shape' => 'ExperimentStatus', 'location' => 'querystring', 'locationName' => 'status', ], ], ], 'ListExperimentsResponse' => [ 'type' => 'structure', 'members' => [ 'experiments' => [ 'shape' => 'ExperimentList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListFeaturesRequest' => [ 'type' => 'structure', 'required' => [ 'project', ], 'members' => [ 'maxResults' => [ 'shape' => 'MaxFeatures', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'ListFeaturesResponse' => [ 'type' => 'structure', 'members' => [ 'features' => [ 'shape' => 'FeatureSummariesList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListLaunchesRequest' => [ 'type' => 'structure', 'required' => [ 'project', ], 'members' => [ 'maxResults' => [ 'shape' => 'MaxLaunches', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 'status' => [ 'shape' => 'LaunchStatus', 'location' => 'querystring', 'locationName' => 'status', ], ], ], 'ListLaunchesResponse' => [ 'type' => 'structure', 'members' => [ 'launches' => [ 'shape' => 'LaunchesList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListProjectsRequest' => [ 'type' => 'structure', 'members' => [ 'maxResults' => [ 'shape' => 'MaxProjects', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], ], ], 'ListProjectsResponse' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', ], 'projects' => [ 'shape' => 'ProjectSummariesList', ], ], ], 'ListSegmentReferencesRequest' => [ 'type' => 'structure', 'required' => [ 'segment', 'type', ], 'members' => [ 'maxResults' => [ 'shape' => 'MaxReferences', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'segment' => [ 'shape' => 'SegmentRef', 'location' => 'uri', 'locationName' => 'segment', ], 'type' => [ 'shape' => 'SegmentReferenceResourceType', 'location' => 'querystring', 'locationName' => 'type', ], ], ], 'ListSegmentReferencesResponse' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', ], 'referencedBy' => [ 'shape' => 'RefResourceList', ], ], ], 'ListSegmentsRequest' => [ 'type' => 'structure', 'members' => [ 'maxResults' => [ 'shape' => 'MaxSegments', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], ], ], 'ListSegmentsResponse' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', ], 'segments' => [ 'shape' => 'SegmentList', ], ], ], 'ListTagsForResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', ], 'members' => [ 'resourceArn' => [ 'shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn', ], ], ], 'ListTagsForResourceResponse' => [ 'type' => 'structure', 'members' => [ 'tags' => [ 'shape' => 'TagMap', ], ], ], 'Long' => [ 'type' => 'long', 'box' => true, ], 'MaxExperiments' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'MaxFeatures' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'MaxLaunches' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'MaxProjects' => [ 'type' => 'integer', 'box' => true, 'max' => 50, 'min' => 1, ], 'MaxReferences' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'MaxSegments' => [ 'type' => 'integer', 'box' => true, 'max' => 50, 'min' => 1, ], 'MetricDefinition' => [ 'type' => 'structure', 'members' => [ 'entityIdKey' => [ 'shape' => 'JsonPath', ], 'eventPattern' => [ 'shape' => 'JsonValue', 'jsonvalue' => true, ], 'name' => [ 'shape' => 'CwDimensionSafeName', ], 'unitLabel' => [ 'shape' => 'MetricUnitLabel', ], 'valueKey' => [ 'shape' => 'JsonPath', ], ], ], 'MetricDefinitionConfig' => [ 'type' => 'structure', 'required' => [ 'entityIdKey', 'name', 'valueKey', ], 'members' => [ 'entityIdKey' => [ 'shape' => 'JsonPath', ], 'eventPattern' => [ 'shape' => 'MetricDefinitionConfigEventPatternString', 'jsonvalue' => true, ], 'name' => [ 'shape' => 'CwDimensionSafeName', ], 'unitLabel' => [ 'shape' => 'MetricUnitLabel', ], 'valueKey' => [ 'shape' => 'JsonPath', ], ], ], 'MetricDefinitionConfigEventPatternString' => [ 'type' => 'string', 'max' => 1024, 'min' => 0, ], 'MetricGoal' => [ 'type' => 'structure', 'required' => [ 'metricDefinition', ], 'members' => [ 'desiredChange' => [ 'shape' => 'ChangeDirectionEnum', ], 'metricDefinition' => [ 'shape' => 'MetricDefinition', ], ], ], 'MetricGoalConfig' => [ 'type' => 'structure', 'required' => [ 'metricDefinition', ], 'members' => [ 'desiredChange' => [ 'shape' => 'ChangeDirectionEnum', ], 'metricDefinition' => [ 'shape' => 'MetricDefinitionConfig', ], ], ], 'MetricGoalConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricGoalConfig', ], 'max' => 3, 'min' => 1, ], 'MetricGoalsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricGoal', ], 'max' => 3, 'min' => 1, ], 'MetricMonitor' => [ 'type' => 'structure', 'required' => [ 'metricDefinition', ], 'members' => [ 'metricDefinition' => [ 'shape' => 'MetricDefinition', ], ], ], 'MetricMonitorConfig' => [ 'type' => 'structure', 'required' => [ 'metricDefinition', ], 'members' => [ 'metricDefinition' => [ 'shape' => 'MetricDefinitionConfig', ], ], ], 'MetricMonitorConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricMonitorConfig', ], 'max' => 3, 'min' => 0, ], 'MetricMonitorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricMonitor', ], 'max' => 3, 'min' => 0, ], 'MetricNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CwDimensionSafeName', ], 'max' => 1, 'min' => 1, ], 'MetricUnitLabel' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*', ], 'NextToken' => [ 'type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '.*', ], 'OnlineAbConfig' => [ 'type' => 'structure', 'members' => [ 'controlTreatmentName' => [ 'shape' => 'TreatmentName', ], 'treatmentWeights' => [ 'shape' => 'TreatmentToWeightMap', ], ], ], 'OnlineAbDefinition' => [ 'type' => 'structure', 'members' => [ 'controlTreatmentName' => [ 'shape' => 'TreatmentName', ], 'treatmentWeights' => [ 'shape' => 'TreatmentToWeightMap', ], ], ], 'PrimitiveBoolean' => [ 'type' => 'boolean', ], 'Project' => [ 'type' => 'structure', 'required' => [ 'arn', 'createdTime', 'lastUpdatedTime', 'name', 'status', ], 'members' => [ 'activeExperimentCount' => [ 'shape' => 'Long', ], 'activeLaunchCount' => [ 'shape' => 'Long', ], 'appConfigResource' => [ 'shape' => 'ProjectAppConfigResource', ], 'arn' => [ 'shape' => 'ProjectArn', ], 'createdTime' => [ 'shape' => 'Timestamp', ], 'dataDelivery' => [ 'shape' => 'ProjectDataDelivery', ], 'description' => [ 'shape' => 'Description', ], 'experimentCount' => [ 'shape' => 'Long', ], 'featureCount' => [ 'shape' => 'Long', ], 'lastUpdatedTime' => [ 'shape' => 'Timestamp', ], 'launchCount' => [ 'shape' => 'Long', ], 'name' => [ 'shape' => 'ProjectName', ], 'status' => [ 'shape' => 'ProjectStatus', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'ProjectAppConfigResource' => [ 'type' => 'structure', 'required' => [ 'applicationId', 'configurationProfileId', 'environmentId', ], 'members' => [ 'applicationId' => [ 'shape' => 'AppConfigResourceId', ], 'configurationProfileId' => [ 'shape' => 'AppConfigResourceId', ], 'environmentId' => [ 'shape' => 'AppConfigResourceId', ], ], ], 'ProjectAppConfigResourceConfig' => [ 'type' => 'structure', 'members' => [ 'applicationId' => [ 'shape' => 'AppConfigResourceId', ], 'environmentId' => [ 'shape' => 'AppConfigResourceId', ], ], ], 'ProjectArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => 'arn:[^:]*:[^:]*:[^:]*:[^:]*:project/[-a-zA-Z0-9._]*', ], 'ProjectDataDelivery' => [ 'type' => 'structure', 'members' => [ 'cloudWatchLogs' => [ 'shape' => 'CloudWatchLogsDestination', ], 's3Destination' => [ 'shape' => 'S3Destination', ], ], ], 'ProjectDataDeliveryConfig' => [ 'type' => 'structure', 'members' => [ 'cloudWatchLogs' => [ 'shape' => 'CloudWatchLogsDestinationConfig', ], 's3Destination' => [ 'shape' => 'S3DestinationConfig', ], ], ], 'ProjectName' => [ 'type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[-a-zA-Z0-9._]*$', ], 'ProjectRef' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '(^[a-zA-Z0-9._-]*$)|(arn:[^:]*:[^:]*:[^:]*:[^:]*:project/[a-zA-Z0-9._-]*)', ], 'ProjectStatus' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'UPDATING', ], ], 'ProjectSummariesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProjectSummary', ], ], 'ProjectSummary' => [ 'type' => 'structure', 'required' => [ 'arn', 'createdTime', 'lastUpdatedTime', 'name', 'status', ], 'members' => [ 'activeExperimentCount' => [ 'shape' => 'Long', ], 'activeLaunchCount' => [ 'shape' => 'Long', ], 'arn' => [ 'shape' => 'ProjectArn', ], 'createdTime' => [ 'shape' => 'Timestamp', ], 'description' => [ 'shape' => 'Description', ], 'experimentCount' => [ 'shape' => 'Long', ], 'featureCount' => [ 'shape' => 'Long', ], 'lastUpdatedTime' => [ 'shape' => 'Timestamp', ], 'launchCount' => [ 'shape' => 'Long', ], 'name' => [ 'shape' => 'ProjectName', ], 'status' => [ 'shape' => 'ProjectStatus', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'PutProjectEventsRequest' => [ 'type' => 'structure', 'required' => [ 'events', 'project', ], 'members' => [ 'events' => [ 'shape' => 'EventList', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'PutProjectEventsResponse' => [ 'type' => 'structure', 'members' => [ 'eventResults' => [ 'shape' => 'PutProjectEventsResultEntryList', ], 'failedEventCount' => [ 'shape' => 'Integer', ], ], ], 'PutProjectEventsResultEntry' => [ 'type' => 'structure', 'members' => [ 'errorCode' => [ 'shape' => 'ErrorCodeEnum', ], 'errorMessage' => [ 'shape' => 'ErrorMessage', ], 'eventId' => [ 'shape' => 'Uuid', ], ], ], 'PutProjectEventsResultEntryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PutProjectEventsResultEntry', ], ], 'RandomizationSalt' => [ 'type' => 'string', 'max' => 127, 'min' => 0, 'pattern' => '.*', ], 'RefResource' => [ 'type' => 'structure', 'required' => [ 'name', 'type', ], 'members' => [ 'arn' => [ 'shape' => 'String', ], 'endTime' => [ 'shape' => 'String', ], 'lastUpdatedOn' => [ 'shape' => 'String', ], 'name' => [ 'shape' => 'String', ], 'startTime' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'String', ], 'type' => [ 'shape' => 'String', ], ], ], 'RefResourceList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RefResource', ], ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], 'resourceId' => [ 'shape' => 'String', ], 'resourceType' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 404, 'senderFault' => true, ], 'exception' => true, ], 'ResultsPeriod' => [ 'type' => 'long', 'max' => 90000, 'min' => 300, ], 'RuleName' => [ 'type' => 'string', 'max' => 1024, 'min' => 0, ], 'RuleType' => [ 'type' => 'string', 'max' => 1024, 'min' => 0, ], 'S3BucketSafeName' => [ 'type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^[a-z0-9][-a-z0-9]*[a-z0-9]$', ], 'S3Destination' => [ 'type' => 'structure', 'members' => [ 'bucket' => [ 'shape' => 'S3BucketSafeName', ], 'prefix' => [ 'shape' => 'S3PrefixSafeName', ], ], ], 'S3DestinationConfig' => [ 'type' => 'structure', 'members' => [ 'bucket' => [ 'shape' => 'S3BucketSafeName', ], 'prefix' => [ 'shape' => 'S3PrefixSafeName', ], ], ], 'S3PrefixSafeName' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^[-a-zA-Z0-9!_.*\'()/]*$', ], 'ScheduledSplit' => [ 'type' => 'structure', 'required' => [ 'startTime', ], 'members' => [ 'groupWeights' => [ 'shape' => 'GroupToWeightMap', ], 'segmentOverrides' => [ 'shape' => 'SegmentOverridesList', ], 'startTime' => [ 'shape' => 'Timestamp', ], ], ], 'ScheduledSplitConfig' => [ 'type' => 'structure', 'required' => [ 'groupWeights', 'startTime', ], 'members' => [ 'groupWeights' => [ 'shape' => 'GroupToWeightMap', ], 'segmentOverrides' => [ 'shape' => 'SegmentOverridesList', ], 'startTime' => [ 'shape' => 'Timestamp', ], ], ], 'ScheduledSplitConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ScheduledSplitConfig', ], 'max' => 6, 'min' => 1, ], 'ScheduledSplitsLaunchConfig' => [ 'type' => 'structure', 'required' => [ 'steps', ], 'members' => [ 'steps' => [ 'shape' => 'ScheduledSplitConfigList', ], ], ], 'ScheduledSplitsLaunchDefinition' => [ 'type' => 'structure', 'members' => [ 'steps' => [ 'shape' => 'ScheduledStepList', ], ], ], 'ScheduledStepList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ScheduledSplit', ], 'max' => 6, 'min' => 1, ], 'Segment' => [ 'type' => 'structure', 'required' => [ 'arn', 'createdTime', 'lastUpdatedTime', 'name', 'pattern', ], 'members' => [ 'arn' => [ 'shape' => 'SegmentArn', ], 'createdTime' => [ 'shape' => 'Timestamp', ], 'description' => [ 'shape' => 'Description', ], 'experimentCount' => [ 'shape' => 'Long', ], 'lastUpdatedTime' => [ 'shape' => 'Timestamp', ], 'launchCount' => [ 'shape' => 'Long', ], 'name' => [ 'shape' => 'SegmentName', ], 'pattern' => [ 'shape' => 'SegmentPattern', 'jsonvalue' => true, ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'SegmentArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => 'arn:[^:]*:[^:]*:[^:]*:[^:]*:segment/[-a-zA-Z0-9._]*', ], 'SegmentList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Segment', ], ], 'SegmentName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[-a-zA-Z0-9._]*$', ], 'SegmentOverride' => [ 'type' => 'structure', 'required' => [ 'evaluationOrder', 'segment', 'weights', ], 'members' => [ 'evaluationOrder' => [ 'shape' => 'Long', ], 'segment' => [ 'shape' => 'SegmentRef', ], 'weights' => [ 'shape' => 'GroupToWeightMap', ], ], ], 'SegmentOverridesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SegmentOverride', ], 'max' => 6, 'min' => 0, ], 'SegmentPattern' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'SegmentRef' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '(^[-a-zA-Z0-9._]*$)|(arn:[^:]*:[^:]*:[^:]*:[^:]*:segment/[-a-zA-Z0-9._]*)', ], 'SegmentReferenceResourceType' => [ 'type' => 'string', 'enum' => [ 'EXPERIMENT', 'LAUNCH', ], ], 'ServiceQuotaExceededException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], 'quotaCode' => [ 'shape' => 'String', ], 'resourceId' => [ 'shape' => 'String', ], 'resourceType' => [ 'shape' => 'String', ], 'serviceCode' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 402, 'senderFault' => true, ], 'exception' => true, ], 'ServiceUnavailableException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 503, ], 'exception' => true, 'fault' => true, ], 'SplitWeight' => [ 'type' => 'long', 'max' => 100000, 'min' => 0, ], 'StartExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'analysisCompleteTime', 'experiment', 'project', ], 'members' => [ 'analysisCompleteTime' => [ 'shape' => 'Timestamp', ], 'experiment' => [ 'shape' => 'ExperimentName', 'location' => 'uri', 'locationName' => 'experiment', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'StartExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'startedTime' => [ 'shape' => 'Timestamp', ], ], ], 'StartLaunchRequest' => [ 'type' => 'structure', 'required' => [ 'launch', 'project', ], 'members' => [ 'launch' => [ 'shape' => 'LaunchName', 'location' => 'uri', 'locationName' => 'launch', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'StartLaunchResponse' => [ 'type' => 'structure', 'required' => [ 'launch', ], 'members' => [ 'launch' => [ 'shape' => 'Launch', ], ], ], 'StopExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'experiment', 'project', ], 'members' => [ 'desiredState' => [ 'shape' => 'ExperimentStopDesiredState', ], 'experiment' => [ 'shape' => 'ExperimentName', 'location' => 'uri', 'locationName' => 'experiment', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 'reason' => [ 'shape' => 'Description', ], ], ], 'StopExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'endedTime' => [ 'shape' => 'Timestamp', ], ], ], 'StopLaunchRequest' => [ 'type' => 'structure', 'required' => [ 'launch', 'project', ], 'members' => [ 'desiredState' => [ 'shape' => 'LaunchStopDesiredState', ], 'launch' => [ 'shape' => 'LaunchName', 'location' => 'uri', 'locationName' => 'launch', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 'reason' => [ 'shape' => 'Description', ], ], ], 'StopLaunchResponse' => [ 'type' => 'structure', 'members' => [ 'endedTime' => [ 'shape' => 'Timestamp', ], ], ], 'String' => [ 'type' => 'string', ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^(?!aws:)[a-zA-Z+-=._:/]+$', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 0, ], 'TagMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TagKey', ], 'value' => [ 'shape' => 'TagValue', ], ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tags', ], 'members' => [ 'resourceArn' => [ 'shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, ], 'TestSegmentPatternRequest' => [ 'type' => 'structure', 'required' => [ 'pattern', 'payload', ], 'members' => [ 'pattern' => [ 'shape' => 'SegmentPattern', 'jsonvalue' => true, ], 'payload' => [ 'shape' => 'JsonValue', 'jsonvalue' => true, ], ], ], 'TestSegmentPatternResponse' => [ 'type' => 'structure', 'required' => [ 'match', ], 'members' => [ 'match' => [ 'shape' => 'Boolean', ], ], ], 'ThrottlingException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], 'quotaCode' => [ 'shape' => 'String', ], 'serviceCode' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 429, 'senderFault' => true, ], 'exception' => true, ], 'Timestamp' => [ 'type' => 'timestamp', ], 'TimestampList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Timestamp', ], 'max' => 100800, 'min' => 0, ], 'Treatment' => [ 'type' => 'structure', 'required' => [ 'name', ], 'members' => [ 'description' => [ 'shape' => 'Description', ], 'featureVariations' => [ 'shape' => 'FeatureToVariationMap', ], 'name' => [ 'shape' => 'TreatmentName', ], ], ], 'TreatmentConfig' => [ 'type' => 'structure', 'required' => [ 'feature', 'name', 'variation', ], 'members' => [ 'description' => [ 'shape' => 'Description', ], 'feature' => [ 'shape' => 'FeatureName', ], 'name' => [ 'shape' => 'TreatmentName', ], 'variation' => [ 'shape' => 'VariationName', ], ], ], 'TreatmentConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TreatmentConfig', ], 'max' => 5, 'min' => 0, ], 'TreatmentList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Treatment', ], 'max' => 5, 'min' => 2, ], 'TreatmentName' => [ 'type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[-a-zA-Z0-9._]*$', ], 'TreatmentNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TreatmentName', ], 'max' => 5, 'min' => 1, ], 'TreatmentToWeightMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TreatmentName', ], 'value' => [ 'shape' => 'SplitWeight', ], ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tagKeys', ], 'members' => [ 'resourceArn' => [ 'shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tagKeys' => [ 'shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'experiment', 'project', ], 'members' => [ 'description' => [ 'shape' => 'Description', ], 'experiment' => [ 'shape' => 'ExperimentName', 'location' => 'uri', 'locationName' => 'experiment', ], 'metricGoals' => [ 'shape' => 'MetricGoalConfigList', ], 'onlineAbConfig' => [ 'shape' => 'OnlineAbConfig', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 'randomizationSalt' => [ 'shape' => 'RandomizationSalt', ], 'removeSegment' => [ 'shape' => 'PrimitiveBoolean', ], 'samplingRate' => [ 'shape' => 'SplitWeight', 'box' => true, ], 'segment' => [ 'shape' => 'SegmentRef', ], 'treatments' => [ 'shape' => 'TreatmentConfigList', ], ], ], 'UpdateExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'experiment', ], 'members' => [ 'experiment' => [ 'shape' => 'Experiment', ], ], ], 'UpdateFeatureRequest' => [ 'type' => 'structure', 'required' => [ 'feature', 'project', ], 'members' => [ 'addOrUpdateVariations' => [ 'shape' => 'VariationConfigsList', ], 'defaultVariation' => [ 'shape' => 'VariationName', ], 'description' => [ 'shape' => 'Description', ], 'entityOverrides' => [ 'shape' => 'EntityOverrideMap', ], 'evaluationStrategy' => [ 'shape' => 'FeatureEvaluationStrategy', ], 'feature' => [ 'shape' => 'FeatureName', 'location' => 'uri', 'locationName' => 'feature', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 'removeVariations' => [ 'shape' => 'VariationNameList', ], ], ], 'UpdateFeatureResponse' => [ 'type' => 'structure', 'required' => [ 'feature', ], 'members' => [ 'feature' => [ 'shape' => 'Feature', ], ], ], 'UpdateLaunchRequest' => [ 'type' => 'structure', 'required' => [ 'launch', 'project', ], 'members' => [ 'description' => [ 'shape' => 'Description', ], 'groups' => [ 'shape' => 'LaunchGroupConfigList', ], 'launch' => [ 'shape' => 'LaunchName', 'location' => 'uri', 'locationName' => 'launch', ], 'metricMonitors' => [ 'shape' => 'MetricMonitorConfigList', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 'randomizationSalt' => [ 'shape' => 'RandomizationSalt', ], 'scheduledSplitsConfig' => [ 'shape' => 'ScheduledSplitsLaunchConfig', ], ], ], 'UpdateLaunchResponse' => [ 'type' => 'structure', 'required' => [ 'launch', ], 'members' => [ 'launch' => [ 'shape' => 'Launch', ], ], ], 'UpdateProjectDataDeliveryRequest' => [ 'type' => 'structure', 'required' => [ 'project', ], 'members' => [ 'cloudWatchLogs' => [ 'shape' => 'CloudWatchLogsDestinationConfig', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], 's3Destination' => [ 'shape' => 'S3DestinationConfig', ], ], ], 'UpdateProjectDataDeliveryResponse' => [ 'type' => 'structure', 'required' => [ 'project', ], 'members' => [ 'project' => [ 'shape' => 'Project', ], ], ], 'UpdateProjectRequest' => [ 'type' => 'structure', 'required' => [ 'project', ], 'members' => [ 'appConfigResource' => [ 'shape' => 'ProjectAppConfigResourceConfig', ], 'description' => [ 'shape' => 'Description', ], 'project' => [ 'shape' => 'ProjectRef', 'location' => 'uri', 'locationName' => 'project', ], ], ], 'UpdateProjectResponse' => [ 'type' => 'structure', 'required' => [ 'project', ], 'members' => [ 'project' => [ 'shape' => 'Project', ], ], ], 'Uuid' => [ 'type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}', ], 'ValidationException' => [ 'type' => 'structure', 'members' => [ 'fieldList' => [ 'shape' => 'ValidationExceptionFieldList', ], 'message' => [ 'shape' => 'String', ], 'reason' => [ 'shape' => 'ValidationExceptionReason', ], ], 'error' => [ 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], 'ValidationExceptionField' => [ 'type' => 'structure', 'required' => [ 'message', 'name', ], 'members' => [ 'message' => [ 'shape' => 'String', ], 'name' => [ 'shape' => 'String', ], ], ], 'ValidationExceptionFieldList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ValidationExceptionField', ], ], 'ValidationExceptionReason' => [ 'type' => 'string', 'enum' => [ 'unknownOperation', 'cannotParse', 'fieldValidationFailed', 'other', ], ], 'VariableValue' => [ 'type' => 'structure', 'members' => [ 'boolValue' => [ 'shape' => 'Boolean', ], 'doubleValue' => [ 'shape' => 'Double', ], 'longValue' => [ 'shape' => 'VariableValueLongValueLong', ], 'stringValue' => [ 'shape' => 'VariableValueStringValueString', ], ], 'union' => true, ], 'VariableValueLongValueLong' => [ 'type' => 'long', 'box' => true, 'max' => 9007199254740991, 'min' => -9007199254740991, ], 'VariableValueStringValueString' => [ 'type' => 'string', 'max' => 512, 'min' => 0, ], 'Variation' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'VariationName', ], 'value' => [ 'shape' => 'VariableValue', ], ], ], 'VariationConfig' => [ 'type' => 'structure', 'required' => [ 'name', 'value', ], 'members' => [ 'name' => [ 'shape' => 'VariationName', ], 'value' => [ 'shape' => 'VariableValue', ], ], ], 'VariationConfigsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'VariationConfig', ], 'max' => 5, 'min' => 1, ], 'VariationName' => [ 'type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[-a-zA-Z0-9._]*$', ], 'VariationNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'VariationName', ], 'max' => 5, 'min' => 0, ], 'VariationValueType' => [ 'type' => 'string', 'enum' => [ 'STRING', 'LONG', 'DOUBLE', 'BOOLEAN', ], ], 'VariationsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Variation', ], ], ],]; diff --git a/vendor/aws/aws-sdk-php/src/data/evidently/2021-02-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/evidently/2021-02-01/endpoint-rule-set-1.json.php new file mode 100755 index 00000000..3ade42ff --- /dev/null +++ b/vendor/aws/aws-sdk-php/src/data/evidently/2021-02-01/endpoint-rule-set-1.json.php @@ -0,0 +1,3 @@ + '1.0', 'parameters' => [ 'Region' => [ 'builtIn' => 'AWS::Region', 'required' => false, 'documentation' => 'The AWS region used to dispatch the request.', 'type' => 'string', ], 'UseDualStack' => [ 'builtIn' => 'AWS::UseDualStack', 'required' => true, 'default' => false, 'documentation' => 'When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.', 'type' => 'boolean', ], 'UseFIPS' => [ 'builtIn' => 'AWS::UseFIPS', 'required' => true, 'default' => false, 'documentation' => 'When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.', 'type' => 'boolean', ], 'Endpoint' => [ 'builtIn' => 'SDK::Endpoint', 'required' => false, 'documentation' => 'Override the endpoint used to send this request', 'type' => 'string', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Endpoint', ], ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'endpoint' => [ 'url' => [ 'ref' => 'Endpoint', ], 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Region', ], ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://evidently-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', 'type' => 'error', ], ], 'type' => 'tree', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], true, ], ], ], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://evidently-fips.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'FIPS is enabled but this partition does not support FIPS', 'type' => 'error', ], ], 'type' => 'tree', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://evidently.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'DualStack is enabled but this partition does not support DualStack', 'type' => 'error', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://evidently.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'Invalid Configuration: Missing Region', 'type' => 'error', ], ],]; diff --git a/vendor/aws/aws-sdk-php/src/data/evidently/2021-02-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/evidently/2021-02-01/paginators-1.json.php new file mode 100755 index 00000000..d1712d86 --- /dev/null +++ b/vendor/aws/aws-sdk-php/src/data/evidently/2021-02-01/paginators-1.json.php @@ -0,0 +1,3 @@ + [ 'ListExperiments' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'experiments', ], 'ListFeatures' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'features', ], 'ListLaunches' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'launches', ], 'ListProjects' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'projects', ], 'ListSegmentReferences' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'referencedBy', ], 'ListSegments' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'segments', ], ],]; diff --git a/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php b/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/defaults-1.json.php b/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/defaults-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/grandfathered-services.json.php b/vendor/aws/aws-sdk-php/src/data/grandfathered-services.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/greengrass/2017-06-07/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/greengrass/2017-06-07/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/inspector2/2020-06-08/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/inspector2/2020-06-08/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/inspector2/2020-06-08/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/inspector2/2020-06-08/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/inspector2/2020-06-08/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/inspector2/2020-06-08/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/interconnect/2022-07-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/interconnect/2022-07-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/interconnect/2022-07-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/interconnect/2022-07-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/interconnect/2022-07-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/interconnect/2022-07-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/interconnect/2022-07-26/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/interconnect/2022-07-26/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/interconnect/2022-07-26/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/interconnect/2022-07-26/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iot-managed-integrations/2025-03-03/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iot-managed-integrations/2025-03-03/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iot-managed-integrations/2025-03-03/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iot-managed-integrations/2025-03-03/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iot-managed-integrations/2025-03-03/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iot-managed-integrations/2025-03-03/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/api-2.json.php new file mode 100755 index 00000000..bde40ced --- /dev/null +++ b/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/api-2.json.php @@ -0,0 +1,3 @@ + '2.0', 'metadata' => [ 'apiVersion' => '2017-11-27', 'endpointPrefix' => 'iotanalytics', 'protocol' => 'rest-json', 'protocols' => [ 'rest-json', ], 'serviceFullName' => 'AWS IoT Analytics', 'serviceId' => 'IoTAnalytics', 'signatureVersion' => 'v4', 'signingName' => 'iotanalytics', 'uid' => 'iotanalytics-2017-11-27', 'auth' => [ 'aws.auth#sigv4', ], ], 'operations' => [ 'BatchPutMessage' => [ 'name' => 'BatchPutMessage', 'http' => [ 'method' => 'POST', 'requestUri' => '/messages/batch', 'responseCode' => 200, ], 'input' => [ 'shape' => 'BatchPutMessageRequest', ], 'output' => [ 'shape' => 'BatchPutMessageResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'CancelPipelineReprocessing' => [ 'name' => 'CancelPipelineReprocessing', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/pipelines/{pipelineName}/reprocessing/{reprocessingId}', ], 'input' => [ 'shape' => 'CancelPipelineReprocessingRequest', ], 'output' => [ 'shape' => 'CancelPipelineReprocessingResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'CreateChannel' => [ 'name' => 'CreateChannel', 'http' => [ 'method' => 'POST', 'requestUri' => '/channels', 'responseCode' => 201, ], 'input' => [ 'shape' => 'CreateChannelRequest', ], 'output' => [ 'shape' => 'CreateChannelResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'CreateDataset' => [ 'name' => 'CreateDataset', 'http' => [ 'method' => 'POST', 'requestUri' => '/datasets', 'responseCode' => 201, ], 'input' => [ 'shape' => 'CreateDatasetRequest', ], 'output' => [ 'shape' => 'CreateDatasetResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'CreateDatasetContent' => [ 'name' => 'CreateDatasetContent', 'http' => [ 'method' => 'POST', 'requestUri' => '/datasets/{datasetName}/content', ], 'input' => [ 'shape' => 'CreateDatasetContentRequest', ], 'output' => [ 'shape' => 'CreateDatasetContentResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'CreateDatastore' => [ 'name' => 'CreateDatastore', 'http' => [ 'method' => 'POST', 'requestUri' => '/datastores', 'responseCode' => 201, ], 'input' => [ 'shape' => 'CreateDatastoreRequest', ], 'output' => [ 'shape' => 'CreateDatastoreResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'CreatePipeline' => [ 'name' => 'CreatePipeline', 'http' => [ 'method' => 'POST', 'requestUri' => '/pipelines', 'responseCode' => 201, ], 'input' => [ 'shape' => 'CreatePipelineRequest', ], 'output' => [ 'shape' => 'CreatePipelineResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'DeleteChannel' => [ 'name' => 'DeleteChannel', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/channels/{channelName}', 'responseCode' => 204, ], 'input' => [ 'shape' => 'DeleteChannelRequest', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'DeleteDataset' => [ 'name' => 'DeleteDataset', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/datasets/{datasetName}', 'responseCode' => 204, ], 'input' => [ 'shape' => 'DeleteDatasetRequest', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'DeleteDatasetContent' => [ 'name' => 'DeleteDatasetContent', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/datasets/{datasetName}/content', 'responseCode' => 204, ], 'input' => [ 'shape' => 'DeleteDatasetContentRequest', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'DeleteDatastore' => [ 'name' => 'DeleteDatastore', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/datastores/{datastoreName}', 'responseCode' => 204, ], 'input' => [ 'shape' => 'DeleteDatastoreRequest', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'DeletePipeline' => [ 'name' => 'DeletePipeline', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/pipelines/{pipelineName}', 'responseCode' => 204, ], 'input' => [ 'shape' => 'DeletePipelineRequest', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'DescribeChannel' => [ 'name' => 'DescribeChannel', 'http' => [ 'method' => 'GET', 'requestUri' => '/channels/{channelName}', ], 'input' => [ 'shape' => 'DescribeChannelRequest', ], 'output' => [ 'shape' => 'DescribeChannelResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'DescribeDataset' => [ 'name' => 'DescribeDataset', 'http' => [ 'method' => 'GET', 'requestUri' => '/datasets/{datasetName}', ], 'input' => [ 'shape' => 'DescribeDatasetRequest', ], 'output' => [ 'shape' => 'DescribeDatasetResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'DescribeDatastore' => [ 'name' => 'DescribeDatastore', 'http' => [ 'method' => 'GET', 'requestUri' => '/datastores/{datastoreName}', ], 'input' => [ 'shape' => 'DescribeDatastoreRequest', ], 'output' => [ 'shape' => 'DescribeDatastoreResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'DescribeLoggingOptions' => [ 'name' => 'DescribeLoggingOptions', 'http' => [ 'method' => 'GET', 'requestUri' => '/logging', ], 'input' => [ 'shape' => 'DescribeLoggingOptionsRequest', ], 'output' => [ 'shape' => 'DescribeLoggingOptionsResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'DescribePipeline' => [ 'name' => 'DescribePipeline', 'http' => [ 'method' => 'GET', 'requestUri' => '/pipelines/{pipelineName}', ], 'input' => [ 'shape' => 'DescribePipelineRequest', ], 'output' => [ 'shape' => 'DescribePipelineResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'GetDatasetContent' => [ 'name' => 'GetDatasetContent', 'http' => [ 'method' => 'GET', 'requestUri' => '/datasets/{datasetName}/content', ], 'input' => [ 'shape' => 'GetDatasetContentRequest', ], 'output' => [ 'shape' => 'GetDatasetContentResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'ListChannels' => [ 'name' => 'ListChannels', 'http' => [ 'method' => 'GET', 'requestUri' => '/channels', ], 'input' => [ 'shape' => 'ListChannelsRequest', ], 'output' => [ 'shape' => 'ListChannelsResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'ListDatasetContents' => [ 'name' => 'ListDatasetContents', 'http' => [ 'method' => 'GET', 'requestUri' => '/datasets/{datasetName}/contents', ], 'input' => [ 'shape' => 'ListDatasetContentsRequest', ], 'output' => [ 'shape' => 'ListDatasetContentsResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'ListDatasets' => [ 'name' => 'ListDatasets', 'http' => [ 'method' => 'GET', 'requestUri' => '/datasets', ], 'input' => [ 'shape' => 'ListDatasetsRequest', ], 'output' => [ 'shape' => 'ListDatasetsResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'ListDatastores' => [ 'name' => 'ListDatastores', 'http' => [ 'method' => 'GET', 'requestUri' => '/datastores', ], 'input' => [ 'shape' => 'ListDatastoresRequest', ], 'output' => [ 'shape' => 'ListDatastoresResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'ListPipelines' => [ 'name' => 'ListPipelines', 'http' => [ 'method' => 'GET', 'requestUri' => '/pipelines', ], 'input' => [ 'shape' => 'ListPipelinesRequest', ], 'output' => [ 'shape' => 'ListPipelinesResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'GET', 'requestUri' => '/tags', ], 'input' => [ 'shape' => 'ListTagsForResourceRequest', ], 'output' => [ 'shape' => 'ListTagsForResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'PutLoggingOptions' => [ 'name' => 'PutLoggingOptions', 'http' => [ 'method' => 'PUT', 'requestUri' => '/logging', ], 'input' => [ 'shape' => 'PutLoggingOptionsRequest', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'RunPipelineActivity' => [ 'name' => 'RunPipelineActivity', 'http' => [ 'method' => 'POST', 'requestUri' => '/pipelineactivities/run', ], 'input' => [ 'shape' => 'RunPipelineActivityRequest', ], 'output' => [ 'shape' => 'RunPipelineActivityResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'SampleChannelData' => [ 'name' => 'SampleChannelData', 'http' => [ 'method' => 'GET', 'requestUri' => '/channels/{channelName}/sample', ], 'input' => [ 'shape' => 'SampleChannelDataRequest', ], 'output' => [ 'shape' => 'SampleChannelDataResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'StartPipelineReprocessing' => [ 'name' => 'StartPipelineReprocessing', 'http' => [ 'method' => 'POST', 'requestUri' => '/pipelines/{pipelineName}/reprocessing', ], 'input' => [ 'shape' => 'StartPipelineReprocessingRequest', ], 'output' => [ 'shape' => 'StartPipelineReprocessingResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/tags', 'responseCode' => 204, ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/tags', 'responseCode' => 204, ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UpdateChannel' => [ 'name' => 'UpdateChannel', 'http' => [ 'method' => 'PUT', 'requestUri' => '/channels/{channelName}', ], 'input' => [ 'shape' => 'UpdateChannelRequest', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'UpdateDataset' => [ 'name' => 'UpdateDataset', 'http' => [ 'method' => 'PUT', 'requestUri' => '/datasets/{datasetName}', ], 'input' => [ 'shape' => 'UpdateDatasetRequest', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'UpdateDatastore' => [ 'name' => 'UpdateDatastore', 'http' => [ 'method' => 'PUT', 'requestUri' => '/datastores/{datastoreName}', ], 'input' => [ 'shape' => 'UpdateDatastoreRequest', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'UpdatePipeline' => [ 'name' => 'UpdatePipeline', 'http' => [ 'method' => 'PUT', 'requestUri' => '/pipelines/{pipelineName}', ], 'input' => [ 'shape' => 'UpdatePipelineRequest', ], 'errors' => [ [ 'shape' => 'InvalidRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'LimitExceededException', ], ], ], ], 'shapes' => [ 'ActivityBatchSize' => [ 'type' => 'integer', 'max' => 1000, 'min' => 1, ], 'ActivityName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, ], 'AddAttributesActivity' => [ 'type' => 'structure', 'required' => [ 'name', 'attributes', ], 'members' => [ 'name' => [ 'shape' => 'ActivityName', ], 'attributes' => [ 'shape' => 'AttributeNameMapping', ], 'next' => [ 'shape' => 'ActivityName', ], ], ], 'AttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'AttributeNameMapping' => [ 'type' => 'map', 'key' => [ 'shape' => 'AttributeName', ], 'value' => [ 'shape' => 'AttributeName', ], 'max' => 50, 'min' => 1, ], 'AttributeNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'AttributeName', ], 'max' => 50, 'min' => 1, ], 'BatchPutMessageErrorEntries' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchPutMessageErrorEntry', ], ], 'BatchPutMessageErrorEntry' => [ 'type' => 'structure', 'members' => [ 'messageId' => [ 'shape' => 'MessageId', ], 'errorCode' => [ 'shape' => 'ErrorCode', ], 'errorMessage' => [ 'shape' => 'ErrorMessage', ], ], ], 'BatchPutMessageRequest' => [ 'type' => 'structure', 'required' => [ 'channelName', 'messages', ], 'members' => [ 'channelName' => [ 'shape' => 'ChannelName', ], 'messages' => [ 'shape' => 'Messages', ], ], ], 'BatchPutMessageResponse' => [ 'type' => 'structure', 'members' => [ 'batchPutMessageErrorEntries' => [ 'shape' => 'BatchPutMessageErrorEntries', ], ], ], 'BucketKeyExpression' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[a-zA-Z0-9!_.*\'()/{}:-]*$', ], 'BucketName' => [ 'type' => 'string', 'max' => 255, 'min' => 3, 'pattern' => '^[a-zA-Z0-9.\\-_]*$', ], 'CancelPipelineReprocessingRequest' => [ 'type' => 'structure', 'required' => [ 'pipelineName', 'reprocessingId', ], 'members' => [ 'pipelineName' => [ 'shape' => 'PipelineName', 'location' => 'uri', 'locationName' => 'pipelineName', ], 'reprocessingId' => [ 'shape' => 'ReprocessingId', 'location' => 'uri', 'locationName' => 'reprocessingId', ], ], ], 'CancelPipelineReprocessingResponse' => [ 'type' => 'structure', 'members' => [], ], 'Channel' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'ChannelName', ], 'storage' => [ 'shape' => 'ChannelStorage', ], 'arn' => [ 'shape' => 'ChannelArn', ], 'status' => [ 'shape' => 'ChannelStatus', ], 'retentionPeriod' => [ 'shape' => 'RetentionPeriod', ], 'creationTime' => [ 'shape' => 'Timestamp', ], 'lastUpdateTime' => [ 'shape' => 'Timestamp', ], 'lastMessageArrivalTime' => [ 'shape' => 'Timestamp', ], ], ], 'ChannelActivity' => [ 'type' => 'structure', 'required' => [ 'name', 'channelName', ], 'members' => [ 'name' => [ 'shape' => 'ActivityName', ], 'channelName' => [ 'shape' => 'ChannelName', ], 'next' => [ 'shape' => 'ActivityName', ], ], ], 'ChannelArn' => [ 'type' => 'string', ], 'ChannelMessages' => [ 'type' => 'structure', 'members' => [ 's3Paths' => [ 'shape' => 'S3PathChannelMessages', ], ], ], 'ChannelName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '(^(?!_{2}))(^[a-zA-Z0-9_]+$)', ], 'ChannelStatistics' => [ 'type' => 'structure', 'members' => [ 'size' => [ 'shape' => 'EstimatedResourceSize', ], ], ], 'ChannelStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'ACTIVE', 'DELETING', ], ], 'ChannelStorage' => [ 'type' => 'structure', 'members' => [ 'serviceManagedS3' => [ 'shape' => 'ServiceManagedChannelS3Storage', ], 'customerManagedS3' => [ 'shape' => 'CustomerManagedChannelS3Storage', ], ], ], 'ChannelStorageSummary' => [ 'type' => 'structure', 'members' => [ 'serviceManagedS3' => [ 'shape' => 'ServiceManagedChannelS3StorageSummary', ], 'customerManagedS3' => [ 'shape' => 'CustomerManagedChannelS3StorageSummary', ], ], ], 'ChannelSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ChannelSummary', ], ], 'ChannelSummary' => [ 'type' => 'structure', 'members' => [ 'channelName' => [ 'shape' => 'ChannelName', ], 'channelStorage' => [ 'shape' => 'ChannelStorageSummary', ], 'status' => [ 'shape' => 'ChannelStatus', ], 'creationTime' => [ 'shape' => 'Timestamp', ], 'lastUpdateTime' => [ 'shape' => 'Timestamp', ], 'lastMessageArrivalTime' => [ 'shape' => 'Timestamp', ], ], ], 'Column' => [ 'type' => 'structure', 'required' => [ 'name', 'type', ], 'members' => [ 'name' => [ 'shape' => 'ColumnName', ], 'type' => [ 'shape' => 'ColumnDataType', ], ], ], 'ColumnDataType' => [ 'type' => 'string', 'max' => 131072, 'min' => 1, 'pattern' => '^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*$', ], 'ColumnName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$', ], 'Columns' => [ 'type' => 'list', 'member' => [ 'shape' => 'Column', ], ], 'ComputeType' => [ 'type' => 'string', 'enum' => [ 'ACU_1', 'ACU_2', ], ], 'ContainerDatasetAction' => [ 'type' => 'structure', 'required' => [ 'image', 'executionRoleArn', 'resourceConfiguration', ], 'members' => [ 'image' => [ 'shape' => 'Image', ], 'executionRoleArn' => [ 'shape' => 'RoleArn', ], 'resourceConfiguration' => [ 'shape' => 'ResourceConfiguration', ], 'variables' => [ 'shape' => 'Variables', ], ], ], 'CreateChannelRequest' => [ 'type' => 'structure', 'required' => [ 'channelName', ], 'members' => [ 'channelName' => [ 'shape' => 'ChannelName', ], 'channelStorage' => [ 'shape' => 'ChannelStorage', ], 'retentionPeriod' => [ 'shape' => 'RetentionPeriod', ], 'tags' => [ 'shape' => 'TagList', ], ], ], 'CreateChannelResponse' => [ 'type' => 'structure', 'members' => [ 'channelName' => [ 'shape' => 'ChannelName', ], 'channelArn' => [ 'shape' => 'ChannelArn', ], 'retentionPeriod' => [ 'shape' => 'RetentionPeriod', ], ], ], 'CreateDatasetContentRequest' => [ 'type' => 'structure', 'required' => [ 'datasetName', ], 'members' => [ 'datasetName' => [ 'shape' => 'DatasetName', 'location' => 'uri', 'locationName' => 'datasetName', ], 'versionId' => [ 'shape' => 'DatasetContentVersion', ], ], ], 'CreateDatasetContentResponse' => [ 'type' => 'structure', 'members' => [ 'versionId' => [ 'shape' => 'DatasetContentVersion', ], ], ], 'CreateDatasetRequest' => [ 'type' => 'structure', 'required' => [ 'datasetName', 'actions', ], 'members' => [ 'datasetName' => [ 'shape' => 'DatasetName', ], 'actions' => [ 'shape' => 'DatasetActions', ], 'triggers' => [ 'shape' => 'DatasetTriggers', ], 'contentDeliveryRules' => [ 'shape' => 'DatasetContentDeliveryRules', ], 'retentionPeriod' => [ 'shape' => 'RetentionPeriod', ], 'versioningConfiguration' => [ 'shape' => 'VersioningConfiguration', ], 'tags' => [ 'shape' => 'TagList', ], 'lateDataRules' => [ 'shape' => 'LateDataRules', ], ], ], 'CreateDatasetResponse' => [ 'type' => 'structure', 'members' => [ 'datasetName' => [ 'shape' => 'DatasetName', ], 'datasetArn' => [ 'shape' => 'DatasetArn', ], 'retentionPeriod' => [ 'shape' => 'RetentionPeriod', ], ], ], 'CreateDatastoreRequest' => [ 'type' => 'structure', 'required' => [ 'datastoreName', ], 'members' => [ 'datastoreName' => [ 'shape' => 'DatastoreName', ], 'datastoreStorage' => [ 'shape' => 'DatastoreStorage', ], 'retentionPeriod' => [ 'shape' => 'RetentionPeriod', ], 'tags' => [ 'shape' => 'TagList', ], 'fileFormatConfiguration' => [ 'shape' => 'FileFormatConfiguration', ], 'datastorePartitions' => [ 'shape' => 'DatastorePartitions', ], ], ], 'CreateDatastoreResponse' => [ 'type' => 'structure', 'members' => [ 'datastoreName' => [ 'shape' => 'DatastoreName', ], 'datastoreArn' => [ 'shape' => 'DatastoreArn', ], 'retentionPeriod' => [ 'shape' => 'RetentionPeriod', ], ], ], 'CreatePipelineRequest' => [ 'type' => 'structure', 'required' => [ 'pipelineName', 'pipelineActivities', ], 'members' => [ 'pipelineName' => [ 'shape' => 'PipelineName', ], 'pipelineActivities' => [ 'shape' => 'PipelineActivities', ], 'tags' => [ 'shape' => 'TagList', ], ], ], 'CreatePipelineResponse' => [ 'type' => 'structure', 'members' => [ 'pipelineName' => [ 'shape' => 'PipelineName', ], 'pipelineArn' => [ 'shape' => 'PipelineArn', ], ], ], 'CustomerManagedChannelS3Storage' => [ 'type' => 'structure', 'required' => [ 'bucket', 'roleArn', ], 'members' => [ 'bucket' => [ 'shape' => 'BucketName', ], 'keyPrefix' => [ 'shape' => 'S3KeyPrefix', ], 'roleArn' => [ 'shape' => 'RoleArn', ], ], ], 'CustomerManagedChannelS3StorageSummary' => [ 'type' => 'structure', 'members' => [ 'bucket' => [ 'shape' => 'BucketName', ], 'keyPrefix' => [ 'shape' => 'S3KeyPrefix', ], 'roleArn' => [ 'shape' => 'RoleArn', ], ], ], 'CustomerManagedDatastoreS3Storage' => [ 'type' => 'structure', 'required' => [ 'bucket', 'roleArn', ], 'members' => [ 'bucket' => [ 'shape' => 'BucketName', ], 'keyPrefix' => [ 'shape' => 'S3KeyPrefix', ], 'roleArn' => [ 'shape' => 'RoleArn', ], ], ], 'CustomerManagedDatastoreS3StorageSummary' => [ 'type' => 'structure', 'members' => [ 'bucket' => [ 'shape' => 'BucketName', ], 'keyPrefix' => [ 'shape' => 'S3KeyPrefix', ], 'roleArn' => [ 'shape' => 'RoleArn', ], ], ], 'Dataset' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'DatasetName', ], 'arn' => [ 'shape' => 'DatasetArn', ], 'actions' => [ 'shape' => 'DatasetActions', ], 'triggers' => [ 'shape' => 'DatasetTriggers', ], 'contentDeliveryRules' => [ 'shape' => 'DatasetContentDeliveryRules', ], 'status' => [ 'shape' => 'DatasetStatus', ], 'creationTime' => [ 'shape' => 'Timestamp', ], 'lastUpdateTime' => [ 'shape' => 'Timestamp', ], 'retentionPeriod' => [ 'shape' => 'RetentionPeriod', ], 'versioningConfiguration' => [ 'shape' => 'VersioningConfiguration', ], 'lateDataRules' => [ 'shape' => 'LateDataRules', ], ], ], 'DatasetAction' => [ 'type' => 'structure', 'members' => [ 'actionName' => [ 'shape' => 'DatasetActionName', ], 'queryAction' => [ 'shape' => 'SqlQueryDatasetAction', ], 'containerAction' => [ 'shape' => 'ContainerDatasetAction', ], ], ], 'DatasetActionName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_]+$', ], 'DatasetActionSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatasetActionSummary', ], 'max' => 1, 'min' => 1, ], 'DatasetActionSummary' => [ 'type' => 'structure', 'members' => [ 'actionName' => [ 'shape' => 'DatasetActionName', ], 'actionType' => [ 'shape' => 'DatasetActionType', ], ], ], 'DatasetActionType' => [ 'type' => 'string', 'enum' => [ 'QUERY', 'CONTAINER', ], ], 'DatasetActions' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatasetAction', ], 'max' => 1, 'min' => 1, ], 'DatasetArn' => [ 'type' => 'string', ], 'DatasetContentDeliveryDestination' => [ 'type' => 'structure', 'members' => [ 'iotEventsDestinationConfiguration' => [ 'shape' => 'IotEventsDestinationConfiguration', ], 's3DestinationConfiguration' => [ 'shape' => 'S3DestinationConfiguration', ], ], ], 'DatasetContentDeliveryRule' => [ 'type' => 'structure', 'required' => [ 'destination', ], 'members' => [ 'entryName' => [ 'shape' => 'EntryName', ], 'destination' => [ 'shape' => 'DatasetContentDeliveryDestination', ], ], ], 'DatasetContentDeliveryRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatasetContentDeliveryRule', ], 'max' => 20, 'min' => 0, ], 'DatasetContentState' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'SUCCEEDED', 'FAILED', ], ], 'DatasetContentStatus' => [ 'type' => 'structure', 'members' => [ 'state' => [ 'shape' => 'DatasetContentState', ], 'reason' => [ 'shape' => 'Reason', ], ], ], 'DatasetContentSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatasetContentSummary', ], ], 'DatasetContentSummary' => [ 'type' => 'structure', 'members' => [ 'version' => [ 'shape' => 'DatasetContentVersion', ], 'status' => [ 'shape' => 'DatasetContentStatus', ], 'creationTime' => [ 'shape' => 'Timestamp', ], 'scheduleTime' => [ 'shape' => 'Timestamp', ], 'completionTime' => [ 'shape' => 'Timestamp', ], ], ], 'DatasetContentVersion' => [ 'type' => 'string', 'max' => 36, 'min' => 7, ], 'DatasetContentVersionValue' => [ 'type' => 'structure', 'required' => [ 'datasetName', ], 'members' => [ 'datasetName' => [ 'shape' => 'DatasetName', ], ], ], 'DatasetEntries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatasetEntry', ], ], 'DatasetEntry' => [ 'type' => 'structure', 'members' => [ 'entryName' => [ 'shape' => 'EntryName', ], 'dataURI' => [ 'shape' => 'PresignedURI', ], ], ], 'DatasetName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '(^(?!_{2}))(^[a-zA-Z0-9_]+$)', ], 'DatasetStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'ACTIVE', 'DELETING', ], ], 'DatasetSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatasetSummary', ], ], 'DatasetSummary' => [ 'type' => 'structure', 'members' => [ 'datasetName' => [ 'shape' => 'DatasetName', ], 'status' => [ 'shape' => 'DatasetStatus', ], 'creationTime' => [ 'shape' => 'Timestamp', ], 'lastUpdateTime' => [ 'shape' => 'Timestamp', ], 'triggers' => [ 'shape' => 'DatasetTriggers', ], 'actions' => [ 'shape' => 'DatasetActionSummaries', ], ], ], 'DatasetTrigger' => [ 'type' => 'structure', 'members' => [ 'schedule' => [ 'shape' => 'Schedule', ], 'dataset' => [ 'shape' => 'TriggeringDataset', ], ], ], 'DatasetTriggers' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatasetTrigger', ], 'max' => 5, 'min' => 0, ], 'Datastore' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'DatastoreName', ], 'storage' => [ 'shape' => 'DatastoreStorage', ], 'arn' => [ 'shape' => 'DatastoreArn', ], 'status' => [ 'shape' => 'DatastoreStatus', ], 'retentionPeriod' => [ 'shape' => 'RetentionPeriod', ], 'creationTime' => [ 'shape' => 'Timestamp', ], 'lastUpdateTime' => [ 'shape' => 'Timestamp', ], 'lastMessageArrivalTime' => [ 'shape' => 'Timestamp', ], 'fileFormatConfiguration' => [ 'shape' => 'FileFormatConfiguration', ], 'datastorePartitions' => [ 'shape' => 'DatastorePartitions', ], ], ], 'DatastoreActivity' => [ 'type' => 'structure', 'required' => [ 'name', 'datastoreName', ], 'members' => [ 'name' => [ 'shape' => 'ActivityName', ], 'datastoreName' => [ 'shape' => 'DatastoreName', ], ], ], 'DatastoreArn' => [ 'type' => 'string', ], 'DatastoreIotSiteWiseMultiLayerStorage' => [ 'type' => 'structure', 'required' => [ 'customerManagedS3Storage', ], 'members' => [ 'customerManagedS3Storage' => [ 'shape' => 'IotSiteWiseCustomerManagedDatastoreS3Storage', ], ], ], 'DatastoreIotSiteWiseMultiLayerStorageSummary' => [ 'type' => 'structure', 'members' => [ 'customerManagedS3Storage' => [ 'shape' => 'IotSiteWiseCustomerManagedDatastoreS3StorageSummary', ], ], ], 'DatastoreName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '(^(?!_{2}))(^[a-zA-Z0-9_]+$)', ], 'DatastorePartition' => [ 'type' => 'structure', 'members' => [ 'attributePartition' => [ 'shape' => 'Partition', ], 'timestampPartition' => [ 'shape' => 'TimestampPartition', ], ], ], 'DatastorePartitions' => [ 'type' => 'structure', 'members' => [ 'partitions' => [ 'shape' => 'Partitions', ], ], ], 'DatastoreStatistics' => [ 'type' => 'structure', 'members' => [ 'size' => [ 'shape' => 'EstimatedResourceSize', ], ], ], 'DatastoreStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'ACTIVE', 'DELETING', ], ], 'DatastoreStorage' => [ 'type' => 'structure', 'members' => [ 'serviceManagedS3' => [ 'shape' => 'ServiceManagedDatastoreS3Storage', ], 'customerManagedS3' => [ 'shape' => 'CustomerManagedDatastoreS3Storage', ], 'iotSiteWiseMultiLayerStorage' => [ 'shape' => 'DatastoreIotSiteWiseMultiLayerStorage', ], ], ], 'DatastoreStorageSummary' => [ 'type' => 'structure', 'members' => [ 'serviceManagedS3' => [ 'shape' => 'ServiceManagedDatastoreS3StorageSummary', ], 'customerManagedS3' => [ 'shape' => 'CustomerManagedDatastoreS3StorageSummary', ], 'iotSiteWiseMultiLayerStorage' => [ 'shape' => 'DatastoreIotSiteWiseMultiLayerStorageSummary', ], ], ], 'DatastoreSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatastoreSummary', ], ], 'DatastoreSummary' => [ 'type' => 'structure', 'members' => [ 'datastoreName' => [ 'shape' => 'DatastoreName', ], 'datastoreStorage' => [ 'shape' => 'DatastoreStorageSummary', ], 'status' => [ 'shape' => 'DatastoreStatus', ], 'creationTime' => [ 'shape' => 'Timestamp', ], 'lastUpdateTime' => [ 'shape' => 'Timestamp', ], 'lastMessageArrivalTime' => [ 'shape' => 'Timestamp', ], 'fileFormatType' => [ 'shape' => 'FileFormatType', ], 'datastorePartitions' => [ 'shape' => 'DatastorePartitions', ], ], ], 'DeleteChannelRequest' => [ 'type' => 'structure', 'required' => [ 'channelName', ], 'members' => [ 'channelName' => [ 'shape' => 'ChannelName', 'location' => 'uri', 'locationName' => 'channelName', ], ], ], 'DeleteDatasetContentRequest' => [ 'type' => 'structure', 'required' => [ 'datasetName', ], 'members' => [ 'datasetName' => [ 'shape' => 'DatasetName', 'location' => 'uri', 'locationName' => 'datasetName', ], 'versionId' => [ 'shape' => 'DatasetContentVersion', 'location' => 'querystring', 'locationName' => 'versionId', ], ], ], 'DeleteDatasetRequest' => [ 'type' => 'structure', 'required' => [ 'datasetName', ], 'members' => [ 'datasetName' => [ 'shape' => 'DatasetName', 'location' => 'uri', 'locationName' => 'datasetName', ], ], ], 'DeleteDatastoreRequest' => [ 'type' => 'structure', 'required' => [ 'datastoreName', ], 'members' => [ 'datastoreName' => [ 'shape' => 'DatastoreName', 'location' => 'uri', 'locationName' => 'datastoreName', ], ], ], 'DeletePipelineRequest' => [ 'type' => 'structure', 'required' => [ 'pipelineName', ], 'members' => [ 'pipelineName' => [ 'shape' => 'PipelineName', 'location' => 'uri', 'locationName' => 'pipelineName', ], ], ], 'DeltaTime' => [ 'type' => 'structure', 'required' => [ 'offsetSeconds', 'timeExpression', ], 'members' => [ 'offsetSeconds' => [ 'shape' => 'OffsetSeconds', ], 'timeExpression' => [ 'shape' => 'TimeExpression', ], ], ], 'DeltaTimeSessionWindowConfiguration' => [ 'type' => 'structure', 'required' => [ 'timeoutInMinutes', ], 'members' => [ 'timeoutInMinutes' => [ 'shape' => 'SessionTimeoutInMinutes', ], ], ], 'DescribeChannelRequest' => [ 'type' => 'structure', 'required' => [ 'channelName', ], 'members' => [ 'channelName' => [ 'shape' => 'ChannelName', 'location' => 'uri', 'locationName' => 'channelName', ], 'includeStatistics' => [ 'shape' => 'IncludeStatisticsFlag', 'location' => 'querystring', 'locationName' => 'includeStatistics', ], ], ], 'DescribeChannelResponse' => [ 'type' => 'structure', 'members' => [ 'channel' => [ 'shape' => 'Channel', ], 'statistics' => [ 'shape' => 'ChannelStatistics', ], ], ], 'DescribeDatasetRequest' => [ 'type' => 'structure', 'required' => [ 'datasetName', ], 'members' => [ 'datasetName' => [ 'shape' => 'DatasetName', 'location' => 'uri', 'locationName' => 'datasetName', ], ], ], 'DescribeDatasetResponse' => [ 'type' => 'structure', 'members' => [ 'dataset' => [ 'shape' => 'Dataset', ], ], ], 'DescribeDatastoreRequest' => [ 'type' => 'structure', 'required' => [ 'datastoreName', ], 'members' => [ 'datastoreName' => [ 'shape' => 'DatastoreName', 'location' => 'uri', 'locationName' => 'datastoreName', ], 'includeStatistics' => [ 'shape' => 'IncludeStatisticsFlag', 'location' => 'querystring', 'locationName' => 'includeStatistics', ], ], ], 'DescribeDatastoreResponse' => [ 'type' => 'structure', 'members' => [ 'datastore' => [ 'shape' => 'Datastore', ], 'statistics' => [ 'shape' => 'DatastoreStatistics', ], ], ], 'DescribeLoggingOptionsRequest' => [ 'type' => 'structure', 'members' => [], ], 'DescribeLoggingOptionsResponse' => [ 'type' => 'structure', 'members' => [ 'loggingOptions' => [ 'shape' => 'LoggingOptions', ], ], ], 'DescribePipelineRequest' => [ 'type' => 'structure', 'required' => [ 'pipelineName', ], 'members' => [ 'pipelineName' => [ 'shape' => 'PipelineName', 'location' => 'uri', 'locationName' => 'pipelineName', ], ], ], 'DescribePipelineResponse' => [ 'type' => 'structure', 'members' => [ 'pipeline' => [ 'shape' => 'Pipeline', ], ], ], 'DeviceRegistryEnrichActivity' => [ 'type' => 'structure', 'required' => [ 'name', 'attribute', 'thingName', 'roleArn', ], 'members' => [ 'name' => [ 'shape' => 'ActivityName', ], 'attribute' => [ 'shape' => 'AttributeName', ], 'thingName' => [ 'shape' => 'AttributeName', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'next' => [ 'shape' => 'ActivityName', ], ], ], 'DeviceShadowEnrichActivity' => [ 'type' => 'structure', 'required' => [ 'name', 'attribute', 'thingName', 'roleArn', ], 'members' => [ 'name' => [ 'shape' => 'ActivityName', ], 'attribute' => [ 'shape' => 'AttributeName', ], 'thingName' => [ 'shape' => 'AttributeName', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'next' => [ 'shape' => 'ActivityName', ], ], ], 'DoubleValue' => [ 'type' => 'double', ], 'EndTime' => [ 'type' => 'timestamp', ], 'EntryName' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', ], 'ErrorMessage' => [ 'type' => 'string', ], 'EstimatedResourceSize' => [ 'type' => 'structure', 'members' => [ 'estimatedSizeInBytes' => [ 'shape' => 'SizeInBytes', ], 'estimatedOn' => [ 'shape' => 'Timestamp', ], ], ], 'FileFormatConfiguration' => [ 'type' => 'structure', 'members' => [ 'jsonConfiguration' => [ 'shape' => 'JsonConfiguration', ], 'parquetConfiguration' => [ 'shape' => 'ParquetConfiguration', ], ], ], 'FileFormatType' => [ 'type' => 'string', 'enum' => [ 'JSON', 'PARQUET', ], ], 'FilterActivity' => [ 'type' => 'structure', 'required' => [ 'name', 'filter', ], 'members' => [ 'name' => [ 'shape' => 'ActivityName', ], 'filter' => [ 'shape' => 'FilterExpression', ], 'next' => [ 'shape' => 'ActivityName', ], ], ], 'FilterExpression' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'GetDatasetContentRequest' => [ 'type' => 'structure', 'required' => [ 'datasetName', ], 'members' => [ 'datasetName' => [ 'shape' => 'DatasetName', 'location' => 'uri', 'locationName' => 'datasetName', ], 'versionId' => [ 'shape' => 'DatasetContentVersion', 'location' => 'querystring', 'locationName' => 'versionId', ], ], ], 'GetDatasetContentResponse' => [ 'type' => 'structure', 'members' => [ 'entries' => [ 'shape' => 'DatasetEntries', ], 'timestamp' => [ 'shape' => 'Timestamp', ], 'status' => [ 'shape' => 'DatasetContentStatus', ], ], ], 'GlueConfiguration' => [ 'type' => 'structure', 'required' => [ 'tableName', 'databaseName', ], 'members' => [ 'tableName' => [ 'shape' => 'GlueTableName', ], 'databaseName' => [ 'shape' => 'GlueDatabaseName', ], ], ], 'GlueDatabaseName' => [ 'type' => 'string', 'max' => 150, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'GlueTableName' => [ 'type' => 'string', 'max' => 150, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'Image' => [ 'type' => 'string', 'max' => 255, ], 'IncludeStatisticsFlag' => [ 'type' => 'boolean', ], 'InternalFailureException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], ], 'error' => [ 'httpStatusCode' => 500, ], 'exception' => true, 'fault' => true, ], 'InvalidRequestException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], ], 'error' => [ 'httpStatusCode' => 400, ], 'exception' => true, ], 'IotEventsDestinationConfiguration' => [ 'type' => 'structure', 'required' => [ 'inputName', 'roleArn', ], 'members' => [ 'inputName' => [ 'shape' => 'IotEventsInputName', ], 'roleArn' => [ 'shape' => 'RoleArn', ], ], ], 'IotEventsInputName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$', ], 'IotSiteWiseCustomerManagedDatastoreS3Storage' => [ 'type' => 'structure', 'required' => [ 'bucket', ], 'members' => [ 'bucket' => [ 'shape' => 'BucketName', ], 'keyPrefix' => [ 'shape' => 'S3KeyPrefix', ], ], ], 'IotSiteWiseCustomerManagedDatastoreS3StorageSummary' => [ 'type' => 'structure', 'members' => [ 'bucket' => [ 'shape' => 'BucketName', ], 'keyPrefix' => [ 'shape' => 'S3KeyPrefix', ], ], ], 'JsonConfiguration' => [ 'type' => 'structure', 'members' => [], ], 'LambdaActivity' => [ 'type' => 'structure', 'required' => [ 'name', 'lambdaName', 'batchSize', ], 'members' => [ 'name' => [ 'shape' => 'ActivityName', ], 'lambdaName' => [ 'shape' => 'LambdaName', ], 'batchSize' => [ 'shape' => 'ActivityBatchSize', ], 'next' => [ 'shape' => 'ActivityName', ], ], ], 'LambdaName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_-]+$', ], 'LateDataRule' => [ 'type' => 'structure', 'required' => [ 'ruleConfiguration', ], 'members' => [ 'ruleName' => [ 'shape' => 'LateDataRuleName', ], 'ruleConfiguration' => [ 'shape' => 'LateDataRuleConfiguration', ], ], ], 'LateDataRuleConfiguration' => [ 'type' => 'structure', 'members' => [ 'deltaTimeSessionWindowConfiguration' => [ 'shape' => 'DeltaTimeSessionWindowConfiguration', ], ], ], 'LateDataRuleName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_]+$', ], 'LateDataRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'LateDataRule', ], 'max' => 1, 'min' => 1, ], 'LimitExceededException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], ], 'error' => [ 'httpStatusCode' => 410, ], 'exception' => true, ], 'ListChannelsRequest' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListChannelsResponse' => [ 'type' => 'structure', 'members' => [ 'channelSummaries' => [ 'shape' => 'ChannelSummaries', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDatasetContentsRequest' => [ 'type' => 'structure', 'required' => [ 'datasetName', ], 'members' => [ 'datasetName' => [ 'shape' => 'DatasetName', 'location' => 'uri', 'locationName' => 'datasetName', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'scheduledOnOrAfter' => [ 'shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'scheduledOnOrAfter', ], 'scheduledBefore' => [ 'shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'scheduledBefore', ], ], ], 'ListDatasetContentsResponse' => [ 'type' => 'structure', 'members' => [ 'datasetContentSummaries' => [ 'shape' => 'DatasetContentSummaries', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDatasetsRequest' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListDatasetsResponse' => [ 'type' => 'structure', 'members' => [ 'datasetSummaries' => [ 'shape' => 'DatasetSummaries', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDatastoresRequest' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListDatastoresResponse' => [ 'type' => 'structure', 'members' => [ 'datastoreSummaries' => [ 'shape' => 'DatastoreSummaries', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListPipelinesRequest' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListPipelinesResponse' => [ 'type' => 'structure', 'members' => [ 'pipelineSummaries' => [ 'shape' => 'PipelineSummaries', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTagsForResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'querystring', 'locationName' => 'resourceArn', ], ], ], 'ListTagsForResourceResponse' => [ 'type' => 'structure', 'members' => [ 'tags' => [ 'shape' => 'TagList', ], ], ], 'LogResult' => [ 'type' => 'string', ], 'LoggingEnabled' => [ 'type' => 'boolean', ], 'LoggingLevel' => [ 'type' => 'string', 'enum' => [ 'ERROR', ], ], 'LoggingOptions' => [ 'type' => 'structure', 'required' => [ 'roleArn', 'level', 'enabled', ], 'members' => [ 'roleArn' => [ 'shape' => 'RoleArn', ], 'level' => [ 'shape' => 'LoggingLevel', ], 'enabled' => [ 'shape' => 'LoggingEnabled', ], ], ], 'MathActivity' => [ 'type' => 'structure', 'required' => [ 'name', 'attribute', 'math', ], 'members' => [ 'name' => [ 'shape' => 'ActivityName', ], 'attribute' => [ 'shape' => 'AttributeName', ], 'math' => [ 'shape' => 'MathExpression', ], 'next' => [ 'shape' => 'ActivityName', ], ], ], 'MathExpression' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'MaxMessages' => [ 'type' => 'integer', 'max' => 10, 'min' => 1, ], 'MaxResults' => [ 'type' => 'integer', 'max' => 250, 'min' => 1, ], 'MaxVersions' => [ 'type' => 'integer', 'max' => 1000, 'min' => 1, ], 'Message' => [ 'type' => 'structure', 'required' => [ 'messageId', 'payload', ], 'members' => [ 'messageId' => [ 'shape' => 'MessageId', ], 'payload' => [ 'shape' => 'MessagePayload', ], ], ], 'MessageId' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '\\p{ASCII}*', ], 'MessagePayload' => [ 'type' => 'blob', ], 'MessagePayloads' => [ 'type' => 'list', 'member' => [ 'shape' => 'MessagePayload', ], 'max' => 10, 'min' => 1, ], 'Messages' => [ 'type' => 'list', 'member' => [ 'shape' => 'Message', ], ], 'NextToken' => [ 'type' => 'string', ], 'OffsetSeconds' => [ 'type' => 'integer', ], 'OutputFileName' => [ 'type' => 'string', 'pattern' => '[\\w\\.-]{1,255}', ], 'OutputFileUriValue' => [ 'type' => 'structure', 'required' => [ 'fileName', ], 'members' => [ 'fileName' => [ 'shape' => 'OutputFileName', ], ], ], 'ParquetConfiguration' => [ 'type' => 'structure', 'members' => [ 'schemaDefinition' => [ 'shape' => 'SchemaDefinition', ], ], ], 'Partition' => [ 'type' => 'structure', 'required' => [ 'attributeName', ], 'members' => [ 'attributeName' => [ 'shape' => 'PartitionAttributeName', ], ], ], 'PartitionAttributeName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_]+$', ], 'Partitions' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatastorePartition', ], 'max' => 25, 'min' => 0, ], 'Pipeline' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'PipelineName', ], 'arn' => [ 'shape' => 'PipelineArn', ], 'activities' => [ 'shape' => 'PipelineActivities', ], 'reprocessingSummaries' => [ 'shape' => 'ReprocessingSummaries', ], 'creationTime' => [ 'shape' => 'Timestamp', ], 'lastUpdateTime' => [ 'shape' => 'Timestamp', ], ], ], 'PipelineActivities' => [ 'type' => 'list', 'member' => [ 'shape' => 'PipelineActivity', ], 'max' => 25, 'min' => 1, ], 'PipelineActivity' => [ 'type' => 'structure', 'members' => [ 'channel' => [ 'shape' => 'ChannelActivity', ], 'lambda' => [ 'shape' => 'LambdaActivity', ], 'datastore' => [ 'shape' => 'DatastoreActivity', ], 'addAttributes' => [ 'shape' => 'AddAttributesActivity', ], 'removeAttributes' => [ 'shape' => 'RemoveAttributesActivity', ], 'selectAttributes' => [ 'shape' => 'SelectAttributesActivity', ], 'filter' => [ 'shape' => 'FilterActivity', ], 'math' => [ 'shape' => 'MathActivity', ], 'deviceRegistryEnrich' => [ 'shape' => 'DeviceRegistryEnrichActivity', ], 'deviceShadowEnrich' => [ 'shape' => 'DeviceShadowEnrichActivity', ], ], ], 'PipelineArn' => [ 'type' => 'string', ], 'PipelineName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '(^(?!_{2}))(^[a-zA-Z0-9_]+$)', ], 'PipelineSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'PipelineSummary', ], ], 'PipelineSummary' => [ 'type' => 'structure', 'members' => [ 'pipelineName' => [ 'shape' => 'PipelineName', ], 'reprocessingSummaries' => [ 'shape' => 'ReprocessingSummaries', ], 'creationTime' => [ 'shape' => 'Timestamp', ], 'lastUpdateTime' => [ 'shape' => 'Timestamp', ], ], ], 'PresignedURI' => [ 'type' => 'string', ], 'PutLoggingOptionsRequest' => [ 'type' => 'structure', 'required' => [ 'loggingOptions', ], 'members' => [ 'loggingOptions' => [ 'shape' => 'LoggingOptions', ], ], ], 'QueryFilter' => [ 'type' => 'structure', 'members' => [ 'deltaTime' => [ 'shape' => 'DeltaTime', ], ], ], 'QueryFilters' => [ 'type' => 'list', 'member' => [ 'shape' => 'QueryFilter', ], 'max' => 1, 'min' => 0, ], 'Reason' => [ 'type' => 'string', ], 'RemoveAttributesActivity' => [ 'type' => 'structure', 'required' => [ 'name', 'attributes', ], 'members' => [ 'name' => [ 'shape' => 'ActivityName', ], 'attributes' => [ 'shape' => 'AttributeNames', ], 'next' => [ 'shape' => 'ActivityName', ], ], ], 'ReprocessingId' => [ 'type' => 'string', ], 'ReprocessingStatus' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'SUCCEEDED', 'CANCELLED', 'FAILED', ], ], 'ReprocessingSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ReprocessingSummary', ], ], 'ReprocessingSummary' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ReprocessingId', ], 'status' => [ 'shape' => 'ReprocessingStatus', ], 'creationTime' => [ 'shape' => 'Timestamp', ], ], ], 'ResourceAlreadyExistsException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], 'resourceId' => [ 'shape' => 'resourceId', ], 'resourceArn' => [ 'shape' => 'resourceArn', ], ], 'error' => [ 'httpStatusCode' => 409, ], 'exception' => true, ], 'ResourceArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, ], 'ResourceConfiguration' => [ 'type' => 'structure', 'required' => [ 'computeType', 'volumeSizeInGB', ], 'members' => [ 'computeType' => [ 'shape' => 'ComputeType', ], 'volumeSizeInGB' => [ 'shape' => 'VolumeSizeInGB', ], ], ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'RetentionPeriod' => [ 'type' => 'structure', 'members' => [ 'unlimited' => [ 'shape' => 'UnlimitedRetentionPeriod', ], 'numberOfDays' => [ 'shape' => 'RetentionPeriodInDays', ], ], ], 'RetentionPeriodInDays' => [ 'type' => 'integer', 'min' => 1, ], 'RoleArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, ], 'RunPipelineActivityRequest' => [ 'type' => 'structure', 'required' => [ 'pipelineActivity', 'payloads', ], 'members' => [ 'pipelineActivity' => [ 'shape' => 'PipelineActivity', ], 'payloads' => [ 'shape' => 'MessagePayloads', ], ], ], 'RunPipelineActivityResponse' => [ 'type' => 'structure', 'members' => [ 'payloads' => [ 'shape' => 'MessagePayloads', ], 'logResult' => [ 'shape' => 'LogResult', ], ], ], 'S3DestinationConfiguration' => [ 'type' => 'structure', 'required' => [ 'bucket', 'key', 'roleArn', ], 'members' => [ 'bucket' => [ 'shape' => 'BucketName', ], 'key' => [ 'shape' => 'BucketKeyExpression', ], 'glueConfiguration' => [ 'shape' => 'GlueConfiguration', ], 'roleArn' => [ 'shape' => 'RoleArn', ], ], ], 'S3KeyPrefix' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[a-zA-Z0-9!_.*\'()/{}:-]*/$', ], 'S3PathChannelMessage' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^[a-zA-Z0-9/_!\'(){}\\*\\s\\.\\-\\=\\:]+$', ], 'S3PathChannelMessages' => [ 'type' => 'list', 'member' => [ 'shape' => 'S3PathChannelMessage', ], 'max' => 100, 'min' => 1, ], 'SampleChannelDataRequest' => [ 'type' => 'structure', 'required' => [ 'channelName', ], 'members' => [ 'channelName' => [ 'shape' => 'ChannelName', 'location' => 'uri', 'locationName' => 'channelName', ], 'maxMessages' => [ 'shape' => 'MaxMessages', 'location' => 'querystring', 'locationName' => 'maxMessages', ], 'startTime' => [ 'shape' => 'StartTime', 'location' => 'querystring', 'locationName' => 'startTime', ], 'endTime' => [ 'shape' => 'EndTime', 'location' => 'querystring', 'locationName' => 'endTime', ], ], ], 'SampleChannelDataResponse' => [ 'type' => 'structure', 'members' => [ 'payloads' => [ 'shape' => 'MessagePayloads', ], ], ], 'Schedule' => [ 'type' => 'structure', 'members' => [ 'expression' => [ 'shape' => 'ScheduleExpression', ], ], ], 'ScheduleExpression' => [ 'type' => 'string', ], 'SchemaDefinition' => [ 'type' => 'structure', 'members' => [ 'columns' => [ 'shape' => 'Columns', ], ], ], 'SelectAttributesActivity' => [ 'type' => 'structure', 'required' => [ 'name', 'attributes', ], 'members' => [ 'name' => [ 'shape' => 'ActivityName', ], 'attributes' => [ 'shape' => 'AttributeNames', ], 'next' => [ 'shape' => 'ActivityName', ], ], ], 'ServiceManagedChannelS3Storage' => [ 'type' => 'structure', 'members' => [], ], 'ServiceManagedChannelS3StorageSummary' => [ 'type' => 'structure', 'members' => [], ], 'ServiceManagedDatastoreS3Storage' => [ 'type' => 'structure', 'members' => [], ], 'ServiceManagedDatastoreS3StorageSummary' => [ 'type' => 'structure', 'members' => [], ], 'ServiceUnavailableException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], ], 'error' => [ 'httpStatusCode' => 503, ], 'exception' => true, 'fault' => true, ], 'SessionTimeoutInMinutes' => [ 'type' => 'integer', 'max' => 60, 'min' => 1, ], 'SizeInBytes' => [ 'type' => 'double', ], 'SqlQuery' => [ 'type' => 'string', ], 'SqlQueryDatasetAction' => [ 'type' => 'structure', 'required' => [ 'sqlQuery', ], 'members' => [ 'sqlQuery' => [ 'shape' => 'SqlQuery', ], 'filters' => [ 'shape' => 'QueryFilters', ], ], ], 'StartPipelineReprocessingRequest' => [ 'type' => 'structure', 'required' => [ 'pipelineName', ], 'members' => [ 'pipelineName' => [ 'shape' => 'PipelineName', 'location' => 'uri', 'locationName' => 'pipelineName', ], 'startTime' => [ 'shape' => 'StartTime', ], 'endTime' => [ 'shape' => 'EndTime', ], 'channelMessages' => [ 'shape' => 'ChannelMessages', ], ], ], 'StartPipelineReprocessingResponse' => [ 'type' => 'structure', 'members' => [ 'reprocessingId' => [ 'shape' => 'ReprocessingId', ], ], ], 'StartTime' => [ 'type' => 'timestamp', ], 'StringValue' => [ 'type' => 'string', 'max' => 1024, 'min' => 0, ], 'Tag' => [ 'type' => 'structure', 'required' => [ 'key', 'value', ], 'members' => [ 'key' => [ 'shape' => 'TagKey', ], 'value' => [ 'shape' => 'TagValue', ], ], ], 'TagKey' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 1, ], 'TagList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], 'max' => 50, 'min' => 1, ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tags', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'querystring', 'locationName' => 'resourceArn', ], 'tags' => [ 'shape' => 'TagList', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'ThrottlingException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], ], 'error' => [ 'httpStatusCode' => 429, ], 'exception' => true, ], 'TimeExpression' => [ 'type' => 'string', ], 'Timestamp' => [ 'type' => 'timestamp', ], 'TimestampFormat' => [ 'type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '^[a-zA-Z0-9\\s\\[\\]_,.\'/:-]*$', ], 'TimestampPartition' => [ 'type' => 'structure', 'required' => [ 'attributeName', ], 'members' => [ 'attributeName' => [ 'shape' => 'PartitionAttributeName', ], 'timestampFormat' => [ 'shape' => 'TimestampFormat', ], ], ], 'TriggeringDataset' => [ 'type' => 'structure', 'required' => [ 'name', ], 'members' => [ 'name' => [ 'shape' => 'DatasetName', ], ], ], 'UnlimitedRetentionPeriod' => [ 'type' => 'boolean', ], 'UnlimitedVersioning' => [ 'type' => 'boolean', ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tagKeys', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'querystring', 'locationName' => 'resourceArn', ], 'tagKeys' => [ 'shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateChannelRequest' => [ 'type' => 'structure', 'required' => [ 'channelName', ], 'members' => [ 'channelName' => [ 'shape' => 'ChannelName', 'location' => 'uri', 'locationName' => 'channelName', ], 'channelStorage' => [ 'shape' => 'ChannelStorage', ], 'retentionPeriod' => [ 'shape' => 'RetentionPeriod', ], ], ], 'UpdateDatasetRequest' => [ 'type' => 'structure', 'required' => [ 'datasetName', 'actions', ], 'members' => [ 'datasetName' => [ 'shape' => 'DatasetName', 'location' => 'uri', 'locationName' => 'datasetName', ], 'actions' => [ 'shape' => 'DatasetActions', ], 'triggers' => [ 'shape' => 'DatasetTriggers', ], 'contentDeliveryRules' => [ 'shape' => 'DatasetContentDeliveryRules', ], 'retentionPeriod' => [ 'shape' => 'RetentionPeriod', ], 'versioningConfiguration' => [ 'shape' => 'VersioningConfiguration', ], 'lateDataRules' => [ 'shape' => 'LateDataRules', ], ], ], 'UpdateDatastoreRequest' => [ 'type' => 'structure', 'required' => [ 'datastoreName', ], 'members' => [ 'datastoreName' => [ 'shape' => 'DatastoreName', 'location' => 'uri', 'locationName' => 'datastoreName', ], 'retentionPeriod' => [ 'shape' => 'RetentionPeriod', ], 'datastoreStorage' => [ 'shape' => 'DatastoreStorage', ], 'fileFormatConfiguration' => [ 'shape' => 'FileFormatConfiguration', ], ], ], 'UpdatePipelineRequest' => [ 'type' => 'structure', 'required' => [ 'pipelineName', 'pipelineActivities', ], 'members' => [ 'pipelineName' => [ 'shape' => 'PipelineName', 'location' => 'uri', 'locationName' => 'pipelineName', ], 'pipelineActivities' => [ 'shape' => 'PipelineActivities', ], ], ], 'Variable' => [ 'type' => 'structure', 'required' => [ 'name', ], 'members' => [ 'name' => [ 'shape' => 'VariableName', ], 'stringValue' => [ 'shape' => 'StringValue', ], 'doubleValue' => [ 'shape' => 'DoubleValue', 'box' => true, ], 'datasetContentVersionValue' => [ 'shape' => 'DatasetContentVersionValue', ], 'outputFileUriValue' => [ 'shape' => 'OutputFileUriValue', ], ], ], 'VariableName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'Variables' => [ 'type' => 'list', 'member' => [ 'shape' => 'Variable', ], 'max' => 50, 'min' => 0, ], 'VersioningConfiguration' => [ 'type' => 'structure', 'members' => [ 'unlimited' => [ 'shape' => 'UnlimitedVersioning', ], 'maxVersions' => [ 'shape' => 'MaxVersions', ], ], ], 'VolumeSizeInGB' => [ 'type' => 'integer', 'max' => 50, 'min' => 1, ], 'errorMessage' => [ 'type' => 'string', ], 'resourceArn' => [ 'type' => 'string', ], 'resourceId' => [ 'type' => 'string', ], ],]; diff --git a/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/endpoint-rule-set-1.json.php new file mode 100755 index 00000000..6de81dac --- /dev/null +++ b/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/endpoint-rule-set-1.json.php @@ -0,0 +1,3 @@ + '1.0', 'parameters' => [ 'Region' => [ 'builtIn' => 'AWS::Region', 'required' => false, 'documentation' => 'The AWS region used to dispatch the request.', 'type' => 'string', ], 'UseDualStack' => [ 'builtIn' => 'AWS::UseDualStack', 'required' => true, 'default' => false, 'documentation' => 'When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.', 'type' => 'boolean', ], 'UseFIPS' => [ 'builtIn' => 'AWS::UseFIPS', 'required' => true, 'default' => false, 'documentation' => 'When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.', 'type' => 'boolean', ], 'Endpoint' => [ 'builtIn' => 'SDK::Endpoint', 'required' => false, 'documentation' => 'Override the endpoint used to send this request', 'type' => 'string', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Endpoint', ], ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'endpoint' => [ 'url' => [ 'ref' => 'Endpoint', ], 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Region', ], ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://iotanalytics-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', 'type' => 'error', ], ], 'type' => 'tree', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], true, ], ], ], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://iotanalytics-fips.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'FIPS is enabled but this partition does not support FIPS', 'type' => 'error', ], ], 'type' => 'tree', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://iotanalytics.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'DualStack is enabled but this partition does not support DualStack', 'type' => 'error', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://iotanalytics.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'Invalid Configuration: Missing Region', 'type' => 'error', ], ],]; diff --git a/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/paginators-1.json.php new file mode 100755 index 00000000..a362d317 --- /dev/null +++ b/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/paginators-1.json.php @@ -0,0 +1,3 @@ + [ 'ListChannels' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], 'ListDatasetContents' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], 'ListDatasets' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], 'ListDatastores' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], 'ListPipelines' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], ],]; diff --git a/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/keyspacesstreams/2024-09-09/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/keyspacesstreams/2024-09-09/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/keyspacesstreams/2024-09-09/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/keyspacesstreams/2024-09-09/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/keyspacesstreams/2024-09-09/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/keyspacesstreams/2024-09-09/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/keyspacesstreams/2024-09-09/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/keyspacesstreams/2024-09-09/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/m2/2021-04-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/m2/2021-04-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/m2/2021-04-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/m2/2021-04-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/m2/2021-04-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/m2/2021-04-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/manifest.json.php b/vendor/aws/aws-sdk-php/src/data/manifest.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-discovery/2026-02-05/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-discovery/2026-02-05/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-discovery/2026-02-05/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-discovery/2026-02-05/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-discovery/2026-02-05/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-discovery/2026-02-05/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-discovery/2026-02-05/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-discovery/2026-02-05/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-discovery/2026-02-05/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-discovery/2026-02-05/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/memorydb/2021-01-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/memorydb/2021-01-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/memorydb/2021-01-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/memorydb/2021-01-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/memorydb/2021-01-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/memorydb/2021-01-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mpa/2022-07-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mpa/2022-07-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mpa/2022-07-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mpa/2022-07-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mpa/2022-07-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mpa/2022-07-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mpa/2022-07-26/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/mpa/2022-07-26/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mpa/2022-07-26/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/mpa/2022-07-26/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mwaa-serverless/2024-07-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mwaa-serverless/2024-07-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mwaa-serverless/2024-07-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mwaa-serverless/2024-07-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mwaa-serverless/2024-07-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mwaa-serverless/2024-07-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mwaa-serverless/2024-07-26/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/mwaa-serverless/2024-07-26/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mwaa-serverless/2024-07-26/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/mwaa-serverless/2024-07-26/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/neptunedata/2023-08-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/neptunedata/2023-08-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/neptunedata/2023-08-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/neptunedata/2023-08-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/neptunedata/2023-08-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/neptunedata/2023-08-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/nova-act/2025-08-22/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/nova-act/2025-08-22/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/nova-act/2025-08-22/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/nova-act/2025-08-22/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/nova-act/2025-08-22/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/nova-act/2025-08-22/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/nova-act/2025-08-22/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/nova-act/2025-08-22/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/nova-act/2025-08-22/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/nova-act/2025-08-22/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/oam/2022-06-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/oam/2022-06-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/oam/2022-06-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/oam/2022-06-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/oam/2022-06-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/oam/2022-06-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/odb/2024-08-20/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/odb/2024-08-20/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/odb/2024-08-20/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/odb/2024-08-20/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/odb/2024-08-20/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/odb/2024-08-20/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/odb/2024-08-20/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/odb/2024-08-20/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/odb/2024-08-20/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/odb/2024-08-20/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/defaults-1.json.php b/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/defaults-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/osis/2022-01-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/osis/2022-01-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/osis/2022-01-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/osis/2022-01-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/osis/2022-01-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/osis/2022-01-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/panorama/2019-07-24/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/panorama/2019-07-24/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/panorama/2019-07-24/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/panorama/2019-07-24/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/panorama/2019-07-24/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/panorama/2019-07-24/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partitions.json.php b/vendor/aws/aws-sdk-php/src/data/partitions.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-account/2025-04-04/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-account/2025-04-04/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-account/2025-04-04/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-account/2025-04-04/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-account/2025-04-04/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-account/2025-04-04/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-account/2025-04-04/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-account/2025-04-04/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-account/2025-04-04/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-account/2025-04-04/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-benefits/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-benefits/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-benefits/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-benefits/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-benefits/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-benefits/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-benefits/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-benefits/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-benefits/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-benefits/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-channel/2024-03-18/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-channel/2024-03-18/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-channel/2024-03-18/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-channel/2024-03-18/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-channel/2024-03-18/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-channel/2024-03-18/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-channel/2024-03-18/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-channel/2024-03-18/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-channel/2024-03-18/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-channel/2024-03-18/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rbin/2021-06-15/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/rbin/2021-06-15/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rbin/2021-06-15/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/rbin/2021-06-15/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rbin/2021-06-15/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/rbin/2021-06-15/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php b/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php b/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53globalresolver/2022-09-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/route53globalresolver/2022-09-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53globalresolver/2022-09-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53globalresolver/2022-09-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53globalresolver/2022-09-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53globalresolver/2022-09-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53globalresolver/2022-09-27/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/route53globalresolver/2022-09-27/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53globalresolver/2022-09-27/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/route53globalresolver/2022-09-27/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53profiles/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/route53profiles/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53profiles/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53profiles/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53profiles/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53profiles/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rtbfabric/2023-05-15/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/rtbfabric/2023-05-15/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rtbfabric/2023-05-15/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/rtbfabric/2023-05-15/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rtbfabric/2023-05-15/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/rtbfabric/2023-05-15/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rtbfabric/2023-05-15/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/rtbfabric/2023-05-15/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rtbfabric/2023-05-15/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/rtbfabric/2023-05-15/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3files/2025-05-05/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/s3files/2025-05-05/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3files/2025-05-05/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3files/2025-05-05/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3files/2025-05-05/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3files/2025-05-05/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3files/2025-05-05/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/s3files/2025-05-05/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3files/2025-05-05/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/s3files/2025-05-05/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3vectors/2025-07-15/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/s3vectors/2025-07-15/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3vectors/2025-07-15/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3vectors/2025-07-15/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3vectors/2025-07-15/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/s3vectors/2025-07-15/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3vectors/2025-07-15/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/s3vectors/2025-07-15/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/s3vectors/2025-07-15/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/s3vectors/2025-07-15/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/scheduler/2021-06-30/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/scheduler/2021-06-30/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/scheduler/2021-06-30/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/scheduler/2021-06-30/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/scheduler/2021-06-30/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/scheduler/2021-06-30/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sdk-default-configuration.json.php b/vendor/aws/aws-sdk-php/src/data/sdk-default-configuration.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/securityagent/2025-09-06/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/securityagent/2025-09-06/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/securityagent/2025-09-06/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/securityagent/2025-09-06/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/securityagent/2025-09-06/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/securityagent/2025-09-06/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/securityagent/2025-09-06/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/securityagent/2025-09-06/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/securityagent/2025-09-06/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/securityagent/2025-09-06/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/securitylake/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/securitylake/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/securitylake/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/securitylake/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/securitylake/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/securitylake/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/signer-data/2017-08-25/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/signer-data/2017-08-25/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/signer-data/2017-08-25/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/signer-data/2017-08-25/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/signer-data/2017-08-25/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/signer-data/2017-08-25/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/signer-data/2017-08-25/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/signer-data/2017-08-25/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/signer-data/2017-08-25/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/signer-data/2017-08-25/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/signin/2023-01-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/signin/2023-01-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/signin/2023-01-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/signin/2023-01-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/signin/2023-01-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/signin/2023-01-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/simpledbv2/2025-09-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/simpledbv2/2025-09-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/simpledbv2/2025-09-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/simpledbv2/2025-09-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/simpledbv2/2025-09-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/simpledbv2/2025-09-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/simpledbv2/2025-09-26/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/simpledbv2/2025-09-26/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/socialmessaging/2024-01-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/socialmessaging/2024-01-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/socialmessaging/2024-01-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/socialmessaging/2024-01-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/socialmessaging/2024-01-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/socialmessaging/2024-01-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-guiconnect/2021-05-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-guiconnect/2021-05-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-guiconnect/2021-05-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-guiconnect/2021-05-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-guiconnect/2021-05-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-guiconnect/2021-05-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-quicksetup/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-quicksetup/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-quicksetup/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-quicksetup/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-quicksetup/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-quicksetup/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/supplychain/2024-01-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/supplychain/2024-01-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/supplychain/2024-01-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/supplychain/2024-01-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/supplychain/2024-01-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/supplychain/2024-01-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sustainability/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/sustainability/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sustainability/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/sustainability/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/sustainability/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/sustainability/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/taxsettings/2018-05-10/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/taxsettings/2018-05-10/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/taxsettings/2018-05-10/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/taxsettings/2018-05-10/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/taxsettings/2018-05-10/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/taxsettings/2018-05-10/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21/defaults-1.json.php b/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21/defaults-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/uxc/2024-07-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/uxc/2024-07-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/uxc/2024-07-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/uxc/2024-07-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/uxc/2024-07-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/uxc/2024-07-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/uxc/2024-07-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/uxc/2024-07-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/uxc/2024-07-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/uxc/2024-07-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/voice-id/2021-09-27/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/voice-id/2021-09-27/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/voice-id/2021-09-27/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/voice-id/2021-09-27/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/voice-id/2021-09-27/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/voice-id/2021-09-27/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wickr/2024-02-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/wickr/2024-02-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wickr/2024-02-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/wickr/2024-02-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wickr/2024-02-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/wickr/2024-02-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wickr/2024-02-01/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/wickr/2024-02-01/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wickr/2024-02-01/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/wickr/2024-02-01/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wisdom/2020-10-19/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/wisdom/2020-10-19/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wisdom/2020-10-19/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/wisdom/2020-10-19/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/wisdom/2020-10-19/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/wisdom/2020-10-19/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-instances/2022-07-26/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-instances/2022-07-26/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-instances/2022-07-26/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-instances/2022-07-26/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-instances/2022-07-26/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-instances/2022-07-26/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-instances/2022-07-26/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-instances/2022-07-26/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-instances/2022-07-26/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-instances/2022-07-26/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/waiters-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/smoke.json.php b/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/smoke.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/endpoint-rule-set-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/drs/Exception/drsException.php b/vendor/aws/aws-sdk-php/src/drs/Exception/drsException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/drs/drsClient.php b/vendor/aws/aws-sdk-php/src/drs/drsClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/finspace/Exception/finspaceException.php b/vendor/aws/aws-sdk-php/src/finspace/Exception/finspaceException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php b/vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/functions.php b/vendor/aws/aws-sdk-php/src/functions.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/imagebuilder/Exception/imagebuilderException.php b/vendor/aws/aws-sdk-php/src/imagebuilder/Exception/imagebuilderException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php b/vendor/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ivschat/Exception/ivschatException.php b/vendor/aws/aws-sdk-php/src/ivschat/Exception/ivschatException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/ivschat/ivschatClient.php b/vendor/aws/aws-sdk-php/src/ivschat/ivschatClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/kendra/Exception/kendraException.php b/vendor/aws/aws-sdk-php/src/kendra/Exception/kendraException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/kendra/kendraClient.php b/vendor/aws/aws-sdk-php/src/kendra/kendraClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/mgn/Exception/mgnException.php b/vendor/aws/aws-sdk-php/src/mgn/Exception/mgnException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/mgn/mgnClient.php b/vendor/aws/aws-sdk-php/src/mgn/mgnClient.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/signer/Exception/signerException.php b/vendor/aws/aws-sdk-php/src/signer/Exception/signerException.php old mode 100644 new mode 100755 diff --git a/vendor/aws/aws-sdk-php/src/signer/signerClient.php b/vendor/aws/aws-sdk-php/src/signer/signerClient.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/LICENSE b/vendor/bacon/bacon-qr-code/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/README.md b/vendor/bacon/bacon-qr-code/README.md old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/composer.json b/vendor/bacon/bacon-qr-code/composer.json old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/phpunit.xml.dist b/vendor/bacon/bacon-qr-code/phpunit.xml.dist old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Common/BitArray.php b/vendor/bacon/bacon-qr-code/src/Common/BitArray.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Common/BitMatrix.php b/vendor/bacon/bacon-qr-code/src/Common/BitMatrix.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Common/BitUtils.php b/vendor/bacon/bacon-qr-code/src/Common/BitUtils.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Common/CharacterSetEci.php b/vendor/bacon/bacon-qr-code/src/Common/CharacterSetEci.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Common/EcBlock.php b/vendor/bacon/bacon-qr-code/src/Common/EcBlock.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Common/EcBlocks.php b/vendor/bacon/bacon-qr-code/src/Common/EcBlocks.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Common/ErrorCorrectionLevel.php b/vendor/bacon/bacon-qr-code/src/Common/ErrorCorrectionLevel.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Common/FormatInformation.php b/vendor/bacon/bacon-qr-code/src/Common/FormatInformation.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Common/Mode.php b/vendor/bacon/bacon-qr-code/src/Common/Mode.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Common/ReedSolomonCodec.php b/vendor/bacon/bacon-qr-code/src/Common/ReedSolomonCodec.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Common/Version.php b/vendor/bacon/bacon-qr-code/src/Common/Version.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Encoder/BlockPair.php b/vendor/bacon/bacon-qr-code/src/Encoder/BlockPair.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Encoder/ByteMatrix.php b/vendor/bacon/bacon-qr-code/src/Encoder/ByteMatrix.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Encoder/Encoder.php b/vendor/bacon/bacon-qr-code/src/Encoder/Encoder.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Encoder/MaskUtil.php b/vendor/bacon/bacon-qr-code/src/Encoder/MaskUtil.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Encoder/MatrixUtil.php b/vendor/bacon/bacon-qr-code/src/Encoder/MatrixUtil.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Encoder/QrCode.php b/vendor/bacon/bacon-qr-code/src/Encoder/QrCode.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php b/vendor/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Exception/InvalidArgumentException.php b/vendor/bacon/bacon-qr-code/src/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php b/vendor/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Exception/RuntimeException.php b/vendor/bacon/bacon-qr-code/src/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Exception/UnexpectedValueException.php b/vendor/bacon/bacon-qr-code/src/Exception/UnexpectedValueException.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Exception/WriterException.php b/vendor/bacon/bacon-qr-code/src/Exception/WriterException.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Color/Alpha.php b/vendor/bacon/bacon-qr-code/src/Renderer/Color/Alpha.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Color/Cmyk.php b/vendor/bacon/bacon-qr-code/src/Renderer/Color/Cmyk.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Color/ColorInterface.php b/vendor/bacon/bacon-qr-code/src/Renderer/Color/ColorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Color/Gray.php b/vendor/bacon/bacon-qr-code/src/Renderer/Color/Gray.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Color/Rgb.php b/vendor/bacon/bacon-qr-code/src/Renderer/Color/Rgb.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Eye/CompositeEye.php b/vendor/bacon/bacon-qr-code/src/Renderer/Eye/CompositeEye.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Eye/EyeInterface.php b/vendor/bacon/bacon-qr-code/src/Renderer/Eye/EyeInterface.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Eye/ModuleEye.php b/vendor/bacon/bacon-qr-code/src/Renderer/Eye/ModuleEye.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Eye/SimpleCircleEye.php b/vendor/bacon/bacon-qr-code/src/Renderer/Eye/SimpleCircleEye.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Eye/SquareEye.php b/vendor/bacon/bacon-qr-code/src/Renderer/Eye/SquareEye.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Image/EpsImageBackEnd.php b/vendor/bacon/bacon-qr-code/src/Renderer/Image/EpsImageBackEnd.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImageBackEndInterface.php b/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImageBackEndInterface.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php b/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php b/vendor/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Image/TransformationMatrix.php b/vendor/bacon/bacon-qr-code/src/Renderer/Image/TransformationMatrix.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/ImageRenderer.php b/vendor/bacon/bacon-qr-code/src/Renderer/ImageRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Module/DotsModule.php b/vendor/bacon/bacon-qr-code/src/Renderer/Module/DotsModule.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/Edge.php b/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/Edge.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php b/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Module/ModuleInterface.php b/vendor/bacon/bacon-qr-code/src/Renderer/Module/ModuleInterface.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Module/RoundnessModule.php b/vendor/bacon/bacon-qr-code/src/Renderer/Module/RoundnessModule.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Module/SquareModule.php b/vendor/bacon/bacon-qr-code/src/Renderer/Module/SquareModule.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Path/Close.php b/vendor/bacon/bacon-qr-code/src/Renderer/Path/Close.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Path/Curve.php b/vendor/bacon/bacon-qr-code/src/Renderer/Path/Curve.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php b/vendor/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Path/Line.php b/vendor/bacon/bacon-qr-code/src/Renderer/Path/Line.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Path/Move.php b/vendor/bacon/bacon-qr-code/src/Renderer/Path/Move.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php b/vendor/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/Path/Path.php b/vendor/bacon/bacon-qr-code/src/Renderer/Path/Path.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/PlainTextRenderer.php b/vendor/bacon/bacon-qr-code/src/Renderer/PlainTextRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/RendererInterface.php b/vendor/bacon/bacon-qr-code/src/Renderer/RendererInterface.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/EyeFill.php b/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/EyeFill.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Fill.php b/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Fill.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Gradient.php b/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Gradient.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/GradientType.php b/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/GradientType.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/RendererStyle.php b/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/RendererStyle.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/src/Writer.php b/vendor/bacon/bacon-qr-code/src/Writer.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Common/BitArrayTest.php b/vendor/bacon/bacon-qr-code/test/Common/BitArrayTest.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Common/BitMatrixTest.php b/vendor/bacon/bacon-qr-code/test/Common/BitMatrixTest.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Common/BitUtilsTest.php b/vendor/bacon/bacon-qr-code/test/Common/BitUtilsTest.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Common/ErrorCorrectionLevelTest.php b/vendor/bacon/bacon-qr-code/test/Common/ErrorCorrectionLevelTest.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Common/FormatInformationTest.php b/vendor/bacon/bacon-qr-code/test/Common/FormatInformationTest.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Common/ModeTest.php b/vendor/bacon/bacon-qr-code/test/Common/ModeTest.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Common/ReedSolomonCodecTest.php b/vendor/bacon/bacon-qr-code/test/Common/ReedSolomonCodecTest.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Common/VersionTest.php b/vendor/bacon/bacon-qr-code/test/Common/VersionTest.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Encoder/EncoderTest.php b/vendor/bacon/bacon-qr-code/test/Encoder/EncoderTest.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Encoder/MaskUtilTest.php b/vendor/bacon/bacon-qr-code/test/Encoder/MaskUtilTest.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Encoder/MatrixUtilTest.php b/vendor/bacon/bacon-qr-code/test/Encoder/MatrixUtilTest.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Integration/ImagickRenderingTest.php b/vendor/bacon/bacon-qr-code/test/Integration/ImagickRenderingTest.php old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Integration/__snapshots__/files/ImagickRenderingTest__testGenericQrCode__1.png b/vendor/bacon/bacon-qr-code/test/Integration/__snapshots__/files/ImagickRenderingTest__testGenericQrCode__1.png old mode 100644 new mode 100755 diff --git a/vendor/bacon/bacon-qr-code/test/Integration/__snapshots__/files/ImagickRenderingTest__testIssue79__1.png b/vendor/bacon/bacon-qr-code/test/Integration/__snapshots__/files/ImagickRenderingTest__testIssue79__1.png old mode 100644 new mode 100755 diff --git a/vendor/barryvdh/laravel-dompdf/CHANGELOG.md b/vendor/barryvdh/laravel-dompdf/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/barryvdh/laravel-dompdf/LICENSE b/vendor/barryvdh/laravel-dompdf/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/barryvdh/laravel-dompdf/composer.json b/vendor/barryvdh/laravel-dompdf/composer.json old mode 100644 new mode 100755 diff --git a/vendor/barryvdh/laravel-dompdf/config/dompdf.php b/vendor/barryvdh/laravel-dompdf/config/dompdf.php old mode 100644 new mode 100755 diff --git a/vendor/barryvdh/laravel-dompdf/readme.md b/vendor/barryvdh/laravel-dompdf/readme.md old mode 100644 new mode 100755 diff --git a/vendor/barryvdh/laravel-dompdf/src/Facade/Pdf.php b/vendor/barryvdh/laravel-dompdf/src/Facade/Pdf.php old mode 100644 new mode 100755 diff --git a/vendor/barryvdh/laravel-dompdf/src/PDF.php b/vendor/barryvdh/laravel-dompdf/src/PDF.php old mode 100644 new mode 100755 diff --git a/vendor/barryvdh/laravel-dompdf/src/ServiceProvider.php b/vendor/barryvdh/laravel-dompdf/src/ServiceProvider.php old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/.github/dependabot.yml b/vendor/beste/clock/.github/dependabot.yml old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/.github/settings.yml b/vendor/beste/clock/.github/settings.yml old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/.github/workflows/dependabot-auto-merge.yml b/vendor/beste/clock/.github/workflows/dependabot-auto-merge.yml old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/.github/workflows/tests.yml b/vendor/beste/clock/.github/workflows/tests.yml old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/CHANGELOG.md b/vendor/beste/clock/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/LICENSE b/vendor/beste/clock/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/README.md b/vendor/beste/clock/README.md old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/composer.json b/vendor/beste/clock/composer.json old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/src/Clock.php b/vendor/beste/clock/src/Clock.php old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/src/Clock/FrozenClock.php b/vendor/beste/clock/src/Clock/FrozenClock.php old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/src/Clock/LocalizedClock.php b/vendor/beste/clock/src/Clock/LocalizedClock.php old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/src/Clock/MinuteClock.php b/vendor/beste/clock/src/Clock/MinuteClock.php old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/src/Clock/SystemClock.php b/vendor/beste/clock/src/Clock/SystemClock.php old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/src/Clock/UTCClock.php b/vendor/beste/clock/src/Clock/UTCClock.php old mode 100644 new mode 100755 diff --git a/vendor/beste/clock/src/Clock/WrappingClock.php b/vendor/beste/clock/src/Clock/WrappingClock.php old mode 100644 new mode 100755 diff --git a/vendor/beste/in-memory-cache/CHANGELOG.md b/vendor/beste/in-memory-cache/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/beste/in-memory-cache/LICENSE b/vendor/beste/in-memory-cache/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/beste/in-memory-cache/README.md b/vendor/beste/in-memory-cache/README.md old mode 100644 new mode 100755 diff --git a/vendor/beste/in-memory-cache/composer.json b/vendor/beste/in-memory-cache/composer.json old mode 100644 new mode 100755 diff --git a/vendor/beste/in-memory-cache/src/CacheItem.php b/vendor/beste/in-memory-cache/src/CacheItem.php old mode 100644 new mode 100755 diff --git a/vendor/beste/in-memory-cache/src/CacheKey.php b/vendor/beste/in-memory-cache/src/CacheKey.php old mode 100644 new mode 100755 diff --git a/vendor/beste/in-memory-cache/src/InMemoryCache.php b/vendor/beste/in-memory-cache/src/InMemoryCache.php old mode 100644 new mode 100755 diff --git a/vendor/beste/in-memory-cache/src/InvalidArgument.php b/vendor/beste/in-memory-cache/src/InvalidArgument.php old mode 100644 new mode 100755 diff --git a/vendor/beste/json/.github/FUNDING.yml b/vendor/beste/json/.github/FUNDING.yml old mode 100644 new mode 100755 diff --git a/vendor/beste/json/.github/dependabot.yml b/vendor/beste/json/.github/dependabot.yml old mode 100644 new mode 100755 diff --git a/vendor/beste/json/.github/settings.yml b/vendor/beste/json/.github/settings.yml old mode 100644 new mode 100755 diff --git a/vendor/beste/json/.github/workflows/dependabot-auto-merge.yml b/vendor/beste/json/.github/workflows/dependabot-auto-merge.yml old mode 100644 new mode 100755 diff --git a/vendor/beste/json/.github/workflows/tests.yml b/vendor/beste/json/.github/workflows/tests.yml old mode 100644 new mode 100755 diff --git a/vendor/beste/json/CHANGELOG.md b/vendor/beste/json/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/beste/json/LICENSE b/vendor/beste/json/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/beste/json/README.md b/vendor/beste/json/README.md old mode 100644 new mode 100755 diff --git a/vendor/beste/json/SECURITY.md b/vendor/beste/json/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/beste/json/composer.json b/vendor/beste/json/composer.json old mode 100644 new mode 100755 diff --git a/vendor/beste/json/phpunit.xml.dist b/vendor/beste/json/phpunit.xml.dist old mode 100644 new mode 100755 diff --git a/vendor/beste/json/src/Json.php b/vendor/beste/json/src/Json.php old mode 100644 new mode 100755 diff --git a/vendor/bin/carbon b/vendor/bin/carbon old mode 100644 new mode 100755 diff --git a/vendor/bin/carbon.bat b/vendor/bin/carbon.bat old mode 100644 new mode 100755 diff --git a/vendor/bin/google-cloud-batch.bat b/vendor/bin/google-cloud-batch.bat new file mode 100755 index 00000000..37ccee78 --- /dev/null +++ b/vendor/bin/google-cloud-batch.bat @@ -0,0 +1,5 @@ +@ECHO OFF +setlocal DISABLEDELAYEDEXPANSION +SET BIN_TARGET=%~dp0/google-cloud-batch +SET COMPOSER_RUNTIME_BIN_DIR=%~dp0 +php "%BIN_TARGET%" %* diff --git a/vendor/bin/jp.php b/vendor/bin/jp.php old mode 100644 new mode 100755 diff --git a/vendor/bin/jp.php.bat b/vendor/bin/jp.php.bat old mode 100644 new mode 100755 diff --git a/vendor/bin/patch-type-declarations.bat b/vendor/bin/patch-type-declarations.bat new file mode 100755 index 00000000..2b070796 --- /dev/null +++ b/vendor/bin/patch-type-declarations.bat @@ -0,0 +1,5 @@ +@ECHO OFF +setlocal DISABLEDELAYEDEXPANSION +SET BIN_TARGET=%~dp0/patch-type-declarations +SET COMPOSER_RUNTIME_BIN_DIR=%~dp0 +php "%BIN_TARGET%" %* diff --git a/vendor/bin/php-parse b/vendor/bin/php-parse old mode 100644 new mode 100755 diff --git a/vendor/bin/php-parse.bat b/vendor/bin/php-parse.bat old mode 100644 new mode 100755 diff --git a/vendor/bin/phpunit.bat b/vendor/bin/phpunit.bat new file mode 100755 index 00000000..2a070cd4 --- /dev/null +++ b/vendor/bin/phpunit.bat @@ -0,0 +1,5 @@ +@ECHO OFF +setlocal DISABLEDELAYEDEXPANSION +SET BIN_TARGET=%~dp0/phpunit +SET COMPOSER_RUNTIME_BIN_DIR=%~dp0 +php "%BIN_TARGET%" %* diff --git a/vendor/bin/pint.bat b/vendor/bin/pint.bat new file mode 100755 index 00000000..87d02885 --- /dev/null +++ b/vendor/bin/pint.bat @@ -0,0 +1,5 @@ +@ECHO OFF +setlocal DISABLEDELAYEDEXPANSION +SET BIN_TARGET=%~dp0/pint +SET COMPOSER_RUNTIME_BIN_DIR=%~dp0 +php "%BIN_TARGET%" %* diff --git a/vendor/bin/psysh.bat b/vendor/bin/psysh.bat new file mode 100755 index 00000000..2f47770e --- /dev/null +++ b/vendor/bin/psysh.bat @@ -0,0 +1,5 @@ +@ECHO OFF +setlocal DISABLEDELAYEDEXPANSION +SET BIN_TARGET=%~dp0/psysh +SET COMPOSER_RUNTIME_BIN_DIR=%~dp0 +php "%BIN_TARGET%" %* diff --git a/vendor/bin/sail.bat b/vendor/bin/sail.bat new file mode 100755 index 00000000..6c4aa4d6 --- /dev/null +++ b/vendor/bin/sail.bat @@ -0,0 +1,5 @@ +@ECHO OFF +setlocal DISABLEDELAYEDEXPANSION +SET BIN_TARGET=%~dp0/../laravel/sail/bin/sail +SET COMPOSER_RUNTIME_BIN_DIR=%~dp0 +bash "%BIN_TARGET%" %* diff --git a/vendor/bin/var-dump-server.bat b/vendor/bin/var-dump-server.bat new file mode 100755 index 00000000..94333da5 --- /dev/null +++ b/vendor/bin/var-dump-server.bat @@ -0,0 +1,5 @@ +@ECHO OFF +setlocal DISABLEDELAYEDEXPANSION +SET BIN_TARGET=%~dp0/var-dump-server +SET COMPOSER_RUNTIME_BIN_DIR=%~dp0 +php "%BIN_TARGET%" %* diff --git a/vendor/brick/math/CHANGELOG.md b/vendor/brick/math/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/brick/math/LICENSE b/vendor/brick/math/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/brick/math/composer.json b/vendor/brick/math/composer.json old mode 100644 new mode 100755 diff --git a/vendor/brick/math/psalm-baseline.xml b/vendor/brick/math/psalm-baseline.xml old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/BigDecimal.php b/vendor/brick/math/src/BigDecimal.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/BigInteger.php b/vendor/brick/math/src/BigInteger.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/BigNumber.php b/vendor/brick/math/src/BigNumber.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/BigRational.php b/vendor/brick/math/src/BigRational.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/Exception/DivisionByZeroException.php b/vendor/brick/math/src/Exception/DivisionByZeroException.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/Exception/IntegerOverflowException.php b/vendor/brick/math/src/Exception/IntegerOverflowException.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/Exception/MathException.php b/vendor/brick/math/src/Exception/MathException.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/Exception/NegativeNumberException.php b/vendor/brick/math/src/Exception/NegativeNumberException.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/Exception/NumberFormatException.php b/vendor/brick/math/src/Exception/NumberFormatException.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/Exception/RoundingNecessaryException.php b/vendor/brick/math/src/Exception/RoundingNecessaryException.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/Internal/Calculator.php b/vendor/brick/math/src/Internal/Calculator.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php b/vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/Internal/Calculator/GmpCalculator.php b/vendor/brick/math/src/Internal/Calculator/GmpCalculator.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/Internal/Calculator/NativeCalculator.php b/vendor/brick/math/src/Internal/Calculator/NativeCalculator.php old mode 100644 new mode 100755 diff --git a/vendor/brick/math/src/RoundingMode.php b/vendor/brick/math/src/RoundingMode.php old mode 100644 new mode 100755 diff --git a/vendor/carbonphp/carbon-doctrine-types/LICENSE b/vendor/carbonphp/carbon-doctrine-types/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/carbonphp/carbon-doctrine-types/README.md b/vendor/carbonphp/carbon-doctrine-types/README.md old mode 100644 new mode 100755 diff --git a/vendor/carbonphp/carbon-doctrine-types/composer.json b/vendor/carbonphp/carbon-doctrine-types/composer.json old mode 100644 new mode 100755 diff --git a/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonDoctrineType.php b/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonDoctrineType.php old mode 100644 new mode 100755 diff --git a/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonImmutableType.php b/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonImmutableType.php old mode 100644 new mode 100755 diff --git a/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonType.php b/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonType.php old mode 100644 new mode 100755 diff --git a/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonTypeConverter.php b/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonTypeConverter.php old mode 100644 new mode 100755 diff --git a/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeDefaultPrecision.php b/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeDefaultPrecision.php old mode 100644 new mode 100755 diff --git a/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeImmutableType.php b/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeImmutableType.php old mode 100644 new mode 100755 diff --git a/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeType.php b/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeType.php old mode 100644 new mode 100755 diff --git a/vendor/clue/stream-filter/.github/FUNDING.yml b/vendor/clue/stream-filter/.github/FUNDING.yml old mode 100644 new mode 100755 diff --git a/vendor/clue/stream-filter/CHANGELOG.md b/vendor/clue/stream-filter/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/clue/stream-filter/LICENSE b/vendor/clue/stream-filter/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/clue/stream-filter/README.md b/vendor/clue/stream-filter/README.md old mode 100644 new mode 100755 diff --git a/vendor/clue/stream-filter/composer.json b/vendor/clue/stream-filter/composer.json old mode 100644 new mode 100755 diff --git a/vendor/clue/stream-filter/src/CallbackFilter.php b/vendor/clue/stream-filter/src/CallbackFilter.php old mode 100644 new mode 100755 diff --git a/vendor/clue/stream-filter/src/functions.php b/vendor/clue/stream-filter/src/functions.php old mode 100644 new mode 100755 diff --git a/vendor/clue/stream-filter/src/functions_include.php b/vendor/clue/stream-filter/src/functions_include.php old mode 100644 new mode 100755 diff --git a/vendor/composer/ClassLoader.php b/vendor/composer/ClassLoader.php old mode 100644 new mode 100755 diff --git a/vendor/composer/InstalledVersions.php b/vendor/composer/InstalledVersions.php old mode 100644 new mode 100755 index 07b32ed6..2052022f --- a/vendor/composer/InstalledVersions.php +++ b/vendor/composer/InstalledVersions.php @@ -26,12 +26,23 @@ */ class InstalledVersions { + /** + * @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to + * @internal + */ + private static $selfDir = null; + /** * @var mixed[]|null * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array}|array{}|null */ private static $installed; + /** + * @var bool + */ + private static $installedIsLocalDir; + /** * @var bool|null */ @@ -309,6 +320,24 @@ public static function reload($data) { self::$installed = $data; self::$installedByVendor = array(); + + // when using reload, we disable the duplicate protection to ensure that self::$installed data is + // always returned, but we cannot know whether it comes from the installed.php in __DIR__ or not, + // so we have to assume it does not, and that may result in duplicate data being returned when listing + // all installed packages for example + self::$installedIsLocalDir = false; + } + + /** + * @return string + */ + private static function getSelfDir() + { + if (self::$selfDir === null) { + self::$selfDir = strtr(__DIR__, '\\', '/'); + } + + return self::$selfDir; } /** @@ -325,7 +354,9 @@ private static function getInstalled() $copiedLocalDir = false; if (self::$canGetVendors) { + $selfDir = self::getSelfDir(); foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { + $vendorDir = strtr($vendorDir, '\\', '/'); if (isset(self::$installedByVendor[$vendorDir])) { $installed[] = self::$installedByVendor[$vendorDir]; } elseif (is_file($vendorDir.'/composer/installed.php')) { @@ -333,11 +364,14 @@ private static function getInstalled() $required = require $vendorDir.'/composer/installed.php'; self::$installedByVendor[$vendorDir] = $required; $installed[] = $required; - if (strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) { + if (self::$installed === null && $vendorDir.'/composer' === $selfDir) { self::$installed = $required; - $copiedLocalDir = true; + self::$installedIsLocalDir = true; } } + if (self::$installedIsLocalDir && $vendorDir.'/composer' === $selfDir) { + $copiedLocalDir = true; + } } } diff --git a/vendor/composer/LICENSE b/vendor/composer/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php old mode 100644 new mode 100755 index d1f098bb..5459a749 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -561,6 +561,8 @@ 'Aws\\CloudTrail\\LogRecordIterator' => $vendorDir . '/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php', 'Aws\\CloudWatchEvents\\CloudWatchEventsClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php', 'Aws\\CloudWatchEvents\\Exception\\CloudWatchEventsException' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php', + 'Aws\\CloudWatchEvidently\\CloudWatchEvidentlyClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatchEvidently/CloudWatchEvidentlyClient.php', + 'Aws\\CloudWatchEvidently\\Exception\\CloudWatchEvidentlyException' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatchEvidently/Exception/CloudWatchEvidentlyException.php', 'Aws\\CloudWatchLogs\\CloudWatchLogsClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php', 'Aws\\CloudWatchLogs\\Exception\\CloudWatchLogsException' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php', 'Aws\\CloudWatchRUM\\CloudWatchRUMClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatchRUM/CloudWatchRUMClient.php', @@ -915,6 +917,8 @@ 'Aws\\InternetMonitor\\InternetMonitorClient' => $vendorDir . '/aws/aws-sdk-php/src/InternetMonitor/InternetMonitorClient.php', 'Aws\\Invoicing\\Exception\\InvoicingException' => $vendorDir . '/aws/aws-sdk-php/src/Invoicing/Exception/InvoicingException.php', 'Aws\\Invoicing\\InvoicingClient' => $vendorDir . '/aws/aws-sdk-php/src/Invoicing/InvoicingClient.php', + 'Aws\\IoTAnalytics\\Exception\\IoTAnalyticsException' => $vendorDir . '/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php', + 'Aws\\IoTAnalytics\\IoTAnalyticsClient' => $vendorDir . '/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php', 'Aws\\IoTDeviceAdvisor\\Exception\\IoTDeviceAdvisorException' => $vendorDir . '/aws/aws-sdk-php/src/IoTDeviceAdvisor/Exception/IoTDeviceAdvisorException.php', 'Aws\\IoTDeviceAdvisor\\IoTDeviceAdvisorClient' => $vendorDir . '/aws/aws-sdk-php/src/IoTDeviceAdvisor/IoTDeviceAdvisorClient.php', 'Aws\\IoTEventsData\\Exception\\IoTEventsDataException' => $vendorDir . '/aws/aws-sdk-php/src/IoTEventsData/Exception/IoTEventsDataException.php', @@ -1900,6 +1904,7 @@ 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\InvalidConstructorClassTypeParameter' => $vendorDir . '/cuyz/valinor/src/Mapper/Object/Exception/InvalidConstructorClassTypeParameter.php', 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\InvalidConstructorMethodWithAttributeReturnType' => $vendorDir . '/cuyz/valinor/src/Mapper/Object/Exception/InvalidConstructorMethodWithAttributeReturnType.php', 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\InvalidConstructorReturnType' => $vendorDir . '/cuyz/valinor/src/Mapper/Object/Exception/InvalidConstructorReturnType.php', + 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\InvalidSource' => $vendorDir . '/cuyz/valinor/src/Mapper/Object/Exception/InvalidSource.php', 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\MissingConstructorClassTypeParameter' => $vendorDir . '/cuyz/valinor/src/Mapper/Object/Exception/MissingConstructorClassTypeParameter.php', 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\ObjectBuildersCollision' => $vendorDir . '/cuyz/valinor/src/Mapper/Object/Exception/ObjectBuildersCollision.php', 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\PermissiveTypeNotAllowed' => $vendorDir . '/cuyz/valinor/src/Mapper/Object/Exception/PermissiveTypeNotAllowed.php', @@ -1988,6 +1993,7 @@ 'CuyZ\\Valinor\\Mapper\\Tree\\Exception\\SourceMustBeIterable' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/Exception/SourceMustBeIterable.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Exception\\TooManyResolvedTypesFromUnion' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/Exception/TooManyResolvedTypesFromUnion.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Exception\\UnexpectedKeyInSource' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/Exception/UnexpectedKeyInSource.php', + 'CuyZ\\Valinor\\Mapper\\Tree\\Exception\\UnexpectedKeysInSource' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/Exception/UnexpectedKeysInSource.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Exception\\UnresolvableShellType' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/Exception/UnresolvableShellType.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Message\\DefaultMessage' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/Message/DefaultMessage.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Message\\ErrorMessage' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/Message/ErrorMessage.php', @@ -2004,6 +2010,7 @@ 'CuyZ\\Valinor\\Mapper\\Tree\\Message\\Messages' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/Message/Messages.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Message\\NodeMessage' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/Message/NodeMessage.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Message\\UserlandError' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/Message/UserlandError.php', + 'CuyZ\\Valinor\\Mapper\\Tree\\ObjectTrace' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/ObjectTrace.php', 'CuyZ\\Valinor\\Mapper\\Tree\\RootNodeBuilder' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/RootNodeBuilder.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Shell' => $vendorDir . '/cuyz/valinor/src/Mapper/Tree/Shell.php', 'CuyZ\\Valinor\\Mapper\\TypeArgumentsMapper' => $vendorDir . '/cuyz/valinor/src/Mapper/TypeArgumentsMapper.php', @@ -3796,6 +3803,8 @@ 'Google\\Protobuf\\FieldMask' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FieldMask.php', 'Google\\Protobuf\\Field\\Cardinality' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field/Cardinality.php', 'Google\\Protobuf\\Field\\Kind' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field/Kind.php', + 'Google\\Protobuf\\Field_Cardinality' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Cardinality.php', + 'Google\\Protobuf\\Field_Kind' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Kind.php', 'Google\\Protobuf\\FloatValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FloatValue.php', 'Google\\Protobuf\\GPBEmpty' => $vendorDir . '/google/protobuf/src/Google/Protobuf/GPBEmpty.php', 'Google\\Protobuf\\Int32Value' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Int32Value.php', @@ -3873,6 +3882,7 @@ 'Google\\Protobuf\\Internal\\OneofField' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofField.php', 'Google\\Protobuf\\Internal\\OneofOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php', 'Google\\Protobuf\\Internal\\RawInputStream' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php', + 'Google\\Protobuf\\Internal\\RepeatedField' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php', 'Google\\Protobuf\\Internal\\RepeatedFieldIter' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php', 'Google\\Protobuf\\Internal\\ServiceDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php', 'Google\\Protobuf\\Internal\\ServiceOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php', diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php old mode 100644 new mode 100755 diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php old mode 100644 new mode 100755 diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php old mode 100644 new mode 100755 index 603fc4ab..0ecd080b --- a/vendor/composer/autoload_psr4.php +++ b/vendor/composer/autoload_psr4.php @@ -51,8 +51,8 @@ 'Svg\\' => array($vendorDir . '/dompdf/php-svg-lib/src/Svg'), 'Stripe\\' => array($vendorDir . '/stripe/stripe-php/lib'), 'Spatie\\Permission\\' => array($vendorDir . '/spatie/laravel-permission/src'), - 'Spatie\\LaravelIgnition\\' => array($vendorDir . '/spatie/error-solutions/legacy/laravel-ignition', $vendorDir . '/spatie/laravel-ignition/src'), - 'Spatie\\Ignition\\' => array($vendorDir . '/spatie/error-solutions/legacy/ignition', $vendorDir . '/spatie/ignition/src'), + 'Spatie\\LaravelIgnition\\' => array($vendorDir . '/spatie/laravel-ignition/src', $vendorDir . '/spatie/error-solutions/legacy/laravel-ignition'), + 'Spatie\\Ignition\\' => array($vendorDir . '/spatie/ignition/src', $vendorDir . '/spatie/error-solutions/legacy/ignition'), 'Spatie\\FlareClient\\' => array($vendorDir . '/spatie/flare-client-php/src'), 'Spatie\\ErrorSolutions\\' => array($vendorDir . '/spatie/error-solutions/src'), 'Spatie\\Color\\' => array($vendorDir . '/spatie/color/src'), diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php old mode 100644 new mode 100755 diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php old mode 100644 new mode 100755 index 3d14abf3..61e05a00 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -140,33 +140,33 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 ); public static $prefixLengthsPsr4 = array ( - 'v' => + 'v' => array ( 'voku\\' => 5, ), - 's' => + 's' => array ( 'setasign\\Fpdi\\' => 14, ), - 'p' => + 'p' => array ( 'phpseclib3\\' => 11, 'paytm\\paytmchecksum\\' => 20, ), - 'm' => + 'm' => array ( 'mediaburst\\ClockworkSMS\\' => 24, ), - 'Z' => + 'Z' => array ( 'ZipStream\\' => 10, ), - 'W' => + 'W' => array ( 'WpOrg\\Requests\\' => 15, 'Whoops\\' => 7, ), - 'T' => + 'T' => array ( 'Tzsk\\Sms\\' => 9, 'Twilio\\' => 7, @@ -174,7 +174,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Tests\\' => 6, 'Termwind\\' => 9, ), - 'S' => + 'S' => array ( 'Symfony\\Polyfill\\Uuid\\' => 22, 'Symfony\\Polyfill\\Php83\\' => 23, @@ -219,7 +219,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Sabberworm\\CSS\\' => 15, 'SMSGatewayMe\\Client\\' => 20, ), - 'R' => + 'R' => array ( 'Rize\\' => 5, 'Razorpay\\Tests\\' => 15, @@ -227,7 +227,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Ramsey\\Uuid\\' => 12, 'Ramsey\\Collection\\' => 18, ), - 'P' => + 'P' => array ( 'Psy\\' => 4, 'Psr\\SimpleCache\\' => 16, @@ -243,19 +243,19 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'PhpOffice\\PhpSpreadsheet\\' => 25, 'ParagonIE\\ConstantTime\\' => 23, ), - 'O' => + 'O' => array ( 'Omnipay\\Stripe\\' => 15, 'Omnipay\\PayPal\\' => 15, 'Omnipay\\Common\\' => 15, ), - 'N' => + 'N' => array ( 'Nwidart\\Modules\\' => 16, 'NunoMaduro\\Collision\\' => 21, 'Nette\\' => 6, ), - 'M' => + 'M' => array ( 'Mpdf\\PsrLogAwareTrait\\' => 22, 'Mpdf\\PsrHttpMessageShim\\' => 24, @@ -271,7 +271,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Masterminds\\' => 12, 'Maatwebsite\\Excel\\' => 18, ), - 'L' => + 'L' => array ( 'League\\OAuth1\\Client\\' => 21, 'League\\MimeTypeDetection\\' => 25, @@ -289,7 +289,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Laravel\\LaravelInstaller\\' => 25, 'Laravel\\Breeze\\' => 15, ), - 'K' => + 'K' => array ( 'Kreait\\Firebase\\JWT\\' => 20, 'Kreait\\Firebase\\' => 16, @@ -298,16 +298,16 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Kavenegar\\' => 10, 'Karim007\\LaravelBkashTokenize\\' => 30, ), - 'J' => + 'J' => array ( 'JmesPath\\' => 9, ), - 'I' => + 'I' => array ( 'Illuminate\\Support\\' => 19, 'Illuminate\\' => 11, ), - 'H' => + 'H' => array ( 'Http\\Promise\\' => 13, 'Http\\Message\\' => 13, @@ -315,7 +315,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Http\\Client\\' => 12, 'Http\\Adapter\\Guzzle7\\' => 21, ), - 'G' => + 'G' => array ( 'GuzzleHttp\\UriTemplate\\' => 23, 'GuzzleHttp\\Psr7\\' => 16, @@ -347,7 +347,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'GPBMetadata\\Google\\Api\\' => 23, 'GPBMetadata\\ApiCore\\' => 20, ), - 'F' => + 'F' => array ( 'Fruitcake\\Cors\\' => 15, 'FontLib\\' => 8, @@ -356,11 +356,11 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'FedaPay\\' => 8, 'Faker\\' => 6, ), - 'E' => + 'E' => array ( 'Egulias\\EmailValidator\\' => 23, ), - 'D' => + 'D' => array ( 'Dotenv\\' => 7, 'Dompdf\\' => 7, @@ -377,7 +377,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Database\\Factories\\' => 19, 'DASPRiD\\Enum\\' => 13, ), - 'C' => + 'C' => array ( 'CuyZ\\Valinor\\' => 13, 'Cron\\' => 5, @@ -389,7 +389,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Carbon\\Doctrine\\' => 16, 'Carbon\\' => 7, ), - 'B' => + 'B' => array ( 'Brick\\Math\\' => 11, 'Beste\\Clock\\' => 12, @@ -397,7 +397,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Barryvdh\\DomPDF\\' => 16, 'BaconQrCode\\' => 12, ), - 'A' => + 'A' => array ( 'Aws\\' => 4, 'App\\' => 4, @@ -407,359 +407,359 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 ); public static $prefixDirsPsr4 = array ( - 'voku\\' => + 'voku\\' => array ( 0 => __DIR__ . '/..' . '/voku/portable-ascii/src/voku', ), - 'setasign\\Fpdi\\' => + 'setasign\\Fpdi\\' => array ( 0 => __DIR__ . '/..' . '/setasign/fpdi/src', ), - 'phpseclib3\\' => + 'phpseclib3\\' => array ( 0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib', ), - 'paytm\\paytmchecksum\\' => + 'paytm\\paytmchecksum\\' => array ( 0 => __DIR__ . '/..' . '/paytm/paytmchecksum/paytmchecksum', ), - 'mediaburst\\ClockworkSMS\\' => + 'mediaburst\\ClockworkSMS\\' => array ( 0 => __DIR__ . '/..' . '/mediaburst/clockworksms/src', ), - 'ZipStream\\' => + 'ZipStream\\' => array ( 0 => __DIR__ . '/..' . '/maennchen/zipstream-php/src', ), - 'WpOrg\\Requests\\' => + 'WpOrg\\Requests\\' => array ( 0 => __DIR__ . '/..' . '/rmccue/requests/src', ), - 'Whoops\\' => + 'Whoops\\' => array ( 0 => __DIR__ . '/..' . '/filp/whoops/src/Whoops', ), - 'Tzsk\\Sms\\' => + 'Tzsk\\Sms\\' => array ( 0 => __DIR__ . '/..' . '/tzsk/sms/src', ), - 'Twilio\\' => + 'Twilio\\' => array ( 0 => __DIR__ . '/..' . '/twilio/sdk/src/Twilio', ), - 'TijsVerkoyen\\CssToInlineStyles\\' => + 'TijsVerkoyen\\CssToInlineStyles\\' => array ( 0 => __DIR__ . '/..' . '/tijsverkoyen/css-to-inline-styles/src', ), - 'Tests\\' => + 'Tests\\' => array ( 0 => __DIR__ . '/../..' . '/tests', ), - 'Termwind\\' => + 'Termwind\\' => array ( 0 => __DIR__ . '/..' . '/nunomaduro/termwind/src', ), - 'Symfony\\Polyfill\\Uuid\\' => + 'Symfony\\Polyfill\\Uuid\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-uuid', ), - 'Symfony\\Polyfill\\Php83\\' => + 'Symfony\\Polyfill\\Php83\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-php83', ), - 'Symfony\\Polyfill\\Php80\\' => + 'Symfony\\Polyfill\\Php80\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-php80', ), - 'Symfony\\Polyfill\\Mbstring\\' => + 'Symfony\\Polyfill\\Mbstring\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', ), - 'Symfony\\Polyfill\\Intl\\Normalizer\\' => + 'Symfony\\Polyfill\\Intl\\Normalizer\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer', ), - 'Symfony\\Polyfill\\Intl\\Idn\\' => + 'Symfony\\Polyfill\\Intl\\Idn\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-idn', ), - 'Symfony\\Polyfill\\Intl\\Grapheme\\' => + 'Symfony\\Polyfill\\Intl\\Grapheme\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme', ), - 'Symfony\\Polyfill\\Ctype\\' => + 'Symfony\\Polyfill\\Ctype\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', ), - 'Symfony\\Contracts\\Translation\\' => + 'Symfony\\Contracts\\Translation\\' => array ( 0 => __DIR__ . '/..' . '/symfony/translation-contracts', ), - 'Symfony\\Contracts\\Service\\' => + 'Symfony\\Contracts\\Service\\' => array ( 0 => __DIR__ . '/..' . '/symfony/service-contracts', ), - 'Symfony\\Contracts\\EventDispatcher\\' => + 'Symfony\\Contracts\\EventDispatcher\\' => array ( 0 => __DIR__ . '/..' . '/symfony/event-dispatcher-contracts', ), - 'Symfony\\Component\\Yaml\\' => + 'Symfony\\Component\\Yaml\\' => array ( 0 => __DIR__ . '/..' . '/symfony/yaml', ), - 'Symfony\\Component\\VarExporter\\' => + 'Symfony\\Component\\VarExporter\\' => array ( 0 => __DIR__ . '/..' . '/symfony/var-exporter', ), - 'Symfony\\Component\\VarDumper\\' => + 'Symfony\\Component\\VarDumper\\' => array ( 0 => __DIR__ . '/..' . '/symfony/var-dumper', ), - 'Symfony\\Component\\Uid\\' => + 'Symfony\\Component\\Uid\\' => array ( 0 => __DIR__ . '/..' . '/symfony/uid', ), - 'Symfony\\Component\\Translation\\' => + 'Symfony\\Component\\Translation\\' => array ( 0 => __DIR__ . '/..' . '/symfony/translation', ), - 'Symfony\\Component\\String\\' => + 'Symfony\\Component\\String\\' => array ( 0 => __DIR__ . '/..' . '/symfony/string', ), - 'Symfony\\Component\\Routing\\' => + 'Symfony\\Component\\Routing\\' => array ( 0 => __DIR__ . '/..' . '/symfony/routing', ), - 'Symfony\\Component\\Process\\' => + 'Symfony\\Component\\Process\\' => array ( 0 => __DIR__ . '/..' . '/symfony/process', ), - 'Symfony\\Component\\Mime\\' => + 'Symfony\\Component\\Mime\\' => array ( 0 => __DIR__ . '/..' . '/symfony/mime', ), - 'Symfony\\Component\\Mailer\\' => + 'Symfony\\Component\\Mailer\\' => array ( 0 => __DIR__ . '/..' . '/symfony/mailer', ), - 'Symfony\\Component\\HttpKernel\\' => + 'Symfony\\Component\\HttpKernel\\' => array ( 0 => __DIR__ . '/..' . '/symfony/http-kernel', ), - 'Symfony\\Component\\HttpFoundation\\' => + 'Symfony\\Component\\HttpFoundation\\' => array ( 0 => __DIR__ . '/..' . '/symfony/http-foundation', ), - 'Symfony\\Component\\Finder\\' => + 'Symfony\\Component\\Finder\\' => array ( 0 => __DIR__ . '/..' . '/symfony/finder', ), - 'Symfony\\Component\\Filesystem\\' => + 'Symfony\\Component\\Filesystem\\' => array ( 0 => __DIR__ . '/..' . '/symfony/filesystem', ), - 'Symfony\\Component\\EventDispatcher\\' => + 'Symfony\\Component\\EventDispatcher\\' => array ( 0 => __DIR__ . '/..' . '/symfony/event-dispatcher', ), - 'Symfony\\Component\\ErrorHandler\\' => + 'Symfony\\Component\\ErrorHandler\\' => array ( 0 => __DIR__ . '/..' . '/symfony/error-handler', ), - 'Symfony\\Component\\CssSelector\\' => + 'Symfony\\Component\\CssSelector\\' => array ( 0 => __DIR__ . '/..' . '/symfony/css-selector', ), - 'Symfony\\Component\\Console\\' => + 'Symfony\\Component\\Console\\' => array ( 0 => __DIR__ . '/..' . '/symfony/console', ), - 'Svg\\' => + 'Svg\\' => array ( 0 => __DIR__ . '/..' . '/dompdf/php-svg-lib/src/Svg', ), - 'Stripe\\' => + 'Stripe\\' => array ( 0 => __DIR__ . '/..' . '/stripe/stripe-php/lib', ), - 'Spatie\\Permission\\' => + 'Spatie\\Permission\\' => array ( 0 => __DIR__ . '/..' . '/spatie/laravel-permission/src', ), - 'Spatie\\LaravelIgnition\\' => + 'Spatie\\LaravelIgnition\\' => array ( - 0 => __DIR__ . '/..' . '/spatie/error-solutions/legacy/laravel-ignition', - 1 => __DIR__ . '/..' . '/spatie/laravel-ignition/src', + 0 => __DIR__ . '/..' . '/spatie/laravel-ignition/src', + 1 => __DIR__ . '/..' . '/spatie/error-solutions/legacy/laravel-ignition', ), - 'Spatie\\Ignition\\' => + 'Spatie\\Ignition\\' => array ( - 0 => __DIR__ . '/..' . '/spatie/error-solutions/legacy/ignition', - 1 => __DIR__ . '/..' . '/spatie/ignition/src', + 0 => __DIR__ . '/..' . '/spatie/ignition/src', + 1 => __DIR__ . '/..' . '/spatie/error-solutions/legacy/ignition', ), - 'Spatie\\FlareClient\\' => + 'Spatie\\FlareClient\\' => array ( 0 => __DIR__ . '/..' . '/spatie/flare-client-php/src', ), - 'Spatie\\ErrorSolutions\\' => + 'Spatie\\ErrorSolutions\\' => array ( 0 => __DIR__ . '/..' . '/spatie/error-solutions/src', ), - 'Spatie\\Color\\' => + 'Spatie\\Color\\' => array ( 0 => __DIR__ . '/..' . '/spatie/color/src', ), - 'Spatie\\Backtrace\\' => + 'Spatie\\Backtrace\\' => array ( 0 => __DIR__ . '/..' . '/spatie/backtrace/src', ), - 'SimpleSoftwareIO\\QrCode\\' => + 'SimpleSoftwareIO\\QrCode\\' => array ( 0 => __DIR__ . '/..' . '/simplesoftwareio/simple-qrcode/src', ), - 'Shalvah\\Upgrader\\' => + 'Shalvah\\Upgrader\\' => array ( 0 => __DIR__ . '/..' . '/shalvah/upgrader/src', ), - 'Sabberworm\\CSS\\' => + 'Sabberworm\\CSS\\' => array ( 0 => __DIR__ . '/..' . '/sabberworm/php-css-parser/src', ), - 'SMSGatewayMe\\Client\\' => + 'SMSGatewayMe\\Client\\' => array ( 0 => __DIR__ . '/..' . '/smsgatewayme/client/lib', ), - 'Rize\\' => + 'Rize\\' => array ( 0 => __DIR__ . '/..' . '/rize/uri-template/src/Rize', ), - 'Razorpay\\Tests\\' => + 'Razorpay\\Tests\\' => array ( 0 => __DIR__ . '/..' . '/razorpay/razorpay/tests', ), - 'Razorpay\\Api\\' => + 'Razorpay\\Api\\' => array ( 0 => __DIR__ . '/..' . '/razorpay/razorpay/src', ), - 'Ramsey\\Uuid\\' => + 'Ramsey\\Uuid\\' => array ( 0 => __DIR__ . '/..' . '/ramsey/uuid/src', ), - 'Ramsey\\Collection\\' => + 'Ramsey\\Collection\\' => array ( 0 => __DIR__ . '/..' . '/ramsey/collection/src', ), - 'Psy\\' => + 'Psy\\' => array ( 0 => __DIR__ . '/..' . '/psy/psysh/src', ), - 'Psr\\SimpleCache\\' => + 'Psr\\SimpleCache\\' => array ( 0 => __DIR__ . '/..' . '/psr/simple-cache/src', ), - 'Psr\\Log\\' => + 'Psr\\Log\\' => array ( 0 => __DIR__ . '/..' . '/psr/log/src', ), - 'Psr\\Http\\Message\\' => + 'Psr\\Http\\Message\\' => array ( 0 => __DIR__ . '/..' . '/psr/http-factory/src', 1 => __DIR__ . '/..' . '/psr/http-message/src', ), - 'Psr\\Http\\Client\\' => + 'Psr\\Http\\Client\\' => array ( 0 => __DIR__ . '/..' . '/psr/http-client/src', ), - 'Psr\\EventDispatcher\\' => + 'Psr\\EventDispatcher\\' => array ( 0 => __DIR__ . '/..' . '/psr/event-dispatcher/src', ), - 'Psr\\Container\\' => + 'Psr\\Container\\' => array ( 0 => __DIR__ . '/..' . '/psr/container/src', ), - 'Psr\\Clock\\' => + 'Psr\\Clock\\' => array ( 0 => __DIR__ . '/..' . '/psr/clock/src', ), - 'Psr\\Cache\\' => + 'Psr\\Cache\\' => array ( 0 => __DIR__ . '/..' . '/psr/cache/src', ), - 'PhpParser\\' => + 'PhpParser\\' => array ( 0 => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser', ), - 'PhpOption\\' => + 'PhpOption\\' => array ( 0 => __DIR__ . '/..' . '/phpoption/phpoption/src/PhpOption', ), - 'PhpOffice\\PhpSpreadsheet\\' => + 'PhpOffice\\PhpSpreadsheet\\' => array ( 0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet', ), - 'ParagonIE\\ConstantTime\\' => + 'ParagonIE\\ConstantTime\\' => array ( 0 => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src', ), - 'Omnipay\\Stripe\\' => + 'Omnipay\\Stripe\\' => array ( 0 => __DIR__ . '/..' . '/omnipay/stripe/src', ), - 'Omnipay\\PayPal\\' => + 'Omnipay\\PayPal\\' => array ( 0 => __DIR__ . '/..' . '/omnipay/paypal/src', ), - 'Omnipay\\Common\\' => + 'Omnipay\\Common\\' => array ( 0 => __DIR__ . '/..' . '/omnipay/common/src/Common', ), - 'Nwidart\\Modules\\' => + 'Nwidart\\Modules\\' => array ( 0 => __DIR__ . '/..' . '/nwidart/laravel-modules/src', ), - 'NunoMaduro\\Collision\\' => + 'NunoMaduro\\Collision\\' => array ( 0 => __DIR__ . '/..' . '/nunomaduro/collision/src', ), - 'Nette\\' => + 'Nette\\' => array ( 0 => __DIR__ . '/..' . '/nette/schema/src', 1 => __DIR__ . '/..' . '/nette/utils/src', ), - 'Mpdf\\PsrLogAwareTrait\\' => + 'Mpdf\\PsrLogAwareTrait\\' => array ( 0 => __DIR__ . '/..' . '/mpdf/psr-log-aware-trait/src', ), - 'Mpdf\\PsrHttpMessageShim\\' => + 'Mpdf\\PsrHttpMessageShim\\' => array ( 0 => __DIR__ . '/..' . '/mpdf/psr-http-message-shim/src', ), - 'Mpdf\\' => + 'Mpdf\\' => array ( 0 => __DIR__ . '/..' . '/mpdf/mpdf/src', ), - 'Monolog\\' => + 'Monolog\\' => array ( 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog', ), - 'Money\\' => + 'Money\\' => array ( 0 => __DIR__ . '/..' . '/moneyphp/money/src', ), - 'Mollie\\Api\\' => + 'Mollie\\Api\\' => array ( 0 => __DIR__ . '/..' . '/mollie/mollie-api-php/src', ), - 'Modules\\' => + 'Modules\\' => array ( 0 => __DIR__ . '/../..' . '/Modules', ), - 'Mockery\\' => + 'Mockery\\' => array ( 0 => __DIR__ . '/..' . '/mockery/mockery/library/Mockery', ), - 'MercadoPago\\' => + 'MercadoPago\\' => array ( 0 => __DIR__ . '/..' . '/mercadopago/dx-php/src/MercadoPago', 1 => __DIR__ . '/..' . '/mercadopago/dx-php/tests', @@ -767,436 +767,436 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 3 => __DIR__ . '/..' . '/mercadopago/dx-php/src/MercadoPago/Entities', 4 => __DIR__ . '/..' . '/mercadopago/dx-php/src/MercadoPago/Entities/Shared', ), - 'Melipayamak\\' => + 'Melipayamak\\' => array ( 0 => __DIR__ . '/..' . '/melipayamak/php/src', ), - 'Matrix\\' => + 'Matrix\\' => array ( 0 => __DIR__ . '/..' . '/markbaker/matrix/classes/src', ), - 'Masterminds\\' => + 'Masterminds\\' => array ( 0 => __DIR__ . '/..' . '/masterminds/html5/src', ), - 'Maatwebsite\\Excel\\' => + 'Maatwebsite\\Excel\\' => array ( 0 => __DIR__ . '/..' . '/maatwebsite/excel/src', ), - 'League\\OAuth1\\Client\\' => + 'League\\OAuth1\\Client\\' => array ( 0 => __DIR__ . '/..' . '/league/oauth1-client/src', ), - 'League\\MimeTypeDetection\\' => + 'League\\MimeTypeDetection\\' => array ( 0 => __DIR__ . '/..' . '/league/mime-type-detection/src', ), - 'League\\Flysystem\\Local\\' => + 'League\\Flysystem\\Local\\' => array ( 0 => __DIR__ . '/..' . '/league/flysystem-local', ), - 'League\\Flysystem\\' => + 'League\\Flysystem\\' => array ( 0 => __DIR__ . '/..' . '/league/flysystem/src', ), - 'League\\Config\\' => + 'League\\Config\\' => array ( 0 => __DIR__ . '/..' . '/league/config/src', ), - 'League\\CommonMark\\' => + 'League\\CommonMark\\' => array ( 0 => __DIR__ . '/..' . '/league/commonmark/src', ), - 'Lcobucci\\JWT\\' => + 'Lcobucci\\JWT\\' => array ( 0 => __DIR__ . '/..' . '/lcobucci/jwt/src', ), - 'Laravel\\Tinker\\' => + 'Laravel\\Tinker\\' => array ( 0 => __DIR__ . '/..' . '/laravel/tinker/src', ), - 'Laravel\\Socialite\\' => + 'Laravel\\Socialite\\' => array ( 0 => __DIR__ . '/..' . '/laravel/socialite/src', ), - 'Laravel\\SerializableClosure\\' => + 'Laravel\\SerializableClosure\\' => array ( 0 => __DIR__ . '/..' . '/laravel/serializable-closure/src', ), - 'Laravel\\Sanctum\\' => + 'Laravel\\Sanctum\\' => array ( 0 => __DIR__ . '/..' . '/laravel/sanctum/src', ), - 'Laravel\\Sail\\' => + 'Laravel\\Sail\\' => array ( 0 => __DIR__ . '/..' . '/laravel/sail/src', ), - 'Laravel\\Prompts\\' => + 'Laravel\\Prompts\\' => array ( 0 => __DIR__ . '/..' . '/laravel/prompts/src', ), - 'Laravel\\LaravelInstaller\\' => + 'Laravel\\LaravelInstaller\\' => array ( 0 => __DIR__ . '/..' . '/safiull/laravel-installer/src', ), - 'Laravel\\Breeze\\' => + 'Laravel\\Breeze\\' => array ( 0 => __DIR__ . '/..' . '/laravel/breeze/src', ), - 'Kreait\\Firebase\\JWT\\' => + 'Kreait\\Firebase\\JWT\\' => array ( 0 => __DIR__ . '/..' . '/kreait/firebase-tokens/src/JWT', ), - 'Kreait\\Firebase\\' => + 'Kreait\\Firebase\\' => array ( 0 => __DIR__ . '/..' . '/kreait/firebase-php/src/Firebase', ), - 'Knuckles\\Scribe\\' => + 'Knuckles\\Scribe\\' => array ( 0 => __DIR__ . '/..' . '/knuckleswtf/scribe/src', ), - 'Knuckles\\Camel\\' => + 'Knuckles\\Camel\\' => array ( 0 => __DIR__ . '/..' . '/knuckleswtf/scribe/camel', ), - 'Kavenegar\\' => + 'Kavenegar\\' => array ( 0 => __DIR__ . '/..' . '/kavenegar/php/src', ), - 'Karim007\\LaravelBkashTokenize\\' => + 'Karim007\\LaravelBkashTokenize\\' => array ( 0 => __DIR__ . '/..' . '/karim007/laravel-bkash-tokenize/src', ), - 'JmesPath\\' => + 'JmesPath\\' => array ( 0 => __DIR__ . '/..' . '/mtdowling/jmespath.php/src', ), - 'Illuminate\\Support\\' => + 'Illuminate\\Support\\' => array ( 0 => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Macroable', 1 => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Collections', 2 => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Conditionable', ), - 'Illuminate\\' => + 'Illuminate\\' => array ( 0 => __DIR__ . '/..' . '/laravel/framework/src/Illuminate', ), - 'Http\\Promise\\' => + 'Http\\Promise\\' => array ( 0 => __DIR__ . '/..' . '/php-http/promise/src', ), - 'Http\\Message\\' => + 'Http\\Message\\' => array ( 0 => __DIR__ . '/..' . '/php-http/message/src', ), - 'Http\\Discovery\\' => + 'Http\\Discovery\\' => array ( 0 => __DIR__ . '/..' . '/php-http/discovery/src', ), - 'Http\\Client\\' => + 'Http\\Client\\' => array ( 0 => __DIR__ . '/..' . '/php-http/httplug/src', ), - 'Http\\Adapter\\Guzzle7\\' => + 'Http\\Adapter\\Guzzle7\\' => array ( 0 => __DIR__ . '/..' . '/php-http/guzzle7-adapter/src', ), - 'GuzzleHttp\\UriTemplate\\' => + 'GuzzleHttp\\UriTemplate\\' => array ( 0 => __DIR__ . '/..' . '/guzzlehttp/uri-template/src', ), - 'GuzzleHttp\\Psr7\\' => + 'GuzzleHttp\\Psr7\\' => array ( 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', ), - 'GuzzleHttp\\Promise\\' => + 'GuzzleHttp\\Promise\\' => array ( 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', ), - 'GuzzleHttp\\' => + 'GuzzleHttp\\' => array ( 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', ), - 'Grpc\\Gcp\\' => + 'Grpc\\Gcp\\' => array ( 0 => __DIR__ . '/..' . '/google/grpc-gcp/src', ), - 'Grpc\\' => + 'Grpc\\' => array ( 0 => __DIR__ . '/..' . '/grpc/grpc/src/lib', ), - 'GrahamCampbell\\ResultType\\' => + 'GrahamCampbell\\ResultType\\' => array ( 0 => __DIR__ . '/..' . '/graham-campbell/result-type/src', ), - 'Google\\Type\\' => + 'Google\\Type\\' => array ( 0 => __DIR__ . '/..' . '/google/common-protos/src/Type', ), - 'Google\\Rpc\\' => + 'Google\\Rpc\\' => array ( 0 => __DIR__ . '/..' . '/google/common-protos/src/Rpc', ), - 'Google\\Protobuf\\' => + 'Google\\Protobuf\\' => array ( 0 => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf', ), - 'Google\\LongRunning\\' => + 'Google\\LongRunning\\' => array ( 0 => __DIR__ . '/..' . '/google/longrunning/src/LongRunning', ), - 'Google\\Iam\\' => + 'Google\\Iam\\' => array ( 0 => __DIR__ . '/..' . '/google/common-protos/src/Iam', ), - 'Google\\Cloud\\Storage\\' => + 'Google\\Cloud\\Storage\\' => array ( 0 => __DIR__ . '/..' . '/google/cloud-storage/src', ), - 'Google\\Cloud\\Core\\' => + 'Google\\Cloud\\Core\\' => array ( 0 => __DIR__ . '/..' . '/google/cloud-core/src', ), - 'Google\\Cloud\\' => + 'Google\\Cloud\\' => array ( 0 => __DIR__ . '/..' . '/google/common-protos/src/Cloud', ), - 'Google\\Auth\\' => + 'Google\\Auth\\' => array ( 0 => __DIR__ . '/..' . '/google/auth/src', ), - 'Google\\Api\\' => + 'Google\\Api\\' => array ( 0 => __DIR__ . '/..' . '/google/common-protos/src/Api', ), - 'Google\\ApiCore\\LongRunning\\' => + 'Google\\ApiCore\\LongRunning\\' => array ( 0 => __DIR__ . '/..' . '/google/longrunning/src/ApiCore/LongRunning', ), - 'Google\\ApiCore\\' => + 'Google\\ApiCore\\' => array ( 0 => __DIR__ . '/..' . '/google/gax/src', ), - 'Gloudemans\\Shoppingcart\\' => + 'Gloudemans\\Shoppingcart\\' => array ( 0 => __DIR__ . '/..' . '/hardevine/shoppingcart/src', ), - 'GPBMetadata\\Google\\Type\\' => + 'GPBMetadata\\Google\\Type\\' => array ( 0 => __DIR__ . '/..' . '/google/common-protos/metadata/Type', ), - 'GPBMetadata\\Google\\Rpc\\' => + 'GPBMetadata\\Google\\Rpc\\' => array ( 0 => __DIR__ . '/..' . '/google/common-protos/metadata/Rpc', ), - 'GPBMetadata\\Google\\Protobuf\\' => + 'GPBMetadata\\Google\\Protobuf\\' => array ( 0 => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf', ), - 'GPBMetadata\\Google\\Longrunning\\' => + 'GPBMetadata\\Google\\Longrunning\\' => array ( 0 => __DIR__ . '/..' . '/google/longrunning/metadata/Longrunning', ), - 'GPBMetadata\\Google\\Logging\\' => + 'GPBMetadata\\Google\\Logging\\' => array ( 0 => __DIR__ . '/..' . '/google/common-protos/metadata/Logging', ), - 'GPBMetadata\\Google\\Iam\\' => + 'GPBMetadata\\Google\\Iam\\' => array ( 0 => __DIR__ . '/..' . '/google/common-protos/metadata/Iam', ), - 'GPBMetadata\\Google\\Cloud\\' => + 'GPBMetadata\\Google\\Cloud\\' => array ( 0 => __DIR__ . '/..' . '/google/common-protos/metadata/Cloud', ), - 'GPBMetadata\\Google\\Api\\' => + 'GPBMetadata\\Google\\Api\\' => array ( 0 => __DIR__ . '/..' . '/google/common-protos/metadata/Api', ), - 'GPBMetadata\\ApiCore\\' => + 'GPBMetadata\\ApiCore\\' => array ( 0 => __DIR__ . '/..' . '/google/gax/metadata/ApiCore', ), - 'Fruitcake\\Cors\\' => + 'Fruitcake\\Cors\\' => array ( 0 => __DIR__ . '/..' . '/fruitcake/php-cors/src', ), - 'FontLib\\' => + 'FontLib\\' => array ( 0 => __DIR__ . '/..' . '/dompdf/php-font-lib/src/FontLib', ), - 'Firebase\\JWT\\' => + 'Firebase\\JWT\\' => array ( 0 => __DIR__ . '/..' . '/firebase/php-jwt/src', ), - 'Fig\\Http\\Message\\' => + 'Fig\\Http\\Message\\' => array ( 0 => __DIR__ . '/..' . '/fig/http-message-util/src', ), - 'FedaPay\\' => + 'FedaPay\\' => array ( 0 => __DIR__ . '/..' . '/fedapay/fedapay-php/lib', ), - 'Faker\\' => + 'Faker\\' => array ( 0 => __DIR__ . '/..' . '/fakerphp/faker/src/Faker', ), - 'Egulias\\EmailValidator\\' => + 'Egulias\\EmailValidator\\' => array ( 0 => __DIR__ . '/..' . '/egulias/email-validator/src', ), - 'Dotenv\\' => + 'Dotenv\\' => array ( 0 => __DIR__ . '/..' . '/vlucas/phpdotenv/src', ), - 'Dompdf\\' => + 'Dompdf\\' => array ( 0 => __DIR__ . '/..' . '/dompdf/dompdf/src', ), - 'Doctrine\\Persistence\\' => + 'Doctrine\\Persistence\\' => array ( 0 => __DIR__ . '/..' . '/doctrine/persistence/src/Persistence', ), - 'Doctrine\\Inflector\\' => + 'Doctrine\\Inflector\\' => array ( 0 => __DIR__ . '/..' . '/doctrine/inflector/src', ), - 'Doctrine\\Deprecations\\' => + 'Doctrine\\Deprecations\\' => array ( 0 => __DIR__ . '/..' . '/doctrine/deprecations/src', ), - 'Doctrine\\Common\\Lexer\\' => + 'Doctrine\\Common\\Lexer\\' => array ( 0 => __DIR__ . '/..' . '/doctrine/lexer/src', ), - 'Doctrine\\Common\\Annotations\\' => + 'Doctrine\\Common\\Annotations\\' => array ( 0 => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations', ), - 'Doctrine\\Common\\' => + 'Doctrine\\Common\\' => array ( 0 => __DIR__ . '/..' . '/doctrine/common/src', 1 => __DIR__ . '/..' . '/doctrine/event-manager/src', ), - 'Dipesh79\\LaravelPhonePe\\' => + 'Dipesh79\\LaravelPhonePe\\' => array ( 0 => __DIR__ . '/..' . '/dipesh79/laravel-phonepe/src', ), - 'Dflydev\\DotAccessData\\' => + 'Dflydev\\DotAccessData\\' => array ( 0 => __DIR__ . '/..' . '/dflydev/dot-access-data/src', ), - 'DeepCopy\\' => + 'DeepCopy\\' => array ( 0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy', ), - 'Database\\Seeders\\' => + 'Database\\Seeders\\' => array ( 0 => __DIR__ . '/../..' . '/database/seeders', 1 => __DIR__ . '/..' . '/laravel/pint/database/seeders', ), - 'Database\\Factories\\' => + 'Database\\Factories\\' => array ( 0 => __DIR__ . '/../..' . '/database/factories', 1 => __DIR__ . '/..' . '/laravel/pint/database/factories', ), - 'DASPRiD\\Enum\\' => + 'DASPRiD\\Enum\\' => array ( 0 => __DIR__ . '/..' . '/dasprid/enum/src', ), - 'CuyZ\\Valinor\\' => + 'CuyZ\\Valinor\\' => array ( 0 => __DIR__ . '/..' . '/cuyz/valinor/src', ), - 'Cron\\' => + 'Cron\\' => array ( 0 => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron', ), - 'Composer\\Semver\\' => + 'Composer\\Semver\\' => array ( 0 => __DIR__ . '/..' . '/composer/semver/src', ), - 'Composer\\Pcre\\' => + 'Composer\\Pcre\\' => array ( 0 => __DIR__ . '/..' . '/composer/pcre/src', ), - 'Composer\\CaBundle\\' => + 'Composer\\CaBundle\\' => array ( 0 => __DIR__ . '/..' . '/composer/ca-bundle/src', ), - 'Complex\\' => + 'Complex\\' => array ( 0 => __DIR__ . '/..' . '/markbaker/complex/classes/src', ), - 'Clue\\StreamFilter\\' => + 'Clue\\StreamFilter\\' => array ( 0 => __DIR__ . '/..' . '/clue/stream-filter/src', ), - 'Carbon\\Doctrine\\' => + 'Carbon\\Doctrine\\' => array ( 0 => __DIR__ . '/..' . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine', ), - 'Carbon\\' => + 'Carbon\\' => array ( 0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon', ), - 'Brick\\Math\\' => + 'Brick\\Math\\' => array ( 0 => __DIR__ . '/..' . '/brick/math/src', ), - 'Beste\\Clock\\' => + 'Beste\\Clock\\' => array ( 0 => __DIR__ . '/..' . '/beste/clock/src/Clock', ), - 'Beste\\Cache\\' => + 'Beste\\Cache\\' => array ( 0 => __DIR__ . '/..' . '/beste/in-memory-cache/src', ), - 'Barryvdh\\DomPDF\\' => + 'Barryvdh\\DomPDF\\' => array ( 0 => __DIR__ . '/..' . '/barryvdh/laravel-dompdf/src', ), - 'BaconQrCode\\' => + 'BaconQrCode\\' => array ( 0 => __DIR__ . '/..' . '/bacon/bacon-qr-code/src', ), - 'Aws\\' => + 'Aws\\' => array ( 0 => __DIR__ . '/..' . '/aws/aws-sdk-php/src', ), - 'App\\' => + 'App\\' => array ( 0 => __DIR__ . '/../..' . '/app', 1 => __DIR__ . '/..' . '/laravel/pint/app', ), - 'Anand\\LaravelPaytmWallet\\' => + 'Anand\\LaravelPaytmWallet\\' => array ( 0 => __DIR__ . '/..' . '/anandsiddharth/laravel-paytm-wallet/src', ), - 'AgeekDev\\Barcode\\' => + 'AgeekDev\\Barcode\\' => array ( 0 => __DIR__ . '/..' . '/ageekdev/laravel-barcode/src', ), ); public static $prefixesPsr0 = array ( - 'P' => + 'P' => array ( - 'Parsedown' => + 'Parsedown' => array ( 0 => __DIR__ . '/..' . '/parsedown/parsedown', ), ), - 'M' => + 'M' => array ( - 'Mpociot' => + 'Mpociot' => array ( 0 => __DIR__ . '/..' . '/mpociot/reflection-docblock/src', ), ), - 'H' => + 'H' => array ( - 'HTMLPurifier' => + 'HTMLPurifier' => array ( 0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library', ), @@ -1759,6 +1759,8 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Aws\\CloudTrail\\LogRecordIterator' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php', 'Aws\\CloudWatchEvents\\CloudWatchEventsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php', 'Aws\\CloudWatchEvents\\Exception\\CloudWatchEventsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php', + 'Aws\\CloudWatchEvidently\\CloudWatchEvidentlyClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatchEvidently/CloudWatchEvidentlyClient.php', + 'Aws\\CloudWatchEvidently\\Exception\\CloudWatchEvidentlyException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatchEvidently/Exception/CloudWatchEvidentlyException.php', 'Aws\\CloudWatchLogs\\CloudWatchLogsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php', 'Aws\\CloudWatchLogs\\Exception\\CloudWatchLogsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php', 'Aws\\CloudWatchRUM\\CloudWatchRUMClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatchRUM/CloudWatchRUMClient.php', @@ -2113,6 +2115,8 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Aws\\InternetMonitor\\InternetMonitorClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/InternetMonitor/InternetMonitorClient.php', 'Aws\\Invoicing\\Exception\\InvoicingException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Invoicing/Exception/InvoicingException.php', 'Aws\\Invoicing\\InvoicingClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Invoicing/InvoicingClient.php', + 'Aws\\IoTAnalytics\\Exception\\IoTAnalyticsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php', + 'Aws\\IoTAnalytics\\IoTAnalyticsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php', 'Aws\\IoTDeviceAdvisor\\Exception\\IoTDeviceAdvisorException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTDeviceAdvisor/Exception/IoTDeviceAdvisorException.php', 'Aws\\IoTDeviceAdvisor\\IoTDeviceAdvisorClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTDeviceAdvisor/IoTDeviceAdvisorClient.php', 'Aws\\IoTEventsData\\Exception\\IoTEventsDataException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTEventsData/Exception/IoTEventsDataException.php', @@ -3098,6 +3102,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\InvalidConstructorClassTypeParameter' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Object/Exception/InvalidConstructorClassTypeParameter.php', 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\InvalidConstructorMethodWithAttributeReturnType' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Object/Exception/InvalidConstructorMethodWithAttributeReturnType.php', 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\InvalidConstructorReturnType' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Object/Exception/InvalidConstructorReturnType.php', + 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\InvalidSource' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Object/Exception/InvalidSource.php', 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\MissingConstructorClassTypeParameter' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Object/Exception/MissingConstructorClassTypeParameter.php', 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\ObjectBuildersCollision' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Object/Exception/ObjectBuildersCollision.php', 'CuyZ\\Valinor\\Mapper\\Object\\Exception\\PermissiveTypeNotAllowed' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Object/Exception/PermissiveTypeNotAllowed.php', @@ -3186,6 +3191,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'CuyZ\\Valinor\\Mapper\\Tree\\Exception\\SourceMustBeIterable' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/Exception/SourceMustBeIterable.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Exception\\TooManyResolvedTypesFromUnion' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/Exception/TooManyResolvedTypesFromUnion.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Exception\\UnexpectedKeyInSource' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/Exception/UnexpectedKeyInSource.php', + 'CuyZ\\Valinor\\Mapper\\Tree\\Exception\\UnexpectedKeysInSource' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/Exception/UnexpectedKeysInSource.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Exception\\UnresolvableShellType' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/Exception/UnresolvableShellType.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Message\\DefaultMessage' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/Message/DefaultMessage.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Message\\ErrorMessage' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/Message/ErrorMessage.php', @@ -3202,6 +3208,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'CuyZ\\Valinor\\Mapper\\Tree\\Message\\Messages' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/Message/Messages.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Message\\NodeMessage' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/Message/NodeMessage.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Message\\UserlandError' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/Message/UserlandError.php', + 'CuyZ\\Valinor\\Mapper\\Tree\\ObjectTrace' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/ObjectTrace.php', 'CuyZ\\Valinor\\Mapper\\Tree\\RootNodeBuilder' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/RootNodeBuilder.php', 'CuyZ\\Valinor\\Mapper\\Tree\\Shell' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/Tree/Shell.php', 'CuyZ\\Valinor\\Mapper\\TypeArgumentsMapper' => __DIR__ . '/..' . '/cuyz/valinor/src/Mapper/TypeArgumentsMapper.php', @@ -4994,6 +5001,8 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Google\\Protobuf\\FieldMask' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/FieldMask.php', 'Google\\Protobuf\\Field\\Cardinality' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Field/Cardinality.php', 'Google\\Protobuf\\Field\\Kind' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Field/Kind.php', + 'Google\\Protobuf\\Field_Cardinality' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Field_Cardinality.php', + 'Google\\Protobuf\\Field_Kind' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Field_Kind.php', 'Google\\Protobuf\\FloatValue' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/FloatValue.php', 'Google\\Protobuf\\GPBEmpty' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/GPBEmpty.php', 'Google\\Protobuf\\Int32Value' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Int32Value.php', @@ -5071,6 +5080,7 @@ class ComposerStaticInite18b3d3bc6afaf5dd5c2b53c80a29450 'Google\\Protobuf\\Internal\\OneofField' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/OneofField.php', 'Google\\Protobuf\\Internal\\OneofOptions' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php', 'Google\\Protobuf\\Internal\\RawInputStream' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php', + 'Google\\Protobuf\\Internal\\RepeatedField' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php', 'Google\\Protobuf\\Internal\\RepeatedFieldIter' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php', 'Google\\Protobuf\\Internal\\ServiceDescriptorProto' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php', 'Google\\Protobuf\\Internal\\ServiceOptions' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php', diff --git a/vendor/composer/ca-bundle/LICENSE b/vendor/composer/ca-bundle/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/composer/ca-bundle/README.md b/vendor/composer/ca-bundle/README.md old mode 100644 new mode 100755 diff --git a/vendor/composer/ca-bundle/composer.json b/vendor/composer/ca-bundle/composer.json old mode 100644 new mode 100755 diff --git a/vendor/composer/ca-bundle/res/cacert.pem b/vendor/composer/ca-bundle/res/cacert.pem old mode 100644 new mode 100755 diff --git a/vendor/composer/ca-bundle/src/CaBundle.php b/vendor/composer/ca-bundle/src/CaBundle.php old mode 100644 new mode 100755 diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json old mode 100644 new mode 100755 index d697f87a..9fdb7733 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1426,6 +1426,7 @@ "issues": "https://github.com/doctrine/annotations/issues", "source": "https://github.com/doctrine/annotations/tree/1.14.4" }, + "abandoned": true, "install-path": "../doctrine/annotations" }, { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/LICENSE b/vendor/composer/pcre/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/README.md b/vendor/composer/pcre/README.md old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/composer.json b/vendor/composer/pcre/composer.json old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/extension.neon b/vendor/composer/pcre/extension.neon old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/MatchAllResult.php b/vendor/composer/pcre/src/MatchAllResult.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/MatchAllStrictGroupsResult.php b/vendor/composer/pcre/src/MatchAllStrictGroupsResult.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/MatchAllWithOffsetsResult.php b/vendor/composer/pcre/src/MatchAllWithOffsetsResult.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/MatchResult.php b/vendor/composer/pcre/src/MatchResult.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/MatchStrictGroupsResult.php b/vendor/composer/pcre/src/MatchStrictGroupsResult.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/MatchWithOffsetsResult.php b/vendor/composer/pcre/src/MatchWithOffsetsResult.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/PHPStan/InvalidRegexPatternRule.php b/vendor/composer/pcre/src/PHPStan/InvalidRegexPatternRule.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/PHPStan/PregMatchFlags.php b/vendor/composer/pcre/src/PHPStan/PregMatchFlags.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/PHPStan/PregMatchParameterOutTypeExtension.php b/vendor/composer/pcre/src/PHPStan/PregMatchParameterOutTypeExtension.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/PHPStan/PregMatchTypeSpecifyingExtension.php b/vendor/composer/pcre/src/PHPStan/PregMatchTypeSpecifyingExtension.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/PHPStan/PregReplaceCallbackClosureTypeExtension.php b/vendor/composer/pcre/src/PHPStan/PregReplaceCallbackClosureTypeExtension.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/PHPStan/UnsafeStrictGroupsCallRule.php b/vendor/composer/pcre/src/PHPStan/UnsafeStrictGroupsCallRule.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/PcreException.php b/vendor/composer/pcre/src/PcreException.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/Preg.php b/vendor/composer/pcre/src/Preg.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/Regex.php b/vendor/composer/pcre/src/Regex.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/ReplaceResult.php b/vendor/composer/pcre/src/ReplaceResult.php old mode 100644 new mode 100755 diff --git a/vendor/composer/pcre/src/UnexpectedNullMatchException.php b/vendor/composer/pcre/src/UnexpectedNullMatchException.php old mode 100644 new mode 100755 diff --git a/vendor/composer/platform_check.php b/vendor/composer/platform_check.php new file mode 100755 index 00000000..87484392 --- /dev/null +++ b/vendor/composer/platform_check.php @@ -0,0 +1,29 @@ += 80200)) { + $issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . PHP_VERSION . '.'; +} + +if (PHP_INT_SIZE !== 8) { + $issues[] = 'Your Composer dependencies require a 64-bit build of PHP.'; +} + +if ($issues) { + if (!headers_sent()) { + header('HTTP/1.1 500 Internal Server Error'); + } + if (!ini_get('display_errors')) { + if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { + fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); + } elseif (!headers_sent()) { + 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; + } + } + throw new \RuntimeException( + 'Composer detected issues in your platform: ' . implode(' ', $issues) + ); +} diff --git a/vendor/composer/semver/CHANGELOG.md b/vendor/composer/semver/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/LICENSE b/vendor/composer/semver/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/README.md b/vendor/composer/semver/README.md old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/composer.json b/vendor/composer/semver/composer.json old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/src/Comparator.php b/vendor/composer/semver/src/Comparator.php old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/src/CompilingMatcher.php b/vendor/composer/semver/src/CompilingMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/src/Constraint/Bound.php b/vendor/composer/semver/src/Constraint/Bound.php old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/src/Constraint/Constraint.php b/vendor/composer/semver/src/Constraint/Constraint.php old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/src/Constraint/ConstraintInterface.php b/vendor/composer/semver/src/Constraint/ConstraintInterface.php old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/src/Constraint/MatchAllConstraint.php b/vendor/composer/semver/src/Constraint/MatchAllConstraint.php old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/src/Constraint/MatchNoneConstraint.php b/vendor/composer/semver/src/Constraint/MatchNoneConstraint.php old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/src/Constraint/MultiConstraint.php b/vendor/composer/semver/src/Constraint/MultiConstraint.php old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/src/Interval.php b/vendor/composer/semver/src/Interval.php old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/src/Intervals.php b/vendor/composer/semver/src/Intervals.php old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/src/Semver.php b/vendor/composer/semver/src/Semver.php old mode 100644 new mode 100755 diff --git a/vendor/composer/semver/src/VersionParser.php b/vendor/composer/semver/src/VersionParser.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/LICENSE.md b/vendor/cuyz/valinor/LICENSE.md old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/README.md b/vendor/cuyz/valinor/README.md old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/composer.json b/vendor/cuyz/valinor/composer.json old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/qa/PHPStan/Extension/ApiAndInternalAnnotationCheck.php b/vendor/cuyz/valinor/qa/PHPStan/Extension/ApiAndInternalAnnotationCheck.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/qa/PHPStan/Extension/ArgumentsMapperPHPStanExtension.php b/vendor/cuyz/valinor/qa/PHPStan/Extension/ArgumentsMapperPHPStanExtension.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/qa/PHPStan/Extension/SuppressPureErrors.php b/vendor/cuyz/valinor/qa/PHPStan/Extension/SuppressPureErrors.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/qa/PHPStan/Extension/TreeMapperPHPStanExtension.php b/vendor/cuyz/valinor/qa/PHPStan/Extension/TreeMapperPHPStanExtension.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/qa/PHPStan/valinor-phpstan-configuration.php b/vendor/cuyz/valinor/qa/PHPStan/valinor-phpstan-configuration.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/qa/PHPStan/valinor-phpstan-suppress-pure-errors.php b/vendor/cuyz/valinor/qa/PHPStan/valinor-phpstan-suppress-pure-errors.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/qa/Psalm/Plugin/ArgumentsMapperPsalmPlugin.php b/vendor/cuyz/valinor/qa/Psalm/Plugin/ArgumentsMapperPsalmPlugin.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/qa/Psalm/Plugin/TreeMapperPsalmPlugin.php b/vendor/cuyz/valinor/qa/Psalm/Plugin/TreeMapperPsalmPlugin.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/qa/Psalm/ValinorPsalmPlugin.php b/vendor/cuyz/valinor/qa/Psalm/ValinorPsalmPlugin.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/qa/Psalm/valinor-psalm-suppress-pure-errors.xml b/vendor/cuyz/valinor/qa/Psalm/valinor-psalm-suppress-pure-errors.xml old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Cache/Cache.php b/vendor/cuyz/valinor/src/Cache/Cache.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Cache/CacheEntry.php b/vendor/cuyz/valinor/src/Cache/CacheEntry.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Cache/Exception/CacheDirectoryNotWritable.php b/vendor/cuyz/valinor/src/Cache/Exception/CacheDirectoryNotWritable.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Cache/Exception/CompiledPhpCacheFileNotWritten.php b/vendor/cuyz/valinor/src/Cache/Exception/CompiledPhpCacheFileNotWritten.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Cache/Exception/CorruptedCompiledPhpCacheFile.php b/vendor/cuyz/valinor/src/Cache/Exception/CorruptedCompiledPhpCacheFile.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Cache/Exception/InvalidSignatureToWarmup.php b/vendor/cuyz/valinor/src/Cache/Exception/InvalidSignatureToWarmup.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Cache/FileSystemCache.php b/vendor/cuyz/valinor/src/Cache/FileSystemCache.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Cache/FileWatchingCache.php b/vendor/cuyz/valinor/src/Cache/FileWatchingCache.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Cache/KeySanitizerCache.php b/vendor/cuyz/valinor/src/Cache/KeySanitizerCache.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Cache/RuntimeCache.php b/vendor/cuyz/valinor/src/Cache/RuntimeCache.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Cache/TypeFilesWatcher.php b/vendor/cuyz/valinor/src/Cache/TypeFilesWatcher.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Cache/Warmup/RecursiveCacheWarmupService.php b/vendor/cuyz/valinor/src/Cache/Warmup/RecursiveCacheWarmupService.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Compiler.php b/vendor/cuyz/valinor/src/Compiler/Compiler.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Library/NewAttributeNode.php b/vendor/cuyz/valinor/src/Compiler/Library/NewAttributeNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Library/TypeAcceptNode.php b/vendor/cuyz/valinor/src/Compiler/Library/TypeAcceptNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/AnonymousClassNode.php b/vendor/cuyz/valinor/src/Compiler/Native/AnonymousClassNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ArrayKeyAccessNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ArrayKeyAccessNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ArrayNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ArrayNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/AssignNode.php b/vendor/cuyz/valinor/src/Compiler/Native/AssignNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/CallNode.php b/vendor/cuyz/valinor/src/Compiler/Native/CallNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/CastNode.php b/vendor/cuyz/valinor/src/Compiler/Native/CastNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ClassNameNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ClassNameNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ClassNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ClassNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/CloneNode.php b/vendor/cuyz/valinor/src/Compiler/Native/CloneNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ClosureNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ClosureNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ComplianceNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ComplianceNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/DifferentNode.php b/vendor/cuyz/valinor/src/Compiler/Native/DifferentNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/EqualsNode.php b/vendor/cuyz/valinor/src/Compiler/Native/EqualsNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ExpressionNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ExpressionNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ForEachNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ForEachNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/FunctionCallNode.php b/vendor/cuyz/valinor/src/Compiler/Native/FunctionCallNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/FunctionNameNode.php b/vendor/cuyz/valinor/src/Compiler/Native/FunctionNameNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/GreaterOrEqualsToNode.php b/vendor/cuyz/valinor/src/Compiler/Native/GreaterOrEqualsToNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/GreaterThanNode.php b/vendor/cuyz/valinor/src/Compiler/Native/GreaterThanNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/IfNode.php b/vendor/cuyz/valinor/src/Compiler/Native/IfNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/InstanceOfNode.php b/vendor/cuyz/valinor/src/Compiler/Native/InstanceOfNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/LessOrEqualsToNode.php b/vendor/cuyz/valinor/src/Compiler/Native/LessOrEqualsToNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/LessThanNode.php b/vendor/cuyz/valinor/src/Compiler/Native/LessThanNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/LogicalAndNode.php b/vendor/cuyz/valinor/src/Compiler/Native/LogicalAndNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/LogicalOrNode.php b/vendor/cuyz/valinor/src/Compiler/Native/LogicalOrNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/MatchNode.php b/vendor/cuyz/valinor/src/Compiler/Native/MatchNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/MethodCallNode.php b/vendor/cuyz/valinor/src/Compiler/Native/MethodCallNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/MethodNode.php b/vendor/cuyz/valinor/src/Compiler/Native/MethodNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/NegateNode.php b/vendor/cuyz/valinor/src/Compiler/Native/NegateNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/NewClassNode.php b/vendor/cuyz/valinor/src/Compiler/Native/NewClassNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ParameterDeclarationNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ParameterDeclarationNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/PhpFileNode.php b/vendor/cuyz/valinor/src/Compiler/Native/PhpFileNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/PropertyDeclarationNode.php b/vendor/cuyz/valinor/src/Compiler/Native/PropertyDeclarationNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/PropertyNode.php b/vendor/cuyz/valinor/src/Compiler/Native/PropertyNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ReturnNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ReturnNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ShortClosureNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ShortClosureNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/StaticAccessNode.php b/vendor/cuyz/valinor/src/Compiler/Native/StaticAccessNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/StaticMethodCallNode.php b/vendor/cuyz/valinor/src/Compiler/Native/StaticMethodCallNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/TernaryNode.php b/vendor/cuyz/valinor/src/Compiler/Native/TernaryNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ThrowNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ThrowNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/ValueNode.php b/vendor/cuyz/valinor/src/Compiler/Native/ValueNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/VariableAccessNode.php b/vendor/cuyz/valinor/src/Compiler/Native/VariableAccessNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/VariableNode.php b/vendor/cuyz/valinor/src/Compiler/Native/VariableNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/WrapNode.php b/vendor/cuyz/valinor/src/Compiler/Native/WrapNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Native/YieldNode.php b/vendor/cuyz/valinor/src/Compiler/Native/YieldNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Compiler/Node.php b/vendor/cuyz/valinor/src/Compiler/Node.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/AttributeDefinition.php b/vendor/cuyz/valinor/src/Definition/AttributeDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Attributes.php b/vendor/cuyz/valinor/src/Definition/Attributes.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/ClassDefinition.php b/vendor/cuyz/valinor/src/Definition/ClassDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/FunctionDefinition.php b/vendor/cuyz/valinor/src/Definition/FunctionDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/FunctionObject.php b/vendor/cuyz/valinor/src/Definition/FunctionObject.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/FunctionsContainer.php b/vendor/cuyz/valinor/src/Definition/FunctionsContainer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/MethodDefinition.php b/vendor/cuyz/valinor/src/Definition/MethodDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Methods.php b/vendor/cuyz/valinor/src/Definition/Methods.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/ParameterDefinition.php b/vendor/cuyz/valinor/src/Definition/ParameterDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Parameters.php b/vendor/cuyz/valinor/src/Definition/Parameters.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Properties.php b/vendor/cuyz/valinor/src/Definition/Properties.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/PropertyDefinition.php b/vendor/cuyz/valinor/src/Definition/PropertyDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/AttributesRepository.php b/vendor/cuyz/valinor/src/Definition/Repository/AttributesRepository.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Cache/CompiledClassDefinitionRepository.php b/vendor/cuyz/valinor/src/Definition/Repository/Cache/CompiledClassDefinitionRepository.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Cache/CompiledFunctionDefinitionRepository.php b/vendor/cuyz/valinor/src/Definition/Repository/Cache/CompiledFunctionDefinitionRepository.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/AttributesCompiler.php b/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/AttributesCompiler.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/ClassDefinitionCompiler.php b/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/ClassDefinitionCompiler.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/Exception/TypeCannotBeCompiled.php b/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/Exception/TypeCannotBeCompiled.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/FunctionDefinitionCompiler.php b/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/FunctionDefinitionCompiler.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/MethodDefinitionCompiler.php b/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/MethodDefinitionCompiler.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/ParameterDefinitionCompiler.php b/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/ParameterDefinitionCompiler.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/PropertyDefinitionCompiler.php b/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/PropertyDefinitionCompiler.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/TypeCompiler.php b/vendor/cuyz/valinor/src/Definition/Repository/Cache/Compiler/TypeCompiler.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Cache/InMemoryClassDefinitionRepository.php b/vendor/cuyz/valinor/src/Definition/Repository/Cache/InMemoryClassDefinitionRepository.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Cache/InMemoryFunctionDefinitionRepository.php b/vendor/cuyz/valinor/src/Definition/Repository/Cache/InMemoryFunctionDefinitionRepository.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/ClassDefinitionRepository.php b/vendor/cuyz/valinor/src/Definition/Repository/ClassDefinitionRepository.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/FunctionDefinitionRepository.php b/vendor/cuyz/valinor/src/Definition/Repository/FunctionDefinitionRepository.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/ReflectionAttributesRepository.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/ReflectionAttributesRepository.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/ReflectionClassDefinitionRepository.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/ReflectionClassDefinitionRepository.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/ReflectionFunctionDefinitionRepository.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/ReflectionFunctionDefinitionRepository.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/ReflectionMethodDefinitionBuilder.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/ReflectionMethodDefinitionBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/ReflectionParameterDefinitionBuilder.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/ReflectionParameterDefinitionBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/ReflectionPropertyDefinitionBuilder.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/ReflectionPropertyDefinitionBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/ClassGenericResolver.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/ClassGenericResolver.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/ClassImportedTypeAliasResolver.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/ClassImportedTypeAliasResolver.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/ClassLocalTypeAliasResolver.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/ClassLocalTypeAliasResolver.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/ClassParentTypeResolver.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/ClassParentTypeResolver.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/FunctionReturnTypeResolver.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/FunctionReturnTypeResolver.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/ParameterTypeResolver.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/ParameterTypeResolver.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/PropertyTypeResolver.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/PropertyTypeResolver.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/ReflectionTypeResolver.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/ReflectionTypeResolver.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/TemplateResolver.php b/vendor/cuyz/valinor/src/Definition/Repository/Reflection/TypeResolver/TemplateResolver.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Library/Container.php b/vendor/cuyz/valinor/src/Library/Container.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Library/Settings.php b/vendor/cuyz/valinor/src/Library/Settings.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/ArgumentsMapper.php b/vendor/cuyz/valinor/src/Mapper/ArgumentsMapper.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/ArgumentsMapperError.php b/vendor/cuyz/valinor/src/Mapper/ArgumentsMapperError.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/AsConverter.php b/vendor/cuyz/valinor/src/Mapper/AsConverter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Configurator/ConvertKeysToCamelCase.php b/vendor/cuyz/valinor/src/Mapper/Configurator/ConvertKeysToCamelCase.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Configurator/ConvertKeysToSnakeCase.php b/vendor/cuyz/valinor/src/Mapper/Configurator/ConvertKeysToSnakeCase.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Configurator/MapperBuilderConfigurator.php b/vendor/cuyz/valinor/src/Mapper/Configurator/MapperBuilderConfigurator.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Configurator/RestrictKeysToCamelCase.php b/vendor/cuyz/valinor/src/Mapper/Configurator/RestrictKeysToCamelCase.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Configurator/RestrictKeysToKebabCase.php b/vendor/cuyz/valinor/src/Mapper/Configurator/RestrictKeysToKebabCase.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Configurator/RestrictKeysToPascalCase.php b/vendor/cuyz/valinor/src/Mapper/Configurator/RestrictKeysToPascalCase.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Configurator/RestrictKeysToSnakeCase.php b/vendor/cuyz/valinor/src/Mapper/Configurator/RestrictKeysToSnakeCase.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Exception/InvalidMappingTypeSignature.php b/vendor/cuyz/valinor/src/Mapper/Exception/InvalidMappingTypeSignature.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Exception/MappingLogicalException.php b/vendor/cuyz/valinor/src/Mapper/Exception/MappingLogicalException.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Exception/PsrRequestParsedBodyIsObject.php b/vendor/cuyz/valinor/src/Mapper/Exception/PsrRequestParsedBodyIsObject.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Exception/TypeErrorDuringArgumentsMapping.php b/vendor/cuyz/valinor/src/Mapper/Exception/TypeErrorDuringArgumentsMapping.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Exception/TypeErrorDuringMapping.php b/vendor/cuyz/valinor/src/Mapper/Exception/TypeErrorDuringMapping.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Http/FromBody.php b/vendor/cuyz/valinor/src/Mapper/Http/FromBody.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Http/FromQuery.php b/vendor/cuyz/valinor/src/Mapper/Http/FromQuery.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Http/FromRoute.php b/vendor/cuyz/valinor/src/Mapper/Http/FromRoute.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Http/HttpRequest.php b/vendor/cuyz/valinor/src/Mapper/Http/HttpRequest.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/MappingError.php b/vendor/cuyz/valinor/src/Mapper/MappingError.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Argument.php b/vendor/cuyz/valinor/src/Mapper/Object/Argument.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Arguments.php b/vendor/cuyz/valinor/src/Mapper/Object/Arguments.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/ArgumentsValues.php b/vendor/cuyz/valinor/src/Mapper/Object/ArgumentsValues.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Constructor.php b/vendor/cuyz/valinor/src/Mapper/Object/Constructor.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/DateTimeFormatConstructor.php b/vendor/cuyz/valinor/src/Mapper/Object/DateTimeFormatConstructor.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/DynamicConstructor.php b/vendor/cuyz/valinor/src/Mapper/Object/DynamicConstructor.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Exception/CannotFindObjectBuilder.php b/vendor/cuyz/valinor/src/Mapper/Object/Exception/CannotFindObjectBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Exception/CannotInstantiateObject.php b/vendor/cuyz/valinor/src/Mapper/Object/Exception/CannotInstantiateObject.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Exception/CannotParseToDateTime.php b/vendor/cuyz/valinor/src/Mapper/Object/Exception/CannotParseToDateTime.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Exception/InvalidConstructorClassTypeParameter.php b/vendor/cuyz/valinor/src/Mapper/Object/Exception/InvalidConstructorClassTypeParameter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Exception/InvalidConstructorMethodWithAttributeReturnType.php b/vendor/cuyz/valinor/src/Mapper/Object/Exception/InvalidConstructorMethodWithAttributeReturnType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Exception/InvalidConstructorReturnType.php b/vendor/cuyz/valinor/src/Mapper/Object/Exception/InvalidConstructorReturnType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Exception/InvalidSource.php b/vendor/cuyz/valinor/src/Mapper/Object/Exception/InvalidSource.php new file mode 100755 index 00000000..6ac7e473 --- /dev/null +++ b/vendor/cuyz/valinor/src/Mapper/Object/Exception/InvalidSource.php @@ -0,0 +1,35 @@ +body = 'Cannot be empty and must be filled with a value matching {expected_signature}.'; + } else { + $this->body = 'Value {source_value} does not match {expected_signature}.'; + } + } + + public function body(): string + { + return $this->body; + } + + public function code(): string + { + return $this->code; + } +} diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Exception/MissingConstructorClassTypeParameter.php b/vendor/cuyz/valinor/src/Mapper/Object/Exception/MissingConstructorClassTypeParameter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Exception/ObjectBuildersCollision.php b/vendor/cuyz/valinor/src/Mapper/Object/Exception/ObjectBuildersCollision.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Exception/PermissiveTypeNotAllowed.php b/vendor/cuyz/valinor/src/Mapper/Object/Exception/PermissiveTypeNotAllowed.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Factory/CircularDependencyDetectorObjectBuilderFactory.php b/vendor/cuyz/valinor/src/Mapper/Object/Factory/CircularDependencyDetectorObjectBuilderFactory.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Factory/ConstructorObjectBuilderFactory.php b/vendor/cuyz/valinor/src/Mapper/Object/Factory/ConstructorObjectBuilderFactory.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Factory/DateTimeObjectBuilderFactory.php b/vendor/cuyz/valinor/src/Mapper/Object/Factory/DateTimeObjectBuilderFactory.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Factory/DateTimeZoneObjectBuilderFactory.php b/vendor/cuyz/valinor/src/Mapper/Object/Factory/DateTimeZoneObjectBuilderFactory.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Factory/InMemoryObjectBuilderFactory.php b/vendor/cuyz/valinor/src/Mapper/Object/Factory/InMemoryObjectBuilderFactory.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Factory/ObjectBuilderFactory.php b/vendor/cuyz/valinor/src/Mapper/Object/Factory/ObjectBuilderFactory.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Factory/ReflectionObjectBuilderFactory.php b/vendor/cuyz/valinor/src/Mapper/Object/Factory/ReflectionObjectBuilderFactory.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Factory/SortingObjectBuilderFactory.php b/vendor/cuyz/valinor/src/Mapper/Object/Factory/SortingObjectBuilderFactory.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/Factory/StrictTypesObjectBuilderFactory.php b/vendor/cuyz/valinor/src/Mapper/Object/Factory/StrictTypesObjectBuilderFactory.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/FunctionObjectBuilder.php b/vendor/cuyz/valinor/src/Mapper/Object/FunctionObjectBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/MethodArguments.php b/vendor/cuyz/valinor/src/Mapper/Object/MethodArguments.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/MethodObjectBuilder.php b/vendor/cuyz/valinor/src/Mapper/Object/MethodObjectBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/NativeConstructorObjectBuilder.php b/vendor/cuyz/valinor/src/Mapper/Object/NativeConstructorObjectBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/NativeEnumObjectBuilder.php b/vendor/cuyz/valinor/src/Mapper/Object/NativeEnumObjectBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/ObjectBuilder.php b/vendor/cuyz/valinor/src/Mapper/Object/ObjectBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Object/ReflectionObjectBuilder.php b/vendor/cuyz/valinor/src/Mapper/Object/ReflectionObjectBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/Exception/FileExtensionNotHandled.php b/vendor/cuyz/valinor/src/Mapper/Source/Exception/FileExtensionNotHandled.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/Exception/InvalidJson.php b/vendor/cuyz/valinor/src/Mapper/Source/Exception/InvalidJson.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/Exception/InvalidSource.php b/vendor/cuyz/valinor/src/Mapper/Source/Exception/InvalidSource.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/Exception/InvalidYaml.php b/vendor/cuyz/valinor/src/Mapper/Source/Exception/InvalidYaml.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/Exception/SourceNotIterable.php b/vendor/cuyz/valinor/src/Mapper/Source/Exception/SourceNotIterable.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/Exception/UnableToReadFile.php b/vendor/cuyz/valinor/src/Mapper/Source/Exception/UnableToReadFile.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/Exception/YamlExtensionNotEnabled.php b/vendor/cuyz/valinor/src/Mapper/Source/Exception/YamlExtensionNotEnabled.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/FileSource.php b/vendor/cuyz/valinor/src/Mapper/Source/FileSource.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/JsonSource.php b/vendor/cuyz/valinor/src/Mapper/Source/JsonSource.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/Modifier/CamelCaseKeys.php b/vendor/cuyz/valinor/src/Mapper/Source/Modifier/CamelCaseKeys.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/Modifier/Mapping.php b/vendor/cuyz/valinor/src/Mapper/Source/Modifier/Mapping.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/Modifier/PathMapping.php b/vendor/cuyz/valinor/src/Mapper/Source/Modifier/PathMapping.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/Source.php b/vendor/cuyz/valinor/src/Mapper/Source/Source.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Source/YamlSource.php b/vendor/cuyz/valinor/src/Mapper/Source/YamlSource.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ArrayNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ArrayNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ConverterContainer.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ConverterContainer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/HttpRequestNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/HttpRequestNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/InterfaceInferringContainer.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/InterfaceInferringContainer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/InterfaceNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/InterfaceNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/KeyConversionPipeline.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/KeyConversionPipeline.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/KeyConverterNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/KeyConverterNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ListNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ListNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/MixedNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/MixedNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/Node.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/Node.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/NodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/NodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/NullNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/NullNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ObjectNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ObjectNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ScalarNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ScalarNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ShapedArrayNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ShapedArrayNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/TypeNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/TypeNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/UndefinedObjectNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/UndefinedObjectNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/UnionNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/UnionNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ValueConverterNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Builder/ValueConverterNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotInferFinalClass.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotInferFinalClass.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotMapHttpRequestToUnsealedShapedArray.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotMapHttpRequestToUnsealedShapedArray.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotMapToPermissiveType.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotMapToPermissiveType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotResolveObjectType.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotResolveObjectType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotResolveTypeFromUnion.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotResolveTypeFromUnion.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotUseBothFromBodyAttributes.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotUseBothFromBodyAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotUseBothFromQueryAttributes.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CannotUseBothFromQueryAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CircularDependencyDetected.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/CircularDependencyDetected.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ConverterHasInvalidCallableParameter.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ConverterHasInvalidCallableParameter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ConverterHasInvalidReturnType.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ConverterHasInvalidReturnType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ConverterHasNoParameter.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ConverterHasNoParameter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ConverterHasTooManyParameters.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ConverterHasTooManyParameters.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/HttpRequestKeyCollision.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/HttpRequestKeyCollision.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InterfaceHasBothConstructorAndInfer.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InterfaceHasBothConstructorAndInfer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InvalidArrayKey.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InvalidArrayKey.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InvalidIterableKeyType.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InvalidIterableKeyType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InvalidListKey.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InvalidListKey.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InvalidNodeDuringValueConversion.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InvalidNodeDuringValueConversion.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InvalidNodeValue.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InvalidNodeValue.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InvalidResolvedImplementationValue.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/InvalidResolvedImplementationValue.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/KeyConverterHasInvalidStringParameter.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/KeyConverterHasInvalidStringParameter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/KeyConverterHasNoParameter.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/KeyConverterHasNoParameter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/KeyConverterHasTooManyParameters.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/KeyConverterHasTooManyParameters.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/KeysCollision.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/KeysCollision.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/MissingNodeValue.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/MissingNodeValue.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/MissingObjectImplementationRegistration.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/MissingObjectImplementationRegistration.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ObjectImplementationCallbackError.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ObjectImplementationCallbackError.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ObjectImplementationNotRegistered.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ObjectImplementationNotRegistered.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ResolvedImplementationIsNotAccepted.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/ResolvedImplementationIsNotAccepted.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/SourceIsEmptyArray.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/SourceIsEmptyArray.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/SourceIsEmptyList.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/SourceIsEmptyList.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/SourceIsNotNull.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/SourceIsNotNull.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/SourceMustBeIterable.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/SourceMustBeIterable.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/TooManyResolvedTypesFromUnion.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/TooManyResolvedTypesFromUnion.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/UnexpectedKeyInSource.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/UnexpectedKeyInSource.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/UnexpectedKeysInSource.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/UnexpectedKeysInSource.php new file mode 100755 index 00000000..7fd126fb --- /dev/null +++ b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/UnexpectedKeysInSource.php @@ -0,0 +1,57 @@ + */ + private array $parameters; + + /** + * @param array $value + * @param non-empty-list $children + */ + public function __construct(array $value, array $children) + { + $superfluous = array_filter( + array_keys($value), + fn (string $key) => ! in_array($key, $children, true), + ); + + $this->parameters = [ + 'keys' => '`' . implode('`, `', $superfluous) . '`', + 'expected_keys' => '`' . implode('`, `', $children) . '`', + ]; + } + + public function body(): string + { + return $this->body; + } + + public function code(): string + { + return $this->code; + } + + public function parameters(): array + { + return $this->parameters; + } +} diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Exception/UnresolvableShellType.php b/vendor/cuyz/valinor/src/Mapper/Tree/Exception/UnresolvableShellType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/DefaultMessage.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/DefaultMessage.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/ErrorMessage.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/ErrorMessage.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/Formatter/AggregateMessageFormatter.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/Formatter/AggregateMessageFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/Formatter/CallbackMessageFormatter.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/Formatter/CallbackMessageFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/Formatter/LocaleMessageFormatter.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/Formatter/LocaleMessageFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/Formatter/MessageFormatter.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/Formatter/MessageFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/Formatter/MessageMapFormatter.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/Formatter/MessageMapFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/Formatter/TranslationMessageFormatter.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/Formatter/TranslationMessageFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/HasCode.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/HasCode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/HasParameters.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/HasParameters.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/Message.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/Message.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/MessageBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/MessageBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/Messages.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/Messages.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/NodeMessage.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/NodeMessage.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Message/UserlandError.php b/vendor/cuyz/valinor/src/Mapper/Tree/Message/UserlandError.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/ObjectTrace.php b/vendor/cuyz/valinor/src/Mapper/Tree/ObjectTrace.php new file mode 100755 index 00000000..d0f76432 --- /dev/null +++ b/vendor/cuyz/valinor/src/Mapper/Tree/ObjectTrace.php @@ -0,0 +1,34 @@ + */ + private array $trace = []; + + public function markAsVisited(Type $type): self + { + if (! $type instanceof ObjectType) { + return $this; + } + + $self = clone $this; + $self->trace[$type->className()] ??= 0; + $self->trace[$type->className()] += 1; + + return $self; + } + + public function hasDetectedCircularDependency(Type $type): bool + { + return $type instanceof ObjectType + && ($this->trace[$type->className()] ?? null) === 2; + } +} diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/RootNodeBuilder.php b/vendor/cuyz/valinor/src/Mapper/Tree/RootNodeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/Tree/Shell.php b/vendor/cuyz/valinor/src/Mapper/Tree/Shell.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/TreeMapper.php b/vendor/cuyz/valinor/src/Mapper/TreeMapper.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/TypeArgumentsMapper.php b/vendor/cuyz/valinor/src/Mapper/TypeArgumentsMapper.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/TypeTreeMapper.php b/vendor/cuyz/valinor/src/Mapper/TypeTreeMapper.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Mapper/TypeTreeMapperError.php b/vendor/cuyz/valinor/src/Mapper/TypeTreeMapperError.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/MapperBuilder.php b/vendor/cuyz/valinor/src/MapperBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/ArrayNormalizer.php b/vendor/cuyz/valinor/src/Normalizer/ArrayNormalizer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/AsTransformer.php b/vendor/cuyz/valinor/src/Normalizer/AsTransformer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Configurator/NormalizerBuilderConfigurator.php b/vendor/cuyz/valinor/src/Normalizer/Configurator/NormalizerBuilderConfigurator.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Exception/CircularReferenceFoundDuringNormalization.php b/vendor/cuyz/valinor/src/Normalizer/Exception/CircularReferenceFoundDuringNormalization.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Exception/KeyTransformerHasTooManyParameters.php b/vendor/cuyz/valinor/src/Normalizer/Exception/KeyTransformerHasTooManyParameters.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Exception/KeyTransformerParameterInvalidType.php b/vendor/cuyz/valinor/src/Normalizer/Exception/KeyTransformerParameterInvalidType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Exception/TransformerHasInvalidCallableParameter.php b/vendor/cuyz/valinor/src/Normalizer/Exception/TransformerHasInvalidCallableParameter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Exception/TransformerHasNoParameter.php b/vendor/cuyz/valinor/src/Normalizer/Exception/TransformerHasNoParameter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Exception/TransformerHasTooManyParameters.php b/vendor/cuyz/valinor/src/Normalizer/Exception/TransformerHasTooManyParameters.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Exception/TypeUnhandledByNormalizer.php b/vendor/cuyz/valinor/src/Normalizer/Exception/TypeUnhandledByNormalizer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Format.php b/vendor/cuyz/valinor/src/Normalizer/Format.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Formatter/Exception/CannotFormatInvalidTypeToJson.php b/vendor/cuyz/valinor/src/Normalizer/Formatter/Exception/CannotFormatInvalidTypeToJson.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Formatter/JsonFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Formatter/JsonFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/JsonNormalizer.php b/vendor/cuyz/valinor/src/Normalizer/JsonNormalizer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Normalizer.php b/vendor/cuyz/valinor/src/Normalizer/Normalizer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/StreamNormalizer.php b/vendor/cuyz/valinor/src/Normalizer/StreamNormalizer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/CompiledTransformer.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/CompiledTransformer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TransformerDefinition.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TransformerDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TransformerDefinitionBuilder.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TransformerDefinitionBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TransformerRootNode.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TransformerRootNode.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/ClassFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/ClassFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/DateTimeFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/DateTimeFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/DateTimeZoneFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/DateTimeZoneFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/EnumFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/EnumFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/InterfaceFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/InterfaceFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/MixedFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/MixedFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/NullFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/NullFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/RegisteredTransformersFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/RegisteredTransformersFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/ScalarFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/ScalarFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/ShapedArrayFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/ShapedArrayFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/StdClassFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/StdClassFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/TraversableFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/TraversableFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/TypeFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/TypeFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/UnionFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/UnionFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/UnitEnumFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/UnitEnumFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/UnsureTypeFormatter.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Compiler/TypeFormatter/UnsureTypeFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/EmptyObject.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/EmptyObject.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/RecursiveTransformer.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/RecursiveTransformer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/Transformer.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/Transformer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Normalizer/Transformer/TransformerContainer.php b/vendor/cuyz/valinor/src/Normalizer/Transformer/TransformerContainer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/NormalizerBuilder.php b/vendor/cuyz/valinor/src/NormalizerBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/BooleanType.php b/vendor/cuyz/valinor/src/Type/BooleanType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/ClassType.php b/vendor/cuyz/valinor/src/Type/ClassType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/CombiningType.php b/vendor/cuyz/valinor/src/Type/CombiningType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/CompositeTraversableType.php b/vendor/cuyz/valinor/src/Type/CompositeTraversableType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/CompositeType.php b/vendor/cuyz/valinor/src/Type/CompositeType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/DumpableType.php b/vendor/cuyz/valinor/src/Type/DumpableType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Dumper/TypeDumpContext.php b/vendor/cuyz/valinor/src/Type/Dumper/TypeDumpContext.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Dumper/TypeDumper.php b/vendor/cuyz/valinor/src/Type/Dumper/TypeDumper.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/FixedType.php b/vendor/cuyz/valinor/src/Type/FixedType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/FloatType.php b/vendor/cuyz/valinor/src/Type/FloatType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/IntegerType.php b/vendor/cuyz/valinor/src/Type/IntegerType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/ObjectType.php b/vendor/cuyz/valinor/src/Type/ObjectType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/ObjectWithGenericType.php b/vendor/cuyz/valinor/src/Type/ObjectWithGenericType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/CachedParser.php b/vendor/cuyz/valinor/src/Type/Parser/CachedParser.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Callable/ExpectedClosingParenthesisAfterCallable.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Callable/ExpectedClosingParenthesisAfterCallable.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Callable/ExpectedColonAfterCallableClosingParenthesis.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Callable/ExpectedColonAfterCallableClosingParenthesis.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Callable/ExpectedReturnTypeAfterCallableColon.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Callable/ExpectedReturnTypeAfterCallableColon.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Callable/ExpectedTypeForCallable.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Callable/ExpectedTypeForCallable.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Callable/UnexpectedTokenAfterCallableClosingParenthesis.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Callable/UnexpectedTokenAfterCallableClosingParenthesis.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Constant/ClassConstantCaseNotFound.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Constant/ClassConstantCaseNotFound.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Constant/MissingClassConstantCase.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Constant/MissingClassConstantCase.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Enum/EnumCaseNotFound.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Enum/EnumCaseNotFound.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Enum/EnumHasNoCase.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Enum/EnumHasNoCase.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Enum/MissingEnumCase.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Enum/MissingEnumCase.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Enum/MissingSpecificEnumCase.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Enum/MissingSpecificEnumCase.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Generic/CannotAssignGeneric.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Generic/CannotAssignGeneric.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Generic/GenericClosingBracketMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Generic/GenericClosingBracketMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Generic/GenericCommaMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Generic/GenericCommaMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Generic/MissingGenerics.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Generic/MissingGenerics.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Intersection/InvalidIntersectionElement.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Intersection/InvalidIntersectionElement.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Intersection/RightIntersectionTypeMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Intersection/RightIntersectionTypeMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/InvalidType.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/InvalidType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ArrayClosingBracketMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ArrayClosingBracketMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ArrayCommaMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ArrayCommaMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ArrayExpectedCommaOrClosingBracket.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ArrayExpectedCommaOrClosingBracket.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ArrayMissingSubType.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ArrayMissingSubType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/InvalidArrayKey.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/InvalidArrayKey.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/InvalidShapedArrayUnsealedType.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/InvalidShapedArrayUnsealedType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ListClosingBracketMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ListClosingBracketMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ListMissingSubType.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ListMissingSubType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayClosingBracketMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayClosingBracketMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayColonTokenMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayColonTokenMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayCommaMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayCommaMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayElementDuplicatedKey.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayElementDuplicatedKey.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayElementTypeMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayElementTypeMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayUnexpectedTokenAfterSealedType.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayUnexpectedTokenAfterSealedType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayWithoutElementsWithSealedType.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/ShapedArrayWithoutElementsWithSealedType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/SimpleArrayClosingBracketMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Iterable/SimpleArrayClosingBracketMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Magic/ValueOfClosingBracketMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Magic/ValueOfClosingBracketMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Magic/ValueOfIncorrectSubType.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Magic/ValueOfIncorrectSubType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Magic/ValueOfMissingSubType.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Magic/ValueOfMissingSubType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Magic/ValueOfOpeningBracketMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Magic/ValueOfOpeningBracketMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/MissingClosingQuoteChar.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/MissingClosingQuoteChar.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/ClassStringClosingBracketMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/ClassStringClosingBracketMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/ClassStringMissingSubType.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/ClassStringMissingSubType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/IntegerRangeInvalidMaxValue.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/IntegerRangeInvalidMaxValue.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/IntegerRangeInvalidMinValue.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/IntegerRangeInvalidMinValue.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/IntegerRangeMissingClosingBracket.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/IntegerRangeMissingClosingBracket.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/IntegerRangeMissingComma.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/IntegerRangeMissingComma.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/IntegerRangeMissingMaxValue.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/IntegerRangeMissingMaxValue.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/IntegerRangeMissingMinValue.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/IntegerRangeMissingMinValue.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/NullableMissingRightType.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/NullableMissingRightType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/ReversedValuesForIntegerRange.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/ReversedValuesForIntegerRange.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/SameValueForIntegerRange.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Scalar/SameValueForIntegerRange.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/UnexpectedToken.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/UnexpectedToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Union/ForbiddenMixedType.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Union/ForbiddenMixedType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Union/InvalidClassStringElements.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Union/InvalidClassStringElements.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Exception/Union/RightUnionTypeMissing.php b/vendor/cuyz/valinor/src/Type/Parser/Exception/Union/RightUnionTypeMissing.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Factory/Specifications/AliasSpecification.php b/vendor/cuyz/valinor/src/Type/Parser/Factory/Specifications/AliasSpecification.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Factory/Specifications/ClassContextSpecification.php b/vendor/cuyz/valinor/src/Type/Parser/Factory/Specifications/ClassContextSpecification.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Factory/Specifications/ObjectSpecification.php b/vendor/cuyz/valinor/src/Type/Parser/Factory/Specifications/ObjectSpecification.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Factory/Specifications/TypeParserSpecification.php b/vendor/cuyz/valinor/src/Type/Parser/Factory/Specifications/TypeParserSpecification.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Factory/TypeParserFactory.php b/vendor/cuyz/valinor/src/Type/Parser/Factory/TypeParserFactory.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/NativeLexer.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/NativeLexer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/SpecificationsLexer.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/SpecificationsLexer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ArrayToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ArrayToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/CallableToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/CallableToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/CaseFinder.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/CaseFinder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ClassNameToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ClassNameToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ClassStringToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ClassStringToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ClosingBracketToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ClosingBracketToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ClosingCurlyBracketToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ClosingCurlyBracketToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ClosingParenthesisToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ClosingParenthesisToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ClosingSquareBracketToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ClosingSquareBracketToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ColonToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ColonToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/CommaToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/CommaToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/DoubleColonToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/DoubleColonToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/EnumNameToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/EnumNameToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/FloatValueToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/FloatValueToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/IntegerToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/IntegerToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/IntegerValueToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/IntegerValueToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/IntersectionToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/IntersectionToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/LeftTraversingToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/LeftTraversingToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ListToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ListToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/NullableToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/NullableToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ObjectToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ObjectToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/OpeningBracketToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/OpeningBracketToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/OpeningCurlyBracketToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/OpeningCurlyBracketToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/OpeningParenthesisToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/OpeningParenthesisToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/OpeningSquareBracketToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/OpeningSquareBracketToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/StringValueToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/StringValueToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/Token.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/Token.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/TraversingToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/TraversingToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/TripleDotsToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/TripleDotsToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/TypeToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/TypeToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/UnionToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/UnionToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/VacantToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/VacantToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ValueOfToken.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/Token/ValueOfToken.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/TokenStream.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/TokenStream.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/TokenizedAnnotation.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/TokenizedAnnotation.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/TokensExtractor.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/TokensExtractor.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/Lexer/TypeLexer.php b/vendor/cuyz/valinor/src/Type/Parser/Lexer/TypeLexer.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/LexingParser.php b/vendor/cuyz/valinor/src/Type/Parser/LexingParser.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/TypeParser.php b/vendor/cuyz/valinor/src/Type/Parser/TypeParser.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/UnresolvableTypeFinderParser.php b/vendor/cuyz/valinor/src/Type/Parser/UnresolvableTypeFinderParser.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Parser/VacantTypeAssignerParser.php b/vendor/cuyz/valinor/src/Type/Parser/VacantTypeAssignerParser.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/ScalarType.php b/vendor/cuyz/valinor/src/Type/ScalarType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/StringType.php b/vendor/cuyz/valinor/src/Type/StringType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Type.php b/vendor/cuyz/valinor/src/Type/Type.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/ArrayKeyType.php b/vendor/cuyz/valinor/src/Type/Types/ArrayKeyType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/ArrayType.php b/vendor/cuyz/valinor/src/Type/Types/ArrayType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/BooleanValueType.php b/vendor/cuyz/valinor/src/Type/Types/BooleanValueType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/CallableType.php b/vendor/cuyz/valinor/src/Type/Types/CallableType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/ClassStringType.php b/vendor/cuyz/valinor/src/Type/Types/ClassStringType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/EnumType.php b/vendor/cuyz/valinor/src/Type/Types/EnumType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/Factory/CannotBuildTypeFromValue.php b/vendor/cuyz/valinor/src/Type/Types/Factory/CannotBuildTypeFromValue.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/Factory/ValueTypeFactory.php b/vendor/cuyz/valinor/src/Type/Types/Factory/ValueTypeFactory.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/FloatValueType.php b/vendor/cuyz/valinor/src/Type/Types/FloatValueType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/GenericType.php b/vendor/cuyz/valinor/src/Type/Types/GenericType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/Generics.php b/vendor/cuyz/valinor/src/Type/Types/Generics.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/IntegerRangeType.php b/vendor/cuyz/valinor/src/Type/Types/IntegerRangeType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/IntegerValueType.php b/vendor/cuyz/valinor/src/Type/Types/IntegerValueType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/InterfaceType.php b/vendor/cuyz/valinor/src/Type/Types/InterfaceType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/IntersectionType.php b/vendor/cuyz/valinor/src/Type/Types/IntersectionType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/IterableType.php b/vendor/cuyz/valinor/src/Type/Types/IterableType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/ListType.php b/vendor/cuyz/valinor/src/Type/Types/ListType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/MixedType.php b/vendor/cuyz/valinor/src/Type/Types/MixedType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NativeBooleanType.php b/vendor/cuyz/valinor/src/Type/Types/NativeBooleanType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NativeClassType.php b/vendor/cuyz/valinor/src/Type/Types/NativeClassType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NativeFloatType.php b/vendor/cuyz/valinor/src/Type/Types/NativeFloatType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NativeIntegerType.php b/vendor/cuyz/valinor/src/Type/Types/NativeIntegerType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NativeStringType.php b/vendor/cuyz/valinor/src/Type/Types/NativeStringType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NegativeIntegerType.php b/vendor/cuyz/valinor/src/Type/Types/NegativeIntegerType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NonEmptyArrayType.php b/vendor/cuyz/valinor/src/Type/Types/NonEmptyArrayType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NonEmptyListType.php b/vendor/cuyz/valinor/src/Type/Types/NonEmptyListType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NonEmptyStringType.php b/vendor/cuyz/valinor/src/Type/Types/NonEmptyStringType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NonNegativeIntegerType.php b/vendor/cuyz/valinor/src/Type/Types/NonNegativeIntegerType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NonPositiveIntegerType.php b/vendor/cuyz/valinor/src/Type/Types/NonPositiveIntegerType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NullType.php b/vendor/cuyz/valinor/src/Type/Types/NullType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/NumericStringType.php b/vendor/cuyz/valinor/src/Type/Types/NumericStringType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/PositiveIntegerType.php b/vendor/cuyz/valinor/src/Type/Types/PositiveIntegerType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/ScalarConcreteType.php b/vendor/cuyz/valinor/src/Type/Types/ScalarConcreteType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/ShapedArrayElement.php b/vendor/cuyz/valinor/src/Type/Types/ShapedArrayElement.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/ShapedArrayType.php b/vendor/cuyz/valinor/src/Type/Types/ShapedArrayType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/StringValueType.php b/vendor/cuyz/valinor/src/Type/Types/StringValueType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/UndefinedObjectType.php b/vendor/cuyz/valinor/src/Type/Types/UndefinedObjectType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/UnionType.php b/vendor/cuyz/valinor/src/Type/Types/UnionType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/Types/UnresolvableType.php b/vendor/cuyz/valinor/src/Type/Types/UnresolvableType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Type/VacantType.php b/vendor/cuyz/valinor/src/Type/VacantType.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/IsSingleton.php b/vendor/cuyz/valinor/src/Utility/IsSingleton.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/Package.php b/vendor/cuyz/valinor/src/Utility/Package.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/Polyfill.php b/vendor/cuyz/valinor/src/Utility/Polyfill.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/Reflection/Annotations.php b/vendor/cuyz/valinor/src/Utility/Reflection/Annotations.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/Reflection/NamespaceFinder.php b/vendor/cuyz/valinor/src/Utility/Reflection/NamespaceFinder.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/Reflection/PhpParser.php b/vendor/cuyz/valinor/src/Utility/Reflection/PhpParser.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/Reflection/Reflection.php b/vendor/cuyz/valinor/src/Utility/Reflection/Reflection.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/Reflection/TokenParser.php b/vendor/cuyz/valinor/src/Utility/Reflection/TokenParser.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/String/StringCutter.php b/vendor/cuyz/valinor/src/Utility/String/StringCutter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/String/StringFormatter.php b/vendor/cuyz/valinor/src/Utility/String/StringFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/String/StringFormatterError.php b/vendor/cuyz/valinor/src/Utility/String/StringFormatterError.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/TypeHelper.php b/vendor/cuyz/valinor/src/Utility/TypeHelper.php old mode 100644 new mode 100755 diff --git a/vendor/cuyz/valinor/src/Utility/ValueDumper.php b/vendor/cuyz/valinor/src/Utility/ValueDumper.php old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/LICENSE b/vendor/dasprid/enum/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/README.md b/vendor/dasprid/enum/README.md old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/composer.json b/vendor/dasprid/enum/composer.json old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/src/AbstractEnum.php b/vendor/dasprid/enum/src/AbstractEnum.php old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/src/EnumMap.php b/vendor/dasprid/enum/src/EnumMap.php old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/src/Exception/CloneNotSupportedException.php b/vendor/dasprid/enum/src/Exception/CloneNotSupportedException.php old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/src/Exception/ExceptionInterface.php b/vendor/dasprid/enum/src/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/src/Exception/ExpectationException.php b/vendor/dasprid/enum/src/Exception/ExpectationException.php old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/src/Exception/IllegalArgumentException.php b/vendor/dasprid/enum/src/Exception/IllegalArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/src/Exception/MismatchException.php b/vendor/dasprid/enum/src/Exception/MismatchException.php old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/src/Exception/SerializeNotSupportedException.php b/vendor/dasprid/enum/src/Exception/SerializeNotSupportedException.php old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/src/Exception/UnserializeNotSupportedException.php b/vendor/dasprid/enum/src/Exception/UnserializeNotSupportedException.php old mode 100644 new mode 100755 diff --git a/vendor/dasprid/enum/src/NullValue.php b/vendor/dasprid/enum/src/NullValue.php old mode 100644 new mode 100755 diff --git a/vendor/dflydev/dot-access-data/CHANGELOG.md b/vendor/dflydev/dot-access-data/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/dflydev/dot-access-data/LICENSE b/vendor/dflydev/dot-access-data/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/dflydev/dot-access-data/README.md b/vendor/dflydev/dot-access-data/README.md old mode 100644 new mode 100755 diff --git a/vendor/dflydev/dot-access-data/composer.json b/vendor/dflydev/dot-access-data/composer.json old mode 100644 new mode 100755 diff --git a/vendor/dflydev/dot-access-data/src/Data.php b/vendor/dflydev/dot-access-data/src/Data.php old mode 100644 new mode 100755 diff --git a/vendor/dflydev/dot-access-data/src/DataInterface.php b/vendor/dflydev/dot-access-data/src/DataInterface.php old mode 100644 new mode 100755 diff --git a/vendor/dflydev/dot-access-data/src/Exception/DataException.php b/vendor/dflydev/dot-access-data/src/Exception/DataException.php old mode 100644 new mode 100755 diff --git a/vendor/dflydev/dot-access-data/src/Exception/InvalidPathException.php b/vendor/dflydev/dot-access-data/src/Exception/InvalidPathException.php old mode 100644 new mode 100755 diff --git a/vendor/dflydev/dot-access-data/src/Exception/MissingPathException.php b/vendor/dflydev/dot-access-data/src/Exception/MissingPathException.php old mode 100644 new mode 100755 diff --git a/vendor/dflydev/dot-access-data/src/Util.php b/vendor/dflydev/dot-access-data/src/Util.php old mode 100644 new mode 100755 diff --git a/vendor/dipesh79/laravel-phonepe/.github/FUNDING.yml b/vendor/dipesh79/laravel-phonepe/.github/FUNDING.yml old mode 100644 new mode 100755 diff --git a/vendor/dipesh79/laravel-phonepe/.gitignore b/vendor/dipesh79/laravel-phonepe/.gitignore old mode 100644 new mode 100755 diff --git a/vendor/dipesh79/laravel-phonepe/LICENSE b/vendor/dipesh79/laravel-phonepe/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/dipesh79/laravel-phonepe/README.md b/vendor/dipesh79/laravel-phonepe/README.md old mode 100644 new mode 100755 diff --git a/vendor/dipesh79/laravel-phonepe/composer.json b/vendor/dipesh79/laravel-phonepe/composer.json old mode 100644 new mode 100755 diff --git a/vendor/dipesh79/laravel-phonepe/src/Exception/InvalidEnvironmentVariableException.php b/vendor/dipesh79/laravel-phonepe/src/Exception/InvalidEnvironmentVariableException.php old mode 100644 new mode 100755 diff --git a/vendor/dipesh79/laravel-phonepe/src/Exception/PhonePeException.php b/vendor/dipesh79/laravel-phonepe/src/Exception/PhonePeException.php old mode 100644 new mode 100755 diff --git a/vendor/dipesh79/laravel-phonepe/src/LaravelPhonePe.php b/vendor/dipesh79/laravel-phonepe/src/LaravelPhonePe.php old mode 100644 new mode 100755 diff --git a/vendor/dipesh79/laravel-phonepe/src/LaravelPhonePeServiceProvider.php b/vendor/dipesh79/laravel-phonepe/src/LaravelPhonePeServiceProvider.php old mode 100644 new mode 100755 diff --git a/vendor/dipesh79/laravel-phonepe/src/config/phonepe.php b/vendor/dipesh79/laravel-phonepe/src/config/phonepe.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/LICENSE b/vendor/doctrine/annotations/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/README.md b/vendor/doctrine/annotations/README.md old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/composer.json b/vendor/doctrine/annotations/composer.json old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/docs/en/annotations.rst b/vendor/doctrine/annotations/docs/en/annotations.rst old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/docs/en/custom.rst b/vendor/doctrine/annotations/docs/en/custom.rst old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/docs/en/index.rst b/vendor/doctrine/annotations/docs/en/index.rst old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/docs/en/sidebar.rst b/vendor/doctrine/annotations/docs/en/sidebar.rst old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/annotations/psalm.xml b/vendor/doctrine/annotations/psalm.xml old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/LICENSE b/vendor/doctrine/common/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/README.md b/vendor/doctrine/common/README.md old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/UPGRADE_TO_2_1 b/vendor/doctrine/common/UPGRADE_TO_2_1 old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/UPGRADE_TO_2_2 b/vendor/doctrine/common/UPGRADE_TO_2_2 old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/composer.json b/vendor/doctrine/common/composer.json old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/docs/en/index.rst b/vendor/doctrine/common/docs/en/index.rst old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/docs/en/reference/class-loading.rst b/vendor/doctrine/common/docs/en/reference/class-loading.rst old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/ClassLoader.php b/vendor/doctrine/common/src/ClassLoader.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/CommonException.php b/vendor/doctrine/common/src/CommonException.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/Comparable.php b/vendor/doctrine/common/src/Comparable.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php b/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/Proxy/Autoloader.php b/vendor/doctrine/common/src/Proxy/Autoloader.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/Proxy/Exception/InvalidArgumentException.php b/vendor/doctrine/common/src/Proxy/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/Proxy/Exception/OutOfBoundsException.php b/vendor/doctrine/common/src/Proxy/Exception/OutOfBoundsException.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/Proxy/Exception/ProxyException.php b/vendor/doctrine/common/src/Proxy/Exception/ProxyException.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/Proxy/Exception/UnexpectedValueException.php b/vendor/doctrine/common/src/Proxy/Exception/UnexpectedValueException.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/Proxy/Proxy.php b/vendor/doctrine/common/src/Proxy/Proxy.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/Proxy/ProxyDefinition.php b/vendor/doctrine/common/src/Proxy/ProxyDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/Proxy/ProxyGenerator.php b/vendor/doctrine/common/src/Proxy/ProxyGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/Util/ClassUtils.php b/vendor/doctrine/common/src/Util/ClassUtils.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/common/src/Util/Debug.php b/vendor/doctrine/common/src/Util/Debug.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/deprecations/LICENSE b/vendor/doctrine/deprecations/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/doctrine/deprecations/README.md b/vendor/doctrine/deprecations/README.md old mode 100644 new mode 100755 diff --git a/vendor/doctrine/deprecations/composer.json b/vendor/doctrine/deprecations/composer.json old mode 100644 new mode 100755 diff --git a/vendor/doctrine/deprecations/src/Deprecation.php b/vendor/doctrine/deprecations/src/Deprecation.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/deprecations/src/PHPUnit/VerifyDeprecations.php b/vendor/doctrine/deprecations/src/PHPUnit/VerifyDeprecations.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/event-manager/LICENSE b/vendor/doctrine/event-manager/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/doctrine/event-manager/README.md b/vendor/doctrine/event-manager/README.md old mode 100644 new mode 100755 diff --git a/vendor/doctrine/event-manager/UPGRADE.md b/vendor/doctrine/event-manager/UPGRADE.md old mode 100644 new mode 100755 diff --git a/vendor/doctrine/event-manager/composer.json b/vendor/doctrine/event-manager/composer.json old mode 100644 new mode 100755 diff --git a/vendor/doctrine/event-manager/psalm-baseline.xml b/vendor/doctrine/event-manager/psalm-baseline.xml new file mode 100755 index 00000000..bc48ad84 --- /dev/null +++ b/vendor/doctrine/event-manager/psalm-baseline.xml @@ -0,0 +1,8 @@ + + + + + listeners[$event])]]> + + + diff --git a/vendor/doctrine/event-manager/src/EventArgs.php b/vendor/doctrine/event-manager/src/EventArgs.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/event-manager/src/EventDispatcher.php b/vendor/doctrine/event-manager/src/EventDispatcher.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/event-manager/src/EventListenerIntrospector.php b/vendor/doctrine/event-manager/src/EventListenerIntrospector.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/event-manager/src/EventListenerRegistry.php b/vendor/doctrine/event-manager/src/EventListenerRegistry.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/event-manager/src/EventManager.php b/vendor/doctrine/event-manager/src/EventManager.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/event-manager/src/EventManagerInterface.php b/vendor/doctrine/event-manager/src/EventManagerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/event-manager/src/EventSubscriber.php b/vendor/doctrine/event-manager/src/EventSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/event-manager/src/EventSubscriberRegistry.php b/vendor/doctrine/event-manager/src/EventSubscriberRegistry.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/LICENSE b/vendor/doctrine/inflector/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/README.md b/vendor/doctrine/inflector/README.md old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/composer.json b/vendor/doctrine/inflector/composer.json old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/docs/en/index.rst b/vendor/doctrine/inflector/docs/en/index.rst old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/CachedWordInflector.php b/vendor/doctrine/inflector/src/CachedWordInflector.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/GenericLanguageInflectorFactory.php b/vendor/doctrine/inflector/src/GenericLanguageInflectorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Inflector.php b/vendor/doctrine/inflector/src/Inflector.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/InflectorFactory.php b/vendor/doctrine/inflector/src/InflectorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Language.php b/vendor/doctrine/inflector/src/Language.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/LanguageInflectorFactory.php b/vendor/doctrine/inflector/src/LanguageInflectorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/NoopWordInflector.php b/vendor/doctrine/inflector/src/NoopWordInflector.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/English/Inflectible.php b/vendor/doctrine/inflector/src/Rules/English/Inflectible.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/English/InflectorFactory.php b/vendor/doctrine/inflector/src/Rules/English/InflectorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/English/Rules.php b/vendor/doctrine/inflector/src/Rules/English/Rules.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/English/Uninflected.php b/vendor/doctrine/inflector/src/Rules/English/Uninflected.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Esperanto/Inflectible.php b/vendor/doctrine/inflector/src/Rules/Esperanto/Inflectible.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Esperanto/InflectorFactory.php b/vendor/doctrine/inflector/src/Rules/Esperanto/InflectorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Esperanto/Rules.php b/vendor/doctrine/inflector/src/Rules/Esperanto/Rules.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Esperanto/Uninflected.php b/vendor/doctrine/inflector/src/Rules/Esperanto/Uninflected.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/French/Inflectible.php b/vendor/doctrine/inflector/src/Rules/French/Inflectible.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/French/InflectorFactory.php b/vendor/doctrine/inflector/src/Rules/French/InflectorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/French/Rules.php b/vendor/doctrine/inflector/src/Rules/French/Rules.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/French/Uninflected.php b/vendor/doctrine/inflector/src/Rules/French/Uninflected.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Italian/Inflectible.php b/vendor/doctrine/inflector/src/Rules/Italian/Inflectible.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Italian/InflectorFactory.php b/vendor/doctrine/inflector/src/Rules/Italian/InflectorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Italian/Rules.php b/vendor/doctrine/inflector/src/Rules/Italian/Rules.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Italian/Uninflected.php b/vendor/doctrine/inflector/src/Rules/Italian/Uninflected.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/NorwegianBokmal/Inflectible.php b/vendor/doctrine/inflector/src/Rules/NorwegianBokmal/Inflectible.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/NorwegianBokmal/InflectorFactory.php b/vendor/doctrine/inflector/src/Rules/NorwegianBokmal/InflectorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/NorwegianBokmal/Rules.php b/vendor/doctrine/inflector/src/Rules/NorwegianBokmal/Rules.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/NorwegianBokmal/Uninflected.php b/vendor/doctrine/inflector/src/Rules/NorwegianBokmal/Uninflected.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Pattern.php b/vendor/doctrine/inflector/src/Rules/Pattern.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Patterns.php b/vendor/doctrine/inflector/src/Rules/Patterns.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Portuguese/Inflectible.php b/vendor/doctrine/inflector/src/Rules/Portuguese/Inflectible.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Portuguese/InflectorFactory.php b/vendor/doctrine/inflector/src/Rules/Portuguese/InflectorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Portuguese/Rules.php b/vendor/doctrine/inflector/src/Rules/Portuguese/Rules.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Portuguese/Uninflected.php b/vendor/doctrine/inflector/src/Rules/Portuguese/Uninflected.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Ruleset.php b/vendor/doctrine/inflector/src/Rules/Ruleset.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Spanish/Inflectible.php b/vendor/doctrine/inflector/src/Rules/Spanish/Inflectible.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Spanish/InflectorFactory.php b/vendor/doctrine/inflector/src/Rules/Spanish/InflectorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Spanish/Rules.php b/vendor/doctrine/inflector/src/Rules/Spanish/Rules.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Spanish/Uninflected.php b/vendor/doctrine/inflector/src/Rules/Spanish/Uninflected.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Substitution.php b/vendor/doctrine/inflector/src/Rules/Substitution.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Substitutions.php b/vendor/doctrine/inflector/src/Rules/Substitutions.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Transformation.php b/vendor/doctrine/inflector/src/Rules/Transformation.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Transformations.php b/vendor/doctrine/inflector/src/Rules/Transformations.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Turkish/Inflectible.php b/vendor/doctrine/inflector/src/Rules/Turkish/Inflectible.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Turkish/InflectorFactory.php b/vendor/doctrine/inflector/src/Rules/Turkish/InflectorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Turkish/Rules.php b/vendor/doctrine/inflector/src/Rules/Turkish/Rules.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Turkish/Uninflected.php b/vendor/doctrine/inflector/src/Rules/Turkish/Uninflected.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/Rules/Word.php b/vendor/doctrine/inflector/src/Rules/Word.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/RulesetInflector.php b/vendor/doctrine/inflector/src/RulesetInflector.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/inflector/src/WordInflector.php b/vendor/doctrine/inflector/src/WordInflector.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/lexer/LICENSE b/vendor/doctrine/lexer/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/doctrine/lexer/README.md b/vendor/doctrine/lexer/README.md old mode 100644 new mode 100755 diff --git a/vendor/doctrine/lexer/UPGRADE.md b/vendor/doctrine/lexer/UPGRADE.md old mode 100644 new mode 100755 diff --git a/vendor/doctrine/lexer/composer.json b/vendor/doctrine/lexer/composer.json old mode 100644 new mode 100755 diff --git a/vendor/doctrine/lexer/src/AbstractLexer.php b/vendor/doctrine/lexer/src/AbstractLexer.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/lexer/src/Token.php b/vendor/doctrine/lexer/src/Token.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/LICENSE b/vendor/doctrine/persistence/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/README.md b/vendor/doctrine/persistence/README.md old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/UPGRADE.md b/vendor/doctrine/persistence/UPGRADE.md old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/composer.json b/vendor/doctrine/persistence/composer.json old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php b/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php b/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Event/LifecycleEventArgs.php b/vendor/doctrine/persistence/src/Persistence/Event/LifecycleEventArgs.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Event/LoadClassMetadataEventArgs.php b/vendor/doctrine/persistence/src/Persistence/Event/LoadClassMetadataEventArgs.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Event/ManagerEventArgs.php b/vendor/doctrine/persistence/src/Persistence/Event/ManagerEventArgs.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Event/OnClearEventArgs.php b/vendor/doctrine/persistence/src/Persistence/Event/OnClearEventArgs.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Event/PreUpdateEventArgs.php b/vendor/doctrine/persistence/src/Persistence/Event/PreUpdateEventArgs.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php b/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php b/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php b/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php b/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ClassLocator.php b/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ClassLocator.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ClassNames.php b/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ClassNames.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php b/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/DefaultFileLocator.php b/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/DefaultFileLocator.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileClassLocator.php b/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileClassLocator.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php b/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php b/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php b/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php b/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/PHPDriver.php b/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/PHPDriver.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/StaticPHPDriver.php b/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/StaticPHPDriver.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php b/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/MappingException.php b/vendor/doctrine/persistence/src/Persistence/Mapping/MappingException.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php b/vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php b/vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php b/vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/NotifyPropertyChanged.php b/vendor/doctrine/persistence/src/Persistence/NotifyPropertyChanged.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/ObjectManager.php b/vendor/doctrine/persistence/src/Persistence/ObjectManager.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/ObjectManagerDecorator.php b/vendor/doctrine/persistence/src/Persistence/ObjectManagerDecorator.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php b/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php b/vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Proxy.php b/vendor/doctrine/persistence/src/Persistence/Proxy.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Reflection/EnumReflectionProperty.php b/vendor/doctrine/persistence/src/Persistence/Reflection/EnumReflectionProperty.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php b/vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php old mode 100644 new mode 100755 diff --git a/vendor/doctrine/persistence/src/Persistence/Reflection/TypedNoDefaultReflectionProperty.php b/vendor/doctrine/persistence/src/Persistence/Reflection/TypedNoDefaultReflectionProperty.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/AUTHORS.md b/vendor/dompdf/dompdf/AUTHORS.md old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/LICENSE.LGPL b/vendor/dompdf/dompdf/LICENSE.LGPL old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/README.md b/vendor/dompdf/dompdf/README.md old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/VERSION b/vendor/dompdf/dompdf/VERSION old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/composer.json b/vendor/dompdf/dompdf/composer.json old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/Cpdf.php b/vendor/dompdf/dompdf/lib/Cpdf.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Courier-Bold.afm b/vendor/dompdf/dompdf/lib/fonts/Courier-Bold.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Courier-BoldOblique.afm b/vendor/dompdf/dompdf/lib/fonts/Courier-BoldOblique.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Courier-Oblique.afm b/vendor/dompdf/dompdf/lib/fonts/Courier-Oblique.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Courier.afm b/vendor/dompdf/dompdf/lib/fonts/Courier.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSans-Bold.ttf b/vendor/dompdf/dompdf/lib/fonts/DejaVuSans-Bold.ttf old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSans-Bold.ufm b/vendor/dompdf/dompdf/lib/fonts/DejaVuSans-Bold.ufm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSans-BoldOblique.ttf b/vendor/dompdf/dompdf/lib/fonts/DejaVuSans-BoldOblique.ttf old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSans-BoldOblique.ufm b/vendor/dompdf/dompdf/lib/fonts/DejaVuSans-BoldOblique.ufm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSans-Oblique.ttf b/vendor/dompdf/dompdf/lib/fonts/DejaVuSans-Oblique.ttf old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSans-Oblique.ufm b/vendor/dompdf/dompdf/lib/fonts/DejaVuSans-Oblique.ufm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSans.ttf b/vendor/dompdf/dompdf/lib/fonts/DejaVuSans.ttf old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSans.ufm b/vendor/dompdf/dompdf/lib/fonts/DejaVuSans.ufm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono-Bold.ttf b/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono-Bold.ttf old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono-Bold.ufm b/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono-Bold.ufm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono-BoldOblique.ttf b/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono-BoldOblique.ttf old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono-BoldOblique.ufm b/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono-BoldOblique.ufm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono-Oblique.ttf b/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono-Oblique.ttf old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono-Oblique.ufm b/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono-Oblique.ufm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono.ttf b/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono.ttf old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono.ufm b/vendor/dompdf/dompdf/lib/fonts/DejaVuSansMono.ufm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif-Bold.ttf b/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif-Bold.ttf old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif-Bold.ufm b/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif-Bold.ufm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif-BoldItalic.ttf b/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif-BoldItalic.ttf old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif-BoldItalic.ufm b/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif-BoldItalic.ufm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif-Italic.ttf b/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif-Italic.ttf old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif-Italic.ufm b/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif-Italic.ufm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif.ttf b/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif.ttf old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif.ufm b/vendor/dompdf/dompdf/lib/fonts/DejaVuSerif.ufm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Helvetica-Bold.afm b/vendor/dompdf/dompdf/lib/fonts/Helvetica-Bold.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Helvetica-BoldOblique.afm b/vendor/dompdf/dompdf/lib/fonts/Helvetica-BoldOblique.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Helvetica-Oblique.afm b/vendor/dompdf/dompdf/lib/fonts/Helvetica-Oblique.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Helvetica.afm b/vendor/dompdf/dompdf/lib/fonts/Helvetica.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Symbol.afm b/vendor/dompdf/dompdf/lib/fonts/Symbol.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Times-Bold.afm b/vendor/dompdf/dompdf/lib/fonts/Times-Bold.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Times-BoldItalic.afm b/vendor/dompdf/dompdf/lib/fonts/Times-BoldItalic.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Times-Italic.afm b/vendor/dompdf/dompdf/lib/fonts/Times-Italic.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/Times-Roman.afm b/vendor/dompdf/dompdf/lib/fonts/Times-Roman.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/ZapfDingbats.afm b/vendor/dompdf/dompdf/lib/fonts/ZapfDingbats.afm old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/installed-fonts.dist.json b/vendor/dompdf/dompdf/lib/fonts/installed-fonts.dist.json old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/fonts/mustRead.html b/vendor/dompdf/dompdf/lib/fonts/mustRead.html old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/res/broken_image.png b/vendor/dompdf/dompdf/lib/res/broken_image.png old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/res/broken_image.svg b/vendor/dompdf/dompdf/lib/res/broken_image.svg old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/res/html.css b/vendor/dompdf/dompdf/lib/res/html.css old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/res/sRGB2014.icc b/vendor/dompdf/dompdf/lib/res/sRGB2014.icc old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/lib/res/sRGB2014.icc.LICENSE b/vendor/dompdf/dompdf/lib/res/sRGB2014.icc.LICENSE old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/phpunit.xml b/vendor/dompdf/dompdf/phpunit.xml old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Adapter/CPDF.php b/vendor/dompdf/dompdf/src/Adapter/CPDF.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Adapter/GD.php b/vendor/dompdf/dompdf/src/Adapter/GD.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Adapter/PDFLib.php b/vendor/dompdf/dompdf/src/Adapter/PDFLib.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Canvas.php b/vendor/dompdf/dompdf/src/Canvas.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/CanvasFactory.php b/vendor/dompdf/dompdf/src/CanvasFactory.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Cellmap.php b/vendor/dompdf/dompdf/src/Cellmap.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/AttributeTranslator.php b/vendor/dompdf/dompdf/src/Css/AttributeTranslator.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Color.php b/vendor/dompdf/dompdf/src/Css/Color.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Content/Attr.php b/vendor/dompdf/dompdf/src/Css/Content/Attr.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Content/CloseQuote.php b/vendor/dompdf/dompdf/src/Css/Content/CloseQuote.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Content/ContentPart.php b/vendor/dompdf/dompdf/src/Css/Content/ContentPart.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Content/Counter.php b/vendor/dompdf/dompdf/src/Css/Content/Counter.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Content/Counters.php b/vendor/dompdf/dompdf/src/Css/Content/Counters.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Content/NoCloseQuote.php b/vendor/dompdf/dompdf/src/Css/Content/NoCloseQuote.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Content/NoOpenQuote.php b/vendor/dompdf/dompdf/src/Css/Content/NoOpenQuote.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Content/OpenQuote.php b/vendor/dompdf/dompdf/src/Css/Content/OpenQuote.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Content/StringPart.php b/vendor/dompdf/dompdf/src/Css/Content/StringPart.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Content/Url.php b/vendor/dompdf/dompdf/src/Css/Content/Url.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Style.php b/vendor/dompdf/dompdf/src/Css/Style.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Css/Stylesheet.php b/vendor/dompdf/dompdf/src/Css/Stylesheet.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Dompdf.php b/vendor/dompdf/dompdf/src/Dompdf.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Exception.php b/vendor/dompdf/dompdf/src/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Exception/ImageException.php b/vendor/dompdf/dompdf/src/Exception/ImageException.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FontMetrics.php b/vendor/dompdf/dompdf/src/FontMetrics.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Frame.php b/vendor/dompdf/dompdf/src/Frame.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Frame/Factory.php b/vendor/dompdf/dompdf/src/Frame/Factory.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Frame/FrameListIterator.php b/vendor/dompdf/dompdf/src/Frame/FrameListIterator.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Frame/FrameTree.php b/vendor/dompdf/dompdf/src/Frame/FrameTree.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Frame/FrameTreeIterator.php b/vendor/dompdf/dompdf/src/Frame/FrameTreeIterator.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/AbstractFrameDecorator.php b/vendor/dompdf/dompdf/src/FrameDecorator/AbstractFrameDecorator.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/Block.php b/vendor/dompdf/dompdf/src/FrameDecorator/Block.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/Image.php b/vendor/dompdf/dompdf/src/FrameDecorator/Image.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/Inline.php b/vendor/dompdf/dompdf/src/FrameDecorator/Inline.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/ListBullet.php b/vendor/dompdf/dompdf/src/FrameDecorator/ListBullet.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/ListBulletImage.php b/vendor/dompdf/dompdf/src/FrameDecorator/ListBulletImage.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/NullFrameDecorator.php b/vendor/dompdf/dompdf/src/FrameDecorator/NullFrameDecorator.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/Page.php b/vendor/dompdf/dompdf/src/FrameDecorator/Page.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/Table.php b/vendor/dompdf/dompdf/src/FrameDecorator/Table.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/TableCell.php b/vendor/dompdf/dompdf/src/FrameDecorator/TableCell.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/TableRow.php b/vendor/dompdf/dompdf/src/FrameDecorator/TableRow.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/TableRowGroup.php b/vendor/dompdf/dompdf/src/FrameDecorator/TableRowGroup.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameDecorator/Text.php b/vendor/dompdf/dompdf/src/FrameDecorator/Text.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameReflower/AbstractFrameReflower.php b/vendor/dompdf/dompdf/src/FrameReflower/AbstractFrameReflower.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameReflower/Block.php b/vendor/dompdf/dompdf/src/FrameReflower/Block.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameReflower/Image.php b/vendor/dompdf/dompdf/src/FrameReflower/Image.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameReflower/Inline.php b/vendor/dompdf/dompdf/src/FrameReflower/Inline.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameReflower/ListBullet.php b/vendor/dompdf/dompdf/src/FrameReflower/ListBullet.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameReflower/NullFrameReflower.php b/vendor/dompdf/dompdf/src/FrameReflower/NullFrameReflower.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameReflower/Page.php b/vendor/dompdf/dompdf/src/FrameReflower/Page.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameReflower/Table.php b/vendor/dompdf/dompdf/src/FrameReflower/Table.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameReflower/TableCell.php b/vendor/dompdf/dompdf/src/FrameReflower/TableCell.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameReflower/TableRow.php b/vendor/dompdf/dompdf/src/FrameReflower/TableRow.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameReflower/TableRowGroup.php b/vendor/dompdf/dompdf/src/FrameReflower/TableRowGroup.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/FrameReflower/Text.php b/vendor/dompdf/dompdf/src/FrameReflower/Text.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Helpers.php b/vendor/dompdf/dompdf/src/Helpers.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Image/Cache.php b/vendor/dompdf/dompdf/src/Image/Cache.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/JavascriptEmbedder.php b/vendor/dompdf/dompdf/src/JavascriptEmbedder.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/LineBox.php b/vendor/dompdf/dompdf/src/LineBox.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Options.php b/vendor/dompdf/dompdf/src/Options.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/PhpEvaluator.php b/vendor/dompdf/dompdf/src/PhpEvaluator.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Positioner/Absolute.php b/vendor/dompdf/dompdf/src/Positioner/Absolute.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Positioner/AbstractPositioner.php b/vendor/dompdf/dompdf/src/Positioner/AbstractPositioner.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Positioner/Block.php b/vendor/dompdf/dompdf/src/Positioner/Block.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Positioner/Fixed.php b/vendor/dompdf/dompdf/src/Positioner/Fixed.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Positioner/Inline.php b/vendor/dompdf/dompdf/src/Positioner/Inline.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Positioner/ListBullet.php b/vendor/dompdf/dompdf/src/Positioner/ListBullet.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Positioner/NullPositioner.php b/vendor/dompdf/dompdf/src/Positioner/NullPositioner.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Positioner/TableCell.php b/vendor/dompdf/dompdf/src/Positioner/TableCell.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Positioner/TableRow.php b/vendor/dompdf/dompdf/src/Positioner/TableRow.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Renderer.php b/vendor/dompdf/dompdf/src/Renderer.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Renderer/AbstractRenderer.php b/vendor/dompdf/dompdf/src/Renderer/AbstractRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Renderer/Block.php b/vendor/dompdf/dompdf/src/Renderer/Block.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Renderer/Image.php b/vendor/dompdf/dompdf/src/Renderer/Image.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Renderer/Inline.php b/vendor/dompdf/dompdf/src/Renderer/Inline.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Renderer/ListBullet.php b/vendor/dompdf/dompdf/src/Renderer/ListBullet.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Renderer/TableCell.php b/vendor/dompdf/dompdf/src/Renderer/TableCell.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Renderer/TableRow.php b/vendor/dompdf/dompdf/src/Renderer/TableRow.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Renderer/TableRowGroup.php b/vendor/dompdf/dompdf/src/Renderer/TableRowGroup.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/dompdf/src/Renderer/Text.php b/vendor/dompdf/dompdf/src/Renderer/Text.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/AUTHORS.md b/vendor/dompdf/php-font-lib/AUTHORS.md new file mode 100755 index 00000000..69b8f0bf --- /dev/null +++ b/vendor/dompdf/php-font-lib/AUTHORS.md @@ -0,0 +1,17 @@ +FontLib was designed and developed by Fabien Ménager. + +### Current Team + +* **Brian Sweeney** (maintainer) + +### Alumni + +* **Fabien Ménager** (creator) + +### Contributors +* **mondrake** +* [and many more...](https://github.com/dompdf/php-font-lib/graphs/contributors) + +### Thanks + +FontLib would not have been possible without strong community support. diff --git a/vendor/dompdf/php-font-lib/LICENSE b/vendor/dompdf/php-font-lib/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/README.md b/vendor/dompdf/php-font-lib/README.md old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/composer.json b/vendor/dompdf/php-font-lib/composer.json old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/adobe-standard-encoding.map b/vendor/dompdf/php-font-lib/maps/adobe-standard-encoding.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/cp1250.map b/vendor/dompdf/php-font-lib/maps/cp1250.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/cp1251.map b/vendor/dompdf/php-font-lib/maps/cp1251.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/cp1252.map b/vendor/dompdf/php-font-lib/maps/cp1252.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/cp1253.map b/vendor/dompdf/php-font-lib/maps/cp1253.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/cp1254.map b/vendor/dompdf/php-font-lib/maps/cp1254.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/cp1255.map b/vendor/dompdf/php-font-lib/maps/cp1255.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/cp1257.map b/vendor/dompdf/php-font-lib/maps/cp1257.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/cp1258.map b/vendor/dompdf/php-font-lib/maps/cp1258.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/cp874.map b/vendor/dompdf/php-font-lib/maps/cp874.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/iso-8859-1.map b/vendor/dompdf/php-font-lib/maps/iso-8859-1.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/iso-8859-11.map b/vendor/dompdf/php-font-lib/maps/iso-8859-11.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/iso-8859-15.map b/vendor/dompdf/php-font-lib/maps/iso-8859-15.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/iso-8859-16.map b/vendor/dompdf/php-font-lib/maps/iso-8859-16.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/iso-8859-2.map b/vendor/dompdf/php-font-lib/maps/iso-8859-2.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/iso-8859-4.map b/vendor/dompdf/php-font-lib/maps/iso-8859-4.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/iso-8859-5.map b/vendor/dompdf/php-font-lib/maps/iso-8859-5.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/iso-8859-7.map b/vendor/dompdf/php-font-lib/maps/iso-8859-7.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/iso-8859-9.map b/vendor/dompdf/php-font-lib/maps/iso-8859-9.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/koi8-r.map b/vendor/dompdf/php-font-lib/maps/koi8-r.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/maps/koi8-u.map b/vendor/dompdf/php-font-lib/maps/koi8-u.map old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/AdobeFontMetrics.php b/vendor/dompdf/php-font-lib/src/FontLib/AdobeFontMetrics.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/BinaryStream.php b/vendor/dompdf/php-font-lib/src/FontLib/BinaryStream.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/EOT/File.php b/vendor/dompdf/php-font-lib/src/FontLib/EOT/File.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/EOT/Header.php b/vendor/dompdf/php-font-lib/src/FontLib/EOT/Header.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/EncodingMap.php b/vendor/dompdf/php-font-lib/src/FontLib/EncodingMap.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Exception/FontNotFoundException.php b/vendor/dompdf/php-font-lib/src/FontLib/Exception/FontNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Font.php b/vendor/dompdf/php-font-lib/src/FontLib/Font.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Glyph/Outline.php b/vendor/dompdf/php-font-lib/src/FontLib/Glyph/Outline.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Glyph/OutlineComponent.php b/vendor/dompdf/php-font-lib/src/FontLib/Glyph/OutlineComponent.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Glyph/OutlineComposite.php b/vendor/dompdf/php-font-lib/src/FontLib/Glyph/OutlineComposite.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Glyph/OutlineSimple.php b/vendor/dompdf/php-font-lib/src/FontLib/Glyph/OutlineSimple.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Header.php b/vendor/dompdf/php-font-lib/src/FontLib/Header.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/OpenType/File.php b/vendor/dompdf/php-font-lib/src/FontLib/OpenType/File.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/OpenType/TableDirectoryEntry.php b/vendor/dompdf/php-font-lib/src/FontLib/OpenType/TableDirectoryEntry.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/DirectoryEntry.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/DirectoryEntry.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Table.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Table.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/cmap.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/cmap.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/cvt.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/cvt.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/fpgm.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/fpgm.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/glyf.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/glyf.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/head.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/head.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/hhea.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/hhea.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/hmtx.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/hmtx.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/kern.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/kern.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/loca.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/loca.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/maxp.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/maxp.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/name.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/name.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/nameRecord.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/nameRecord.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/os2.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/os2.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/post.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/post.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/prep.php b/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/prep.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/TrueType/Collection.php b/vendor/dompdf/php-font-lib/src/FontLib/TrueType/Collection.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/TrueType/File.php b/vendor/dompdf/php-font-lib/src/FontLib/TrueType/File.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/TrueType/Header.php b/vendor/dompdf/php-font-lib/src/FontLib/TrueType/Header.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/TrueType/TableDirectoryEntry.php b/vendor/dompdf/php-font-lib/src/FontLib/TrueType/TableDirectoryEntry.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/WOFF/File.php b/vendor/dompdf/php-font-lib/src/FontLib/WOFF/File.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/WOFF/Header.php b/vendor/dompdf/php-font-lib/src/FontLib/WOFF/Header.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-font-lib/src/FontLib/WOFF/TableDirectoryEntry.php b/vendor/dompdf/php-font-lib/src/FontLib/WOFF/TableDirectoryEntry.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/AUTHORS.md b/vendor/dompdf/php-svg-lib/AUTHORS.md old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/LICENSE b/vendor/dompdf/php-svg-lib/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/README.md b/vendor/dompdf/php-svg-lib/README.md old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/composer.json b/vendor/dompdf/php-svg-lib/composer.json old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/CssLength.php b/vendor/dompdf/php-svg-lib/src/Svg/CssLength.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/DefaultStyle.php b/vendor/dompdf/php-svg-lib/src/Svg/DefaultStyle.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Document.php b/vendor/dompdf/php-svg-lib/src/Svg/Document.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Gradient/Stop.php b/vendor/dompdf/php-svg-lib/src/Svg/Gradient/Stop.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Style.php b/vendor/dompdf/php-svg-lib/src/Svg/Style.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Surface/CPdf.php b/vendor/dompdf/php-svg-lib/src/Svg/Surface/CPdf.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Surface/SurfaceCpdf.php b/vendor/dompdf/php-svg-lib/src/Svg/Surface/SurfaceCpdf.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Surface/SurfaceInterface.php b/vendor/dompdf/php-svg-lib/src/Svg/Surface/SurfaceInterface.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Surface/SurfacePDFLib.php b/vendor/dompdf/php-svg-lib/src/Svg/Surface/SurfacePDFLib.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/AbstractTag.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/AbstractTag.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Anchor.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Anchor.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Circle.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Circle.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/ClipPath.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/ClipPath.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Ellipse.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Ellipse.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Group.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Group.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Image.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Image.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Line.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Line.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/LinearGradient.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/LinearGradient.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Path.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Path.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Polygon.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Polygon.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Polyline.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Polyline.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/RadialGradient.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/RadialGradient.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Rect.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Rect.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Shape.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Shape.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Stop.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Stop.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/StyleTag.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/StyleTag.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Symbol.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Symbol.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/Text.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/Text.php old mode 100644 new mode 100755 diff --git a/vendor/dompdf/php-svg-lib/src/Svg/Tag/UseTag.php b/vendor/dompdf/php-svg-lib/src/Svg/Tag/UseTag.php old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/CHANGELOG.md b/vendor/dragonmantank/cron-expression/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/LICENSE b/vendor/dragonmantank/cron-expression/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/README.md b/vendor/dragonmantank/cron-expression/README.md old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/composer.json b/vendor/dragonmantank/cron-expression/composer.json old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/src/Cron/AbstractField.php b/vendor/dragonmantank/cron-expression/src/Cron/AbstractField.php old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/src/Cron/CronExpression.php b/vendor/dragonmantank/cron-expression/src/Cron/CronExpression.php old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/src/Cron/DayOfMonthField.php b/vendor/dragonmantank/cron-expression/src/Cron/DayOfMonthField.php old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/src/Cron/DayOfWeekField.php b/vendor/dragonmantank/cron-expression/src/Cron/DayOfWeekField.php old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/src/Cron/FieldFactory.php b/vendor/dragonmantank/cron-expression/src/Cron/FieldFactory.php old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/src/Cron/FieldFactoryInterface.php b/vendor/dragonmantank/cron-expression/src/Cron/FieldFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/src/Cron/FieldInterface.php b/vendor/dragonmantank/cron-expression/src/Cron/FieldInterface.php old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/src/Cron/HoursField.php b/vendor/dragonmantank/cron-expression/src/Cron/HoursField.php old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/src/Cron/MinutesField.php b/vendor/dragonmantank/cron-expression/src/Cron/MinutesField.php old mode 100644 new mode 100755 diff --git a/vendor/dragonmantank/cron-expression/src/Cron/MonthField.php b/vendor/dragonmantank/cron-expression/src/Cron/MonthField.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/CONTRIBUTING.md b/vendor/egulias/email-validator/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/LICENSE b/vendor/egulias/email-validator/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/composer.json b/vendor/egulias/email-validator/composer.json old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/EmailLexer.php b/vendor/egulias/email-validator/src/EmailLexer.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/EmailParser.php b/vendor/egulias/email-validator/src/EmailParser.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/EmailValidator.php b/vendor/egulias/email-validator/src/EmailValidator.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/MessageIDParser.php b/vendor/egulias/email-validator/src/MessageIDParser.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser.php b/vendor/egulias/email-validator/src/Parser.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser/Comment.php b/vendor/egulias/email-validator/src/Parser/Comment.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser/CommentStrategy/CommentStrategy.php b/vendor/egulias/email-validator/src/Parser/CommentStrategy/CommentStrategy.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser/CommentStrategy/DomainComment.php b/vendor/egulias/email-validator/src/Parser/CommentStrategy/DomainComment.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser/CommentStrategy/LocalComment.php b/vendor/egulias/email-validator/src/Parser/CommentStrategy/LocalComment.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser/DomainLiteral.php b/vendor/egulias/email-validator/src/Parser/DomainLiteral.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser/DomainPart.php b/vendor/egulias/email-validator/src/Parser/DomainPart.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser/DoubleQuote.php b/vendor/egulias/email-validator/src/Parser/DoubleQuote.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser/FoldingWhiteSpace.php b/vendor/egulias/email-validator/src/Parser/FoldingWhiteSpace.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser/IDLeftPart.php b/vendor/egulias/email-validator/src/Parser/IDLeftPart.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser/IDRightPart.php b/vendor/egulias/email-validator/src/Parser/IDRightPart.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser/LocalPart.php b/vendor/egulias/email-validator/src/Parser/LocalPart.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Parser/PartParser.php b/vendor/egulias/email-validator/src/Parser/PartParser.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/InvalidEmail.php b/vendor/egulias/email-validator/src/Result/InvalidEmail.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/MultipleErrors.php b/vendor/egulias/email-validator/src/Result/MultipleErrors.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/AtextAfterCFWS.php b/vendor/egulias/email-validator/src/Result/Reason/AtextAfterCFWS.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/CRLFAtTheEnd.php b/vendor/egulias/email-validator/src/Result/Reason/CRLFAtTheEnd.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/CRLFX2.php b/vendor/egulias/email-validator/src/Result/Reason/CRLFX2.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/CRNoLF.php b/vendor/egulias/email-validator/src/Result/Reason/CRNoLF.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/CharNotAllowed.php b/vendor/egulias/email-validator/src/Result/Reason/CharNotAllowed.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/CommaInDomain.php b/vendor/egulias/email-validator/src/Result/Reason/CommaInDomain.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/CommentsInIDRight.php b/vendor/egulias/email-validator/src/Result/Reason/CommentsInIDRight.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/ConsecutiveAt.php b/vendor/egulias/email-validator/src/Result/Reason/ConsecutiveAt.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/ConsecutiveDot.php b/vendor/egulias/email-validator/src/Result/Reason/ConsecutiveDot.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/DetailedReason.php b/vendor/egulias/email-validator/src/Result/Reason/DetailedReason.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/DomainAcceptsNoMail.php b/vendor/egulias/email-validator/src/Result/Reason/DomainAcceptsNoMail.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/DomainHyphened.php b/vendor/egulias/email-validator/src/Result/Reason/DomainHyphened.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/DomainTooLong.php b/vendor/egulias/email-validator/src/Result/Reason/DomainTooLong.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/DotAtEnd.php b/vendor/egulias/email-validator/src/Result/Reason/DotAtEnd.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/DotAtStart.php b/vendor/egulias/email-validator/src/Result/Reason/DotAtStart.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/EmptyReason.php b/vendor/egulias/email-validator/src/Result/Reason/EmptyReason.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/ExceptionFound.php b/vendor/egulias/email-validator/src/Result/Reason/ExceptionFound.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/ExpectingATEXT.php b/vendor/egulias/email-validator/src/Result/Reason/ExpectingATEXT.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/ExpectingCTEXT.php b/vendor/egulias/email-validator/src/Result/Reason/ExpectingCTEXT.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/ExpectingDTEXT.php b/vendor/egulias/email-validator/src/Result/Reason/ExpectingDTEXT.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/ExpectingDomainLiteralClose.php b/vendor/egulias/email-validator/src/Result/Reason/ExpectingDomainLiteralClose.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/LabelTooLong.php b/vendor/egulias/email-validator/src/Result/Reason/LabelTooLong.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/LocalOrReservedDomain.php b/vendor/egulias/email-validator/src/Result/Reason/LocalOrReservedDomain.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/NoDNSRecord.php b/vendor/egulias/email-validator/src/Result/Reason/NoDNSRecord.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/NoDomainPart.php b/vendor/egulias/email-validator/src/Result/Reason/NoDomainPart.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/NoLocalPart.php b/vendor/egulias/email-validator/src/Result/Reason/NoLocalPart.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/RFCWarnings.php b/vendor/egulias/email-validator/src/Result/Reason/RFCWarnings.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/Reason.php b/vendor/egulias/email-validator/src/Result/Reason/Reason.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/SpoofEmail.php b/vendor/egulias/email-validator/src/Result/Reason/SpoofEmail.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/UnOpenedComment.php b/vendor/egulias/email-validator/src/Result/Reason/UnOpenedComment.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/UnableToGetDNSRecord.php b/vendor/egulias/email-validator/src/Result/Reason/UnableToGetDNSRecord.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/UnclosedComment.php b/vendor/egulias/email-validator/src/Result/Reason/UnclosedComment.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/UnclosedQuotedString.php b/vendor/egulias/email-validator/src/Result/Reason/UnclosedQuotedString.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Reason/UnusualElements.php b/vendor/egulias/email-validator/src/Result/Reason/UnusualElements.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/Result.php b/vendor/egulias/email-validator/src/Result/Result.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/SpoofEmail.php b/vendor/egulias/email-validator/src/Result/SpoofEmail.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Result/ValidEmail.php b/vendor/egulias/email-validator/src/Result/ValidEmail.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Validation/DNSCheckValidation.php b/vendor/egulias/email-validator/src/Validation/DNSCheckValidation.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Validation/DNSGetRecordWrapper.php b/vendor/egulias/email-validator/src/Validation/DNSGetRecordWrapper.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Validation/DNSRecords.php b/vendor/egulias/email-validator/src/Validation/DNSRecords.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Validation/EmailValidation.php b/vendor/egulias/email-validator/src/Validation/EmailValidation.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Validation/Exception/EmptyValidationList.php b/vendor/egulias/email-validator/src/Validation/Exception/EmptyValidationList.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Validation/Extra/SpoofCheckValidation.php b/vendor/egulias/email-validator/src/Validation/Extra/SpoofCheckValidation.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Validation/MessageIDValidation.php b/vendor/egulias/email-validator/src/Validation/MessageIDValidation.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Validation/MultipleValidationWithAnd.php b/vendor/egulias/email-validator/src/Validation/MultipleValidationWithAnd.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Validation/NoRFCWarningsValidation.php b/vendor/egulias/email-validator/src/Validation/NoRFCWarningsValidation.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Validation/RFCValidation.php b/vendor/egulias/email-validator/src/Validation/RFCValidation.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/AddressLiteral.php b/vendor/egulias/email-validator/src/Warning/AddressLiteral.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/CFWSNearAt.php b/vendor/egulias/email-validator/src/Warning/CFWSNearAt.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/CFWSWithFWS.php b/vendor/egulias/email-validator/src/Warning/CFWSWithFWS.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/Comment.php b/vendor/egulias/email-validator/src/Warning/Comment.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/DeprecatedComment.php b/vendor/egulias/email-validator/src/Warning/DeprecatedComment.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/DomainLiteral.php b/vendor/egulias/email-validator/src/Warning/DomainLiteral.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/EmailTooLong.php b/vendor/egulias/email-validator/src/Warning/EmailTooLong.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/IPV6BadChar.php b/vendor/egulias/email-validator/src/Warning/IPV6BadChar.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/IPV6ColonEnd.php b/vendor/egulias/email-validator/src/Warning/IPV6ColonEnd.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/IPV6ColonStart.php b/vendor/egulias/email-validator/src/Warning/IPV6ColonStart.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/IPV6Deprecated.php b/vendor/egulias/email-validator/src/Warning/IPV6Deprecated.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/IPV6DoubleColon.php b/vendor/egulias/email-validator/src/Warning/IPV6DoubleColon.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/IPV6GroupCount.php b/vendor/egulias/email-validator/src/Warning/IPV6GroupCount.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/IPV6MaxGroups.php b/vendor/egulias/email-validator/src/Warning/IPV6MaxGroups.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/LocalTooLong.php b/vendor/egulias/email-validator/src/Warning/LocalTooLong.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/NoDNSMXRecord.php b/vendor/egulias/email-validator/src/Warning/NoDNSMXRecord.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/ObsoleteDTEXT.php b/vendor/egulias/email-validator/src/Warning/ObsoleteDTEXT.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/QuotedPart.php b/vendor/egulias/email-validator/src/Warning/QuotedPart.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/QuotedString.php b/vendor/egulias/email-validator/src/Warning/QuotedString.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/TLD.php b/vendor/egulias/email-validator/src/Warning/TLD.php old mode 100644 new mode 100755 diff --git a/vendor/egulias/email-validator/src/Warning/Warning.php b/vendor/egulias/email-validator/src/Warning/Warning.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/CREDITS b/vendor/ezyang/htmlpurifier/CREDITS old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/LICENSE b/vendor/ezyang/htmlpurifier/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/README.md b/vendor/ezyang/htmlpurifier/README.md old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/VERSION b/vendor/ezyang/htmlpurifier/VERSION old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/composer.json b/vendor/ezyang/htmlpurifier/composer.json old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.auto.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.auto.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.autoload-legacy.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.autoload-legacy.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.autoload.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.autoload.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.func.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.func.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.includes.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.includes.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.kses.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.kses.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.path.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.path.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.safe-includes.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.safe-includes.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrCollections.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrCollections.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/AlphaValue.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/AlphaValue.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Background.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Background.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Border.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Border.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Color.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Color.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Composite.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Composite.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Filter.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Filter.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Font.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Font.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Ident.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Ident.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Length.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Length.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ListStyle.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ListStyle.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Multiple.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Multiple.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Number.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Number.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Percentage.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Percentage.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Ratio.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Ratio.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/TextDecoration.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/TextDecoration.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/URI.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/URI.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Clone.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Clone.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Enum.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Enum.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Class.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Class.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Color.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Color.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ContentEditable.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ContentEditable.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ID.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ID.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Length.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Length.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/LinkTypes.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/LinkTypes.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/MultiLength.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/MultiLength.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Nmtokens.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Nmtokens.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Pixels.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Pixels.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Integer.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Integer.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Lang.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Lang.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Switch.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Switch.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Text.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Text.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Host.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Host.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv4.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv4.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv6.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv6.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Background.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Background.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BdoDir.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BdoDir.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BgColor.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BgColor.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BoolToCSS.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BoolToCSS.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Border.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Border.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/EnumToCSS.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/EnumToCSS.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgRequired.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgRequired.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgSpace.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgSpace.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Input.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Input.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Lang.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Lang.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Length.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Length.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Name.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Name.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/NameSync.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/NameSync.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Nofollow.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Nofollow.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeEmbed.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeEmbed.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeObject.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeObject.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeParam.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeParam.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ScriptRequired.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ScriptRequired.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetBlank.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetBlank.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetNoopener.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetNoopener.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetNoreferrer.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetNoreferrer.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Textarea.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Textarea.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTypes.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTypes.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrValidator.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrValidator.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Bootstrap.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/CSSDefinition.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/CSSDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Chameleon.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Chameleon.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Empty.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Empty.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/List.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/List.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Optional.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Optional.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Required.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Required.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/StrictBlockquote.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/StrictBlockquote.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Table.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Table.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder/Xml.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder/Xml.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Exception.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange/Directive.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange/Directive.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange/Id.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange/Id.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/ValidatorAtom.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/ValidatorAtom.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema.ser b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema.ser old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.ID.HTML5.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.ID.HTML5.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.Predicate.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.Predicate.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowDuplicates.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowDuplicates.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.Trusted.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.Trusted.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPermissions.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPermissions.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyRemoveScript.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyRemoveScript.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AllowHostnameUnderscore.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AllowHostnameUnderscore.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AllowParseManyTags.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AllowParseManyTags.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.DisableExcludes.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.DisableExcludes.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.Language.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.Language.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.LegacyEntityDecoder.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.LegacyEntityDecoder.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.NormalizeNewlines.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.NormalizeNewlines.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveBlanks.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveBlanks.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedComments.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedComments.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Forms.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Forms.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Nofollow.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Nofollow.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeIframe.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeIframe.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeScripting.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeScripting.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TargetBlank.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TargetBlank.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TargetNoopener.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TargetNoopener.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TargetNoreferrer.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TargetNoreferrer.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.FixInnerHTML.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.FixInnerHTML.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.AllowedSymbols.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.AllowedSymbols.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.Base.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.Base.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.Host.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.Host.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.SafeIframeHosts.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.SafeIframeHosts.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.SafeIframeRegexp.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.SafeIframeRegexp.txt old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/info.ini b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/info.ini old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ContentSets.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ContentSets.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Context.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Context.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Definition.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Definition.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Memory.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Memory.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Template.php.in b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Template.php.in old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Null.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Null.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer/README b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer/README old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCacheFactory.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCacheFactory.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Doctype.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Doctype.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DoctypeRegistry.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DoctypeRegistry.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ElementDef.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ElementDef.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup/entities.ser b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup/entities.ser old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/EntityParser.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/EntityParser.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ErrorCollector.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ErrorCollector.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ErrorStruct.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ErrorStruct.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Exception.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ExtractStyleBlocks.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ExtractStyleBlocks.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/YouTube.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/YouTube.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Bdo.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Bdo.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/CommonAttributes.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/CommonAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Edit.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Edit.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Forms.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Forms.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Hypertext.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Hypertext.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Iframe.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Iframe.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Image.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Image.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Legacy.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Legacy.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/List.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/List.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Name.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Name.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Nofollow.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Nofollow.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Object.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Object.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Presentation.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Presentation.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Proprietary.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Proprietary.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Ruby.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Ruby.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeEmbed.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeEmbed.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeObject.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeObject.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeScripting.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeScripting.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/StyleAttribute.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/StyleAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tables.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tables.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Target.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Target.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetBlank.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetBlank.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetNoopener.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetNoopener.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetNoreferrer.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetNoreferrer.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Name.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Name.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Strict.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Strict.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Transitional.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Transitional.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTML.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTML.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/IDAccumulator.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/IDAccumulator.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/DisplayLinkURI.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/DisplayLinkURI.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/Linkify.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/Linkify.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/PurifierLinkify.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/PurifierLinkify.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/RemoveEmpty.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/RemoveEmpty.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/RemoveSpansWithoutAttributes.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/RemoveSpansWithoutAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/SafeObject.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/SafeObject.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Language.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Language.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages/en.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages/en.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/LanguageFactory.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/LanguageFactory.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Length.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Length.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/Comment.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/Comment.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/Element.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/Element.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/Text.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/Text.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/PercentEncoder.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/PercentEncoder.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/CSSDefinition.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/CSSDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.css b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.css old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.js b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.js old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/HTMLDefinition.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/HTMLDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/PropertyList.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/PropertyList.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/PropertyListIterator.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/PropertyListIterator.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Queue.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Queue.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/Composite.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/Composite.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/Core.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/Core.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/FixNesting.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/FixNesting.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/ValidateAttributes.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/ValidateAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/StringHash.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/StringHash.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/StringHashParser.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/StringHashParser.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Simple.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Simple.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Comment.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Comment.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Empty.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Empty.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/End.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/End.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Start.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Start.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Tag.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Tag.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Text.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Text.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TokenFactory.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TokenFactory.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URI.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URI.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIDefinition.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableExternal.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableExternal.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableExternalResources.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableExternalResources.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableResources.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableResources.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/HostBlacklist.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/HostBlacklist.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/MakeAbsolute.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/MakeAbsolute.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/Munge.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/Munge.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/SafeIframe.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/SafeIframe.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIParser.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIParser.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/data.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/data.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/file.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/file.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/ftp.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/ftp.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/http.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/http.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/https.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/https.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/mailto.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/mailto.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/news.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/news.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/nntp.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/nntp.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/tel.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/tel.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URISchemeRegistry.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URISchemeRegistry.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Flexible.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Flexible.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Native.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Native.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParserException.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParserException.php old mode 100644 new mode 100755 diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Zipper.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Zipper.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/CHANGELOG.md b/vendor/fakerphp/faker/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/LICENSE b/vendor/fakerphp/faker/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/README.md b/vendor/fakerphp/faker/README.md old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/composer.json b/vendor/fakerphp/faker/composer.json old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/rector-migrate.php b/vendor/fakerphp/faker/rector-migrate.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Calculator/Ean.php b/vendor/fakerphp/faker/src/Faker/Calculator/Ean.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Calculator/Iban.php b/vendor/fakerphp/faker/src/Faker/Calculator/Iban.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Calculator/Inn.php b/vendor/fakerphp/faker/src/Faker/Calculator/Inn.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Calculator/Isbn.php b/vendor/fakerphp/faker/src/Faker/Calculator/Isbn.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Calculator/Luhn.php b/vendor/fakerphp/faker/src/Faker/Calculator/Luhn.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Calculator/TCNo.php b/vendor/fakerphp/faker/src/Faker/Calculator/TCNo.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ChanceGenerator.php b/vendor/fakerphp/faker/src/Faker/ChanceGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Container/Container.php b/vendor/fakerphp/faker/src/Faker/Container/Container.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Container/ContainerBuilder.php b/vendor/fakerphp/faker/src/Faker/Container/ContainerBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Container/ContainerException.php b/vendor/fakerphp/faker/src/Faker/Container/ContainerException.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Container/ContainerInterface.php b/vendor/fakerphp/faker/src/Faker/Container/ContainerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Container/NotInContainerException.php b/vendor/fakerphp/faker/src/Faker/Container/NotInContainerException.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Core/Barcode.php b/vendor/fakerphp/faker/src/Faker/Core/Barcode.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Core/Blood.php b/vendor/fakerphp/faker/src/Faker/Core/Blood.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Core/Color.php b/vendor/fakerphp/faker/src/Faker/Core/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Core/Coordinates.php b/vendor/fakerphp/faker/src/Faker/Core/Coordinates.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Core/DateTime.php b/vendor/fakerphp/faker/src/Faker/Core/DateTime.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Core/File.php b/vendor/fakerphp/faker/src/Faker/Core/File.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Core/Number.php b/vendor/fakerphp/faker/src/Faker/Core/Number.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Core/Uuid.php b/vendor/fakerphp/faker/src/Faker/Core/Uuid.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Core/Version.php b/vendor/fakerphp/faker/src/Faker/Core/Version.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/DefaultGenerator.php b/vendor/fakerphp/faker/src/Faker/DefaultGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Documentor.php b/vendor/fakerphp/faker/src/Faker/Documentor.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/AddressExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/AddressExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/BarcodeExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/BarcodeExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/BloodExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/BloodExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/ColorExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/ColorExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/CompanyExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/CompanyExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/CountryExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/CountryExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/DateTimeExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/DateTimeExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/Extension.php b/vendor/fakerphp/faker/src/Faker/Extension/Extension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/ExtensionNotFound.php b/vendor/fakerphp/faker/src/Faker/Extension/ExtensionNotFound.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/FileExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/FileExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/GeneratorAwareExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/GeneratorAwareExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/GeneratorAwareExtensionTrait.php b/vendor/fakerphp/faker/src/Faker/Extension/GeneratorAwareExtensionTrait.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/Helper.php b/vendor/fakerphp/faker/src/Faker/Extension/Helper.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/NumberExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/NumberExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/PersonExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/PersonExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/PhoneNumberExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/PhoneNumberExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/UuidExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/UuidExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Extension/VersionExtension.php b/vendor/fakerphp/faker/src/Faker/Extension/VersionExtension.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Factory.php b/vendor/fakerphp/faker/src/Faker/Factory.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Generator.php b/vendor/fakerphp/faker/src/Faker/Generator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Guesser/Name.php b/vendor/fakerphp/faker/src/Faker/Guesser/Name.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/CakePHP/ColumnTypeGuesser.php b/vendor/fakerphp/faker/src/Faker/ORM/CakePHP/ColumnTypeGuesser.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/CakePHP/EntityPopulator.php b/vendor/fakerphp/faker/src/Faker/ORM/CakePHP/EntityPopulator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/CakePHP/Populator.php b/vendor/fakerphp/faker/src/Faker/ORM/CakePHP/Populator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/ColumnTypeGuesser.php b/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/ColumnTypeGuesser.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/EntityPopulator.php b/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/EntityPopulator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/Populator.php b/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/Populator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/backward-compatibility.php b/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/backward-compatibility.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Mandango/ColumnTypeGuesser.php b/vendor/fakerphp/faker/src/Faker/ORM/Mandango/ColumnTypeGuesser.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Mandango/EntityPopulator.php b/vendor/fakerphp/faker/src/Faker/ORM/Mandango/EntityPopulator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Mandango/Populator.php b/vendor/fakerphp/faker/src/Faker/ORM/Mandango/Populator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Propel/ColumnTypeGuesser.php b/vendor/fakerphp/faker/src/Faker/ORM/Propel/ColumnTypeGuesser.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Propel/EntityPopulator.php b/vendor/fakerphp/faker/src/Faker/ORM/Propel/EntityPopulator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Propel/Populator.php b/vendor/fakerphp/faker/src/Faker/ORM/Propel/Populator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Propel2/ColumnTypeGuesser.php b/vendor/fakerphp/faker/src/Faker/ORM/Propel2/ColumnTypeGuesser.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Propel2/EntityPopulator.php b/vendor/fakerphp/faker/src/Faker/ORM/Propel2/EntityPopulator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Propel2/Populator.php b/vendor/fakerphp/faker/src/Faker/ORM/Propel2/Populator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Spot/ColumnTypeGuesser.php b/vendor/fakerphp/faker/src/Faker/ORM/Spot/ColumnTypeGuesser.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Spot/EntityPopulator.php b/vendor/fakerphp/faker/src/Faker/ORM/Spot/EntityPopulator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ORM/Spot/Populator.php b/vendor/fakerphp/faker/src/Faker/ORM/Spot/Populator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Barcode.php b/vendor/fakerphp/faker/src/Faker/Provider/Barcode.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Base.php b/vendor/fakerphp/faker/src/Faker/Provider/Base.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Biased.php b/vendor/fakerphp/faker/src/Faker/Provider/Biased.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/DateTime.php b/vendor/fakerphp/faker/src/Faker/Provider/DateTime.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/File.php b/vendor/fakerphp/faker/src/Faker/Provider/File.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/HtmlLorem.php b/vendor/fakerphp/faker/src/Faker/Provider/HtmlLorem.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Image.php b/vendor/fakerphp/faker/src/Faker/Provider/Image.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Lorem.php b/vendor/fakerphp/faker/src/Faker/Provider/Lorem.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Medical.php b/vendor/fakerphp/faker/src/Faker/Provider/Medical.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Miscellaneous.php b/vendor/fakerphp/faker/src/Faker/Provider/Miscellaneous.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/UserAgent.php b/vendor/fakerphp/faker/src/Faker/Provider/UserAgent.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/Uuid.php b/vendor/fakerphp/faker/src/Faker/Provider/Uuid.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/at_AT/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/at_AT/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Utils.php b/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Utils.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/DateTime.php b/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/DateTime.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/da_DK/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/da_DK/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_AT/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/de_AT/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_CH/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/de_CH/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_DE/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/de_DE/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/el_CY/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/el_CY/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/el_GR/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/el_GR/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_AU/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/en_AU/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_AU/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/en_AU/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_AU/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/en_AU/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_CA/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/en_CA/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_CA/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/en_CA/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_GB/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/en_GB/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_HK/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/en_HK/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_HK/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/en_HK/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_HK/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/en_HK/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_IN/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/en_IN/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_NG/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/en_NG/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_NG/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/en_NG/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_NG/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/en_NG/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_NG/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/en_NG/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_NZ/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/en_NZ/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_NZ/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/en_NZ/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_NZ/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/en_NZ/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_PH/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/en_PH/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_PH/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/en_PH/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_SG/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/en_SG/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_SG/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/en_SG/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_SG/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/en_SG/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_UG/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/en_UG/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_UG/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/en_UG/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_UG/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/en_UG/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_UG/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/en_UG/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_US/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/en_US/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_US/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/en_US/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_US/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/en_US/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_US/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/en_US/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_US/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/en_US/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_US/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/en_US/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_AR/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/es_AR/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_AR/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/es_AR/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_AR/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/es_AR/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_AR/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/es_AR/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_ES/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/es_ES/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_PE/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/es_PE/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_PE/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/es_PE/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_PE/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/es_PE/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_PE/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/es_PE/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/es_VE/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/es_VE/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/et_EE/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/et_EE/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/he_IL/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/he_IL/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/id_ID/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/id_ID/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/is_IS/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/is_IS/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_CH/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/it_CH/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_IT/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/it_IT/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/DateTime.php b/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/DateTime.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/me_ME/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/me_ME/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/mn_MN/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/mn_MN/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/mn_MN/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/mn_MN/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Miscellaneous.php b/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Miscellaneous.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/LicensePlate.php b/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/LicensePlate.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/check_digit.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/check_digit.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sr_Cyrl_RS/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/sr_Cyrl_RS/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sr_Cyrl_RS/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/sr_Cyrl_RS/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sr_Cyrl_RS/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/sr_Cyrl_RS/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sr_Latn_RS/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/sr_Latn_RS/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sr_Latn_RS/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/sr_Latn_RS/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sr_Latn_RS/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/sr_Latn_RS/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sr_RS/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/sr_RS/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sr_RS/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/sr_RS/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sr_RS/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/sr_RS/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Municipality.php b/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Municipality.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/th_TH/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/th_TH/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/DateTime.php b/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/DateTime.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/DateTime.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/DateTime.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Address.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Address.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Color.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Color.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Company.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Company.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/DateTime.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/DateTime.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Internet.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Internet.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Payment.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Person.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Person.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/PhoneNumber.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Text.php b/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Text.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/UniqueGenerator.php b/vendor/fakerphp/faker/src/Faker/UniqueGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/Faker/ValidGenerator.php b/vendor/fakerphp/faker/src/Faker/ValidGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/fakerphp/faker/src/autoload.php b/vendor/fakerphp/faker/src/autoload.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/.editorconfig b/vendor/fedapay/fedapay-php/.editorconfig old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/.github/workflows/php.yml b/vendor/fedapay/fedapay-php/.github/workflows/php.yml old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/.gitignore b/vendor/fedapay/fedapay-php/.gitignore old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/Jenkinsfile b/vendor/fedapay/fedapay-php/Jenkinsfile new file mode 100755 index 00000000..bacf9a59 --- /dev/null +++ b/vendor/fedapay/fedapay-php/Jenkinsfile @@ -0,0 +1,181 @@ +pipeline { + agent none + + stages { + stage('Notify') { + steps { + slackSend (color: '#FFFF00', message: "STARTED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})") + } + } + + stage('test') { + parallel { + stage('php:5.5') { + agent { + docker { + image 'php:5.5' + args '-u root:sudo' + } + } + + steps { + withCredentials([ + file(credentialsId: 'ssh_private_key_file', variable: 'SSH_PRIVATE_KEY_FILE') + ]) { + sh ''' + bash -x jenkins-ci.sh + php vendor/bin/phpunit + php vendor/bin/phpcs --standard=PSR2 -n lib tests *.php + ''' + } + } + + post { + always { + sh 'rm -R vendor/' + } + } + } + + stage('php:5.6') { + agent { + docker { + image 'php:5.6' + args '-u root:sudo' + } + } + + steps { + withCredentials([ + file(credentialsId: 'ssh_private_key_file', variable: 'SSH_PRIVATE_KEY_FILE') + ]) { + sh ''' + bash -x jenkins-ci.sh + php vendor/bin/phpunit + php vendor/bin/phpcs --standard=PSR2 -n lib tests *.php + ''' + } + } + + post { + always { + sh 'rm -R vendor/' + } + } + } + + stage('php:7.0') { + agent { + docker { + image 'php:7.0' + args '-u root:sudo' + } + } + + steps { + withCredentials([ + file(credentialsId: 'ssh_private_key_file', variable: 'SSH_PRIVATE_KEY_FILE') + ]) { + sh ''' + bash -x jenkins-ci.sh + php vendor/bin/phpunit + php vendor/bin/phpcs --standard=PSR2 -n lib tests *.php + ''' + } + } + + post { + always { + sh 'rm -R vendor/' + } + } + } + + stage('php:7.1') { + agent { + docker { + image 'php:7.1' + args '-u root:sudo' + } + } + + steps { + withCredentials([ + file(credentialsId: 'ssh_private_key_file', variable: 'SSH_PRIVATE_KEY_FILE') + ]) { + sh ''' + bash -x jenkins-ci.sh + php vendor/bin/phpunit + php vendor/bin/phpcs --standard=PSR2 -n lib tests *.php + ''' + } + } + + post { + always { + sh 'rm -R vendor/' + } + } + } + + stage('php:7.2') { + agent { + docker { + image 'php:7.2' + args '-u root:sudo' + } + } + + steps { + withCredentials([ + file(credentialsId: 'ssh_private_key_file', variable: 'SSH_PRIVATE_KEY_FILE') + ]) { + sh ''' + bash -x jenkins-ci.sh + php vendor/bin/phpunit + php vendor/bin/phpcs --standard=PSR2 -n lib tests *.php + ''' + } + } + + post { + always { + sh 'rm -R vendor/' + } + } + } + } + } + + stage('Trigger') { + agent any + + when { + anyOf { + branch 'develop' + branch 'master' + } + } + + steps { + withCredentials([usernamePassword(credentialsId: 'auth_access', usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) { + sh ''' + URL='https://jenkins.fedapay.com/crumbIssuer/api/xml?xpath=concat(//crumbRequestField,":",//crumb)' + CRUMB=$(curl -s $URL --user ${USERNAME}:${PASSWORD}) + curl -X POST -H "$CRUMB" --user ${USERNAME}:${PASSWORD} https://jenkins.fedapay.com/job/fedapay-checkout/job/${BRANCH_NAME}/build + ''' + } + } + } + } + + post { + success { + slackSend (color: '#00FF00', message: "SUCCESSFUL: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})") + } + + failure { + slackSend (color: '#FF0000', message: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})") + } + } +} diff --git a/vendor/fedapay/fedapay-php/LICENSE b/vendor/fedapay/fedapay-php/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/README.md b/vendor/fedapay/fedapay-php/README.md old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/build.php b/vendor/fedapay/fedapay-php/build.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/composer.json b/vendor/fedapay/fedapay-php/composer.json old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/data/ca-certificates.crt b/vendor/fedapay/fedapay-php/data/ca-certificates.crt old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/init.php b/vendor/fedapay/fedapay-php/init.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Account.php b/vendor/fedapay/fedapay-php/lib/Account.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/ApiKey.php b/vendor/fedapay/fedapay-php/lib/ApiKey.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/ApiOperations/All.php b/vendor/fedapay/fedapay-php/lib/ApiOperations/All.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/ApiOperations/Create.php b/vendor/fedapay/fedapay-php/lib/ApiOperations/Create.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/ApiOperations/CreateInBatch.php b/vendor/fedapay/fedapay-php/lib/ApiOperations/CreateInBatch.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/ApiOperations/Delete.php b/vendor/fedapay/fedapay-php/lib/ApiOperations/Delete.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/ApiOperations/Request.php b/vendor/fedapay/fedapay-php/lib/ApiOperations/Request.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/ApiOperations/Retrieve.php b/vendor/fedapay/fedapay-php/lib/ApiOperations/Retrieve.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/ApiOperations/Save.php b/vendor/fedapay/fedapay-php/lib/ApiOperations/Save.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/ApiOperations/Search.php b/vendor/fedapay/fedapay-php/lib/ApiOperations/Search.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/ApiOperations/Update.php b/vendor/fedapay/fedapay-php/lib/ApiOperations/Update.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Balance.php b/vendor/fedapay/fedapay-php/lib/Balance.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Currency.php b/vendor/fedapay/fedapay-php/lib/Currency.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Customer.php b/vendor/fedapay/fedapay-php/lib/Customer.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Error/ApiConnection.php b/vendor/fedapay/fedapay-php/lib/Error/ApiConnection.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Error/Base.php b/vendor/fedapay/fedapay-php/lib/Error/Base.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Error/InvalidRequest.php b/vendor/fedapay/fedapay-php/lib/Error/InvalidRequest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Error/SignatureVerification.php b/vendor/fedapay/fedapay-php/lib/Error/SignatureVerification.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Event.php b/vendor/fedapay/fedapay-php/lib/Event.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/FedaPay.php b/vendor/fedapay/fedapay-php/lib/FedaPay.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/FedaPayObject.php b/vendor/fedapay/fedapay-php/lib/FedaPayObject.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/HttpClient/ClientInterface.php b/vendor/fedapay/fedapay-php/lib/HttpClient/ClientInterface.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/HttpClient/CurlClient.php b/vendor/fedapay/fedapay-php/lib/HttpClient/CurlClient.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Invoice.php b/vendor/fedapay/fedapay-php/lib/Invoice.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Log.php b/vendor/fedapay/fedapay-php/lib/Log.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/OAuth/Client.php b/vendor/fedapay/fedapay-php/lib/OAuth/Client.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Page.php b/vendor/fedapay/fedapay-php/lib/Page.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/PaymentSource.php b/vendor/fedapay/fedapay-php/lib/PaymentSource.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Payout.php b/vendor/fedapay/fedapay-php/lib/Payout.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/PhoneNumber.php b/vendor/fedapay/fedapay-php/lib/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Requestor.php b/vendor/fedapay/fedapay-php/lib/Requestor.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Resource.php b/vendor/fedapay/fedapay-php/lib/Resource.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Transaction.php b/vendor/fedapay/fedapay-php/lib/Transaction.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Util/Inflector.php b/vendor/fedapay/fedapay-php/lib/Util/Inflector.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Util/RandomGenerator.php b/vendor/fedapay/fedapay-php/lib/Util/RandomGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Util/Util.php b/vendor/fedapay/fedapay-php/lib/Util/Util.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/Webhook.php b/vendor/fedapay/fedapay-php/lib/Webhook.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/lib/WebhookSignature.php b/vendor/fedapay/fedapay-php/lib/WebhookSignature.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/phpunit.no_autoload.xml b/vendor/fedapay/fedapay-php/phpunit.no_autoload.xml old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/phpunit.xml b/vendor/fedapay/fedapay-php/phpunit.xml old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/AccountTest.php b/vendor/fedapay/fedapay-php/tests/AccountTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/BalanceTest.php b/vendor/fedapay/fedapay-php/tests/BalanceTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/BaseTestCase.php b/vendor/fedapay/fedapay-php/tests/BaseTestCase.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/CurrencyTest.php b/vendor/fedapay/fedapay-php/tests/CurrencyTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/CustomerTest.php b/vendor/fedapay/fedapay-php/tests/CustomerTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/EventTest.php b/vendor/fedapay/fedapay-php/tests/EventTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/FedapayObjectTest.php b/vendor/fedapay/fedapay-php/tests/FedapayObjectTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/Fixtures/Foo.php b/vendor/fedapay/fedapay-php/tests/Fixtures/Foo.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/Fixtures/FooCurrency.php b/vendor/fedapay/fedapay-php/tests/Fixtures/FooCurrency.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/Fixtures/FooPerson.php b/vendor/fedapay/fedapay-php/tests/Fixtures/FooPerson.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/Fixtures/FooTest.php b/vendor/fedapay/fedapay-php/tests/Fixtures/FooTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/HttpClient/CurlClientTest.php b/vendor/fedapay/fedapay-php/tests/HttpClient/CurlClientTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/InvoiceTest.php b/vendor/fedapay/fedapay-php/tests/InvoiceTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/LogTest.php b/vendor/fedapay/fedapay-php/tests/LogTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/OAuth/ClientTest.php b/vendor/fedapay/fedapay-php/tests/OAuth/ClientTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/PageTest.php b/vendor/fedapay/fedapay-php/tests/PageTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/PayoutTest.php b/vendor/fedapay/fedapay-php/tests/PayoutTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/RequestorTest.php b/vendor/fedapay/fedapay-php/tests/RequestorTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/ResourceTest.php b/vendor/fedapay/fedapay-php/tests/ResourceTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/TransactionTest.php b/vendor/fedapay/fedapay-php/tests/TransactionTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/Util/UtilTest.php b/vendor/fedapay/fedapay-php/tests/Util/UtilTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/WebhookTest.php b/vendor/fedapay/fedapay-php/tests/WebhookTest.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/bootstrap.no_autoload.php b/vendor/fedapay/fedapay-php/tests/bootstrap.no_autoload.php old mode 100644 new mode 100755 diff --git a/vendor/fedapay/fedapay-php/tests/bootstrap.php b/vendor/fedapay/fedapay-php/tests/bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/fig/http-message-util/.gitignore b/vendor/fig/http-message-util/.gitignore old mode 100644 new mode 100755 diff --git a/vendor/fig/http-message-util/CHANGELOG.md b/vendor/fig/http-message-util/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/fig/http-message-util/LICENSE b/vendor/fig/http-message-util/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/fig/http-message-util/README.md b/vendor/fig/http-message-util/README.md old mode 100644 new mode 100755 diff --git a/vendor/fig/http-message-util/composer.json b/vendor/fig/http-message-util/composer.json old mode 100644 new mode 100755 diff --git a/vendor/fig/http-message-util/src/RequestMethodInterface.php b/vendor/fig/http-message-util/src/RequestMethodInterface.php old mode 100644 new mode 100755 diff --git a/vendor/fig/http-message-util/src/StatusCodeInterface.php b/vendor/fig/http-message-util/src/StatusCodeInterface.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/.mailmap b/vendor/filp/whoops/.mailmap old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/CHANGELOG.md b/vendor/filp/whoops/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/LICENSE.md b/vendor/filp/whoops/LICENSE.md old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/SECURITY.md b/vendor/filp/whoops/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/composer.json b/vendor/filp/whoops/composer.json old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Exception/ErrorException.php b/vendor/filp/whoops/src/Whoops/Exception/ErrorException.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Exception/Formatter.php b/vendor/filp/whoops/src/Whoops/Exception/Formatter.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Exception/Frame.php b/vendor/filp/whoops/src/Whoops/Exception/Frame.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php b/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Exception/Inspector.php b/vendor/filp/whoops/src/Whoops/Exception/Inspector.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Handler/CallbackHandler.php b/vendor/filp/whoops/src/Whoops/Handler/CallbackHandler.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Handler/Handler.php b/vendor/filp/whoops/src/Whoops/Handler/Handler.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Handler/HandlerInterface.php b/vendor/filp/whoops/src/Whoops/Handler/HandlerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Handler/JsonResponseHandler.php b/vendor/filp/whoops/src/Whoops/Handler/JsonResponseHandler.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Handler/PlainTextHandler.php b/vendor/filp/whoops/src/Whoops/Handler/PlainTextHandler.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php b/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Handler/XmlResponseHandler.php b/vendor/filp/whoops/src/Whoops/Handler/XmlResponseHandler.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Inspector/InspectorFactory.php b/vendor/filp/whoops/src/Whoops/Inspector/InspectorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Inspector/InspectorFactoryInterface.php b/vendor/filp/whoops/src/Whoops/Inspector/InspectorFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Inspector/InspectorInterface.php b/vendor/filp/whoops/src/Whoops/Inspector/InspectorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/css/prism.css b/vendor/filp/whoops/src/Whoops/Resources/css/prism.css old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/css/whoops.base.css b/vendor/filp/whoops/src/Whoops/Resources/css/whoops.base.css old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/js/clipboard.min.js b/vendor/filp/whoops/src/Whoops/Resources/js/clipboard.min.js old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/js/prism.js b/vendor/filp/whoops/src/Whoops/Resources/js/prism.js old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/js/whoops.base.js b/vendor/filp/whoops/src/Whoops/Resources/js/whoops.base.js old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/js/zepto.min.js b/vendor/filp/whoops/src/Whoops/Resources/js/zepto.min.js old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php b/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/views/frame_code.html.php b/vendor/filp/whoops/src/Whoops/Resources/views/frame_code.html.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/views/frame_list.html.php b/vendor/filp/whoops/src/Whoops/Resources/views/frame_list.html.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/views/frames_container.html.php b/vendor/filp/whoops/src/Whoops/Resources/views/frames_container.html.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/views/frames_description.html.php b/vendor/filp/whoops/src/Whoops/Resources/views/frames_description.html.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/views/header.html.php b/vendor/filp/whoops/src/Whoops/Resources/views/header.html.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/views/header_outer.html.php b/vendor/filp/whoops/src/Whoops/Resources/views/header_outer.html.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php b/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php b/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php b/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/views/panel_left.html.php b/vendor/filp/whoops/src/Whoops/Resources/views/panel_left.html.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Resources/views/panel_left_outer.html.php b/vendor/filp/whoops/src/Whoops/Resources/views/panel_left_outer.html.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Run.php b/vendor/filp/whoops/src/Whoops/Run.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/RunInterface.php b/vendor/filp/whoops/src/Whoops/RunInterface.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Util/HtmlDumperOutput.php b/vendor/filp/whoops/src/Whoops/Util/HtmlDumperOutput.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Util/Misc.php b/vendor/filp/whoops/src/Whoops/Util/Misc.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Util/SystemFacade.php b/vendor/filp/whoops/src/Whoops/Util/SystemFacade.php old mode 100644 new mode 100755 diff --git a/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php b/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php old mode 100644 new mode 100755 diff --git a/vendor/firebase/php-jwt/CHANGELOG.md b/vendor/firebase/php-jwt/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/firebase/php-jwt/LICENSE b/vendor/firebase/php-jwt/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/firebase/php-jwt/README.md b/vendor/firebase/php-jwt/README.md old mode 100644 new mode 100755 diff --git a/vendor/firebase/php-jwt/composer.json b/vendor/firebase/php-jwt/composer.json old mode 100644 new mode 100755 diff --git a/vendor/firebase/php-jwt/src/BeforeValidException.php b/vendor/firebase/php-jwt/src/BeforeValidException.php old mode 100644 new mode 100755 diff --git a/vendor/firebase/php-jwt/src/CachedKeySet.php b/vendor/firebase/php-jwt/src/CachedKeySet.php old mode 100644 new mode 100755 diff --git a/vendor/firebase/php-jwt/src/ExpiredException.php b/vendor/firebase/php-jwt/src/ExpiredException.php old mode 100644 new mode 100755 diff --git a/vendor/firebase/php-jwt/src/JWK.php b/vendor/firebase/php-jwt/src/JWK.php old mode 100644 new mode 100755 diff --git a/vendor/firebase/php-jwt/src/JWT.php b/vendor/firebase/php-jwt/src/JWT.php old mode 100644 new mode 100755 diff --git a/vendor/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php b/vendor/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php old mode 100644 new mode 100755 diff --git a/vendor/firebase/php-jwt/src/Key.php b/vendor/firebase/php-jwt/src/Key.php old mode 100644 new mode 100755 diff --git a/vendor/firebase/php-jwt/src/SignatureInvalidException.php b/vendor/firebase/php-jwt/src/SignatureInvalidException.php old mode 100644 new mode 100755 diff --git a/vendor/fruitcake/php-cors/LICENSE b/vendor/fruitcake/php-cors/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/fruitcake/php-cors/README.md b/vendor/fruitcake/php-cors/README.md old mode 100644 new mode 100755 diff --git a/vendor/fruitcake/php-cors/composer.json b/vendor/fruitcake/php-cors/composer.json old mode 100644 new mode 100755 diff --git a/vendor/fruitcake/php-cors/src/CorsService.php b/vendor/fruitcake/php-cors/src/CorsService.php old mode 100644 new mode 100755 diff --git a/vendor/fruitcake/php-cors/src/Exceptions/InvalidOptionException.php b/vendor/fruitcake/php-cors/src/Exceptions/InvalidOptionException.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/.repo-metadata.json b/vendor/google/auth/.repo-metadata.json old mode 100644 new mode 100755 diff --git a/vendor/google/auth/COPYING b/vendor/google/auth/COPYING old mode 100644 new mode 100755 diff --git a/vendor/google/auth/LICENSE b/vendor/google/auth/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/google/auth/README.md b/vendor/google/auth/README.md old mode 100644 new mode 100755 diff --git a/vendor/google/auth/SECURITY.md b/vendor/google/auth/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/google/auth/VERSION b/vendor/google/auth/VERSION old mode 100644 new mode 100755 diff --git a/vendor/google/auth/composer.json b/vendor/google/auth/composer.json old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/AccessToken.php b/vendor/google/auth/src/AccessToken.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/ApplicationDefaultCredentials.php b/vendor/google/auth/src/ApplicationDefaultCredentials.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Cache/FileSystemCacheItemPool.php b/vendor/google/auth/src/Cache/FileSystemCacheItemPool.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Cache/InvalidArgumentException.php b/vendor/google/auth/src/Cache/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Cache/MemoryCacheItemPool.php b/vendor/google/auth/src/Cache/MemoryCacheItemPool.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Cache/SysVCacheItemPool.php b/vendor/google/auth/src/Cache/SysVCacheItemPool.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Cache/TypedItem.php b/vendor/google/auth/src/Cache/TypedItem.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/CacheTrait.php b/vendor/google/auth/src/CacheTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/CredentialSource/AwsNativeSource.php b/vendor/google/auth/src/CredentialSource/AwsNativeSource.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/CredentialSource/ExecutableSource.php b/vendor/google/auth/src/CredentialSource/ExecutableSource.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/CredentialSource/FileSource.php b/vendor/google/auth/src/CredentialSource/FileSource.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/CredentialSource/UrlSource.php b/vendor/google/auth/src/CredentialSource/UrlSource.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Credentials/AppIdentityCredentials.php b/vendor/google/auth/src/Credentials/AppIdentityCredentials.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Credentials/ExternalAccountCredentials.php b/vendor/google/auth/src/Credentials/ExternalAccountCredentials.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Credentials/GCECredentials.php b/vendor/google/auth/src/Credentials/GCECredentials.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Credentials/IAMCredentials.php b/vendor/google/auth/src/Credentials/IAMCredentials.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Credentials/ImpersonatedServiceAccountCredentials.php b/vendor/google/auth/src/Credentials/ImpersonatedServiceAccountCredentials.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Credentials/InsecureCredentials.php b/vendor/google/auth/src/Credentials/InsecureCredentials.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Credentials/ServiceAccountCredentials.php b/vendor/google/auth/src/Credentials/ServiceAccountCredentials.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php b/vendor/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Credentials/UserRefreshCredentials.php b/vendor/google/auth/src/Credentials/UserRefreshCredentials.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/CredentialsLoader.php b/vendor/google/auth/src/CredentialsLoader.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/ExecutableHandler/ExecutableHandler.php b/vendor/google/auth/src/ExecutableHandler/ExecutableHandler.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/ExecutableHandler/ExecutableResponseError.php b/vendor/google/auth/src/ExecutableHandler/ExecutableResponseError.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/ExternalAccountCredentialSourceInterface.php b/vendor/google/auth/src/ExternalAccountCredentialSourceInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/FetchAuthTokenCache.php b/vendor/google/auth/src/FetchAuthTokenCache.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/FetchAuthTokenInterface.php b/vendor/google/auth/src/FetchAuthTokenInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/GCECache.php b/vendor/google/auth/src/GCECache.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/GetQuotaProjectInterface.php b/vendor/google/auth/src/GetQuotaProjectInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/GetUniverseDomainInterface.php b/vendor/google/auth/src/GetUniverseDomainInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php b/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/HttpHandler/Guzzle7HttpHandler.php b/vendor/google/auth/src/HttpHandler/Guzzle7HttpHandler.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/HttpHandler/HttpClientCache.php b/vendor/google/auth/src/HttpHandler/HttpClientCache.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/HttpHandler/HttpHandlerFactory.php b/vendor/google/auth/src/HttpHandler/HttpHandlerFactory.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Iam.php b/vendor/google/auth/src/Iam.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/IamSignerTrait.php b/vendor/google/auth/src/IamSignerTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Logging/LoggingTrait.php b/vendor/google/auth/src/Logging/LoggingTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Logging/RpcLogEvent.php b/vendor/google/auth/src/Logging/RpcLogEvent.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Logging/StdOutLogger.php b/vendor/google/auth/src/Logging/StdOutLogger.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/MetricsTrait.php b/vendor/google/auth/src/MetricsTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Middleware/AuthTokenMiddleware.php b/vendor/google/auth/src/Middleware/AuthTokenMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Middleware/ProxyAuthTokenMiddleware.php b/vendor/google/auth/src/Middleware/ProxyAuthTokenMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php b/vendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/Middleware/SimpleMiddleware.php b/vendor/google/auth/src/Middleware/SimpleMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/OAuth2.php b/vendor/google/auth/src/OAuth2.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/ProjectIdProviderInterface.php b/vendor/google/auth/src/ProjectIdProviderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/ServiceAccountSignerTrait.php b/vendor/google/auth/src/ServiceAccountSignerTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/SignBlobInterface.php b/vendor/google/auth/src/SignBlobInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/UpdateMetadataInterface.php b/vendor/google/auth/src/UpdateMetadataInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/auth/src/UpdateMetadataTrait.php b/vendor/google/auth/src/UpdateMetadataTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/.gitattributes b/vendor/google/cloud-core/.gitattributes old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/CODE_OF_CONDUCT.md b/vendor/google/cloud-core/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/CONTRIBUTING.md b/vendor/google/cloud-core/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/LICENSE b/vendor/google/cloud-core/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/README.md b/vendor/google/cloud-core/README.md old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/SECURITY.md b/vendor/google/cloud-core/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/VERSION b/vendor/google/cloud-core/VERSION old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/composer.json b/vendor/google/cloud-core/composer.json old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/perf-bootstrap.php b/vendor/google/cloud-core/perf-bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/snippet-bootstrap.php b/vendor/google/cloud-core/snippet-bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/AnonymousCredentials.php b/vendor/google/cloud-core/src/AnonymousCredentials.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/ApiHelperTrait.php b/vendor/google/cloud-core/src/ApiHelperTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/ArrayTrait.php b/vendor/google/cloud-core/src/ArrayTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/BatchDaemon.php b/vendor/google/cloud-core/src/Batch/BatchDaemon.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/BatchDaemonTrait.php b/vendor/google/cloud-core/src/Batch/BatchDaemonTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/BatchJob.php b/vendor/google/cloud-core/src/Batch/BatchJob.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/BatchRunner.php b/vendor/google/cloud-core/src/Batch/BatchRunner.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/BatchTrait.php b/vendor/google/cloud-core/src/Batch/BatchTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/ClosureSerializerInterface.php b/vendor/google/cloud-core/src/Batch/ClosureSerializerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/ConfigStorageInterface.php b/vendor/google/cloud-core/src/Batch/ConfigStorageInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/HandleFailureTrait.php b/vendor/google/cloud-core/src/Batch/HandleFailureTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/InMemoryConfigStorage.php b/vendor/google/cloud-core/src/Batch/InMemoryConfigStorage.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/InterruptTrait.php b/vendor/google/cloud-core/src/Batch/InterruptTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/JobConfig.php b/vendor/google/cloud-core/src/Batch/JobConfig.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/JobInterface.php b/vendor/google/cloud-core/src/Batch/JobInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/JobTrait.php b/vendor/google/cloud-core/src/Batch/JobTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/OpisClosureSerializer.php b/vendor/google/cloud-core/src/Batch/OpisClosureSerializer.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/OpisClosureSerializerV4.php b/vendor/google/cloud-core/src/Batch/OpisClosureSerializerV4.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/ProcessItemInterface.php b/vendor/google/cloud-core/src/Batch/ProcessItemInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/QueueOverflowException.php b/vendor/google/cloud-core/src/Batch/QueueOverflowException.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/Retry.php b/vendor/google/cloud-core/src/Batch/Retry.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/SerializableClientTrait.php b/vendor/google/cloud-core/src/Batch/SerializableClientTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/SimpleJob.php b/vendor/google/cloud-core/src/Batch/SimpleJob.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/SimpleJobTrait.php b/vendor/google/cloud-core/src/Batch/SimpleJobTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/SysvConfigStorage.php b/vendor/google/cloud-core/src/Batch/SysvConfigStorage.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Batch/SysvProcessor.php b/vendor/google/cloud-core/src/Batch/SysvProcessor.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Blob.php b/vendor/google/cloud-core/src/Blob.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/ClientTrait.php b/vendor/google/cloud-core/src/ClientTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Compute/Metadata.php b/vendor/google/cloud-core/src/Compute/Metadata.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Compute/Metadata/Readers/HttpHandlerReader.php b/vendor/google/cloud-core/src/Compute/Metadata/Readers/HttpHandlerReader.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Compute/Metadata/Readers/ReaderInterface.php b/vendor/google/cloud-core/src/Compute/Metadata/Readers/ReaderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Compute/Metadata/Readers/StreamReader.php b/vendor/google/cloud-core/src/Compute/Metadata/Readers/StreamReader.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/ConcurrencyControlTrait.php b/vendor/google/cloud-core/src/ConcurrencyControlTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/DebugInfoTrait.php b/vendor/google/cloud-core/src/DebugInfoTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/DetectProjectIdTrait.php b/vendor/google/cloud-core/src/DetectProjectIdTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Duration.php b/vendor/google/cloud-core/src/Duration.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/EmulatorTrait.php b/vendor/google/cloud-core/src/EmulatorTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Exception/AbortedException.php b/vendor/google/cloud-core/src/Exception/AbortedException.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Exception/BadRequestException.php b/vendor/google/cloud-core/src/Exception/BadRequestException.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Exception/ConflictException.php b/vendor/google/cloud-core/src/Exception/ConflictException.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Exception/DeadlineExceededException.php b/vendor/google/cloud-core/src/Exception/DeadlineExceededException.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Exception/FailedPreconditionException.php b/vendor/google/cloud-core/src/Exception/FailedPreconditionException.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Exception/GoogleException.php b/vendor/google/cloud-core/src/Exception/GoogleException.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Exception/NotFoundException.php b/vendor/google/cloud-core/src/Exception/NotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Exception/ServerException.php b/vendor/google/cloud-core/src/Exception/ServerException.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Exception/ServiceException.php b/vendor/google/cloud-core/src/Exception/ServiceException.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/ExponentialBackoff.php b/vendor/google/cloud-core/src/ExponentialBackoff.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/GeoPoint.php b/vendor/google/cloud-core/src/GeoPoint.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/GrpcRequestWrapper.php b/vendor/google/cloud-core/src/GrpcRequestWrapper.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/GrpcTrait.php b/vendor/google/cloud-core/src/GrpcTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Iam/Iam.php b/vendor/google/cloud-core/src/Iam/Iam.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Iam/IamConnectionInterface.php b/vendor/google/cloud-core/src/Iam/IamConnectionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Iam/IamManager.php b/vendor/google/cloud-core/src/Iam/IamManager.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Iam/PolicyBuilder.php b/vendor/google/cloud-core/src/Iam/PolicyBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/InsecureCredentialsWrapper.php b/vendor/google/cloud-core/src/InsecureCredentialsWrapper.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Int64.php b/vendor/google/cloud-core/src/Int64.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Iterator/ItemIterator.php b/vendor/google/cloud-core/src/Iterator/ItemIterator.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Iterator/ItemIteratorTrait.php b/vendor/google/cloud-core/src/Iterator/ItemIteratorTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Iterator/PageIterator.php b/vendor/google/cloud-core/src/Iterator/PageIterator.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Iterator/PageIteratorTrait.php b/vendor/google/cloud-core/src/Iterator/PageIteratorTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/JsonTrait.php b/vendor/google/cloud-core/src/JsonTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Lock/FlockLock.php b/vendor/google/cloud-core/src/Lock/FlockLock.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Lock/LockInterface.php b/vendor/google/cloud-core/src/Lock/LockInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Lock/LockTrait.php b/vendor/google/cloud-core/src/Lock/LockTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Lock/SemaphoreLock.php b/vendor/google/cloud-core/src/Lock/SemaphoreLock.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Lock/SymfonyLockAdapter.php b/vendor/google/cloud-core/src/Lock/SymfonyLockAdapter.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Logger/AppEngineFlexFormatter.php b/vendor/google/cloud-core/src/Logger/AppEngineFlexFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Logger/AppEngineFlexFormatterV2.php b/vendor/google/cloud-core/src/Logger/AppEngineFlexFormatterV2.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Logger/AppEngineFlexFormatterV3.php b/vendor/google/cloud-core/src/Logger/AppEngineFlexFormatterV3.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Logger/AppEngineFlexHandler.php b/vendor/google/cloud-core/src/Logger/AppEngineFlexHandler.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Logger/AppEngineFlexHandlerFactory.php b/vendor/google/cloud-core/src/Logger/AppEngineFlexHandlerFactory.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Logger/AppEngineFlexHandlerV2.php b/vendor/google/cloud-core/src/Logger/AppEngineFlexHandlerV2.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Logger/AppEngineFlexHandlerV3.php b/vendor/google/cloud-core/src/Logger/AppEngineFlexHandlerV3.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Logger/FormatterTrait.php b/vendor/google/cloud-core/src/Logger/FormatterTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/LongRunning/LROTrait.php b/vendor/google/cloud-core/src/LongRunning/LROTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/LongRunning/LongRunningClientConnection.php b/vendor/google/cloud-core/src/LongRunning/LongRunningClientConnection.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/LongRunning/LongRunningConnectionInterface.php b/vendor/google/cloud-core/src/LongRunning/LongRunningConnectionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/LongRunning/LongRunningOperation.php b/vendor/google/cloud-core/src/LongRunning/LongRunningOperation.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/LongRunning/OperationResponseTrait.php b/vendor/google/cloud-core/src/LongRunning/OperationResponseTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/OptionsValidator.php b/vendor/google/cloud-core/src/OptionsValidator.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/PhpArray.php b/vendor/google/cloud-core/src/PhpArray.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Report/CloudRunJobMetadataProvider.php b/vendor/google/cloud-core/src/Report/CloudRunJobMetadataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Report/CloudRunMetadataProvider.php b/vendor/google/cloud-core/src/Report/CloudRunMetadataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Report/CloudRunServiceMetadataProvider.php b/vendor/google/cloud-core/src/Report/CloudRunServiceMetadataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Report/EmptyMetadataProvider.php b/vendor/google/cloud-core/src/Report/EmptyMetadataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Report/GAEFlexMetadataProvider.php b/vendor/google/cloud-core/src/Report/GAEFlexMetadataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Report/GAEMetadataProvider.php b/vendor/google/cloud-core/src/Report/GAEMetadataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Report/GAEStandardMetadataProvider.php b/vendor/google/cloud-core/src/Report/GAEStandardMetadataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Report/MetadataProviderInterface.php b/vendor/google/cloud-core/src/Report/MetadataProviderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Report/MetadataProviderUtils.php b/vendor/google/cloud-core/src/Report/MetadataProviderUtils.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Report/SimpleMetadataProvider.php b/vendor/google/cloud-core/src/Report/SimpleMetadataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/RequestBuilder.php b/vendor/google/cloud-core/src/RequestBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/RequestHandler.php b/vendor/google/cloud-core/src/RequestHandler.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/RequestProcessorTrait.php b/vendor/google/cloud-core/src/RequestProcessorTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/RequestWrapper.php b/vendor/google/cloud-core/src/RequestWrapper.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/RequestWrapperTrait.php b/vendor/google/cloud-core/src/RequestWrapperTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/RestTrait.php b/vendor/google/cloud-core/src/RestTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Retry.php b/vendor/google/cloud-core/src/Retry.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/RetryDeciderTrait.php b/vendor/google/cloud-core/src/RetryDeciderTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/ServiceBuilder.php b/vendor/google/cloud-core/src/ServiceBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/SysvTrait.php b/vendor/google/cloud-core/src/SysvTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/ArrayHasSameValuesToken.php b/vendor/google/cloud-core/src/Testing/ArrayHasSameValuesToken.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/CheckForClassTrait.php b/vendor/google/cloud-core/src/Testing/CheckForClassTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/DatastoreOperationRefreshTrait.php b/vendor/google/cloud-core/src/Testing/DatastoreOperationRefreshTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/FileListFilterIterator.php b/vendor/google/cloud-core/src/Testing/FileListFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/GcTestListener.php b/vendor/google/cloud-core/src/Testing/GcTestListener.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/GrpcTestTrait.php b/vendor/google/cloud-core/src/Testing/GrpcTestTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/KeyPairGenerateTrait.php b/vendor/google/cloud-core/src/Testing/KeyPairGenerateTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Lock/MockGlobals.php b/vendor/google/cloud-core/src/Testing/Lock/MockGlobals.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Lock/MockValues.php b/vendor/google/cloud-core/src/Testing/Lock/MockValues.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/README.md b/vendor/google/cloud-core/src/Testing/README.md old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Reflection/DescriptionFactory.php b/vendor/google/cloud-core/src/Testing/Reflection/DescriptionFactory.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Reflection/ReflectionHandlerFactory.php b/vendor/google/cloud-core/src/Testing/Reflection/ReflectionHandlerFactory.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Reflection/ReflectionHandlerV6.php b/vendor/google/cloud-core/src/Testing/Reflection/ReflectionHandlerV6.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/RegexFileFilter.php b/vendor/google/cloud-core/src/Testing/RegexFileFilter.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Snippet/Container.php b/vendor/google/cloud-core/src/Testing/Snippet/Container.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Snippet/Coverage/Coverage.php b/vendor/google/cloud-core/src/Testing/Snippet/Coverage/Coverage.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Snippet/Coverage/ExcludeFilter.php b/vendor/google/cloud-core/src/Testing/Snippet/Coverage/ExcludeFilter.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Snippet/Coverage/Scanner.php b/vendor/google/cloud-core/src/Testing/Snippet/Coverage/Scanner.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Snippet/Coverage/ScannerInterface.php b/vendor/google/cloud-core/src/Testing/Snippet/Coverage/ScannerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Snippet/Fixtures.php b/vendor/google/cloud-core/src/Testing/Snippet/Fixtures.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Snippet/Parser/InvokeResult.php b/vendor/google/cloud-core/src/Testing/Snippet/Parser/InvokeResult.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Snippet/Parser/Parser.php b/vendor/google/cloud-core/src/Testing/Snippet/Parser/Parser.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Snippet/Parser/Snippet.php b/vendor/google/cloud-core/src/Testing/Snippet/Parser/Snippet.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Snippet/SnippetTestCase.php b/vendor/google/cloud-core/src/Testing/Snippet/SnippetTestCase.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/Snippet/keyfile-stub.json b/vendor/google/cloud-core/src/Testing/Snippet/keyfile-stub.json old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/StubTrait.php b/vendor/google/cloud-core/src/Testing/StubTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/System/DeletionQueue.php b/vendor/google/cloud-core/src/Testing/System/DeletionQueue.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/System/KeyManager.php b/vendor/google/cloud-core/src/Testing/System/KeyManager.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/System/SystemTestCase.php b/vendor/google/cloud-core/src/Testing/System/SystemTestCase.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Testing/TestHelpers.php b/vendor/google/cloud-core/src/Testing/TestHelpers.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/TimeTrait.php b/vendor/google/cloud-core/src/TimeTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Timestamp.php b/vendor/google/cloud-core/src/Timestamp.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/TimestampTrait.php b/vendor/google/cloud-core/src/TimestampTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Upload/AbstractUploader.php b/vendor/google/cloud-core/src/Upload/AbstractUploader.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Upload/MultipartUploader.php b/vendor/google/cloud-core/src/Upload/MultipartUploader.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Upload/ResumableUploader.php b/vendor/google/cloud-core/src/Upload/ResumableUploader.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Upload/SignedUrlUploader.php b/vendor/google/cloud-core/src/Upload/SignedUrlUploader.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/Upload/StreamableUploader.php b/vendor/google/cloud-core/src/Upload/StreamableUploader.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/UriTrait.php b/vendor/google/cloud-core/src/UriTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/ValidateTrait.php b/vendor/google/cloud-core/src/ValidateTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/ValueMapperTrait.php b/vendor/google/cloud-core/src/ValueMapperTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/src/WhitelistTrait.php b/vendor/google/cloud-core/src/WhitelistTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/system-bootstrap.php b/vendor/google/cloud-core/system-bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-core/unit-bootstrap.php b/vendor/google/cloud-core/unit-bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/.gitattributes b/vendor/google/cloud-storage/.gitattributes old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/CODE_OF_CONDUCT.md b/vendor/google/cloud-storage/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/CONTRIBUTING.md b/vendor/google/cloud-storage/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/LICENSE b/vendor/google/cloud-storage/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/README.md b/vendor/google/cloud-storage/README.md old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/SECURITY.md b/vendor/google/cloud-storage/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/VERSION b/vendor/google/cloud-storage/VERSION old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/composer.json b/vendor/google/cloud-storage/composer.json old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/Acl.php b/vendor/google/cloud-storage/src/Acl.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/Bucket.php b/vendor/google/cloud-storage/src/Bucket.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/BucketIterator.php b/vendor/google/cloud-storage/src/BucketIterator.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/Connection/ConnectionInterface.php b/vendor/google/cloud-storage/src/Connection/ConnectionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/Connection/IamBucket.php b/vendor/google/cloud-storage/src/Connection/IamBucket.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/Connection/Rest.php b/vendor/google/cloud-storage/src/Connection/Rest.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/Connection/RetryTrait.php b/vendor/google/cloud-storage/src/Connection/RetryTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/Connection/ServiceDefinition/storage-v1.json b/vendor/google/cloud-storage/src/Connection/ServiceDefinition/storage-v1.json old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/CreatedHmacKey.php b/vendor/google/cloud-storage/src/CreatedHmacKey.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/EncryptionTrait.php b/vendor/google/cloud-storage/src/EncryptionTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/HmacKey.php b/vendor/google/cloud-storage/src/HmacKey.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/Lifecycle.php b/vendor/google/cloud-storage/src/Lifecycle.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/Notification.php b/vendor/google/cloud-storage/src/Notification.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/ObjectIterator.php b/vendor/google/cloud-storage/src/ObjectIterator.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/ObjectPageIterator.php b/vendor/google/cloud-storage/src/ObjectPageIterator.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/ReadStream.php b/vendor/google/cloud-storage/src/ReadStream.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/SigningHelper.php b/vendor/google/cloud-storage/src/SigningHelper.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/StorageClient.php b/vendor/google/cloud-storage/src/StorageClient.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/StorageObject.php b/vendor/google/cloud-storage/src/StorageObject.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/StreamWrapper.php b/vendor/google/cloud-storage/src/StreamWrapper.php old mode 100644 new mode 100755 diff --git a/vendor/google/cloud-storage/src/WriteStream.php b/vendor/google/cloud-storage/src/WriteStream.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/CHANGELOG.md b/vendor/google/common-protos/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/CODE_OF_CONDUCT.md b/vendor/google/common-protos/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/CONTRIBUTING.md b/vendor/google/common-protos/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/LICENSE b/vendor/google/common-protos/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/README.md b/vendor/google/common-protos/README.md old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/SECURITY.md b/vendor/google/common-protos/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/VERSION b/vendor/google/common-protos/VERSION old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/composer.json b/vendor/google/common-protos/composer.json old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Annotations.php b/vendor/google/common-protos/metadata/Api/Annotations.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Auth.php b/vendor/google/common-protos/metadata/Api/Auth.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Backend.php b/vendor/google/common-protos/metadata/Api/Backend.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Billing.php b/vendor/google/common-protos/metadata/Api/Billing.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Client.php b/vendor/google/common-protos/metadata/Api/Client.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/ConfigChange.php b/vendor/google/common-protos/metadata/Api/ConfigChange.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Consumer.php b/vendor/google/common-protos/metadata/Api/Consumer.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Context.php b/vendor/google/common-protos/metadata/Api/Context.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Control.php b/vendor/google/common-protos/metadata/Api/Control.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Distribution.php b/vendor/google/common-protos/metadata/Api/Distribution.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Documentation.php b/vendor/google/common-protos/metadata/Api/Documentation.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Endpoint.php b/vendor/google/common-protos/metadata/Api/Endpoint.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/ErrorReason.php b/vendor/google/common-protos/metadata/Api/ErrorReason.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/FieldBehavior.php b/vendor/google/common-protos/metadata/Api/FieldBehavior.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/FieldInfo.php b/vendor/google/common-protos/metadata/Api/FieldInfo.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Http.php b/vendor/google/common-protos/metadata/Api/Http.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Httpbody.php b/vendor/google/common-protos/metadata/Api/Httpbody.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Label.php b/vendor/google/common-protos/metadata/Api/Label.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/LaunchStage.php b/vendor/google/common-protos/metadata/Api/LaunchStage.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Log.php b/vendor/google/common-protos/metadata/Api/Log.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Logging.php b/vendor/google/common-protos/metadata/Api/Logging.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Metric.php b/vendor/google/common-protos/metadata/Api/Metric.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/MonitoredResource.php b/vendor/google/common-protos/metadata/Api/MonitoredResource.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Monitoring.php b/vendor/google/common-protos/metadata/Api/Monitoring.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Policy.php b/vendor/google/common-protos/metadata/Api/Policy.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Quota.php b/vendor/google/common-protos/metadata/Api/Quota.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Resource.php b/vendor/google/common-protos/metadata/Api/Resource.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Routing.php b/vendor/google/common-protos/metadata/Api/Routing.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Service.php b/vendor/google/common-protos/metadata/Api/Service.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/SourceInfo.php b/vendor/google/common-protos/metadata/Api/SourceInfo.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/SystemParameter.php b/vendor/google/common-protos/metadata/Api/SystemParameter.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Usage.php b/vendor/google/common-protos/metadata/Api/Usage.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Api/Visibility.php b/vendor/google/common-protos/metadata/Api/Visibility.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Cloud/ExtendedOperations.php b/vendor/google/common-protos/metadata/Cloud/ExtendedOperations.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Cloud/Location/Locations.php b/vendor/google/common-protos/metadata/Cloud/Location/Locations.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Google/Iam/V1/IamPolicy.php b/vendor/google/common-protos/metadata/Google/Iam/V1/IamPolicy.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Google/Iam/V1/Logging/AuditData.php b/vendor/google/common-protos/metadata/Google/Iam/V1/Logging/AuditData.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Google/Iam/V1/Options.php b/vendor/google/common-protos/metadata/Google/Iam/V1/Options.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Google/Iam/V1/Policy.php b/vendor/google/common-protos/metadata/Google/Iam/V1/Policy.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Google/Iam/V1/ResourcePolicyMember.php b/vendor/google/common-protos/metadata/Google/Iam/V1/ResourcePolicyMember.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Google/Logging/Type/HttpRequest.php b/vendor/google/common-protos/metadata/Google/Logging/Type/HttpRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Google/Logging/Type/LogSeverity.php b/vendor/google/common-protos/metadata/Google/Logging/Type/LogSeverity.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Iam/V1/IamPolicy.php b/vendor/google/common-protos/metadata/Iam/V1/IamPolicy.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Iam/V1/Logging/AuditData.php b/vendor/google/common-protos/metadata/Iam/V1/Logging/AuditData.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Iam/V1/Options.php b/vendor/google/common-protos/metadata/Iam/V1/Options.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Iam/V1/Policy.php b/vendor/google/common-protos/metadata/Iam/V1/Policy.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Iam/V1/ResourcePolicyMember.php b/vendor/google/common-protos/metadata/Iam/V1/ResourcePolicyMember.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Logging/Type/HttpRequest.php b/vendor/google/common-protos/metadata/Logging/Type/HttpRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Logging/Type/LogSeverity.php b/vendor/google/common-protos/metadata/Logging/Type/LogSeverity.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Rpc/Code.php b/vendor/google/common-protos/metadata/Rpc/Code.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Rpc/Context/AttributeContext.php b/vendor/google/common-protos/metadata/Rpc/Context/AttributeContext.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Rpc/Context/AuditContext.php b/vendor/google/common-protos/metadata/Rpc/Context/AuditContext.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Rpc/ErrorDetails.php b/vendor/google/common-protos/metadata/Rpc/ErrorDetails.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Rpc/Status.php b/vendor/google/common-protos/metadata/Rpc/Status.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/CalendarPeriod.php b/vendor/google/common-protos/metadata/Type/CalendarPeriod.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Color.php b/vendor/google/common-protos/metadata/Type/Color.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Date.php b/vendor/google/common-protos/metadata/Type/Date.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Datetime.php b/vendor/google/common-protos/metadata/Type/Datetime.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Dayofweek.php b/vendor/google/common-protos/metadata/Type/Dayofweek.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Decimal.php b/vendor/google/common-protos/metadata/Type/Decimal.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Expr.php b/vendor/google/common-protos/metadata/Type/Expr.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Fraction.php b/vendor/google/common-protos/metadata/Type/Fraction.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Interval.php b/vendor/google/common-protos/metadata/Type/Interval.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Latlng.php b/vendor/google/common-protos/metadata/Type/Latlng.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/LocalizedText.php b/vendor/google/common-protos/metadata/Type/LocalizedText.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Money.php b/vendor/google/common-protos/metadata/Type/Money.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Month.php b/vendor/google/common-protos/metadata/Type/Month.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/PhoneNumber.php b/vendor/google/common-protos/metadata/Type/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/PostalAddress.php b/vendor/google/common-protos/metadata/Type/PostalAddress.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Quaternion.php b/vendor/google/common-protos/metadata/Type/Quaternion.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/metadata/Type/Timeofday.php b/vendor/google/common-protos/metadata/Type/Timeofday.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/renovate.json b/vendor/google/common-protos/renovate.json old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Advice.php b/vendor/google/common-protos/src/Api/Advice.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/AuthProvider.php b/vendor/google/common-protos/src/Api/AuthProvider.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/AuthRequirement.php b/vendor/google/common-protos/src/Api/AuthRequirement.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Authentication.php b/vendor/google/common-protos/src/Api/Authentication.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/AuthenticationRule.php b/vendor/google/common-protos/src/Api/AuthenticationRule.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Backend.php b/vendor/google/common-protos/src/Api/Backend.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/BackendRule.php b/vendor/google/common-protos/src/Api/BackendRule.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/BackendRule/PathTranslation.php b/vendor/google/common-protos/src/Api/BackendRule/PathTranslation.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/BatchingConfigProto.php b/vendor/google/common-protos/src/Api/BatchingConfigProto.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/BatchingDescriptorProto.php b/vendor/google/common-protos/src/Api/BatchingDescriptorProto.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/BatchingSettingsProto.php b/vendor/google/common-protos/src/Api/BatchingSettingsProto.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Billing.php b/vendor/google/common-protos/src/Api/Billing.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Billing/BillingDestination.php b/vendor/google/common-protos/src/Api/Billing/BillingDestination.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/ChangeType.php b/vendor/google/common-protos/src/Api/ChangeType.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/ClientLibraryDestination.php b/vendor/google/common-protos/src/Api/ClientLibraryDestination.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/ClientLibraryOrganization.php b/vendor/google/common-protos/src/Api/ClientLibraryOrganization.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/ClientLibrarySettings.php b/vendor/google/common-protos/src/Api/ClientLibrarySettings.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/CommonLanguageSettings.php b/vendor/google/common-protos/src/Api/CommonLanguageSettings.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/ConfigChange.php b/vendor/google/common-protos/src/Api/ConfigChange.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Context.php b/vendor/google/common-protos/src/Api/Context.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/ContextRule.php b/vendor/google/common-protos/src/Api/ContextRule.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Control.php b/vendor/google/common-protos/src/Api/Control.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/CppSettings.php b/vendor/google/common-protos/src/Api/CppSettings.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/CustomHttpPattern.php b/vendor/google/common-protos/src/Api/CustomHttpPattern.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Distribution.php b/vendor/google/common-protos/src/Api/Distribution.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Distribution/BucketOptions.php b/vendor/google/common-protos/src/Api/Distribution/BucketOptions.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Explicit.php b/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Explicit.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Exponential.php b/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Exponential.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Linear.php b/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Linear.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Distribution/Exemplar.php b/vendor/google/common-protos/src/Api/Distribution/Exemplar.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Distribution/Range.php b/vendor/google/common-protos/src/Api/Distribution/Range.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Documentation.php b/vendor/google/common-protos/src/Api/Documentation.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/DocumentationRule.php b/vendor/google/common-protos/src/Api/DocumentationRule.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/DotnetSettings.php b/vendor/google/common-protos/src/Api/DotnetSettings.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Endpoint.php b/vendor/google/common-protos/src/Api/Endpoint.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/ErrorReason.php b/vendor/google/common-protos/src/Api/ErrorReason.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/FieldBehavior.php b/vendor/google/common-protos/src/Api/FieldBehavior.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/FieldInfo.php b/vendor/google/common-protos/src/Api/FieldInfo.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/FieldInfo/Format.php b/vendor/google/common-protos/src/Api/FieldInfo/Format.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/FieldPolicy.php b/vendor/google/common-protos/src/Api/FieldPolicy.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/FlowControlLimitExceededBehaviorProto.php b/vendor/google/common-protos/src/Api/FlowControlLimitExceededBehaviorProto.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/GoSettings.php b/vendor/google/common-protos/src/Api/GoSettings.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Http.php b/vendor/google/common-protos/src/Api/Http.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/HttpBody.php b/vendor/google/common-protos/src/Api/HttpBody.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/HttpRule.php b/vendor/google/common-protos/src/Api/HttpRule.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/JavaSettings.php b/vendor/google/common-protos/src/Api/JavaSettings.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/JwtLocation.php b/vendor/google/common-protos/src/Api/JwtLocation.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/LabelDescriptor.php b/vendor/google/common-protos/src/Api/LabelDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/LabelDescriptor/ValueType.php b/vendor/google/common-protos/src/Api/LabelDescriptor/ValueType.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/LaunchStage.php b/vendor/google/common-protos/src/Api/LaunchStage.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/LogDescriptor.php b/vendor/google/common-protos/src/Api/LogDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Logging.php b/vendor/google/common-protos/src/Api/Logging.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Logging/LoggingDestination.php b/vendor/google/common-protos/src/Api/Logging/LoggingDestination.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/MethodPolicy.php b/vendor/google/common-protos/src/Api/MethodPolicy.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/MethodSettings.php b/vendor/google/common-protos/src/Api/MethodSettings.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/MethodSettings/LongRunning.php b/vendor/google/common-protos/src/Api/MethodSettings/LongRunning.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Metric.php b/vendor/google/common-protos/src/Api/Metric.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/MetricDescriptor.php b/vendor/google/common-protos/src/Api/MetricDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/MetricDescriptor/MetricDescriptorMetadata.php b/vendor/google/common-protos/src/Api/MetricDescriptor/MetricDescriptorMetadata.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/MetricDescriptor/MetricDescriptorMetadata/TimeSeriesResourceHierarchyLevel.php b/vendor/google/common-protos/src/Api/MetricDescriptor/MetricDescriptorMetadata/TimeSeriesResourceHierarchyLevel.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/MetricDescriptor/MetricKind.php b/vendor/google/common-protos/src/Api/MetricDescriptor/MetricKind.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/MetricDescriptor/ValueType.php b/vendor/google/common-protos/src/Api/MetricDescriptor/ValueType.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/MetricRule.php b/vendor/google/common-protos/src/Api/MetricRule.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/MonitoredResource.php b/vendor/google/common-protos/src/Api/MonitoredResource.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/MonitoredResourceDescriptor.php b/vendor/google/common-protos/src/Api/MonitoredResourceDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/MonitoredResourceMetadata.php b/vendor/google/common-protos/src/Api/MonitoredResourceMetadata.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Monitoring.php b/vendor/google/common-protos/src/Api/Monitoring.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Monitoring/MonitoringDestination.php b/vendor/google/common-protos/src/Api/Monitoring/MonitoringDestination.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/NodeSettings.php b/vendor/google/common-protos/src/Api/NodeSettings.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/OAuthRequirements.php b/vendor/google/common-protos/src/Api/OAuthRequirements.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Page.php b/vendor/google/common-protos/src/Api/Page.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/PhpSettings.php b/vendor/google/common-protos/src/Api/PhpSettings.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/ProjectProperties.php b/vendor/google/common-protos/src/Api/ProjectProperties.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Property.php b/vendor/google/common-protos/src/Api/Property.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Property/PropertyType.php b/vendor/google/common-protos/src/Api/Property/PropertyType.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Publishing.php b/vendor/google/common-protos/src/Api/Publishing.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/PythonSettings.php b/vendor/google/common-protos/src/Api/PythonSettings.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/PythonSettings/ExperimentalFeatures.php b/vendor/google/common-protos/src/Api/PythonSettings/ExperimentalFeatures.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Quota.php b/vendor/google/common-protos/src/Api/Quota.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/QuotaLimit.php b/vendor/google/common-protos/src/Api/QuotaLimit.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/ResourceDescriptor.php b/vendor/google/common-protos/src/Api/ResourceDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/ResourceDescriptor/History.php b/vendor/google/common-protos/src/Api/ResourceDescriptor/History.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/ResourceDescriptor/Style.php b/vendor/google/common-protos/src/Api/ResourceDescriptor/Style.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/ResourceReference.php b/vendor/google/common-protos/src/Api/ResourceReference.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/RoutingParameter.php b/vendor/google/common-protos/src/Api/RoutingParameter.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/RoutingRule.php b/vendor/google/common-protos/src/Api/RoutingRule.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/RubySettings.php b/vendor/google/common-protos/src/Api/RubySettings.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/SelectiveGapicGeneration.php b/vendor/google/common-protos/src/Api/SelectiveGapicGeneration.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Service.php b/vendor/google/common-protos/src/Api/Service.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/SourceInfo.php b/vendor/google/common-protos/src/Api/SourceInfo.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/SystemParameter.php b/vendor/google/common-protos/src/Api/SystemParameter.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/SystemParameterRule.php b/vendor/google/common-protos/src/Api/SystemParameterRule.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/SystemParameters.php b/vendor/google/common-protos/src/Api/SystemParameters.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/TypeReference.php b/vendor/google/common-protos/src/Api/TypeReference.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Usage.php b/vendor/google/common-protos/src/Api/Usage.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/UsageRule.php b/vendor/google/common-protos/src/Api/UsageRule.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/Visibility.php b/vendor/google/common-protos/src/Api/Visibility.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Api/VisibilityRule.php b/vendor/google/common-protos/src/Api/VisibilityRule.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfig.php b/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfig.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta.php b/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta/Action.php b/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta/Action.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/AuditLogConfig.php b/vendor/google/common-protos/src/Cloud/Iam/V1/AuditLogConfig.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/AuditLogConfig/LogType.php b/vendor/google/common-protos/src/Cloud/Iam/V1/AuditLogConfig/LogType.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/Binding.php b/vendor/google/common-protos/src/Cloud/Iam/V1/Binding.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta.php b/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta/Action.php b/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta/Action.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/GetIamPolicyRequest.php b/vendor/google/common-protos/src/Cloud/Iam/V1/GetIamPolicyRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/GetPolicyOptions.php b/vendor/google/common-protos/src/Cloud/Iam/V1/GetPolicyOptions.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/Policy.php b/vendor/google/common-protos/src/Cloud/Iam/V1/Policy.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/PolicyDelta.php b/vendor/google/common-protos/src/Cloud/Iam/V1/PolicyDelta.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/ResourcePolicyMember.php b/vendor/google/common-protos/src/Cloud/Iam/V1/ResourcePolicyMember.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/SetIamPolicyRequest.php b/vendor/google/common-protos/src/Cloud/Iam/V1/SetIamPolicyRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsRequest.php b/vendor/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsResponse.php b/vendor/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsResponse.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Location/GetLocationRequest.php b/vendor/google/common-protos/src/Cloud/Location/GetLocationRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Location/ListLocationsRequest.php b/vendor/google/common-protos/src/Cloud/Location/ListLocationsRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Location/ListLocationsResponse.php b/vendor/google/common-protos/src/Cloud/Location/ListLocationsResponse.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Location/Location.php b/vendor/google/common-protos/src/Cloud/Location/Location.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Logging/Type/HttpRequest.php b/vendor/google/common-protos/src/Cloud/Logging/Type/HttpRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/Logging/Type/LogSeverity.php b/vendor/google/common-protos/src/Cloud/Logging/Type/LogSeverity.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Cloud/OperationResponseMapping.php b/vendor/google/common-protos/src/Cloud/OperationResponseMapping.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Iam/V1/Logging/AuditData.php b/vendor/google/common-protos/src/Iam/V1/Logging/AuditData.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/BadRequest.php b/vendor/google/common-protos/src/Rpc/BadRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/BadRequest/FieldViolation.php b/vendor/google/common-protos/src/Rpc/BadRequest/FieldViolation.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/Code.php b/vendor/google/common-protos/src/Rpc/Code.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/Context/AttributeContext.php b/vendor/google/common-protos/src/Rpc/Context/AttributeContext.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/Context/AttributeContext/Api.php b/vendor/google/common-protos/src/Rpc/Context/AttributeContext/Api.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/Context/AttributeContext/Auth.php b/vendor/google/common-protos/src/Rpc/Context/AttributeContext/Auth.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/Context/AttributeContext/Peer.php b/vendor/google/common-protos/src/Rpc/Context/AttributeContext/Peer.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/Context/AttributeContext/Request.php b/vendor/google/common-protos/src/Rpc/Context/AttributeContext/Request.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/Context/AttributeContext/Resource.php b/vendor/google/common-protos/src/Rpc/Context/AttributeContext/Resource.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/Context/AttributeContext/Response.php b/vendor/google/common-protos/src/Rpc/Context/AttributeContext/Response.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/Context/AuditContext.php b/vendor/google/common-protos/src/Rpc/Context/AuditContext.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/DebugInfo.php b/vendor/google/common-protos/src/Rpc/DebugInfo.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/ErrorInfo.php b/vendor/google/common-protos/src/Rpc/ErrorInfo.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/Help.php b/vendor/google/common-protos/src/Rpc/Help.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/Help/Link.php b/vendor/google/common-protos/src/Rpc/Help/Link.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/LocalizedMessage.php b/vendor/google/common-protos/src/Rpc/LocalizedMessage.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/PreconditionFailure.php b/vendor/google/common-protos/src/Rpc/PreconditionFailure.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/PreconditionFailure/Violation.php b/vendor/google/common-protos/src/Rpc/PreconditionFailure/Violation.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/QuotaFailure.php b/vendor/google/common-protos/src/Rpc/QuotaFailure.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/QuotaFailure/Violation.php b/vendor/google/common-protos/src/Rpc/QuotaFailure/Violation.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/RequestInfo.php b/vendor/google/common-protos/src/Rpc/RequestInfo.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/ResourceInfo.php b/vendor/google/common-protos/src/Rpc/ResourceInfo.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/RetryInfo.php b/vendor/google/common-protos/src/Rpc/RetryInfo.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Rpc/Status.php b/vendor/google/common-protos/src/Rpc/Status.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/CalendarPeriod.php b/vendor/google/common-protos/src/Type/CalendarPeriod.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/Color.php b/vendor/google/common-protos/src/Type/Color.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/Date.php b/vendor/google/common-protos/src/Type/Date.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/DateTime.php b/vendor/google/common-protos/src/Type/DateTime.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/DayOfWeek.php b/vendor/google/common-protos/src/Type/DayOfWeek.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/Decimal.php b/vendor/google/common-protos/src/Type/Decimal.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/Expr.php b/vendor/google/common-protos/src/Type/Expr.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/Fraction.php b/vendor/google/common-protos/src/Type/Fraction.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/Interval.php b/vendor/google/common-protos/src/Type/Interval.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/LatLng.php b/vendor/google/common-protos/src/Type/LatLng.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/LocalizedText.php b/vendor/google/common-protos/src/Type/LocalizedText.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/Money.php b/vendor/google/common-protos/src/Type/Money.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/Month.php b/vendor/google/common-protos/src/Type/Month.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/PhoneNumber.php b/vendor/google/common-protos/src/Type/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/PhoneNumber/ShortCode.php b/vendor/google/common-protos/src/Type/PhoneNumber/ShortCode.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/PostalAddress.php b/vendor/google/common-protos/src/Type/PostalAddress.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/Quaternion.php b/vendor/google/common-protos/src/Type/Quaternion.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/TimeOfDay.php b/vendor/google/common-protos/src/Type/TimeOfDay.php old mode 100644 new mode 100755 diff --git a/vendor/google/common-protos/src/Type/TimeZone.php b/vendor/google/common-protos/src/Type/TimeZone.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/.repo-metadata.json b/vendor/google/gax/.repo-metadata.json old mode 100644 new mode 100755 diff --git a/vendor/google/gax/CHANGELOG.md b/vendor/google/gax/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/google/gax/CODE_OF_CONDUCT.md b/vendor/google/gax/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/vendor/google/gax/LICENSE b/vendor/google/gax/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/google/gax/README.md b/vendor/google/gax/README.md old mode 100644 new mode 100755 diff --git a/vendor/google/gax/SECURITY.md b/vendor/google/gax/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/google/gax/VERSION b/vendor/google/gax/VERSION old mode 100644 new mode 100755 diff --git a/vendor/google/gax/composer.json b/vendor/google/gax/composer.json old mode 100644 new mode 100755 diff --git a/vendor/google/gax/metadata/ApiCore/Testing/Mocks.php b/vendor/google/gax/metadata/ApiCore/Testing/Mocks.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/metadata/Google/ApiCore/Tests/Unit/Example.php b/vendor/google/gax/metadata/Google/ApiCore/Tests/Unit/Example.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/metadata/README.md b/vendor/google/gax/metadata/README.md old mode 100644 new mode 100755 diff --git a/vendor/google/gax/phpstan.neon.dist b/vendor/google/gax/phpstan.neon.dist old mode 100644 new mode 100755 diff --git a/vendor/google/gax/phpunit-conformance.xml.dist b/vendor/google/gax/phpunit-conformance.xml.dist old mode 100644 new mode 100755 diff --git a/vendor/google/gax/phpunit.xml.dist b/vendor/google/gax/phpunit.xml.dist old mode 100644 new mode 100755 diff --git a/vendor/google/gax/renovate.json b/vendor/google/gax/renovate.json old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/AgentHeader.php b/vendor/google/gax/src/AgentHeader.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ApiException.php b/vendor/google/gax/src/ApiException.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ApiKeyHeaderCredentials.php b/vendor/google/gax/src/ApiKeyHeaderCredentials.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ApiStatus.php b/vendor/google/gax/src/ApiStatus.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ArrayTrait.php b/vendor/google/gax/src/ArrayTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/BidiStream.php b/vendor/google/gax/src/BidiStream.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Call.php b/vendor/google/gax/src/Call.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ClientOptionsTrait.php b/vendor/google/gax/src/ClientOptionsTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ClientStream.php b/vendor/google/gax/src/ClientStream.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/CredentialsWrapper.php b/vendor/google/gax/src/CredentialsWrapper.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/FixedSizeCollection.php b/vendor/google/gax/src/FixedSizeCollection.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/GPBLabel.php b/vendor/google/gax/src/GPBLabel.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/GPBType.php b/vendor/google/gax/src/GPBType.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/GapicClientTrait.php b/vendor/google/gax/src/GapicClientTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/GrpcSupportTrait.php b/vendor/google/gax/src/GrpcSupportTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/HeaderCredentialsInterface.php b/vendor/google/gax/src/HeaderCredentialsInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/InsecureCredentialsWrapper.php b/vendor/google/gax/src/InsecureCredentialsWrapper.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/InsecureRequestBuilder.php b/vendor/google/gax/src/InsecureRequestBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/KnownTypes.php b/vendor/google/gax/src/KnownTypes.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Middleware/CredentialsWrapperMiddleware.php b/vendor/google/gax/src/Middleware/CredentialsWrapperMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Middleware/FixedHeaderMiddleware.php b/vendor/google/gax/src/Middleware/FixedHeaderMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Middleware/MiddlewareInterface.php b/vendor/google/gax/src/Middleware/MiddlewareInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Middleware/OperationsMiddleware.php b/vendor/google/gax/src/Middleware/OperationsMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Middleware/OptionsFilterMiddleware.php b/vendor/google/gax/src/Middleware/OptionsFilterMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Middleware/PagedMiddleware.php b/vendor/google/gax/src/Middleware/PagedMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Middleware/RequestAutoPopulationMiddleware.php b/vendor/google/gax/src/Middleware/RequestAutoPopulationMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Middleware/ResponseMetadataMiddleware.php b/vendor/google/gax/src/Middleware/ResponseMetadataMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Middleware/RetryMiddleware.php b/vendor/google/gax/src/Middleware/RetryMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Middleware/TransportCallMiddleware.php b/vendor/google/gax/src/Middleware/TransportCallMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/OperationResponse.php b/vendor/google/gax/src/OperationResponse.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Options/CallOptions.php b/vendor/google/gax/src/Options/CallOptions.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Options/ClientOptions.php b/vendor/google/gax/src/Options/ClientOptions.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Options/OptionsInterface.php b/vendor/google/gax/src/Options/OptionsInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Options/OptionsTrait.php b/vendor/google/gax/src/Options/OptionsTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Options/TransportOptions.php b/vendor/google/gax/src/Options/TransportOptions.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Options/TransportOptions/GrpcFallbackTransportOptions.php b/vendor/google/gax/src/Options/TransportOptions/GrpcFallbackTransportOptions.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Options/TransportOptions/GrpcTransportOptions.php b/vendor/google/gax/src/Options/TransportOptions/GrpcTransportOptions.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Options/TransportOptions/RestTransportOptions.php b/vendor/google/gax/src/Options/TransportOptions/RestTransportOptions.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Page.php b/vendor/google/gax/src/Page.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/PageStreamingDescriptor.php b/vendor/google/gax/src/PageStreamingDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/PagedListResponse.php b/vendor/google/gax/src/PagedListResponse.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/PathTemplate.php b/vendor/google/gax/src/PathTemplate.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/PollingTrait.php b/vendor/google/gax/src/PollingTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/RequestBuilder.php b/vendor/google/gax/src/RequestBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/RequestParamsHeaderDescriptor.php b/vendor/google/gax/src/RequestParamsHeaderDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ResourceHelperTrait.php b/vendor/google/gax/src/ResourceHelperTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ResourceTemplate/AbsoluteResourceTemplate.php b/vendor/google/gax/src/ResourceTemplate/AbsoluteResourceTemplate.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ResourceTemplate/Parser.php b/vendor/google/gax/src/ResourceTemplate/Parser.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ResourceTemplate/RelativeResourceTemplate.php b/vendor/google/gax/src/ResourceTemplate/RelativeResourceTemplate.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ResourceTemplate/ResourceTemplateInterface.php b/vendor/google/gax/src/ResourceTemplate/ResourceTemplateInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ResourceTemplate/Segment.php b/vendor/google/gax/src/ResourceTemplate/Segment.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/RetrySettings.php b/vendor/google/gax/src/RetrySettings.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Serializer.php b/vendor/google/gax/src/Serializer.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ServerStream.php b/vendor/google/gax/src/ServerStream.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ServerStreamingCallInterface.php b/vendor/google/gax/src/ServerStreamingCallInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ServiceAddressTrait.php b/vendor/google/gax/src/ServiceAddressTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/GeneratedTest.php b/vendor/google/gax/src/Testing/GeneratedTest.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MessageAwareArrayComparator.php b/vendor/google/gax/src/Testing/MessageAwareArrayComparator.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MessageAwareExporter.php b/vendor/google/gax/src/Testing/MessageAwareExporter.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MockBidiStreamingCall.php b/vendor/google/gax/src/Testing/MockBidiStreamingCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MockClientStreamingCall.php b/vendor/google/gax/src/Testing/MockClientStreamingCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MockGrpcTransport.php b/vendor/google/gax/src/Testing/MockGrpcTransport.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MockRequest.php b/vendor/google/gax/src/Testing/MockRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MockRequestBody.php b/vendor/google/gax/src/Testing/MockRequestBody.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MockResponse.php b/vendor/google/gax/src/Testing/MockResponse.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MockServerStreamingCall.php b/vendor/google/gax/src/Testing/MockServerStreamingCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MockStatus.php b/vendor/google/gax/src/Testing/MockStatus.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MockStubTrait.php b/vendor/google/gax/src/Testing/MockStubTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MockTransport.php b/vendor/google/gax/src/Testing/MockTransport.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/MockUnaryCall.php b/vendor/google/gax/src/Testing/MockUnaryCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/ProtobufGPBEmptyComparator.php b/vendor/google/gax/src/Testing/ProtobufGPBEmptyComparator.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/ProtobufMessageComparator.php b/vendor/google/gax/src/Testing/ProtobufMessageComparator.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/ReceivedRequest.php b/vendor/google/gax/src/Testing/ReceivedRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/SerializationTrait.php b/vendor/google/gax/src/Testing/SerializationTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Testing/mocks.proto b/vendor/google/gax/src/Testing/mocks.proto old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Transport/Grpc/ForwardingCall.php b/vendor/google/gax/src/Transport/Grpc/ForwardingCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Transport/Grpc/ForwardingServerStreamingCall.php b/vendor/google/gax/src/Transport/Grpc/ForwardingServerStreamingCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Transport/Grpc/ForwardingUnaryCall.php b/vendor/google/gax/src/Transport/Grpc/ForwardingUnaryCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Transport/Grpc/ServerStreamingCallWrapper.php b/vendor/google/gax/src/Transport/Grpc/ServerStreamingCallWrapper.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Transport/Grpc/UnaryInterceptorInterface.php b/vendor/google/gax/src/Transport/Grpc/UnaryInterceptorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Transport/GrpcFallbackTransport.php b/vendor/google/gax/src/Transport/GrpcFallbackTransport.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Transport/GrpcTransport.php b/vendor/google/gax/src/Transport/GrpcTransport.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Transport/HttpUnaryTransportTrait.php b/vendor/google/gax/src/Transport/HttpUnaryTransportTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Transport/Rest/JsonStreamDecoder.php b/vendor/google/gax/src/Transport/Rest/JsonStreamDecoder.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Transport/Rest/RestServerStreamingCall.php b/vendor/google/gax/src/Transport/Rest/RestServerStreamingCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Transport/RestTransport.php b/vendor/google/gax/src/Transport/RestTransport.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Transport/TransportInterface.php b/vendor/google/gax/src/Transport/TransportInterface.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/UriTrait.php b/vendor/google/gax/src/UriTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ValidationException.php b/vendor/google/gax/src/ValidationException.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/ValidationTrait.php b/vendor/google/gax/src/ValidationTrait.php old mode 100644 new mode 100755 diff --git a/vendor/google/gax/src/Version.php b/vendor/google/gax/src/Version.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/.github/release-please.yml b/vendor/google/grpc-gcp/.github/release-please.yml old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/.github/workflows/tests.yml b/vendor/google/grpc-gcp/.github/workflows/tests.yml old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/.gitmodules b/vendor/google/grpc-gcp/.gitmodules old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/.php_cs.dist b/vendor/google/grpc-gcp/.php_cs.dist old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/LICENSE b/vendor/google/grpc-gcp/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/README.md b/vendor/google/grpc-gcp/README.md old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/cloudprober/cloudprober.cfg b/vendor/google/grpc-gcp/cloudprober/cloudprober.cfg old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/cloudprober/composer.json b/vendor/google/grpc-gcp/cloudprober/composer.json old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/firestore_probes.php b/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/firestore_probes.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/prober.php b/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/prober.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/spanner_probes.php b/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/spanner_probes.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/stackdriver_util.php b/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/stackdriver_util.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/composer.json b/vendor/google/grpc-gcp/composer.json old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/doc/gRPC-client-user-guide.md b/vendor/google/grpc-gcp/doc/gRPC-client-user-guide.md old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/ChannelRef.php b/vendor/google/grpc-gcp/src/ChannelRef.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/Config.php b/vendor/google/grpc-gcp/src/Config.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/CreatedByDeserializeCheck.php b/vendor/google/grpc-gcp/src/CreatedByDeserializeCheck.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/GCPBidiStreamingCall.php b/vendor/google/grpc-gcp/src/GCPBidiStreamingCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/GCPCallInvoker.php b/vendor/google/grpc-gcp/src/GCPCallInvoker.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/GCPClientStreamCall.php b/vendor/google/grpc-gcp/src/GCPClientStreamCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/GCPServerStreamCall.php b/vendor/google/grpc-gcp/src/GCPServerStreamCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/GCPUnaryCall.php b/vendor/google/grpc-gcp/src/GCPUnaryCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/GcpBaseCall.php b/vendor/google/grpc-gcp/src/GcpBaseCall.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/GcpExtensionChannel.php b/vendor/google/grpc-gcp/src/GcpExtensionChannel.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/generated/GPBMetadata/GrpcGcp.php b/vendor/google/grpc-gcp/src/generated/GPBMetadata/GrpcGcp.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php b/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig_Command.php b/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig_Command.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.php b/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/ChannelPoolConfig.php b/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/ChannelPoolConfig.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/MethodConfig.php b/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/MethodConfig.php old mode 100644 new mode 100755 diff --git a/vendor/google/grpc-gcp/src/grpc_gcp.proto b/vendor/google/grpc-gcp/src/grpc_gcp.proto old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/.gitattributes b/vendor/google/longrunning/.gitattributes old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/CODE_OF_CONDUCT.md b/vendor/google/longrunning/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/CONTRIBUTING.md b/vendor/google/longrunning/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/LICENSE b/vendor/google/longrunning/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/README.md b/vendor/google/longrunning/README.md old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/SECURITY.md b/vendor/google/longrunning/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/VERSION b/vendor/google/longrunning/VERSION old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/composer.json b/vendor/google/longrunning/composer.json old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/metadata/Longrunning/Operations.php b/vendor/google/longrunning/metadata/Longrunning/Operations.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/metadata/README.md b/vendor/google/longrunning/metadata/README.md old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/ApiCore/LongRunning/Gapic/OperationsGapicClient.php b/vendor/google/longrunning/src/ApiCore/LongRunning/Gapic/OperationsGapicClient.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/ApiCore/LongRunning/OperationsClient.php b/vendor/google/longrunning/src/ApiCore/LongRunning/OperationsClient.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/CancelOperationRequest.php b/vendor/google/longrunning/src/LongRunning/CancelOperationRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/Client/OperationsClient.php b/vendor/google/longrunning/src/LongRunning/Client/OperationsClient.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/DeleteOperationRequest.php b/vendor/google/longrunning/src/LongRunning/DeleteOperationRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/Gapic/OperationsGapicClient.php b/vendor/google/longrunning/src/LongRunning/Gapic/OperationsGapicClient.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/GetOperationRequest.php b/vendor/google/longrunning/src/LongRunning/GetOperationRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/ListOperationsRequest.php b/vendor/google/longrunning/src/LongRunning/ListOperationsRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/ListOperationsResponse.php b/vendor/google/longrunning/src/LongRunning/ListOperationsResponse.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/Operation.php b/vendor/google/longrunning/src/LongRunning/Operation.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/OperationInfo.php b/vendor/google/longrunning/src/LongRunning/OperationInfo.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/OperationsClient.php b/vendor/google/longrunning/src/LongRunning/OperationsClient.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/OperationsGrpcClient.php b/vendor/google/longrunning/src/LongRunning/OperationsGrpcClient.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/WaitOperationRequest.php b/vendor/google/longrunning/src/LongRunning/WaitOperationRequest.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/resources/operations_client_config.json b/vendor/google/longrunning/src/LongRunning/resources/operations_client_config.json old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/resources/operations_descriptor_config.php b/vendor/google/longrunning/src/LongRunning/resources/operations_descriptor_config.php old mode 100644 new mode 100755 diff --git a/vendor/google/longrunning/src/LongRunning/resources/operations_rest_client_config.php b/vendor/google/longrunning/src/LongRunning/resources/operations_rest_client_config.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/LICENSE b/vendor/google/protobuf/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/README.md b/vendor/google/protobuf/README.md old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/composer.json b/vendor/google/protobuf/composer.json old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Any.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Any.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Api.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Api.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Duration.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Duration.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/FieldMask.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/FieldMask.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/GPBEmpty.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/GPBEmpty.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/SourceContext.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/SourceContext.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Struct.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Struct.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Timestamp.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Timestamp.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Type.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Type.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Wrappers.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Wrappers.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/Any.php b/vendor/google/protobuf/src/Google/Protobuf/Any.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/Api.php b/vendor/google/protobuf/src/Google/Protobuf/Api.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/BoolValue.php b/vendor/google/protobuf/src/Google/Protobuf/BoolValue.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/BytesValue.php b/vendor/google/protobuf/src/Google/Protobuf/BytesValue.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/Descriptor.php b/vendor/google/protobuf/src/Google/Protobuf/Descriptor.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/DescriptorPool.php b/vendor/google/protobuf/src/Google/Protobuf/DescriptorPool.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php b/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/Duration.php b/vendor/google/protobuf/src/Google/Protobuf/Duration.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/Enum.php b/vendor/google/protobuf/src/Google/Protobuf/Enum.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/EnumDescriptor.php b/vendor/google/protobuf/src/Google/Protobuf/EnumDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/EnumValue.php b/vendor/google/protobuf/src/Google/Protobuf/EnumValue.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php b/vendor/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/Field.php b/vendor/google/protobuf/src/Google/Protobuf/Field.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/Field/Cardinality.php b/vendor/google/protobuf/src/Google/Protobuf/Field/Cardinality.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/Field/Kind.php b/vendor/google/protobuf/src/Google/Protobuf/Field/Kind.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php b/vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/FieldMask.php b/vendor/google/protobuf/src/Google/Protobuf/FieldMask.php old mode 100644 new mode 100755 diff --git a/vendor/google/protobuf/src/Google/Protobuf/Field_Cardinality.php b/vendor/google/protobuf/src/Google/Protobuf/Field_Cardinality.php new file mode 100755 index 00000000..dff8f893 --- /dev/null +++ b/vendor/google/protobuf/src/Google/Protobuf/Field_Cardinality.php @@ -0,0 +1,16 @@ +=5.4", + "psr/http-message": "^1.0 || ^2.0" + }, + "autoload": { + "psr-4": { + "Http\\Message\\": "src/" + } + }, + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + } +} diff --git a/vendor/php-http/message-factory/puli.json b/vendor/php-http/message-factory/puli.json new file mode 100755 index 00000000..fac317b0 --- /dev/null +++ b/vendor/php-http/message-factory/puli.json @@ -0,0 +1,44 @@ +{ + "version": "1.0", + "name": "php-http/message-factory", + "binding-types": { + "Http\\Message\\MessageFactory": { + "description": "PSR-7 Message Factory", + "parameters": { + "depends": { + "description": "Optional class dependency which can be checked by consumers" + } + } + }, + "Http\\Message\\RequestFactory": { + "parameters": { + "depends": { + "description": "Optional class dependency which can be checked by consumers" + } + } + }, + "Http\\Message\\ResponseFactory": { + "parameters": { + "depends": { + "description": "Optional class dependency which can be checked by consumers" + } + } + }, + "Http\\Message\\StreamFactory": { + "description": "PSR-7 Stream Factory", + "parameters": { + "depends": { + "description": "Optional class dependency which can be checked by consumers" + } + } + }, + "Http\\Message\\UriFactory": { + "description": "PSR-7 URI Factory", + "parameters": { + "depends": { + "description": "Optional class dependency which can be checked by consumers" + } + } + } + } +} diff --git a/vendor/php-http/message-factory/src/MessageFactory.php b/vendor/php-http/message-factory/src/MessageFactory.php new file mode 100755 index 00000000..2ed7e453 --- /dev/null +++ b/vendor/php-http/message-factory/src/MessageFactory.php @@ -0,0 +1,14 @@ + + * + * @deprecated since version 1.1, use Psr\Http\Message\RequestFactoryInterface and Psr\Http\Message\ResponseFactoryInterface instead. + */ +interface MessageFactory extends RequestFactory, ResponseFactory +{ +} diff --git a/vendor/php-http/message-factory/src/RequestFactory.php b/vendor/php-http/message-factory/src/RequestFactory.php new file mode 100755 index 00000000..09879f15 --- /dev/null +++ b/vendor/php-http/message-factory/src/RequestFactory.php @@ -0,0 +1,36 @@ + + * + * @deprecated since version 1.1, use Psr\Http\Message\RequestFactoryInterface instead. + */ +interface RequestFactory +{ + /** + * Creates a new PSR-7 request. + * + * @param string $method + * @param string|UriInterface $uri + * @param array $headers + * @param resource|string|StreamInterface|null $body + * @param string $protocolVersion + * + * @return RequestInterface + */ + public function createRequest( + $method, + $uri, + array $headers = [], + $body = null, + $protocolVersion = '1.1' + ); +} diff --git a/vendor/php-http/message-factory/src/ResponseFactory.php b/vendor/php-http/message-factory/src/ResponseFactory.php new file mode 100755 index 00000000..eb9bde77 --- /dev/null +++ b/vendor/php-http/message-factory/src/ResponseFactory.php @@ -0,0 +1,37 @@ + + * + * @deprecated since version 1.1, use Psr\Http\Message\ResponseFactoryInterface instead. + */ +interface ResponseFactory +{ + /** + * Creates a new PSR-7 response. + * + * @param int $statusCode + * @param string|null $reasonPhrase + * @param array $headers + * @param resource|string|StreamInterface|null $body + * @param string $protocolVersion + * + * @return ResponseInterface + */ + public function createResponse( + $statusCode = 200, + $reasonPhrase = null, + array $headers = [], + $body = null, + $protocolVersion = '1.1' + ); +} diff --git a/vendor/php-http/message-factory/src/StreamFactory.php b/vendor/php-http/message-factory/src/StreamFactory.php new file mode 100755 index 00000000..bd949a4a --- /dev/null +++ b/vendor/php-http/message-factory/src/StreamFactory.php @@ -0,0 +1,27 @@ + + * + * @deprecated since version 1.1, use Psr\Http\Message\StreamFactoryInterface instead. + */ +interface StreamFactory +{ + /** + * Creates a new PSR-7 stream. + * + * @param string|resource|StreamInterface|null $body + * + * @return StreamInterface + * + * @throws \InvalidArgumentException if the stream body is invalid + * @throws \RuntimeException if creating the stream from $body fails + */ + public function createStream($body = null); +} diff --git a/vendor/php-http/message-factory/src/UriFactory.php b/vendor/php-http/message-factory/src/UriFactory.php new file mode 100755 index 00000000..96416b74 --- /dev/null +++ b/vendor/php-http/message-factory/src/UriFactory.php @@ -0,0 +1,26 @@ + + * + * @deprecated since version 1.1, use Psr\Http\Message\UriFactoryInterface instead. + */ +interface UriFactory +{ + /** + * Creates an PSR-7 URI. + * + * @param string|UriInterface $uri + * + * @return UriInterface + * + * @throws \InvalidArgumentException if the $uri argument can not be converted into a valid URI + */ + public function createUri($uri); +} diff --git a/vendor/php-http/message/.php-cs-fixer.dist.php b/vendor/php-http/message/.php-cs-fixer.dist.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/CHANGELOG.md b/vendor/php-http/message/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/LICENSE b/vendor/php-http/message/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/README.md b/vendor/php-http/message/README.md old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/apigen.neon b/vendor/php-http/message/apigen.neon old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/composer.json b/vendor/php-http/message/composer.json old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/puli.json b/vendor/php-http/message/puli.json old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Authentication.php b/vendor/php-http/message/src/Authentication.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Authentication/AutoBasicAuth.php b/vendor/php-http/message/src/Authentication/AutoBasicAuth.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Authentication/BasicAuth.php b/vendor/php-http/message/src/Authentication/BasicAuth.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Authentication/Bearer.php b/vendor/php-http/message/src/Authentication/Bearer.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Authentication/Chain.php b/vendor/php-http/message/src/Authentication/Chain.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Authentication/Header.php b/vendor/php-http/message/src/Authentication/Header.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Authentication/Matching.php b/vendor/php-http/message/src/Authentication/Matching.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Authentication/QueryParam.php b/vendor/php-http/message/src/Authentication/QueryParam.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Authentication/RequestConditional.php b/vendor/php-http/message/src/Authentication/RequestConditional.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Authentication/Wsse.php b/vendor/php-http/message/src/Authentication/Wsse.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Builder/ResponseBuilder.php b/vendor/php-http/message/src/Builder/ResponseBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Cookie.php b/vendor/php-http/message/src/Cookie.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/CookieJar.php b/vendor/php-http/message/src/CookieJar.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/CookieUtil.php b/vendor/php-http/message/src/CookieUtil.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Decorator/MessageDecorator.php b/vendor/php-http/message/src/Decorator/MessageDecorator.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Decorator/RequestDecorator.php b/vendor/php-http/message/src/Decorator/RequestDecorator.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Decorator/ResponseDecorator.php b/vendor/php-http/message/src/Decorator/ResponseDecorator.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Decorator/StreamDecorator.php b/vendor/php-http/message/src/Decorator/StreamDecorator.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Encoding/ChunkStream.php b/vendor/php-http/message/src/Encoding/ChunkStream.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Encoding/CompressStream.php b/vendor/php-http/message/src/Encoding/CompressStream.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Encoding/DechunkStream.php b/vendor/php-http/message/src/Encoding/DechunkStream.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Encoding/DecompressStream.php b/vendor/php-http/message/src/Encoding/DecompressStream.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Encoding/DeflateStream.php b/vendor/php-http/message/src/Encoding/DeflateStream.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Encoding/Filter/Chunk.php b/vendor/php-http/message/src/Encoding/Filter/Chunk.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Encoding/FilteredStream.php b/vendor/php-http/message/src/Encoding/FilteredStream.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Encoding/GzipDecodeStream.php b/vendor/php-http/message/src/Encoding/GzipDecodeStream.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Encoding/GzipEncodeStream.php b/vendor/php-http/message/src/Encoding/GzipEncodeStream.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Encoding/InflateStream.php b/vendor/php-http/message/src/Encoding/InflateStream.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Exception.php b/vendor/php-http/message/src/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Exception/UnexpectedValueException.php b/vendor/php-http/message/src/Exception/UnexpectedValueException.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Formatter.php b/vendor/php-http/message/src/Formatter.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php b/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php b/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Formatter/SimpleFormatter.php b/vendor/php-http/message/src/Formatter/SimpleFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/MessageFactory/DiactorosMessageFactory.php b/vendor/php-http/message/src/MessageFactory/DiactorosMessageFactory.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/MessageFactory/GuzzleMessageFactory.php b/vendor/php-http/message/src/MessageFactory/GuzzleMessageFactory.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/MessageFactory/SlimMessageFactory.php b/vendor/php-http/message/src/MessageFactory/SlimMessageFactory.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/RequestMatcher.php b/vendor/php-http/message/src/RequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/RequestMatcher/CallbackRequestMatcher.php b/vendor/php-http/message/src/RequestMatcher/CallbackRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/RequestMatcher/RegexRequestMatcher.php b/vendor/php-http/message/src/RequestMatcher/RegexRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/RequestMatcher/RequestMatcher.php b/vendor/php-http/message/src/RequestMatcher/RequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/Stream/BufferedStream.php b/vendor/php-http/message/src/Stream/BufferedStream.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/StreamFactory/DiactorosStreamFactory.php b/vendor/php-http/message/src/StreamFactory/DiactorosStreamFactory.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/StreamFactory/GuzzleStreamFactory.php b/vendor/php-http/message/src/StreamFactory/GuzzleStreamFactory.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/StreamFactory/SlimStreamFactory.php b/vendor/php-http/message/src/StreamFactory/SlimStreamFactory.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/UriFactory/DiactorosUriFactory.php b/vendor/php-http/message/src/UriFactory/DiactorosUriFactory.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/UriFactory/GuzzleUriFactory.php b/vendor/php-http/message/src/UriFactory/GuzzleUriFactory.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/UriFactory/SlimUriFactory.php b/vendor/php-http/message/src/UriFactory/SlimUriFactory.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/message/src/filters.php b/vendor/php-http/message/src/filters.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/promise/CHANGELOG.md b/vendor/php-http/promise/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/php-http/promise/LICENSE b/vendor/php-http/promise/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/php-http/promise/README.md b/vendor/php-http/promise/README.md old mode 100644 new mode 100755 diff --git a/vendor/php-http/promise/composer.json b/vendor/php-http/promise/composer.json old mode 100644 new mode 100755 diff --git a/vendor/php-http/promise/phpstan.neon.dist b/vendor/php-http/promise/phpstan.neon.dist old mode 100644 new mode 100755 diff --git a/vendor/php-http/promise/src/FulfilledPromise.php b/vendor/php-http/promise/src/FulfilledPromise.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/promise/src/Promise.php b/vendor/php-http/promise/src/Promise.php old mode 100644 new mode 100755 diff --git a/vendor/php-http/promise/src/RejectedPromise.php b/vendor/php-http/promise/src/RejectedPromise.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/.readthedocs.yaml b/vendor/phpoffice/phpspreadsheet/.readthedocs.yaml old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/CHANGELOG.md b/vendor/phpoffice/phpspreadsheet/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/CONTRIBUTING.md b/vendor/phpoffice/phpspreadsheet/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/LICENSE b/vendor/phpoffice/phpspreadsheet/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/README.md b/vendor/phpoffice/phpspreadsheet/README.md old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/composer.json b/vendor/phpoffice/phpspreadsheet/composer.json old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/ArrayEnabled.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/ArrayEnabled.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/BinaryComparison.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/BinaryComparison.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Calculation.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Calculation.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Category.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Category.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DAverage.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DAverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DCount.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DCount.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DCountA.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DCountA.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DGet.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DGet.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DMax.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DMax.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DMin.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DMin.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DProduct.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DProduct.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DStDev.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DStDev.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DStDevP.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DStDevP.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DSum.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DSum.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DVar.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DVar.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DVarP.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DVarP.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DatabaseAbstract.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DatabaseAbstract.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTime.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTime.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Constants.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Constants.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Current.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Current.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Date.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Date.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/DateParts.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/DateParts.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/DateValue.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/DateValue.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Days.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Days.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Days360.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Days360.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Difference.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Difference.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Helpers.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Helpers.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Month.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Month.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/NetworkDays.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/NetworkDays.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Time.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Time.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/TimeParts.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/TimeParts.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/TimeValue.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/TimeValue.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Week.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Week.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/WorkDay.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/WorkDay.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/YearFrac.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/YearFrac.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/ArrayArgumentHelper.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/ArrayArgumentHelper.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/ArrayArgumentProcessor.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/ArrayArgumentProcessor.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/BranchPruner.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/BranchPruner.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/FormattedNumber.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/FormattedNumber.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/Logger.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/Logger.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/Operands/Operand.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/Operands/Operand.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/Operands/StructuredReference.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/Operands/StructuredReference.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BesselI.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BesselI.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BesselJ.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BesselJ.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BesselK.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BesselK.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BesselY.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BesselY.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BitWise.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BitWise.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/Compare.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/Compare.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/Complex.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/Complex.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ComplexFunctions.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ComplexFunctions.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ComplexOperations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ComplexOperations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/Constants.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/Constants.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertBase.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertBase.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertBinary.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertBinary.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertDecimal.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertDecimal.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertHex.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertHex.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertOctal.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertOctal.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertUOM.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertUOM.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/EngineeringValidations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/EngineeringValidations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/Erf.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/Erf.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ErfC.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ErfC.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Exception.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/ExceptionHandler.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/ExceptionHandler.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Amortization.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Amortization.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/CashFlowValidations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/CashFlowValidations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Cumulative.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Cumulative.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Interest.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Interest.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/InterestAndPrincipal.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/InterestAndPrincipal.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Payments.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Payments.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Single.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Single.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/NonPeriodic.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/NonPeriodic.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/Periodic.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/Periodic.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Constants.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Constants.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Coupons.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Coupons.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Depreciation.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Depreciation.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Dollar.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Dollar.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/FinancialValidations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/FinancialValidations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Helpers.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Helpers.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/InterestRate.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/InterestRate.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/AccruedInterest.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/AccruedInterest.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/Price.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/Price.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/Rates.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/Rates.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/SecurityValidations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/SecurityValidations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/Yields.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/Yields.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/TreasuryBill.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/TreasuryBill.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaParser.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaParser.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaToken.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaToken.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Functions.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Functions.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Information/ErrorValue.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Information/ErrorValue.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Information/ExcelError.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Information/ExcelError.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Information/Value.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Information/Value.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Internal/WildcardMatch.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Internal/WildcardMatch.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical/Boolean.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical/Boolean.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical/Conditional.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical/Conditional.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical/Operations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical/Operations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Address.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Address.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/ExcelMatch.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/ExcelMatch.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Filter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Filter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Formula.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Formula.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/HLookup.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/HLookup.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Helpers.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Helpers.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Hyperlink.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Hyperlink.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Indirect.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Indirect.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Lookup.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Lookup.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/LookupBase.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/LookupBase.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/LookupRefValidations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/LookupRefValidations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Matrix.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Matrix.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Offset.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Offset.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/RowColumnInformation.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/RowColumnInformation.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Selection.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Selection.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Sort.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Sort.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Unique.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Unique.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/VLookup.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/VLookup.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Absolute.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Absolute.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Angle.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Angle.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Arabic.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Arabic.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Base.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Base.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Ceiling.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Ceiling.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Combinations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Combinations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Exp.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Exp.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Factorial.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Factorial.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Floor.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Floor.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Gcd.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Gcd.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Helpers.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Helpers.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/IntClass.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/IntClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Lcm.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Lcm.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Logarithms.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Logarithms.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/MatrixFunctions.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/MatrixFunctions.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Operations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Operations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Random.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Random.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Roman.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Roman.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Round.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Round.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/SeriesSum.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/SeriesSum.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Sign.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Sign.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Sqrt.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Sqrt.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Subtotal.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Subtotal.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Sum.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Sum.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/SumSquares.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/SumSquares.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosecant.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosecant.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosine.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosine.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Cotangent.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Cotangent.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Secant.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Secant.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Sine.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Sine.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Tangent.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Tangent.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trunc.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trunc.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/AggregateBase.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/AggregateBase.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Averages.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Averages.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Averages/Mean.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Averages/Mean.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Conditional.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Conditional.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Confidence.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Confidence.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Counts.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Counts.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Deviations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Deviations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Beta.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Beta.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Binomial.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Binomial.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/ChiSquared.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/ChiSquared.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/DistributionValidations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/DistributionValidations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Exponential.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Exponential.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/F.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/F.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Fisher.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Fisher.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Gamma.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Gamma.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/GammaBase.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/GammaBase.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/HyperGeometric.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/HyperGeometric.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/LogNormal.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/LogNormal.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/NewtonRaphson.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/NewtonRaphson.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Normal.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Normal.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Poisson.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Poisson.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/StandardNormal.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/StandardNormal.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/StudentT.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/StudentT.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Weibull.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Weibull.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/MaxMinBase.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/MaxMinBase.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Maximum.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Maximum.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Minimum.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Minimum.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Percentiles.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Percentiles.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Permutations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Permutations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Size.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Size.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/StandardDeviations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/StandardDeviations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Standardize.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Standardize.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/StatisticalValidations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/StatisticalValidations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Trends.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Trends.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/VarianceBase.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/VarianceBase.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Variances.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Variances.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/CaseConvert.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/CaseConvert.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/CharacterConvert.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/CharacterConvert.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Concatenate.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Concatenate.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Extract.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Extract.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Format.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Format.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Helpers.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Helpers.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Replace.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Replace.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Search.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Search.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Text.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Text.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Trim.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Trim.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Token/Stack.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Token/Stack.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Web.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Web.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Web/Service.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Web/Service.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/Translations.xlsx b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/Translations.xlsx old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/bg/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/bg/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/bg/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/bg/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/cs/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/cs/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/cs/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/cs/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/da/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/da/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/da/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/da/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/de/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/de/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/de/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/de/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/en/uk/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/en/uk/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/es/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/es/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/es/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/es/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/fi/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/fi/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/fi/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/fi/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/fr/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/fr/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/fr/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/fr/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/hu/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/hu/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/hu/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/hu/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/it/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/it/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/it/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/it/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/nb/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/nb/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/nb/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/nb/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/nl/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/nl/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/nl/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/nl/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pl/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pl/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pl/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pl/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pt/br/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pt/br/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pt/br/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pt/br/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pt/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pt/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pt/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pt/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/ru/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/ru/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/ru/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/ru/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/sv/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/sv/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/sv/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/sv/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/tr/config b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/tr/config old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/tr/functions b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/tr/functions old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/AddressHelper.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/AddressHelper.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/AddressRange.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/AddressRange.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/AdvancedValueBinder.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/AdvancedValueBinder.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Cell.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Cell.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/CellAddress.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/CellAddress.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/CellRange.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/CellRange.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/ColumnRange.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/ColumnRange.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Coordinate.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Coordinate.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataType.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataType.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataValidation.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataValidation.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataValidator.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataValidator.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DefaultValueBinder.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DefaultValueBinder.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Hyperlink.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Hyperlink.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/IValueBinder.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/IValueBinder.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/IgnoredErrors.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/IgnoredErrors.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/RowRange.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/RowRange.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/StringValueBinder.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/StringValueBinder.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/CellReferenceHelper.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/CellReferenceHelper.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Axis.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Axis.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/AxisText.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/AxisText.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Chart.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Chart.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/ChartColor.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/ChartColor.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/DataSeries.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/DataSeries.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/DataSeriesValues.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/DataSeriesValues.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Exception.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/GridLines.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/GridLines.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Layout.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Layout.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Legend.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Legend.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/PlotArea.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/PlotArea.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Properties.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Properties.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/IRenderer.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/IRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/JpGraph.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/JpGraph.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/JpGraphRendererBase.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/JpGraphRendererBase.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/MtJpGraphRenderer.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/MtJpGraphRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/PHP Charting Libraries.txt b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/PHP Charting Libraries.txt old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Title.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Title.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/TrendLine.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/TrendLine.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/Cells.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/Cells.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/CellsFactory.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/CellsFactory.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/Memory/SimpleCache1.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/Memory/SimpleCache1.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/Memory/SimpleCache3.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/Memory/SimpleCache3.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Comment.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Comment.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/DefinedName.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/DefinedName.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/Properties.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/Properties.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/Security.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/Security.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/HashTable.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/HashTable.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Dimension.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Dimension.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Downloader.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Downloader.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Handler.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Handler.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Html.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Html.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Sample.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Sample.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Size.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Size.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/TextGrid.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/TextGrid.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IComparable.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IComparable.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IOFactory.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IOFactory.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/NamedFormula.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/NamedFormula.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/NamedRange.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/NamedRange.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/BaseReader.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/BaseReader.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Csv.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Csv.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Csv/Delimiter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Csv/Delimiter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/DefaultReadFilter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/DefaultReadFilter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Exception.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric/PageSetup.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric/PageSetup.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric/Properties.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric/Properties.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric/Styles.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric/Styles.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Html.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Html.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/IReadFilter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/IReadFilter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/IReader.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/IReader.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/AutoFilter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/AutoFilter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/BaseLoader.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/BaseLoader.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/DefinedNames.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/DefinedNames.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/FormulaTranslator.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/FormulaTranslator.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/PageSettings.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/PageSettings.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/Properties.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/Properties.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Security/XmlScanner.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Security/XmlScanner.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Slk.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Slk.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/ConditionalFormatting.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/ConditionalFormatting.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/DataValidationHelper.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/DataValidationHelper.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/ErrorCode.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/ErrorCode.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Escher.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Escher.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/MD5.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/MD5.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/RC4.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/RC4.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/Border.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/Border.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/CellAlignment.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/CellAlignment.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/CellFont.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/CellFont.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Chart.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Chart.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/ColumnAndRowAttributes.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/ColumnAndRowAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/DataValidations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/DataValidations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Namespaces.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Namespaces.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/PageSetup.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/PageSetup.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Properties.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Properties.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/SharedFormula.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/SharedFormula.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/SheetViews.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/SheetViews.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Styles.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Styles.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/TableReader.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/TableReader.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Theme.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Theme.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/WorkbookView.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/WorkbookView.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/DataValidations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/DataValidations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/PageSettings.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/PageSettings.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Properties.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Properties.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/Alignment.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/Alignment.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/Border.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/Border.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/Fill.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/Fill.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/Font.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/Font.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/NumberFormat.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/NumberFormat.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/StyleBase.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/StyleBase.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/ReferenceHelper.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/ReferenceHelper.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/ITextElement.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/ITextElement.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/RichText.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/RichText.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/Run.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/Run.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/TextElement.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/TextElement.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Settings.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Settings.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/CodePage.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/CodePage.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Date.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Date.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Drawing.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Drawing.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DgContainer.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DgContainer.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/File.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/File.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Font.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Font.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/IntOrFloat.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/IntOrFloat.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/ChainedBlockStream.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/ChainedBlockStream.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS/File.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS/File.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS/Root.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS/Root.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLERead.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLERead.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/PasswordHasher.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/PasswordHasher.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/StringHelper.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/StringHelper.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/TimeZone.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/TimeZone.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/BestFit.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/BestFit.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/ExponentialBestFit.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/ExponentialBestFit.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/LinearBestFit.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/LinearBestFit.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/LogarithmicBestFit.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/LogarithmicBestFit.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/PolynomialBestFit.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/PolynomialBestFit.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/PowerBestFit.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/PowerBestFit.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/Trend.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/Trend.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/XMLWriter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/XMLWriter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Xls.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Xls.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Spreadsheet.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Spreadsheet.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Alignment.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Alignment.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Border.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Border.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Borders.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Borders.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Color.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Color.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Conditional.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Conditional.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/CellMatcher.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/CellMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/CellStyleAssessor.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/CellStyleAssessor.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBar.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBar.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBarExtension.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBarExtension.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormatValueObject.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormatValueObject.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormattingRuleExtension.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormattingRuleExtension.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/StyleMerger.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/StyleMerger.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Blanks.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Blanks.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/CellValue.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/CellValue.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/DateValue.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/DateValue.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Duplicates.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Duplicates.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Errors.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Errors.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Expression.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Expression.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/TextValue.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/TextValue.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardAbstract.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardAbstract.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardInterface.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardInterface.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Fill.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Fill.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Font.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Font.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/BaseFormatter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/BaseFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/DateFormatter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/DateFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Formatter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Formatter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/FractionFormatter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/FractionFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/NumberFormatter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/NumberFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/PercentageFormatter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/PercentageFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Accounting.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Accounting.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Currency.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Currency.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Date.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Date.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/DateTime.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/DateTime.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/DateTimeWizard.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/DateTimeWizard.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Duration.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Duration.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Locale.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Locale.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Number.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Number.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/NumberBase.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/NumberBase.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Percentage.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Percentage.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Scientific.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Scientific.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Time.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Time.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Wizard.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Wizard/Wizard.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Protection.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Protection.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/RgbTint.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/RgbTint.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Style.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Style.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Supervisor.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Supervisor.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Theme.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Theme.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter/Column.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter/Column.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFit.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFit.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/BaseDrawing.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/BaseDrawing.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/CellIterator.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/CellIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Column.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Column.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/ColumnCellIterator.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/ColumnCellIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/ColumnDimension.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/ColumnDimension.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/ColumnIterator.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/ColumnIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Dimension.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Dimension.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Drawing.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Drawing.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Drawing/Shadow.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Drawing/Shadow.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/HeaderFooter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/HeaderFooter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/HeaderFooterDrawing.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/HeaderFooterDrawing.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Iterator.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Iterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/MemoryDrawing.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/MemoryDrawing.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/PageBreak.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/PageBreak.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/PageMargins.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/PageMargins.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/PageSetup.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/PageSetup.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Protection.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Protection.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Row.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Row.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/RowCellIterator.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/RowCellIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/RowDimension.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/RowDimension.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/RowIterator.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/RowIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/SheetView.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/SheetView.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Table.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Table.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Table/Column.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Table/Column.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Table/TableStyle.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Table/TableStyle.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Validations.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Validations.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Worksheet.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Worksheet.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/BaseWriter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/BaseWriter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Csv.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Csv.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Exception.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Html.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Html.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/IWriter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/IWriter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/AutoFilters.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/AutoFilters.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Cell/Comment.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Cell/Comment.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Cell/Style.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Cell/Style.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Content.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Content.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Formula.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Formula.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Meta.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Meta.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/MetaInf.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/MetaInf.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Mimetype.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Mimetype.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/NamedExpressions.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/NamedExpressions.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Settings.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Settings.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Styles.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Styles.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Thumbnails.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Thumbnails.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/WriterPart.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/WriterPart.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Dompdf.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Dompdf.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Mpdf.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Mpdf.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Tcpdf.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Tcpdf.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/BIFFwriter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/BIFFwriter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/CellDataValidation.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/CellDataValidation.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/ConditionalHelper.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/ConditionalHelper.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/ErrorCode.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/ErrorCode.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Escher.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Escher.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Font.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Font.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Parser.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Parser.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/CellAlignment.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/CellAlignment.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/CellBorder.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/CellBorder.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/CellFill.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/CellFill.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/ColorMap.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/ColorMap.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Workbook.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Workbook.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Worksheet.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Worksheet.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Xf.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Xf.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/AutoFilter.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/AutoFilter.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Chart.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Chart.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Comments.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Comments.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/ContentTypes.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/ContentTypes.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/DefinedNames.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/DefinedNames.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/DocProps.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/DocProps.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Drawing.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Drawing.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/FunctionPrefix.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/FunctionPrefix.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Rels.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Rels.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/StringTable.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/StringTable.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Style.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Style.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Table.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Table.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Theme.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Theme.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Workbook.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Workbook.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Worksheet.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Worksheet.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/WriterPart.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/WriterPart.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/ZipStream0.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/ZipStream0.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/ZipStream2.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/ZipStream2.php old mode 100644 new mode 100755 diff --git a/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/ZipStream3.php b/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/ZipStream3.php old mode 100644 new mode 100755 diff --git a/vendor/phpoption/phpoption/LICENSE b/vendor/phpoption/phpoption/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/phpoption/phpoption/composer.json b/vendor/phpoption/phpoption/composer.json old mode 100644 new mode 100755 diff --git a/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php b/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php old mode 100644 new mode 100755 diff --git a/vendor/phpoption/phpoption/src/PhpOption/None.php b/vendor/phpoption/phpoption/src/PhpOption/None.php old mode 100644 new mode 100755 diff --git a/vendor/phpoption/phpoption/src/PhpOption/Option.php b/vendor/phpoption/phpoption/src/PhpOption/Option.php old mode 100644 new mode 100755 diff --git a/vendor/phpoption/phpoption/src/PhpOption/Some.php b/vendor/phpoption/phpoption/src/PhpOption/Some.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/AUTHORS b/vendor/phpseclib/phpseclib/AUTHORS old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/BACKERS.md b/vendor/phpseclib/phpseclib/BACKERS.md old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/LICENSE b/vendor/phpseclib/phpseclib/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/README.md b/vendor/phpseclib/phpseclib/README.md old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/SECURITY.md b/vendor/phpseclib/phpseclib/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/composer.json b/vendor/phpseclib/phpseclib/composer.json old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php b/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php b/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/TimeoutException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/TimeoutException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php b/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php b/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php b/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/File/X509.php b/vendor/phpseclib/phpseclib/phpseclib/File/X509.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php b/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php b/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php b/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField.php b/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php b/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php b/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php b/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php b/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php b/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php b/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php b/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php b/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php b/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf b/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/ChangeLog-10.1.md b/vendor/phpunit/php-code-coverage/ChangeLog-10.1.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/LICENSE b/vendor/phpunit/php-code-coverage/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/README.md b/vendor/phpunit/php-code-coverage/README.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/SECURITY.md b/vendor/phpunit/php-code-coverage/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/composer.json b/vendor/phpunit/php-code-coverage/composer.json old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage.php b/vendor/phpunit/php-code-coverage/src/CodeCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Data/ProcessedCodeCoverageData.php b/vendor/phpunit/php-code-coverage/src/Data/ProcessedCodeCoverageData.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Data/RawCodeCoverageData.php b/vendor/phpunit/php-code-coverage/src/Data/RawCodeCoverageData.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Driver/Driver.php b/vendor/phpunit/php-code-coverage/src/Driver/Driver.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php b/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Driver/Selector.php b/vendor/phpunit/php-code-coverage/src/Driver/Selector.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Driver/XdebugDriver.php b/vendor/phpunit/php-code-coverage/src/Driver/XdebugDriver.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php b/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php b/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php b/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/Exception.php b/vendor/phpunit/php-code-coverage/src/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/FileCouldNotBeWrittenException.php b/vendor/phpunit/php-code-coverage/src/Exception/FileCouldNotBeWrittenException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php b/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php b/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php b/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php b/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php b/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php b/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php b/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php b/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php b/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php b/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php b/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php b/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php b/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotEnabledException.php b/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotEnabledException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php b/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Filter.php b/vendor/phpunit/php-code-coverage/src/Filter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php b/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Node/Builder.php b/vendor/phpunit/php-code-coverage/src/Node/Builder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php b/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Node/Directory.php b/vendor/phpunit/php-code-coverage/src/Node/Directory.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Node/File.php b/vendor/phpunit/php-code-coverage/src/Node/File.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Node/Iterator.php b/vendor/phpunit/php-code-coverage/src/Node/Iterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Clover.php b/vendor/phpunit/php-code-coverage/src/Report/Clover.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php b/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php b/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Colors.php b/vendor/phpunit/php-code-coverage/src/Report/Html/Colors.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/CustomCssFile.php b/vendor/phpunit/php-code-coverage/src/Report/Html/CustomCssFile.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php b/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/PHP.php b/vendor/phpunit/php-code-coverage/src/Report/PHP.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Text.php b/vendor/phpunit/php-code-coverage/src/Report/Text.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Thresholds.php b/vendor/phpunit/php-code-coverage/src/Report/Thresholds.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/TestSize/Known.php b/vendor/phpunit/php-code-coverage/src/TestSize/Known.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/TestSize/Large.php b/vendor/phpunit/php-code-coverage/src/TestSize/Large.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/TestSize/Medium.php b/vendor/phpunit/php-code-coverage/src/TestSize/Medium.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/TestSize/Small.php b/vendor/phpunit/php-code-coverage/src/TestSize/Small.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/TestSize/TestSize.php b/vendor/phpunit/php-code-coverage/src/TestSize/TestSize.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/TestSize/Unknown.php b/vendor/phpunit/php-code-coverage/src/TestSize/Unknown.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/TestStatus/Failure.php b/vendor/phpunit/php-code-coverage/src/TestStatus/Failure.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/TestStatus/Known.php b/vendor/phpunit/php-code-coverage/src/TestStatus/Known.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/TestStatus/Success.php b/vendor/phpunit/php-code-coverage/src/TestStatus/Success.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/TestStatus/TestStatus.php b/vendor/phpunit/php-code-coverage/src/TestStatus/TestStatus.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/TestStatus/Unknown.php b/vendor/phpunit/php-code-coverage/src/TestStatus/Unknown.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Util/Filesystem.php b/vendor/phpunit/php-code-coverage/src/Util/Filesystem.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Util/Percentage.php b/vendor/phpunit/php-code-coverage/src/Util/Percentage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-code-coverage/src/Version.php b/vendor/phpunit/php-code-coverage/src/Version.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-file-iterator/ChangeLog.md b/vendor/phpunit/php-file-iterator/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-file-iterator/LICENSE b/vendor/phpunit/php-file-iterator/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-file-iterator/README.md b/vendor/phpunit/php-file-iterator/README.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-file-iterator/SECURITY.md b/vendor/phpunit/php-file-iterator/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-file-iterator/composer.json b/vendor/phpunit/php-file-iterator/composer.json old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-file-iterator/src/ExcludeIterator.php b/vendor/phpunit/php-file-iterator/src/ExcludeIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-file-iterator/src/Facade.php b/vendor/phpunit/php-file-iterator/src/Facade.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-file-iterator/src/Factory.php b/vendor/phpunit/php-file-iterator/src/Factory.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-file-iterator/src/Iterator.php b/vendor/phpunit/php-file-iterator/src/Iterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-invoker/.psalm/baseline.xml b/vendor/phpunit/php-invoker/.psalm/baseline.xml old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-invoker/.psalm/config.xml b/vendor/phpunit/php-invoker/.psalm/config.xml old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-invoker/ChangeLog.md b/vendor/phpunit/php-invoker/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-invoker/LICENSE b/vendor/phpunit/php-invoker/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-invoker/README.md b/vendor/phpunit/php-invoker/README.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-invoker/SECURITY.md b/vendor/phpunit/php-invoker/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-invoker/composer.json b/vendor/phpunit/php-invoker/composer.json old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-invoker/src/Invoker.php b/vendor/phpunit/php-invoker/src/Invoker.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-invoker/src/exceptions/Exception.php b/vendor/phpunit/php-invoker/src/exceptions/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php b/vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php b/vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-text-template/ChangeLog.md b/vendor/phpunit/php-text-template/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-text-template/LICENSE b/vendor/phpunit/php-text-template/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-text-template/README.md b/vendor/phpunit/php-text-template/README.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-text-template/SECURITY.md b/vendor/phpunit/php-text-template/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-text-template/composer.json b/vendor/phpunit/php-text-template/composer.json old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-text-template/src/Template.php b/vendor/phpunit/php-text-template/src/Template.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-text-template/src/exceptions/Exception.php b/vendor/phpunit/php-text-template/src/exceptions/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php b/vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php b/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-timer/ChangeLog.md b/vendor/phpunit/php-timer/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-timer/LICENSE b/vendor/phpunit/php-timer/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-timer/README.md b/vendor/phpunit/php-timer/README.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-timer/SECURITY.md b/vendor/phpunit/php-timer/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-timer/composer.json b/vendor/phpunit/php-timer/composer.json old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-timer/src/Duration.php b/vendor/phpunit/php-timer/src/Duration.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php b/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-timer/src/Timer.php b/vendor/phpunit/php-timer/src/Timer.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-timer/src/exceptions/Exception.php b/vendor/phpunit/php-timer/src/exceptions/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php b/vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php b/vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/ChangeLog-10.5.md b/vendor/phpunit/phpunit/ChangeLog-10.5.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/DEPRECATIONS.md b/vendor/phpunit/phpunit/DEPRECATIONS.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/LICENSE b/vendor/phpunit/phpunit/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/README.md b/vendor/phpunit/phpunit/README.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/SECURITY.md b/vendor/phpunit/phpunit/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/composer.json b/vendor/phpunit/phpunit/composer.json old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/composer.lock b/vendor/phpunit/phpunit/composer.lock old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/phpunit.xsd b/vendor/phpunit/phpunit/phpunit.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/schema/10.0.xsd b/vendor/phpunit/phpunit/schema/10.0.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/schema/10.1.xsd b/vendor/phpunit/phpunit/schema/10.1.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/schema/10.2.xsd b/vendor/phpunit/phpunit/schema/10.2.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/schema/10.3.xsd b/vendor/phpunit/phpunit/schema/10.3.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/schema/10.4.xsd b/vendor/phpunit/phpunit/schema/10.4.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/schema/8.5.xsd b/vendor/phpunit/phpunit/schema/8.5.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/schema/9.0.xsd b/vendor/phpunit/phpunit/schema/9.0.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/schema/9.1.xsd b/vendor/phpunit/phpunit/schema/9.1.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/schema/9.2.xsd b/vendor/phpunit/phpunit/schema/9.2.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/schema/9.3.xsd b/vendor/phpunit/phpunit/schema/9.3.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/schema/9.4.xsd b/vendor/phpunit/phpunit/schema/9.4.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/schema/9.5.xsd b/vendor/phpunit/phpunit/schema/9.5.xsd old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Dispatcher/CollectingDispatcher.php b/vendor/phpunit/phpunit/src/Event/Dispatcher/CollectingDispatcher.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php b/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php b/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Dispatcher/Dispatcher.php b/vendor/phpunit/phpunit/src/Event/Dispatcher/Dispatcher.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Dispatcher/SubscribableDispatcher.php b/vendor/phpunit/phpunit/src/Event/Dispatcher/SubscribableDispatcher.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php b/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Emitter/Emitter.php b/vendor/phpunit/phpunit/src/Event/Emitter/Emitter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Application/Finished.php b/vendor/phpunit/phpunit/src/Event/Events/Application/Finished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Application/FinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Application/FinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Application/Started.php b/vendor/phpunit/phpunit/src/Event/Events/Application/Started.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Application/StartedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Application/StartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Event.php b/vendor/phpunit/phpunit/src/Event/Events/Event.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/EventCollection.php b/vendor/phpunit/phpunit/src/Event/Events/EventCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/EventCollectionIterator.php b/vendor/phpunit/phpunit/src/Event/Events/EventCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailed.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailed.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceeded.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceeded.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceededSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceededSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/ComparatorRegistered.php b/vendor/phpunit/phpunit/src/Event/Events/Test/ComparatorRegistered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/ComparatorRegisteredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/ComparatorRegisteredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalled.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalled.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalledSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalledSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodErrored.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodErrored.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodErroredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinished.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalled.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalled.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalledSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalledSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodErrored.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodErrored.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodErroredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinished.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalled.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalled.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalledSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalledSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErrored.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErrored.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErroredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinished.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalled.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalled.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalledSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalledSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodErrored.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodErrored.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodErroredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinished.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalled.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalled.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalledSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalledSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionErrored.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionErrored.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionErroredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinished.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalled.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalled.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalledSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalledSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionErrored.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionErrored.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionErroredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinished.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRisky.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRisky.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRiskySubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRiskySubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalled.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalled.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalledSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalledSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Finished.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Finished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/FinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/FinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailed.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailed.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStarted.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStarted.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStartedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Prepared.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Prepared.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Errored.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Errored.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/ErroredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/ErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Failed.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Failed.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/FailedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/FailedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncomplete.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncomplete.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncompleteSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncompleteSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Passed.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Passed.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/PassedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/PassedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Skipped.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Skipped.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/SkippedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/SkippedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutput.php b/vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutput.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutputSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutputSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreated.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreated.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreatedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreatedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreated.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreated.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreatedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreatedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreated.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreated.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreatedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreatedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreated.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreated.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreatedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreatedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreated.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreated.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreatedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreatedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreated.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreated.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreatedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreatedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreated.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreated.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreatedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreatedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreated.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreated.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreatedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreatedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreated.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreated.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreatedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreatedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinished.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Configured.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Configured.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ConfiguredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ConfiguredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealed.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealed.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAborted.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAborted.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAbortedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAbortedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinished.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStarted.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStarted.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStartedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrapped.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrapped.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrappedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrappedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPhar.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPhar.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPharSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPharSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Finished.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Finished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/FinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/FinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabled.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabled.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabledSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabledSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabled.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabled.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabledSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabledSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Started.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Started.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/StartedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/StartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggered.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggeredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggeredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Filtered.php b/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Filtered.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestSuite/FilteredSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestSuite/FilteredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Finished.php b/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Finished.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestSuite/FinishedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestSuite/FinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Loaded.php b/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Loaded.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestSuite/LoadedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestSuite/LoadedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Skipped.php b/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Skipped.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SkippedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SkippedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Sorted.php b/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Sorted.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SortedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SortedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Started.php b/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Started.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Events/TestSuite/StartedSubscriber.php b/vendor/phpunit/phpunit/src/Event/Events/TestSuite/StartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/EventAlreadyAssignedException.php b/vendor/phpunit/phpunit/src/Event/Exception/EventAlreadyAssignedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/EventFacadeIsSealedException.php b/vendor/phpunit/phpunit/src/Event/Exception/EventFacadeIsSealedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/Exception.php b/vendor/phpunit/phpunit/src/Event/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/InvalidArgumentException.php b/vendor/phpunit/phpunit/src/Event/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/InvalidEventException.php b/vendor/phpunit/phpunit/src/Event/Exception/InvalidEventException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/InvalidSubscriberException.php b/vendor/phpunit/phpunit/src/Event/Exception/InvalidSubscriberException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/MapError.php b/vendor/phpunit/phpunit/src/Event/Exception/MapError.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/MoreThanOneDataSetFromDataProviderException.php b/vendor/phpunit/phpunit/src/Event/Exception/MoreThanOneDataSetFromDataProviderException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/NoComparisonFailureException.php b/vendor/phpunit/phpunit/src/Event/Exception/NoComparisonFailureException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/NoDataSetFromDataProviderException.php b/vendor/phpunit/phpunit/src/Event/Exception/NoDataSetFromDataProviderException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/NoPreviousThrowableException.php b/vendor/phpunit/phpunit/src/Event/Exception/NoPreviousThrowableException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/NoTestCaseObjectOnCallStackException.php b/vendor/phpunit/phpunit/src/Event/Exception/NoTestCaseObjectOnCallStackException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/RuntimeException.php b/vendor/phpunit/phpunit/src/Event/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/SubscriberTypeAlreadyRegisteredException.php b/vendor/phpunit/phpunit/src/Event/Exception/SubscriberTypeAlreadyRegisteredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/UnknownEventException.php b/vendor/phpunit/phpunit/src/Event/Exception/UnknownEventException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/UnknownEventTypeException.php b/vendor/phpunit/phpunit/src/Event/Exception/UnknownEventTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/UnknownSubscriberException.php b/vendor/phpunit/phpunit/src/Event/Exception/UnknownSubscriberException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Exception/UnknownSubscriberTypeException.php b/vendor/phpunit/phpunit/src/Event/Exception/UnknownSubscriberTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Facade.php b/vendor/phpunit/phpunit/src/Event/Facade.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Subscriber.php b/vendor/phpunit/phpunit/src/Event/Subscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Tracer.php b/vendor/phpunit/phpunit/src/Event/Tracer.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/TypeMap.php b/vendor/phpunit/phpunit/src/Event/TypeMap.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/ClassMethod.php b/vendor/phpunit/phpunit/src/Event/Value/ClassMethod.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/ComparisonFailure.php b/vendor/phpunit/phpunit/src/Event/Value/ComparisonFailure.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/ComparisonFailureBuilder.php b/vendor/phpunit/phpunit/src/Event/Value/ComparisonFailureBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Runtime/OperatingSystem.php b/vendor/phpunit/phpunit/src/Event/Value/Runtime/OperatingSystem.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Runtime/PHP.php b/vendor/phpunit/phpunit/src/Event/Value/Runtime/PHP.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Runtime/PHPUnit.php b/vendor/phpunit/phpunit/src/Event/Value/Runtime/PHPUnit.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Runtime/Runtime.php b/vendor/phpunit/phpunit/src/Event/Value/Runtime/Runtime.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Duration.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Duration.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatus.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatus.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/HRTime.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/HRTime.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Info.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Info.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/MemoryMeter.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/MemoryMeter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/MemoryUsage.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/MemoryUsage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Php81GarbageCollectorStatusProvider.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Php81GarbageCollectorStatusProvider.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Snapshot.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Snapshot.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/StopWatch.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/StopWatch.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/System.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/System.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemMemoryMeter.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemMemoryMeter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatch.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatch.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatchWithOffset.php b/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatchWithOffset.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/Phpt.php b/vendor/phpunit/phpunit/src/Event/Value/Test/Phpt.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/Test.php b/vendor/phpunit/phpunit/src/Event/Value/Test/Test.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/TestCollection.php b/vendor/phpunit/phpunit/src/Event/Value/Test/TestCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/TestCollectionIterator.php b/vendor/phpunit/phpunit/src/Event/Value/Test/TestCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromDataProvider.php b/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromDataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromTestDependency.php b/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromTestDependency.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestData.php b/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestData.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollection.php b/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollectionIterator.php b/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/TestDox.php b/vendor/phpunit/phpunit/src/Event/Value/Test/TestDox.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/TestDoxBuilder.php b/vendor/phpunit/phpunit/src/Event/Value/Test/TestDoxBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/TestMethod.php b/vendor/phpunit/phpunit/src/Event/Value/Test/TestMethod.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Test/TestMethodBuilder.php b/vendor/phpunit/phpunit/src/Event/Value/Test/TestMethodBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuite.php b/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuite.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteBuilder.php b/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestClass.php b/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestMethodWithDataProvider.php b/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestMethodWithDataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteWithName.php b/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteWithName.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/Throwable.php b/vendor/phpunit/phpunit/src/Event/Value/Throwable.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Event/Value/ThrowableBuilder.php b/vendor/phpunit/phpunit/src/Event/Value/ThrowableBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Exception.php b/vendor/phpunit/phpunit/src/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Assert.php b/vendor/phpunit/phpunit/src/Framework/Assert.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php b/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/After.php b/vendor/phpunit/phpunit/src/Framework/Attributes/After.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/AfterClass.php b/vendor/phpunit/phpunit/src/Framework/Attributes/AfterClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/BackupGlobals.php b/vendor/phpunit/phpunit/src/Framework/Attributes/BackupGlobals.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/BackupStaticProperties.php b/vendor/phpunit/phpunit/src/Framework/Attributes/BackupStaticProperties.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/Before.php b/vendor/phpunit/phpunit/src/Framework/Attributes/Before.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/BeforeClass.php b/vendor/phpunit/phpunit/src/Framework/Attributes/BeforeClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/CodeCoverageIgnore.php b/vendor/phpunit/phpunit/src/Framework/Attributes/CodeCoverageIgnore.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/CoversClass.php b/vendor/phpunit/phpunit/src/Framework/Attributes/CoversClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/CoversFunction.php b/vendor/phpunit/phpunit/src/Framework/Attributes/CoversFunction.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/CoversNothing.php b/vendor/phpunit/phpunit/src/Framework/Attributes/CoversNothing.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/DataProvider.php b/vendor/phpunit/phpunit/src/Framework/Attributes/DataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/DataProviderExternal.php b/vendor/phpunit/phpunit/src/Framework/Attributes/DataProviderExternal.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/Depends.php b/vendor/phpunit/phpunit/src/Framework/Attributes/Depends.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternal.php b/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternal.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingDeepClone.php b/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingDeepClone.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingShallowClone.php b/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingShallowClone.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClass.php b/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingDeepClone.php b/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingDeepClone.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingShallowClone.php b/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingShallowClone.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/DependsUsingDeepClone.php b/vendor/phpunit/phpunit/src/Framework/Attributes/DependsUsingDeepClone.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/DependsUsingShallowClone.php b/vendor/phpunit/phpunit/src/Framework/Attributes/DependsUsingShallowClone.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/DoesNotPerformAssertions.php b/vendor/phpunit/phpunit/src/Framework/Attributes/DoesNotPerformAssertions.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/ExcludeGlobalVariableFromBackup.php b/vendor/phpunit/phpunit/src/Framework/Attributes/ExcludeGlobalVariableFromBackup.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/ExcludeStaticPropertyFromBackup.php b/vendor/phpunit/phpunit/src/Framework/Attributes/ExcludeStaticPropertyFromBackup.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/Group.php b/vendor/phpunit/phpunit/src/Framework/Attributes/Group.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreClassForCodeCoverage.php b/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreClassForCodeCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreDeprecations.php b/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreDeprecations.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreFunctionForCodeCoverage.php b/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreFunctionForCodeCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreMethodForCodeCoverage.php b/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreMethodForCodeCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/Large.php b/vendor/phpunit/phpunit/src/Framework/Attributes/Large.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/Medium.php b/vendor/phpunit/phpunit/src/Framework/Attributes/Medium.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/PostCondition.php b/vendor/phpunit/phpunit/src/Framework/Attributes/PostCondition.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/PreCondition.php b/vendor/phpunit/phpunit/src/Framework/Attributes/PreCondition.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/PreserveGlobalState.php b/vendor/phpunit/phpunit/src/Framework/Attributes/PreserveGlobalState.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresFunction.php b/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresFunction.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresMethod.php b/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresMethod.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystem.php b/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystem.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystemFamily.php b/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystemFamily.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhp.php b/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhp.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhpExtension.php b/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhpExtension.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhpunit.php b/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhpunit.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresSetting.php b/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresSetting.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/RunClassInSeparateProcess.php b/vendor/phpunit/phpunit/src/Framework/Attributes/RunClassInSeparateProcess.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/RunInSeparateProcess.php b/vendor/phpunit/phpunit/src/Framework/Attributes/RunInSeparateProcess.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/RunTestsInSeparateProcesses.php b/vendor/phpunit/phpunit/src/Framework/Attributes/RunTestsInSeparateProcesses.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/Small.php b/vendor/phpunit/phpunit/src/Framework/Attributes/Small.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/Test.php b/vendor/phpunit/phpunit/src/Framework/Attributes/Test.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/TestDox.php b/vendor/phpunit/phpunit/src/Framework/Attributes/TestDox.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/TestWith.php b/vendor/phpunit/phpunit/src/Framework/Attributes/TestWith.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/TestWithJson.php b/vendor/phpunit/phpunit/src/Framework/Attributes/TestWithJson.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/Ticket.php b/vendor/phpunit/phpunit/src/Framework/Attributes/Ticket.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/UsesClass.php b/vendor/phpunit/phpunit/src/Framework/Attributes/UsesClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/UsesFunction.php b/vendor/phpunit/phpunit/src/Framework/Attributes/UsesFunction.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Attributes/WithoutErrorHandler.php b/vendor/phpunit/phpunit/src/Framework/Attributes/WithoutErrorHandler.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php b/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php b/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php b/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEqualsStringIgnoringLineEndings.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEqualsStringIgnoringLineEndings.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/IsList.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/IsList.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php b/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php b/vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php b/vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/EmptyStringException.php b/vendor/phpunit/phpunit/src/Framework/Exception/EmptyStringException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php b/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/GeneratorNotSupportedException.php b/vendor/phpunit/phpunit/src/Framework/Exception/GeneratorNotSupportedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/Incomplete/IncompleteTest.php b/vendor/phpunit/phpunit/src/Framework/Exception/Incomplete/IncompleteTest.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/Incomplete/IncompleteTestError.php b/vendor/phpunit/phpunit/src/Framework/Exception/Incomplete/IncompleteTestError.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php b/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php b/vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php b/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDependencyException.php b/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDependencyException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php b/vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ActualValueIsNotAnObjectException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ActualValueIsNotAnObjectException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotAcceptParameterTypeException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotAcceptParameterTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareParameterTypeException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareParameterTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotExistException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotExistException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/PhptAssertionFailedError.php b/vendor/phpunit/phpunit/src/Framework/Exception/PhptAssertionFailedError.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ProcessIsolationException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ProcessIsolationException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedTest.php b/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedTest.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedTestSuiteError.php b/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedTestSuiteError.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedWithMessageException.php b/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedWithMessageException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/UnknownClassOrInterfaceException.php b/vendor/phpunit/phpunit/src/Framework/Exception/UnknownClassOrInterfaceException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/UnknownTypeException.php b/vendor/phpunit/phpunit/src/Framework/Exception/UnknownTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php b/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php b/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/NeverReturningMethodException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/NeverReturningMethodException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/NoMoreReturnValuesConfiguredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/NoMoreReturnValuesConfiguredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/CannotUseAddMethodsException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/CannotUseAddMethodsException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/DuplicateMethodException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/DuplicateMethodException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/Exception.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/InvalidMethodNameException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/InvalidMethodNameException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/NameAlreadyInUseException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/NameAlreadyInUseException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ReflectionException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ReflectionException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/RuntimeException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/SoapExtensionNotAvailableException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/SoapExtensionNotAvailableException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownClassException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownClassException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTraitException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTraitException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTypeException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Generator.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Generator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockClass.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethod.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethod.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethodSet.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethodSet.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockTrait.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockTrait.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockType.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockType.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/TemplateLoader.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/TemplateLoader.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/deprecation.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/deprecation.tpl old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/doubled_method.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/doubled_method.tpl old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/doubled_static_method.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/doubled_static_method.tpl old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/intersection.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/intersection.tpl old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/proxied_method.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/proxied_method.tpl old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/test_double_class.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/test_double_class.tpl old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/trait_class.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/trait_class.tpl old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/wsdl_class.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/wsdl_class.tpl old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/wsdl_method.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/wsdl_method.tpl old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php b/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/Method.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/Method.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/MockObjectApi.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/MockObjectApi.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/StubApi.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/StubApi.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Identity.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Identity.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationMocker.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationMocker.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationStubber.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationStubber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Stub.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Stub.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObject.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObject.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/Stub.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/Stub.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/StubInternal.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/StubInternal.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Invocation.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Invocation.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/InvocationHandler.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/InvocationHandler.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Matcher.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Matcher.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/MethodNameConstraint.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/MethodNameConstraint.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/ReturnValueGenerator.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/ReturnValueGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyParameters.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyParameters.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvocationOrder.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvocationOrder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedCount.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedCount.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/MethodName.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/MethodName.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/Parameters.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/Parameters.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/ParametersRule.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/ParametersRule.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ConsecutiveCalls.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ConsecutiveCalls.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Exception.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnArgument.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnArgument.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnCallback.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnCallback.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnReference.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnReference.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnSelf.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnSelf.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnStub.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnStub.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnValueMap.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnValueMap.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Stub.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Stub.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Reorderable.php b/vendor/phpunit/phpunit/src/Framework/Reorderable.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php b/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/Test.php b/vendor/phpunit/phpunit/src/Framework/Test.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestBuilder.php b/vendor/phpunit/phpunit/src/Framework/TestBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestCase.php b/vendor/phpunit/phpunit/src/Framework/TestCase.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestRunner.php b/vendor/phpunit/phpunit/src/Framework/TestRunner.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestSize/Known.php b/vendor/phpunit/phpunit/src/Framework/TestSize/Known.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestSize/Large.php b/vendor/phpunit/phpunit/src/Framework/TestSize/Large.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestSize/Medium.php b/vendor/phpunit/phpunit/src/Framework/TestSize/Medium.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestSize/Small.php b/vendor/phpunit/phpunit/src/Framework/TestSize/Small.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestSize/TestSize.php b/vendor/phpunit/phpunit/src/Framework/TestSize/TestSize.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestSize/Unknown.php b/vendor/phpunit/phpunit/src/Framework/TestSize/Unknown.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestStatus/Deprecation.php b/vendor/phpunit/phpunit/src/Framework/TestStatus/Deprecation.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestStatus/Error.php b/vendor/phpunit/phpunit/src/Framework/TestStatus/Error.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestStatus/Failure.php b/vendor/phpunit/phpunit/src/Framework/TestStatus/Failure.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestStatus/Incomplete.php b/vendor/phpunit/phpunit/src/Framework/TestStatus/Incomplete.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestStatus/Known.php b/vendor/phpunit/phpunit/src/Framework/TestStatus/Known.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestStatus/Notice.php b/vendor/phpunit/phpunit/src/Framework/TestStatus/Notice.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestStatus/Risky.php b/vendor/phpunit/phpunit/src/Framework/TestStatus/Risky.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestStatus/Skipped.php b/vendor/phpunit/phpunit/src/Framework/TestStatus/Skipped.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestStatus/Success.php b/vendor/phpunit/phpunit/src/Framework/TestStatus/Success.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestStatus/TestStatus.php b/vendor/phpunit/phpunit/src/Framework/TestStatus/TestStatus.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestStatus/Unknown.php b/vendor/phpunit/phpunit/src/Framework/TestStatus/Unknown.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestStatus/Warning.php b/vendor/phpunit/phpunit/src/Framework/TestStatus/Warning.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestSuite.php b/vendor/phpunit/phpunit/src/Framework/TestSuite.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php b/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/EventLogger.php b/vendor/phpunit/phpunit/src/Logging/EventLogger.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/JunitXmlLogger.php b/vendor/phpunit/phpunit/src/Logging/JUnit/JunitXmlLogger.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/Subscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/Subscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFailedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFailedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPreparationFailedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPreparationFailedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPreparationStartedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPreparationStartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPrintedUnexpectedOutputSubscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPrintedUnexpectedOutputSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/Subscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/Subscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestConsideredRiskySubscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestConsideredRiskySubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestRunnerExecutionFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestRunnerExecutionFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteBeforeFirstTestMethodErroredSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteBeforeFirstTestMethodErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteSkippedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteSkippedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TeamCity/TeamCityLogger.php b/vendor/phpunit/phpunit/src/Logging/TeamCity/TeamCityLogger.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/HtmlRenderer.php b/vendor/phpunit/phpunit/src/Logging/TestDox/HtmlRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/NamePrettifier.php b/vendor/phpunit/phpunit/src/Logging/TestDox/NamePrettifier.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/PlainTextRenderer.php b/vendor/phpunit/phpunit/src/Logging/TestDox/PlainTextRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/Subscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/Subscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestConsideredRiskySubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestConsideredRiskySubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestErroredSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestFailedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestFailedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestPassedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestPassedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestPreparedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestPreparedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestSkippedSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestSkippedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredWarningSubscriber.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredWarningSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/TestResult.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/TestResult.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/TestResultCollection.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/TestResultCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/TestResultCollectionIterator.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/TestResultCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/TestResultCollector.php b/vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/TestResultCollector.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/After.php b/vendor/phpunit/phpunit/src/Metadata/After.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/AfterClass.php b/vendor/phpunit/phpunit/src/Metadata/AfterClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Api/CodeCoverage.php b/vendor/phpunit/phpunit/src/Metadata/Api/CodeCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Api/DataProvider.php b/vendor/phpunit/phpunit/src/Metadata/Api/DataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Api/Dependencies.php b/vendor/phpunit/phpunit/src/Metadata/Api/Dependencies.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Api/Groups.php b/vendor/phpunit/phpunit/src/Metadata/Api/Groups.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Api/HookMethods.php b/vendor/phpunit/phpunit/src/Metadata/Api/HookMethods.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Api/Requirements.php b/vendor/phpunit/phpunit/src/Metadata/Api/Requirements.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/BackupGlobals.php b/vendor/phpunit/phpunit/src/Metadata/BackupGlobals.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/BackupStaticProperties.php b/vendor/phpunit/phpunit/src/Metadata/BackupStaticProperties.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Before.php b/vendor/phpunit/phpunit/src/Metadata/Before.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/BeforeClass.php b/vendor/phpunit/phpunit/src/Metadata/BeforeClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Covers.php b/vendor/phpunit/phpunit/src/Metadata/Covers.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/CoversClass.php b/vendor/phpunit/phpunit/src/Metadata/CoversClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/CoversDefaultClass.php b/vendor/phpunit/phpunit/src/Metadata/CoversDefaultClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/CoversFunction.php b/vendor/phpunit/phpunit/src/Metadata/CoversFunction.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/CoversNothing.php b/vendor/phpunit/phpunit/src/Metadata/CoversNothing.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/DataProvider.php b/vendor/phpunit/phpunit/src/Metadata/DataProvider.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/DependsOnClass.php b/vendor/phpunit/phpunit/src/Metadata/DependsOnClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/DependsOnMethod.php b/vendor/phpunit/phpunit/src/Metadata/DependsOnMethod.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/DoesNotPerformAssertions.php b/vendor/phpunit/phpunit/src/Metadata/DoesNotPerformAssertions.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Exception/AnnotationsAreNotSupportedForInternalClassesException.php b/vendor/phpunit/phpunit/src/Metadata/Exception/AnnotationsAreNotSupportedForInternalClassesException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Exception/Exception.php b/vendor/phpunit/phpunit/src/Metadata/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Exception/InvalidAttributeException.php b/vendor/phpunit/phpunit/src/Metadata/Exception/InvalidAttributeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Exception/InvalidVersionRequirementException.php b/vendor/phpunit/phpunit/src/Metadata/Exception/InvalidVersionRequirementException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Exception/NoVersionRequirementException.php b/vendor/phpunit/phpunit/src/Metadata/Exception/NoVersionRequirementException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Exception/ReflectionException.php b/vendor/phpunit/phpunit/src/Metadata/Exception/ReflectionException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/ExcludeGlobalVariableFromBackup.php b/vendor/phpunit/phpunit/src/Metadata/ExcludeGlobalVariableFromBackup.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/ExcludeStaticPropertyFromBackup.php b/vendor/phpunit/phpunit/src/Metadata/ExcludeStaticPropertyFromBackup.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Group.php b/vendor/phpunit/phpunit/src/Metadata/Group.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/IgnoreClassForCodeCoverage.php b/vendor/phpunit/phpunit/src/Metadata/IgnoreClassForCodeCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/IgnoreDeprecations.php b/vendor/phpunit/phpunit/src/Metadata/IgnoreDeprecations.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/IgnoreFunctionForCodeCoverage.php b/vendor/phpunit/phpunit/src/Metadata/IgnoreFunctionForCodeCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/IgnoreMethodForCodeCoverage.php b/vendor/phpunit/phpunit/src/Metadata/IgnoreMethodForCodeCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Metadata.php b/vendor/phpunit/phpunit/src/Metadata/Metadata.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/MetadataCollection.php b/vendor/phpunit/phpunit/src/Metadata/MetadataCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/MetadataCollectionIterator.php b/vendor/phpunit/phpunit/src/Metadata/MetadataCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/DocBlock.php b/vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/DocBlock.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/Registry.php b/vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/Registry.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Parser/AnnotationParser.php b/vendor/phpunit/phpunit/src/Metadata/Parser/AnnotationParser.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Parser/AttributeParser.php b/vendor/phpunit/phpunit/src/Metadata/Parser/AttributeParser.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Parser/CachingParser.php b/vendor/phpunit/phpunit/src/Metadata/Parser/CachingParser.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Parser/Parser.php b/vendor/phpunit/phpunit/src/Metadata/Parser/Parser.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Parser/ParserChain.php b/vendor/phpunit/phpunit/src/Metadata/Parser/ParserChain.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Parser/Registry.php b/vendor/phpunit/phpunit/src/Metadata/Parser/Registry.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/PostCondition.php b/vendor/phpunit/phpunit/src/Metadata/PostCondition.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/PreCondition.php b/vendor/phpunit/phpunit/src/Metadata/PreCondition.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/PreserveGlobalState.php b/vendor/phpunit/phpunit/src/Metadata/PreserveGlobalState.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/RequiresFunction.php b/vendor/phpunit/phpunit/src/Metadata/RequiresFunction.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/RequiresMethod.php b/vendor/phpunit/phpunit/src/Metadata/RequiresMethod.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/RequiresOperatingSystem.php b/vendor/phpunit/phpunit/src/Metadata/RequiresOperatingSystem.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/RequiresOperatingSystemFamily.php b/vendor/phpunit/phpunit/src/Metadata/RequiresOperatingSystemFamily.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/RequiresPhp.php b/vendor/phpunit/phpunit/src/Metadata/RequiresPhp.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/RequiresPhpExtension.php b/vendor/phpunit/phpunit/src/Metadata/RequiresPhpExtension.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/RequiresPhpunit.php b/vendor/phpunit/phpunit/src/Metadata/RequiresPhpunit.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/RequiresSetting.php b/vendor/phpunit/phpunit/src/Metadata/RequiresSetting.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/RunClassInSeparateProcess.php b/vendor/phpunit/phpunit/src/Metadata/RunClassInSeparateProcess.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/RunInSeparateProcess.php b/vendor/phpunit/phpunit/src/Metadata/RunInSeparateProcess.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/RunTestsInSeparateProcesses.php b/vendor/phpunit/phpunit/src/Metadata/RunTestsInSeparateProcesses.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Test.php b/vendor/phpunit/phpunit/src/Metadata/Test.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/TestDox.php b/vendor/phpunit/phpunit/src/Metadata/TestDox.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/TestWith.php b/vendor/phpunit/phpunit/src/Metadata/TestWith.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Uses.php b/vendor/phpunit/phpunit/src/Metadata/Uses.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/UsesClass.php b/vendor/phpunit/phpunit/src/Metadata/UsesClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/UsesDefaultClass.php b/vendor/phpunit/phpunit/src/Metadata/UsesDefaultClass.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/UsesFunction.php b/vendor/phpunit/phpunit/src/Metadata/UsesFunction.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Version/ComparisonRequirement.php b/vendor/phpunit/phpunit/src/Metadata/Version/ComparisonRequirement.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Version/ConstraintRequirement.php b/vendor/phpunit/phpunit/src/Metadata/Version/ConstraintRequirement.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/Version/Requirement.php b/vendor/phpunit/phpunit/src/Metadata/Version/Requirement.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Metadata/WithoutErrorHandler.php b/vendor/phpunit/phpunit/src/Metadata/WithoutErrorHandler.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Baseline.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Baseline.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Exception/CannotLoadBaselineException.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Exception/CannotLoadBaselineException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Generator.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Generator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Issue.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Issue.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Reader.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Reader.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/RelativePathCalculator.php b/vendor/phpunit/phpunit/src/Runner/Baseline/RelativePathCalculator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/Subscriber.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/Subscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredNoticeSubscriber.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredNoticeSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpDeprecationSubscriber.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpDeprecationSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredWarningSubscriber.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredWarningSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Baseline/Writer.php b/vendor/phpunit/phpunit/src/Runner/Baseline/Writer.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/CodeCoverage.php b/vendor/phpunit/phpunit/src/Runner/CodeCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ErrorHandler.php b/vendor/phpunit/phpunit/src/Runner/ErrorHandler.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/ClassCannotBeFoundException.php b/vendor/phpunit/phpunit/src/Runner/Exception/ClassCannotBeFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php b/vendor/phpunit/phpunit/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/ClassIsAbstractException.php b/vendor/phpunit/phpunit/src/Runner/Exception/ClassIsAbstractException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/CodeCoverageFileExistsException.php b/vendor/phpunit/phpunit/src/Runner/Exception/CodeCoverageFileExistsException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/DirectoryDoesNotExistException.php b/vendor/phpunit/phpunit/src/Runner/Exception/DirectoryDoesNotExistException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/ErrorException.php b/vendor/phpunit/phpunit/src/Runner/Exception/ErrorException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/Exception.php b/vendor/phpunit/phpunit/src/Runner/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/FileDoesNotExistException.php b/vendor/phpunit/phpunit/src/Runner/Exception/FileDoesNotExistException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/InvalidOrderException.php b/vendor/phpunit/phpunit/src/Runner/Exception/InvalidOrderException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/InvalidPhptFileException.php b/vendor/phpunit/phpunit/src/Runner/Exception/InvalidPhptFileException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/ParameterDoesNotExistException.php b/vendor/phpunit/phpunit/src/Runner/Exception/ParameterDoesNotExistException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php b/vendor/phpunit/phpunit/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Exception/UnsupportedPhptSectionException.php b/vendor/phpunit/phpunit/src/Runner/Exception/UnsupportedPhptSectionException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Extension/Extension.php b/vendor/phpunit/phpunit/src/Runner/Extension/Extension.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionBootstrapper.php b/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionBootstrapper.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Extension/Facade.php b/vendor/phpunit/phpunit/src/Runner/Extension/Facade.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Extension/ParameterCollection.php b/vendor/phpunit/phpunit/src/Runner/Extension/ParameterCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php b/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php b/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php b/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php b/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php b/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php b/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/TestIdFilterIterator.php b/vendor/phpunit/phpunit/src/Runner/Filter/TestIdFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/GarbageCollection/GarbageCollectionHandler.php b/vendor/phpunit/phpunit/src/Runner/GarbageCollection/GarbageCollectionHandler.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/Subscriber.php b/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/Subscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php b/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/DefaultResultCache.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/DefaultResultCache.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/NullResultCache.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/NullResultCache.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/ResultCache.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/ResultCache.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/ResultCacheHandler.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/ResultCacheHandler.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/Subscriber.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/Subscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestConsideredRiskySubscriber.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestConsideredRiskySubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Collector.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Collector.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Facade.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Facade.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Issue.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Issue.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/PassedTests.php b/vendor/phpunit/phpunit/src/Runner/TestResult/PassedTests.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/AfterTestClassMethodErroredSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/AfterTestClassMethodErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/BeforeTestClassMethodErroredSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/BeforeTestClassMethodErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/Subscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/Subscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestConsideredRiskySubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestConsideredRiskySubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFailedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFailedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredDeprecationSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredDeprecationSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredWarningSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredWarningSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteFinishedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php b/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestResult/TestResult.php b/vendor/phpunit/phpunit/src/Runner/TestResult/TestResult.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php b/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php b/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Runner/Version.php b/vendor/phpunit/phpunit/src/Runner/Version.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Application.php b/vendor/phpunit/phpunit/src/TextUI/Application.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Command.php b/vendor/phpunit/phpunit/src/TextUI/Command/Command.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Commands/AtLeastVersionCommand.php b/vendor/phpunit/phpunit/src/TextUI/Command/Commands/AtLeastVersionCommand.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Commands/CheckPhpConfigurationCommand.php b/vendor/phpunit/phpunit/src/TextUI/Command/Commands/CheckPhpConfigurationCommand.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Commands/GenerateConfigurationCommand.php b/vendor/phpunit/phpunit/src/TextUI/Command/Commands/GenerateConfigurationCommand.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListGroupsCommand.php b/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListGroupsCommand.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestSuitesCommand.php b/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestSuitesCommand.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsTextCommand.php b/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsTextCommand.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsXmlCommand.php b/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsXmlCommand.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Commands/MigrateConfigurationCommand.php b/vendor/phpunit/phpunit/src/TextUI/Command/Commands/MigrateConfigurationCommand.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ShowHelpCommand.php b/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ShowHelpCommand.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ShowVersionCommand.php b/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ShowVersionCommand.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Commands/VersionCheckCommand.php b/vendor/phpunit/phpunit/src/TextUI/Command/Commands/VersionCheckCommand.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php b/vendor/phpunit/phpunit/src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Command/Result.php b/vendor/phpunit/phpunit/src/TextUI/Command/Result.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Builder.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Builder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Builder.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Builder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Exception.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/CodeCoverageFilterRegistry.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/CodeCoverageFilterRegistry.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CannotFindSchemaException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CannotFindSchemaException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/Exception.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBaselineException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBaselineException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBootstrapException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBootstrapException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCliArgumentException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCliArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoConfigurationFileException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoConfigurationFileException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCustomCssFileException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCustomCssFileException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Merger.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Merger.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/PhpHandler.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/PhpHandler.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Registry.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Registry.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/SourceFilter.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/SourceFilter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/SourceMapper.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/SourceMapper.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/TestSuiteBuilder.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/TestSuiteBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Constant.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Constant.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollection.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Directory.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Directory.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollection.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrap.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollection.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/File.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/File.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollection.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectory.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectory.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollection.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Group.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Group.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollection.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSetting.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSetting.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollection.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Php.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Php.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Source.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Source.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectory.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectory.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollection.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFile.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFile.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollection.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuite.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuite.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollection.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Variable.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Variable.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollection.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Clover.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Clover.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Crap4j.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Crap4j.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Xml.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Xml.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Configuration.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Configuration.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/DefaultConfiguration.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/DefaultConfiguration.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Exception.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Generator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Generator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Groups.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Groups.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Loader.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Loader.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Junit.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Junit.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Logging.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Logging.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TeamCity.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TeamCity.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Html.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Html.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationException.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/ConvertLogTypes.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/ConvertLogTypes.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCloverToReport.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCloverToReport.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCrap4jToReport.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCrap4jToReport.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageHtmlToReport.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageHtmlToReport.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoveragePhpToReport.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoveragePhpToReport.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageTextToReport.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageTextToReport.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageXmlToReport.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageXmlToReport.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCacheDirectoryAttribute.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCacheDirectoryAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCoverageElement.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCoverageElement.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/LogToReportMigration.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/LogToReportMigration.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromRootToCoverage.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromRootToCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistExcludesToCoverage.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistExcludesToCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistIncludesToCoverage.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistIncludesToCoverage.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheTokensAttribute.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheTokensAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveConversionToExceptionsAttributes.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveConversionToExceptionsAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementCacheDirectoryAttribute.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementCacheDirectoryAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementProcessUncoveredFilesAttribute.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementProcessUncoveredFilesAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveEmptyFilter.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveEmptyFilter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveListeners.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveListeners.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLogTypes.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLogTypes.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLoggingElements.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLoggingElements.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveNoInteractionAttribute.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveNoInteractionAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemovePrinterAttributes.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemovePrinterAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestSuiteLoaderAttributes.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestSuiteLoaderAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveVerboseAttribute.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveVerboseAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBackupStaticAttributesAttribute.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBackupStaticAttributesAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameForceCoversAnnotationAttribute.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameForceCoversAnnotationAttribute.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/UpdateSchemaLocation.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/UpdateSchemaLocation.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/PHPUnit.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/PHPUnit.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/FailedSchemaDetectionResult.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/FailedSchemaDetectionResult.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetectionResult.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetectionResult.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaFinder.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaFinder.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/TestSuiteMapper.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/TestSuiteMapper.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/ValidationResult.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/ValidationResult.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/Validator.php b/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/Validator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Exception/CannotOpenSocketException.php b/vendor/phpunit/phpunit/src/TextUI/Exception/CannotOpenSocketException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php b/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Exception/InvalidSocketException.php b/vendor/phpunit/phpunit/src/TextUI/Exception/InvalidSocketException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php b/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php b/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php b/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Help.php b/vendor/phpunit/phpunit/src/TextUI/Help.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/BeforeTestClassMethodErroredSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/BeforeTestClassMethodErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/Subscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/Subscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestConsideredRiskySubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestConsideredRiskySubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFinishedSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFinishedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestMarkedIncompleteSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestMarkedIncompleteSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredNoticeSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredNoticeSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpDeprecationSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpDeprecationSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpNoticeSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpNoticeSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpWarningSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpWarningSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitWarningSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitWarningSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredWarningSubscriber.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredWarningSubscriber.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/ResultPrinter.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/ResultPrinter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Default/UnexpectedOutputPrinter.php b/vendor/phpunit/phpunit/src/TextUI/Output/Default/UnexpectedOutputPrinter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Facade.php b/vendor/phpunit/phpunit/src/TextUI/Output/Facade.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Printer/DefaultPrinter.php b/vendor/phpunit/phpunit/src/TextUI/Output/Printer/DefaultPrinter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Printer/NullPrinter.php b/vendor/phpunit/phpunit/src/TextUI/Output/Printer/NullPrinter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/Printer/Printer.php b/vendor/phpunit/phpunit/src/TextUI/Output/Printer/Printer.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/SummaryPrinter.php b/vendor/phpunit/phpunit/src/TextUI/Output/SummaryPrinter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/Output/TestDox/ResultPrinter.php b/vendor/phpunit/phpunit/src/TextUI/Output/TestDox/ResultPrinter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/ShellExitCodeCalculator.php b/vendor/phpunit/phpunit/src/TextUI/ShellExitCodeCalculator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/TestRunner.php b/vendor/phpunit/phpunit/src/TextUI/TestRunner.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/TextUI/TestSuiteFilterProcessor.php b/vendor/phpunit/phpunit/src/TextUI/TestSuiteFilterProcessor.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Cloner.php b/vendor/phpunit/phpunit/src/Util/Cloner.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Color.php b/vendor/phpunit/phpunit/src/Util/Color.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Exception/Exception.php b/vendor/phpunit/phpunit/src/Util/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Exception/InvalidDirectoryException.php b/vendor/phpunit/phpunit/src/Util/Exception/InvalidDirectoryException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Exception/InvalidJsonException.php b/vendor/phpunit/phpunit/src/Util/Exception/InvalidJsonException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Exception/InvalidVersionOperatorException.php b/vendor/phpunit/phpunit/src/Util/Exception/InvalidVersionOperatorException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Exception/PhpProcessException.php b/vendor/phpunit/phpunit/src/Util/Exception/PhpProcessException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Exception/XmlException.php b/vendor/phpunit/phpunit/src/Util/Exception/XmlException.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/ExcludeList.php b/vendor/phpunit/phpunit/src/Util/ExcludeList.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Exporter.php b/vendor/phpunit/phpunit/src/Util/Exporter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Filesystem.php b/vendor/phpunit/phpunit/src/Util/Filesystem.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Filter.php b/vendor/phpunit/phpunit/src/Util/Filter.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/GlobalState.php b/vendor/phpunit/phpunit/src/Util/GlobalState.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Http/Downloader.php b/vendor/phpunit/phpunit/src/Util/Http/Downloader.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Http/PhpDownloader.php b/vendor/phpunit/phpunit/src/Util/Http/PhpDownloader.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Json.php b/vendor/phpunit/phpunit/src/Util/Json.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php b/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php b/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl b/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl b/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl b/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Reflection.php b/vendor/phpunit/phpunit/src/Util/Reflection.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Test.php b/vendor/phpunit/phpunit/src/Util/Test.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/ThrowableToStringMapper.php b/vendor/phpunit/phpunit/src/Util/ThrowableToStringMapper.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php b/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Xml/Loader.php b/vendor/phpunit/phpunit/src/Util/Xml/Loader.php old mode 100644 new mode 100755 diff --git a/vendor/phpunit/phpunit/src/Util/Xml/Xml.php b/vendor/phpunit/phpunit/src/Util/Xml/Xml.php old mode 100644 new mode 100755 diff --git a/vendor/psr/cache/CHANGELOG.md b/vendor/psr/cache/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/psr/cache/LICENSE.txt b/vendor/psr/cache/LICENSE.txt old mode 100644 new mode 100755 diff --git a/vendor/psr/cache/README.md b/vendor/psr/cache/README.md old mode 100644 new mode 100755 diff --git a/vendor/psr/cache/composer.json b/vendor/psr/cache/composer.json old mode 100644 new mode 100755 diff --git a/vendor/psr/cache/src/CacheException.php b/vendor/psr/cache/src/CacheException.php old mode 100644 new mode 100755 diff --git a/vendor/psr/cache/src/CacheItemInterface.php b/vendor/psr/cache/src/CacheItemInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/cache/src/CacheItemPoolInterface.php b/vendor/psr/cache/src/CacheItemPoolInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/cache/src/InvalidArgumentException.php b/vendor/psr/cache/src/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/psr/clock/CHANGELOG.md b/vendor/psr/clock/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/psr/clock/LICENSE b/vendor/psr/clock/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/psr/clock/README.md b/vendor/psr/clock/README.md old mode 100644 new mode 100755 diff --git a/vendor/psr/clock/composer.json b/vendor/psr/clock/composer.json old mode 100644 new mode 100755 diff --git a/vendor/psr/clock/src/ClockInterface.php b/vendor/psr/clock/src/ClockInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/container/.gitignore b/vendor/psr/container/.gitignore old mode 100644 new mode 100755 diff --git a/vendor/psr/container/LICENSE b/vendor/psr/container/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/psr/container/README.md b/vendor/psr/container/README.md old mode 100644 new mode 100755 diff --git a/vendor/psr/container/composer.json b/vendor/psr/container/composer.json old mode 100644 new mode 100755 diff --git a/vendor/psr/container/src/ContainerExceptionInterface.php b/vendor/psr/container/src/ContainerExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/container/src/ContainerInterface.php b/vendor/psr/container/src/ContainerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/container/src/NotFoundExceptionInterface.php b/vendor/psr/container/src/NotFoundExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/event-dispatcher/.editorconfig b/vendor/psr/event-dispatcher/.editorconfig old mode 100644 new mode 100755 diff --git a/vendor/psr/event-dispatcher/.gitignore b/vendor/psr/event-dispatcher/.gitignore old mode 100644 new mode 100755 diff --git a/vendor/psr/event-dispatcher/LICENSE b/vendor/psr/event-dispatcher/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/psr/event-dispatcher/README.md b/vendor/psr/event-dispatcher/README.md old mode 100644 new mode 100755 diff --git a/vendor/psr/event-dispatcher/composer.json b/vendor/psr/event-dispatcher/composer.json old mode 100644 new mode 100755 diff --git a/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php b/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/event-dispatcher/src/ListenerProviderInterface.php b/vendor/psr/event-dispatcher/src/ListenerProviderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/event-dispatcher/src/StoppableEventInterface.php b/vendor/psr/event-dispatcher/src/StoppableEventInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-client/CHANGELOG.md b/vendor/psr/http-client/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/psr/http-client/LICENSE b/vendor/psr/http-client/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/psr/http-client/README.md b/vendor/psr/http-client/README.md old mode 100644 new mode 100755 diff --git a/vendor/psr/http-client/composer.json b/vendor/psr/http-client/composer.json old mode 100644 new mode 100755 diff --git a/vendor/psr/http-client/src/ClientExceptionInterface.php b/vendor/psr/http-client/src/ClientExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-client/src/ClientInterface.php b/vendor/psr/http-client/src/ClientInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-client/src/NetworkExceptionInterface.php b/vendor/psr/http-client/src/NetworkExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-client/src/RequestExceptionInterface.php b/vendor/psr/http-client/src/RequestExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-factory/LICENSE b/vendor/psr/http-factory/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/psr/http-factory/README.md b/vendor/psr/http-factory/README.md old mode 100644 new mode 100755 diff --git a/vendor/psr/http-factory/composer.json b/vendor/psr/http-factory/composer.json old mode 100644 new mode 100755 diff --git a/vendor/psr/http-factory/src/RequestFactoryInterface.php b/vendor/psr/http-factory/src/RequestFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-factory/src/ResponseFactoryInterface.php b/vendor/psr/http-factory/src/ResponseFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php b/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-factory/src/StreamFactoryInterface.php b/vendor/psr/http-factory/src/StreamFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php b/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-factory/src/UriFactoryInterface.php b/vendor/psr/http-factory/src/UriFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/CHANGELOG.md b/vendor/psr/http-message/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/LICENSE b/vendor/psr/http-message/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/README.md b/vendor/psr/http-message/README.md old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/composer.json b/vendor/psr/http-message/composer.json old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/docs/PSR7-Interfaces.md b/vendor/psr/http-message/docs/PSR7-Interfaces.md old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/docs/PSR7-Usage.md b/vendor/psr/http-message/docs/PSR7-Usage.md old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/src/MessageInterface.php b/vendor/psr/http-message/src/MessageInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/src/RequestInterface.php b/vendor/psr/http-message/src/RequestInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/src/ResponseInterface.php b/vendor/psr/http-message/src/ResponseInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/src/ServerRequestInterface.php b/vendor/psr/http-message/src/ServerRequestInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/src/StreamInterface.php b/vendor/psr/http-message/src/StreamInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/src/UploadedFileInterface.php b/vendor/psr/http-message/src/UploadedFileInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/http-message/src/UriInterface.php b/vendor/psr/http-message/src/UriInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/log/LICENSE b/vendor/psr/log/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/psr/log/README.md b/vendor/psr/log/README.md old mode 100644 new mode 100755 diff --git a/vendor/psr/log/composer.json b/vendor/psr/log/composer.json old mode 100644 new mode 100755 diff --git a/vendor/psr/log/src/AbstractLogger.php b/vendor/psr/log/src/AbstractLogger.php old mode 100644 new mode 100755 diff --git a/vendor/psr/log/src/InvalidArgumentException.php b/vendor/psr/log/src/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/psr/log/src/LogLevel.php b/vendor/psr/log/src/LogLevel.php old mode 100644 new mode 100755 diff --git a/vendor/psr/log/src/LoggerAwareInterface.php b/vendor/psr/log/src/LoggerAwareInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/log/src/LoggerAwareTrait.php b/vendor/psr/log/src/LoggerAwareTrait.php old mode 100644 new mode 100755 diff --git a/vendor/psr/log/src/LoggerInterface.php b/vendor/psr/log/src/LoggerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/log/src/LoggerTrait.php b/vendor/psr/log/src/LoggerTrait.php old mode 100644 new mode 100755 diff --git a/vendor/psr/log/src/NullLogger.php b/vendor/psr/log/src/NullLogger.php old mode 100644 new mode 100755 diff --git a/vendor/psr/simple-cache/.editorconfig b/vendor/psr/simple-cache/.editorconfig old mode 100644 new mode 100755 diff --git a/vendor/psr/simple-cache/LICENSE.md b/vendor/psr/simple-cache/LICENSE.md old mode 100644 new mode 100755 diff --git a/vendor/psr/simple-cache/README.md b/vendor/psr/simple-cache/README.md old mode 100644 new mode 100755 diff --git a/vendor/psr/simple-cache/composer.json b/vendor/psr/simple-cache/composer.json old mode 100644 new mode 100755 diff --git a/vendor/psr/simple-cache/src/CacheException.php b/vendor/psr/simple-cache/src/CacheException.php old mode 100644 new mode 100755 diff --git a/vendor/psr/simple-cache/src/CacheInterface.php b/vendor/psr/simple-cache/src/CacheInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psr/simple-cache/src/InvalidArgumentException.php b/vendor/psr/simple-cache/src/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/LICENSE b/vendor/psy/psysh/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/README.md b/vendor/psy/psysh/README.md old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/bin/fetch-manual b/vendor/psy/psysh/bin/fetch-manual new file mode 100755 index 00000000..baa0d3ef --- /dev/null +++ b/vendor/psy/psysh/bin/fetch-manual @@ -0,0 +1,159 @@ +#!/usr/bin/env php + [ + 'user_agent' => 'PsySH Manual Fetcher', + 'timeout' => 10.0, + ], + ]); + + $result = @file_get_contents(RELEASES_URL, false, $context); + if (!$result) { + echo "Failed to fetch releases from GitHub\n"; + return false; + } + + $releases = json_decode($result, true); + if (!$releases || !is_array($releases)) { + echo "Invalid response from GitHub releases API\n"; + return false; + } + + // Find the first release with a manifest + foreach ($releases as $release) { + $manifest = fetchManifest($release, $context); + if ($manifest === null) { + continue; + } + + // Find English PHP format manual in the manifest + foreach ($manifest['manuals'] as $manual) { + if ($manual['lang'] === 'en' && $manual['format'] === 'php') { + echo "Found manual v{$manual['version']} (en, php format)\n"; + + // Find the download URL for the manual + $filename = sprintf('psysh-manual-v%s-en.tar.gz', $manual['version']); + $downloadUrl = null; + + foreach ($release['assets'] as $asset) { + if ($asset['name'] === $filename) { + $downloadUrl = $asset['browser_download_url']; + break; + } + } + + if ($downloadUrl === null) { + echo "Could not find download URL for $filename\n"; + return false; + } + + // Download and extract the manual + return downloadAndExtractManual($downloadUrl, $filename, $context); + } + } + } + + echo "No English PHP manual found in releases\n"; + return false; +} + +function fetchManifest(array $release, $context): ?array { + foreach ($release['assets'] as $asset) { + if ($asset['name'] === 'manifest.json') { + $manifestContent = @file_get_contents($asset['browser_download_url'], false, $context); + if ($manifestContent) { + return json_decode($manifestContent, true); + } + } + } + return null; +} + +function downloadAndExtractManual(string $downloadUrl, string $filename, $context): bool { + echo "Downloading $filename...\n"; + + $tempFile = sys_get_temp_dir() . '/' . $filename; + $content = @file_get_contents($downloadUrl, false, $context); + + if (!$content) { + echo "Failed to download manual\n"; + return false; + } + + if (!file_put_contents($tempFile, $content)) { + echo "Failed to save manual to $tempFile\n"; + return false; + } + + echo "Extracting manual...\n"; + + // Create temp directory for extraction + $tempDir = sys_get_temp_dir() . '/psysh-manual-' . uniqid(); + if (!mkdir($tempDir)) { + echo "Failed to create temp directory\n"; + unlink($tempFile); + return false; + } + + try { + // Extract using PharData + $phar = new PharData($tempFile); + $phar->extractTo($tempDir); + + // Find the php_manual.php file + $extractedFile = $tempDir . '/php_manual.php'; + if (!file_exists($extractedFile)) { + echo "php_manual.php not found in extracted archive\n"; + return false; + } + + // Copy to current directory + if (!copy($extractedFile, 'php_manual.php')) { + echo "Failed to copy manual to current directory\n"; + return false; + } + + echo "Successfully fetched manual to php_manual.php\n"; + return true; + } catch (Exception $e) { + echo "Failed to extract manual: " . $e->getMessage() . "\n"; + return false; + } finally { + // Clean up + @unlink($tempFile); + removeDirectory($tempDir); + } +} + +function removeDirectory(string $dir) { + if (!is_dir($dir)) { + return; + } + + $files = array_diff(scandir($dir), ['.', '..']); + foreach ($files as $file) { + $path = $dir . '/' . $file; + is_dir($path) ? removeDirectory($path) : unlink($path); + } + rmdir($dir); +} + +// Main execution +exit(fetchLatestManual() ? 0 : 1); \ No newline at end of file diff --git a/vendor/psy/psysh/build/composer.json b/vendor/psy/psysh/build/composer.json new file mode 100755 index 00000000..bb8934ab --- /dev/null +++ b/vendor/psy/psysh/build/composer.json @@ -0,0 +1,37 @@ +{ + "name": "psy/psysh-build", + "description": "Build configuration for PsySH phar distribution.", + "type": "project", + "license": "MIT", + "require": { + "php": "^8.0 || ^7.4", + "ext-json": "*", + "ext-tokenizer": "*", + "composer/class-map-generator": "^1.0", + "nikic/php-parser": "^5.0 || ^4.0", + "symfony/console": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4", + "symfony/polyfill-iconv": "^1.0", + "symfony/polyfill-mbstring": "^1.0", + "symfony/var-dumper": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4" + }, + "require-dev": { + "roave/security-advisories": "dev-latest" + }, + "autoload": { + "files": ["src/functions.php"], + "psr-4": { + "Psy\\": "src/" + } + }, + "bin": ["bin/psysh"], + "config": { + "platform": { + "php": "7.4.99" + }, + "preferred-install": "dist", + "sort-packages": true + }, + "conflict": { + "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" + } +} diff --git a/vendor/psy/psysh/composer.json b/vendor/psy/psysh/composer.json old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Clipboard/ClipboardMethod.php b/vendor/psy/psysh/src/Clipboard/ClipboardMethod.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Clipboard/CommandClipboardMethod.php b/vendor/psy/psysh/src/Clipboard/CommandClipboardMethod.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Clipboard/NullClipboardMethod.php b/vendor/psy/psysh/src/Clipboard/NullClipboardMethod.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Clipboard/Osc52ClipboardMethod.php b/vendor/psy/psysh/src/Clipboard/Osc52ClipboardMethod.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeAnalysis/BufferAnalysis.php b/vendor/psy/psysh/src/CodeAnalysis/BufferAnalysis.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeAnalysis/BufferAnalyzer.php b/vendor/psy/psysh/src/CodeAnalysis/BufferAnalyzer.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner.php b/vendor/psy/psysh/src/CodeCleaner.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/AbstractClassPass.php b/vendor/psy/psysh/src/CodeCleaner/AbstractClassPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/AssignThisVariablePass.php b/vendor/psy/psysh/src/CodeCleaner/AssignThisVariablePass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/CallTimePassByReferencePass.php b/vendor/psy/psysh/src/CodeCleaner/CallTimePassByReferencePass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/CalledClassPass.php b/vendor/psy/psysh/src/CodeCleaner/CalledClassPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/CodeCleanerPass.php b/vendor/psy/psysh/src/CodeCleaner/CodeCleanerPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/EmptyArrayDimFetchPass.php b/vendor/psy/psysh/src/CodeCleaner/EmptyArrayDimFetchPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/ExitPass.php b/vendor/psy/psysh/src/CodeCleaner/ExitPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/FinalClassPass.php b/vendor/psy/psysh/src/CodeCleaner/FinalClassPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/FunctionContextPass.php b/vendor/psy/psysh/src/CodeCleaner/FunctionContextPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/FunctionReturnInWriteContextPass.php b/vendor/psy/psysh/src/CodeCleaner/FunctionReturnInWriteContextPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/ImplicitReturnPass.php b/vendor/psy/psysh/src/CodeCleaner/ImplicitReturnPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/ImplicitUsePass.php b/vendor/psy/psysh/src/CodeCleaner/ImplicitUsePass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/IssetPass.php b/vendor/psy/psysh/src/CodeCleaner/IssetPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/LabelContextPass.php b/vendor/psy/psysh/src/CodeCleaner/LabelContextPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/LeavePsyshAlonePass.php b/vendor/psy/psysh/src/CodeCleaner/LeavePsyshAlonePass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/ListPass.php b/vendor/psy/psysh/src/CodeCleaner/ListPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/LoopContextPass.php b/vendor/psy/psysh/src/CodeCleaner/LoopContextPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/MagicConstantsPass.php b/vendor/psy/psysh/src/CodeCleaner/MagicConstantsPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/NamespaceAwarePass.php b/vendor/psy/psysh/src/CodeCleaner/NamespaceAwarePass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/NamespacePass.php b/vendor/psy/psysh/src/CodeCleaner/NamespacePass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/NoReturnValue.php b/vendor/psy/psysh/src/CodeCleaner/NoReturnValue.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/PassableByReferencePass.php b/vendor/psy/psysh/src/CodeCleaner/PassableByReferencePass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/RequirePass.php b/vendor/psy/psysh/src/CodeCleaner/RequirePass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/ReturnTypePass.php b/vendor/psy/psysh/src/CodeCleaner/ReturnTypePass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/StrictTypesPass.php b/vendor/psy/psysh/src/CodeCleaner/StrictTypesPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/UseStatementPass.php b/vendor/psy/psysh/src/CodeCleaner/UseStatementPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/ValidClassNamePass.php b/vendor/psy/psysh/src/CodeCleaner/ValidClassNamePass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/ValidConstructorPass.php b/vendor/psy/psysh/src/CodeCleaner/ValidConstructorPass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleaner/ValidFunctionNamePass.php b/vendor/psy/psysh/src/CodeCleaner/ValidFunctionNamePass.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CodeCleanerAware.php b/vendor/psy/psysh/src/CodeCleanerAware.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/BufferCommand.php b/vendor/psy/psysh/src/Command/BufferCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ClearCommand.php b/vendor/psy/psysh/src/Command/ClearCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/CodeArgumentParser.php b/vendor/psy/psysh/src/Command/CodeArgumentParser.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/Command.php b/vendor/psy/psysh/src/Command/Command.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/Config/AbstractConfigCommand.php b/vendor/psy/psysh/src/Command/Config/AbstractConfigCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/Config/ConfigGetCommand.php b/vendor/psy/psysh/src/Command/Config/ConfigGetCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/Config/ConfigListCommand.php b/vendor/psy/psysh/src/Command/Config/ConfigListCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/Config/ConfigSetCommand.php b/vendor/psy/psysh/src/Command/Config/ConfigSetCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ConfigCommand.php b/vendor/psy/psysh/src/Command/ConfigCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/CopyCommand.php b/vendor/psy/psysh/src/Command/CopyCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/DocCommand.php b/vendor/psy/psysh/src/Command/DocCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/DumpCommand.php b/vendor/psy/psysh/src/Command/DumpCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/EditCommand.php b/vendor/psy/psysh/src/Command/EditCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ExitCommand.php b/vendor/psy/psysh/src/Command/ExitCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/HelpCommand.php b/vendor/psy/psysh/src/Command/HelpCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/HistoryCommand.php b/vendor/psy/psysh/src/Command/HistoryCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ListCommand.php b/vendor/psy/psysh/src/Command/ListCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ListCommand/ClassConstantEnumerator.php b/vendor/psy/psysh/src/Command/ListCommand/ClassConstantEnumerator.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ListCommand/ClassEnumerator.php b/vendor/psy/psysh/src/Command/ListCommand/ClassEnumerator.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ListCommand/ConstantEnumerator.php b/vendor/psy/psysh/src/Command/ListCommand/ConstantEnumerator.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ListCommand/Enumerator.php b/vendor/psy/psysh/src/Command/ListCommand/Enumerator.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ListCommand/FunctionEnumerator.php b/vendor/psy/psysh/src/Command/ListCommand/FunctionEnumerator.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ListCommand/GlobalVariableEnumerator.php b/vendor/psy/psysh/src/Command/ListCommand/GlobalVariableEnumerator.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ListCommand/MethodEnumerator.php b/vendor/psy/psysh/src/Command/ListCommand/MethodEnumerator.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ListCommand/PropertyEnumerator.php b/vendor/psy/psysh/src/Command/ListCommand/PropertyEnumerator.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ListCommand/VariableEnumerator.php b/vendor/psy/psysh/src/Command/ListCommand/VariableEnumerator.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ParseCommand.php b/vendor/psy/psysh/src/Command/ParseCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/PsyVersionCommand.php b/vendor/psy/psysh/src/Command/PsyVersionCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ReflectingCommand.php b/vendor/psy/psysh/src/Command/ReflectingCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ShowCommand.php b/vendor/psy/psysh/src/Command/ShowCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/SudoCommand.php b/vendor/psy/psysh/src/Command/SudoCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/ThrowUpCommand.php b/vendor/psy/psysh/src/Command/ThrowUpCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/TimeitCommand.php b/vendor/psy/psysh/src/Command/TimeitCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/TimeitCommand/TimeitVisitor.php b/vendor/psy/psysh/src/Command/TimeitCommand/TimeitVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/TraceCommand.php b/vendor/psy/psysh/src/Command/TraceCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/WhereamiCommand.php b/vendor/psy/psysh/src/Command/WhereamiCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/WtfCommand.php b/vendor/psy/psysh/src/Command/WtfCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Command/YoloCommand.php b/vendor/psy/psysh/src/Command/YoloCommand.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CommandArgumentCompletionAware.php b/vendor/psy/psysh/src/CommandArgumentCompletionAware.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CommandAware.php b/vendor/psy/psysh/src/CommandAware.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/CommandMapTrait.php b/vendor/psy/psysh/src/CommandMapTrait.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/AnalysisResult.php b/vendor/psy/psysh/src/Completion/AnalysisResult.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/CompletionEngine.php b/vendor/psy/psysh/src/Completion/CompletionEngine.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/CompletionKind.php b/vendor/psy/psysh/src/Completion/CompletionKind.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/CompletionRequest.php b/vendor/psy/psysh/src/Completion/CompletionRequest.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/ContextAnalyzer.php b/vendor/psy/psysh/src/Completion/ContextAnalyzer.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/DeepestNodeVisitor.php b/vendor/psy/psysh/src/Completion/DeepestNodeVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/FuzzyMatcher.php b/vendor/psy/psysh/src/Completion/FuzzyMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Refiner/AnalysisRefinerInterface.php b/vendor/psy/psysh/src/Completion/Refiner/AnalysisRefinerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Refiner/CommandContextRefiner.php b/vendor/psy/psysh/src/Completion/Refiner/CommandContextRefiner.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Refiner/CommandSyntaxRefiner.php b/vendor/psy/psysh/src/Completion/Refiner/CommandSyntaxRefiner.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Refiner/PartialInputRefiner.php b/vendor/psy/psysh/src/Completion/Refiner/PartialInputRefiner.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/CatalogSource.php b/vendor/psy/psysh/src/Completion/Source/CatalogSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/ClassConstantSource.php b/vendor/psy/psysh/src/Completion/Source/ClassConstantSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/CommandArgumentSource.php b/vendor/psy/psysh/src/Completion/Source/CommandArgumentSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/CommandOptionSource.php b/vendor/psy/psysh/src/Completion/Source/CommandOptionSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/CommandSource.php b/vendor/psy/psysh/src/Completion/Source/CommandSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/HistorySource.php b/vendor/psy/psysh/src/Completion/Source/HistorySource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/KeywordSource.php b/vendor/psy/psysh/src/Completion/Source/KeywordSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/MagicMethodSource.php b/vendor/psy/psysh/src/Completion/Source/MagicMethodSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/MagicPropertySource.php b/vendor/psy/psysh/src/Completion/Source/MagicPropertySource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/MatcherAdapterSource.php b/vendor/psy/psysh/src/Completion/Source/MatcherAdapterSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/MethodSource.php b/vendor/psy/psysh/src/Completion/Source/MethodSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/NamespaceSource.php b/vendor/psy/psysh/src/Completion/Source/NamespaceSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/ObjectMethodSource.php b/vendor/psy/psysh/src/Completion/Source/ObjectMethodSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/ObjectPropertySource.php b/vendor/psy/psysh/src/Completion/Source/ObjectPropertySource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/PropertySource.php b/vendor/psy/psysh/src/Completion/Source/PropertySource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/SourceInterface.php b/vendor/psy/psysh/src/Completion/Source/SourceInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/StaticMethodSource.php b/vendor/psy/psysh/src/Completion/Source/StaticMethodSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/StaticPropertySource.php b/vendor/psy/psysh/src/Completion/Source/StaticPropertySource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/Source/VariableSource.php b/vendor/psy/psysh/src/Completion/Source/VariableSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/SymbolCatalog.php b/vendor/psy/psysh/src/Completion/SymbolCatalog.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Completion/TypeResolver.php b/vendor/psy/psysh/src/Completion/TypeResolver.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ConfigPaths.php b/vendor/psy/psysh/src/ConfigPaths.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Configuration.php b/vendor/psy/psysh/src/Configuration.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Context.php b/vendor/psy/psysh/src/Context.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ContextAware.php b/vendor/psy/psysh/src/ContextAware.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/EnvInterface.php b/vendor/psy/psysh/src/EnvInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Exception/BreakException.php b/vendor/psy/psysh/src/Exception/BreakException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Exception/DeprecatedException.php b/vendor/psy/psysh/src/Exception/DeprecatedException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Exception/ErrorException.php b/vendor/psy/psysh/src/Exception/ErrorException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Exception/Exception.php b/vendor/psy/psysh/src/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Exception/FatalErrorException.php b/vendor/psy/psysh/src/Exception/FatalErrorException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Exception/InterruptException.php b/vendor/psy/psysh/src/Exception/InterruptException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Exception/InvalidManualException.php b/vendor/psy/psysh/src/Exception/InvalidManualException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Exception/ParseErrorException.php b/vendor/psy/psysh/src/Exception/ParseErrorException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Exception/RuntimeException.php b/vendor/psy/psysh/src/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Exception/ThrowUpException.php b/vendor/psy/psysh/src/Exception/ThrowUpException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Exception/UnexpectedTargetException.php b/vendor/psy/psysh/src/Exception/UnexpectedTargetException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ExecutionClosure.php b/vendor/psy/psysh/src/ExecutionClosure.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ExecutionLoop/AbstractListener.php b/vendor/psy/psysh/src/ExecutionLoop/AbstractListener.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ExecutionLoop/ExecutionLoggingListener.php b/vendor/psy/psysh/src/ExecutionLoop/ExecutionLoggingListener.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ExecutionLoop/InputLoggingListener.php b/vendor/psy/psysh/src/ExecutionLoop/InputLoggingListener.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ExecutionLoop/Listener.php b/vendor/psy/psysh/src/ExecutionLoop/Listener.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ExecutionLoop/ProcessForker.php b/vendor/psy/psysh/src/ExecutionLoop/ProcessForker.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ExecutionLoop/RunkitReloader.php b/vendor/psy/psysh/src/ExecutionLoop/RunkitReloader.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ExecutionLoop/SignalHandler.php b/vendor/psy/psysh/src/ExecutionLoop/SignalHandler.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ExecutionLoop/UopzReloader.php b/vendor/psy/psysh/src/ExecutionLoop/UopzReloader.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ExecutionLoop/UopzReloaderVisitor.php b/vendor/psy/psysh/src/ExecutionLoop/UopzReloaderVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ExecutionLoopClosure.php b/vendor/psy/psysh/src/ExecutionLoopClosure.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Formatter/CodeFormatter.php b/vendor/psy/psysh/src/Formatter/CodeFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Formatter/DocblockFormatter.php b/vendor/psy/psysh/src/Formatter/DocblockFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Formatter/LinkFormatter.php b/vendor/psy/psysh/src/Formatter/LinkFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Formatter/ManualFormatter.php b/vendor/psy/psysh/src/Formatter/ManualFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Formatter/ManualWrapper.php b/vendor/psy/psysh/src/Formatter/ManualWrapper.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Formatter/ReflectorFormatter.php b/vendor/psy/psysh/src/Formatter/ReflectorFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Formatter/SignatureFormatter.php b/vendor/psy/psysh/src/Formatter/SignatureFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Formatter/TraceFormatter.php b/vendor/psy/psysh/src/Formatter/TraceFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Input/CodeArgument.php b/vendor/psy/psysh/src/Input/CodeArgument.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Input/FilterOptions.php b/vendor/psy/psysh/src/Input/FilterOptions.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Input/ShellInput.php b/vendor/psy/psysh/src/Input/ShellInput.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Input/SilentInput.php b/vendor/psy/psysh/src/Input/SilentInput.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Logger/CallbackLogger.php b/vendor/psy/psysh/src/Logger/CallbackLogger.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Manual/ManualInterface.php b/vendor/psy/psysh/src/Manual/ManualInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Manual/V2Manual.php b/vendor/psy/psysh/src/Manual/V2Manual.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Manual/V3Manual.php b/vendor/psy/psysh/src/Manual/V3Manual.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ManualUpdater/Checker.php b/vendor/psy/psysh/src/ManualUpdater/Checker.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ManualUpdater/GitHubChecker.php b/vendor/psy/psysh/src/ManualUpdater/GitHubChecker.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ManualUpdater/Installer.php b/vendor/psy/psysh/src/ManualUpdater/Installer.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ManualUpdater/IntervalChecker.php b/vendor/psy/psysh/src/ManualUpdater/IntervalChecker.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ManualUpdater/ManualUpdate.php b/vendor/psy/psysh/src/ManualUpdater/ManualUpdate.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Output/OutputPager.php b/vendor/psy/psysh/src/Output/OutputPager.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Output/PassthruPager.php b/vendor/psy/psysh/src/Output/PassthruPager.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Output/ProcOutputPager.php b/vendor/psy/psysh/src/Output/ProcOutputPager.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Output/ShellOutput.php b/vendor/psy/psysh/src/Output/ShellOutput.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Output/ShellOutputAdapter.php b/vendor/psy/psysh/src/Output/ShellOutputAdapter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Output/Theme.php b/vendor/psy/psysh/src/Output/Theme.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/OutputAware.php b/vendor/psy/psysh/src/OutputAware.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ParserFactory.php b/vendor/psy/psysh/src/ParserFactory.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ProjectTrust.php b/vendor/psy/psysh/src/ProjectTrust.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/GNUReadline.php b/vendor/psy/psysh/src/Readline/GNUReadline.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/Autocompleter.php b/vendor/psy/psysh/src/Readline/Hoa/Autocompleter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/AutocompleterAggregate.php b/vendor/psy/psysh/src/Readline/Hoa/AutocompleterAggregate.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/AutocompleterPath.php b/vendor/psy/psysh/src/Readline/Hoa/AutocompleterPath.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/AutocompleterWord.php b/vendor/psy/psysh/src/Readline/Hoa/AutocompleterWord.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/Console.php b/vendor/psy/psysh/src/Readline/Hoa/Console.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/ConsoleCursor.php b/vendor/psy/psysh/src/Readline/Hoa/ConsoleCursor.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/ConsoleException.php b/vendor/psy/psysh/src/Readline/Hoa/ConsoleException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/ConsoleInput.php b/vendor/psy/psysh/src/Readline/Hoa/ConsoleInput.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/ConsoleOutput.php b/vendor/psy/psysh/src/Readline/Hoa/ConsoleOutput.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/ConsoleProcessus.php b/vendor/psy/psysh/src/Readline/Hoa/ConsoleProcessus.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/ConsoleTput.php b/vendor/psy/psysh/src/Readline/Hoa/ConsoleTput.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/ConsoleWindow.php b/vendor/psy/psysh/src/Readline/Hoa/ConsoleWindow.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/Event.php b/vendor/psy/psysh/src/Readline/Hoa/Event.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/EventBucket.php b/vendor/psy/psysh/src/Readline/Hoa/EventBucket.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/EventException.php b/vendor/psy/psysh/src/Readline/Hoa/EventException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/EventListenable.php b/vendor/psy/psysh/src/Readline/Hoa/EventListenable.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/EventListener.php b/vendor/psy/psysh/src/Readline/Hoa/EventListener.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/EventListens.php b/vendor/psy/psysh/src/Readline/Hoa/EventListens.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/EventSource.php b/vendor/psy/psysh/src/Readline/Hoa/EventSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/Exception.php b/vendor/psy/psysh/src/Readline/Hoa/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/ExceptionIdle.php b/vendor/psy/psysh/src/Readline/Hoa/ExceptionIdle.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/File.php b/vendor/psy/psysh/src/Readline/Hoa/File.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/FileDirectory.php b/vendor/psy/psysh/src/Readline/Hoa/FileDirectory.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/FileDoesNotExistException.php b/vendor/psy/psysh/src/Readline/Hoa/FileDoesNotExistException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/FileException.php b/vendor/psy/psysh/src/Readline/Hoa/FileException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/FileFinder.php b/vendor/psy/psysh/src/Readline/Hoa/FileFinder.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/FileGeneric.php b/vendor/psy/psysh/src/Readline/Hoa/FileGeneric.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/FileLink.php b/vendor/psy/psysh/src/Readline/Hoa/FileLink.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/FileLinkRead.php b/vendor/psy/psysh/src/Readline/Hoa/FileLinkRead.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/FileLinkReadWrite.php b/vendor/psy/psysh/src/Readline/Hoa/FileLinkReadWrite.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/FileRead.php b/vendor/psy/psysh/src/Readline/Hoa/FileRead.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/FileReadWrite.php b/vendor/psy/psysh/src/Readline/Hoa/FileReadWrite.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/IStream.php b/vendor/psy/psysh/src/Readline/Hoa/IStream.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/IteratorFileSystem.php b/vendor/psy/psysh/src/Readline/Hoa/IteratorFileSystem.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/IteratorRecursiveDirectory.php b/vendor/psy/psysh/src/Readline/Hoa/IteratorRecursiveDirectory.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/IteratorSplFileInfo.php b/vendor/psy/psysh/src/Readline/Hoa/IteratorSplFileInfo.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/Protocol.php b/vendor/psy/psysh/src/Readline/Hoa/Protocol.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/ProtocolException.php b/vendor/psy/psysh/src/Readline/Hoa/ProtocolException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/ProtocolNode.php b/vendor/psy/psysh/src/Readline/Hoa/ProtocolNode.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/ProtocolNodeLibrary.php b/vendor/psy/psysh/src/Readline/Hoa/ProtocolNodeLibrary.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/ProtocolWrapper.php b/vendor/psy/psysh/src/Readline/Hoa/ProtocolWrapper.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/Readline.php b/vendor/psy/psysh/src/Readline/Hoa/Readline.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/Stream.php b/vendor/psy/psysh/src/Readline/Hoa/Stream.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/StreamBufferable.php b/vendor/psy/psysh/src/Readline/Hoa/StreamBufferable.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/StreamContext.php b/vendor/psy/psysh/src/Readline/Hoa/StreamContext.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/StreamException.php b/vendor/psy/psysh/src/Readline/Hoa/StreamException.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/StreamIn.php b/vendor/psy/psysh/src/Readline/Hoa/StreamIn.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/StreamLockable.php b/vendor/psy/psysh/src/Readline/Hoa/StreamLockable.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/StreamOut.php b/vendor/psy/psysh/src/Readline/Hoa/StreamOut.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/StreamPathable.php b/vendor/psy/psysh/src/Readline/Hoa/StreamPathable.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/StreamPointable.php b/vendor/psy/psysh/src/Readline/Hoa/StreamPointable.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/StreamStatable.php b/vendor/psy/psysh/src/Readline/Hoa/StreamStatable.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/StreamTouchable.php b/vendor/psy/psysh/src/Readline/Hoa/StreamTouchable.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/Terminfo/77/windows-ansi b/vendor/psy/psysh/src/Readline/Hoa/Terminfo/77/windows-ansi old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/Terminfo/78/xterm b/vendor/psy/psysh/src/Readline/Hoa/Terminfo/78/xterm old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/Terminfo/78/xterm-256color b/vendor/psy/psysh/src/Readline/Hoa/Terminfo/78/xterm-256color old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/Ustring.php b/vendor/psy/psysh/src/Readline/Hoa/Ustring.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Hoa/Xcallable.php b/vendor/psy/psysh/src/Readline/Hoa/Xcallable.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/AcceptSuggestionAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/AcceptSuggestionAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/AcceptSuggestionWordAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/AcceptSuggestionWordAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/ActionInterface.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/ActionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/ClearBufferAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/ClearBufferAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/ClearScreenAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/ClearScreenAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/DedentLeadingIndentationAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/DedentLeadingIndentationAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/DeleteBackwardCharAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/DeleteBackwardCharAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/DeleteBracketPairAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/DeleteBracketPairAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/DeleteForwardAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/DeleteForwardAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/ExitIfEmptyAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/ExitIfEmptyAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/ExpandHistoryOnTabAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/ExpandHistoryOnTabAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/FallbackAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/FallbackAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/HistoryExpansionAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/HistoryExpansionAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertCloseBracketAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertCloseBracketAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertIndentOnTabAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertIndentOnTabAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertLineBreakAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertLineBreakAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertLineBreakOnIncompleteStatementAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertLineBreakOnIncompleteStatementAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertLineBreakOnUnclosedBracketsAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertLineBreakOnUnclosedBracketsAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertOpenBracketAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertOpenBracketAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertQuoteAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/InsertQuoteAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/KillLineAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/KillLineAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/KillTokenAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/KillTokenAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/KillWholeLineAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/KillWholeLineAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/KillWordAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/KillWordAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveLeftAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveLeftAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveRightAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveRightAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveToEndAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveToEndAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveToStartAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveToStartAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveTokenLeftAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveTokenLeftAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveTokenRightAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveTokenRightAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveWordLeftAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveWordLeftAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveWordRightAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/MoveWordRightAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/NextHistoryAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/NextHistoryAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/PreviousHistoryAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/PreviousHistoryAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/RejectSyntaxErrorAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/RejectSyntaxErrorAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/ReverseSearchAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/ReverseSearchAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/SelfInsertAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/SelfInsertAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/SubmitLineAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/SubmitLineAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Actions/TabAction.php b/vendor/psy/psysh/src/Readline/Interactive/Actions/TabAction.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Helper/ArgumentExtractorVisitor.php b/vendor/psy/psysh/src/Readline/Interactive/Helper/ArgumentExtractorVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Helper/BracketPair.php b/vendor/psy/psysh/src/Readline/Interactive/Helper/BracketPair.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Helper/CommandHighlighter.php b/vendor/psy/psysh/src/Readline/Interactive/Helper/CommandHighlighter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Helper/CompletionRenderer.php b/vendor/psy/psysh/src/Readline/Interactive/Helper/CompletionRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Helper/CurrentWord.php b/vendor/psy/psysh/src/Readline/Interactive/Helper/CurrentWord.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Helper/DebugLog.php b/vendor/psy/psysh/src/Readline/Interactive/Helper/DebugLog.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Helper/HistorySearchRenderer.php b/vendor/psy/psysh/src/Readline/Interactive/Helper/HistorySearchRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Helper/TokenHelper.php b/vendor/psy/psysh/src/Readline/Interactive/Helper/TokenHelper.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/HistorySearch.php b/vendor/psy/psysh/src/Readline/Interactive/HistorySearch.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Input/Buffer.php b/vendor/psy/psysh/src/Readline/Interactive/Input/Buffer.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Input/History.php b/vendor/psy/psysh/src/Readline/Interactive/Input/History.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Input/IndentationPolicy.php b/vendor/psy/psysh/src/Readline/Interactive/Input/IndentationPolicy.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Input/InputQueue.php b/vendor/psy/psysh/src/Readline/Interactive/Input/InputQueue.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Input/Key.php b/vendor/psy/psysh/src/Readline/Interactive/Input/Key.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Input/KeyBindings.php b/vendor/psy/psysh/src/Readline/Interactive/Input/KeyBindings.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Input/StatementCompletenessPolicy.php b/vendor/psy/psysh/src/Readline/Interactive/Input/StatementCompletenessPolicy.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Input/StdinReader.php b/vendor/psy/psysh/src/Readline/Interactive/Input/StdinReader.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Input/TokenNavigationPolicy.php b/vendor/psy/psysh/src/Readline/Interactive/Input/TokenNavigationPolicy.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Input/VisualNavigationPolicy.php b/vendor/psy/psysh/src/Readline/Interactive/Input/VisualNavigationPolicy.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Input/WordNavigationPolicy.php b/vendor/psy/psysh/src/Readline/Interactive/Input/WordNavigationPolicy.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/InteractiveSession.php b/vendor/psy/psysh/src/Readline/Interactive/InteractiveSession.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Layout/DisplayString.php b/vendor/psy/psysh/src/Readline/Interactive/Layout/DisplayString.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Layout/SoftWrapCalculator.php b/vendor/psy/psysh/src/Readline/Interactive/Layout/SoftWrapCalculator.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Readline.php b/vendor/psy/psysh/src/Readline/Interactive/Readline.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Renderer/FrameRenderer.php b/vendor/psy/psysh/src/Readline/Interactive/Renderer/FrameRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Renderer/OverlayViewport.php b/vendor/psy/psysh/src/Readline/Interactive/Renderer/OverlayViewport.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Suggestion/FrecencyIndex.php b/vendor/psy/psysh/src/Readline/Interactive/Suggestion/FrecencyIndex.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Suggestion/Source/CallSignatureSource.php b/vendor/psy/psysh/src/Readline/Interactive/Suggestion/Source/CallSignatureSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Suggestion/Source/ContextAwareSource.php b/vendor/psy/psysh/src/Readline/Interactive/Suggestion/Source/ContextAwareSource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Suggestion/Source/HistorySource.php b/vendor/psy/psysh/src/Readline/Interactive/Suggestion/Source/HistorySource.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Suggestion/Source/SourceInterface.php b/vendor/psy/psysh/src/Readline/Interactive/Suggestion/Source/SourceInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Suggestion/SuggestionEngine.php b/vendor/psy/psysh/src/Readline/Interactive/Suggestion/SuggestionEngine.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Suggestion/SuggestionFilter.php b/vendor/psy/psysh/src/Readline/Interactive/Suggestion/SuggestionFilter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Suggestion/SuggestionResult.php b/vendor/psy/psysh/src/Readline/Interactive/Suggestion/SuggestionResult.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Suggestion/WordExtractor.php b/vendor/psy/psysh/src/Readline/Interactive/Suggestion/WordExtractor.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/Terminal.php b/vendor/psy/psysh/src/Readline/Interactive/Terminal.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Interactive/TerminalOutput.php b/vendor/psy/psysh/src/Readline/Interactive/TerminalOutput.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/InteractiveReadline.php b/vendor/psy/psysh/src/Readline/InteractiveReadline.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/InteractiveReadlineInterface.php b/vendor/psy/psysh/src/Readline/InteractiveReadlineInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/LegacyReadline.php b/vendor/psy/psysh/src/Readline/LegacyReadline.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Libedit.php b/vendor/psy/psysh/src/Readline/Libedit.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Readline.php b/vendor/psy/psysh/src/Readline/Readline.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/ReadlineAware.php b/vendor/psy/psysh/src/Readline/ReadlineAware.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/ShellReadlineInterface.php b/vendor/psy/psysh/src/Readline/ShellReadlineInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Transient.php b/vendor/psy/psysh/src/Readline/Transient.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Readline/Userland.php b/vendor/psy/psysh/src/Readline/Userland.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Reflection/ReflectionConstant.php b/vendor/psy/psysh/src/Reflection/ReflectionConstant.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Reflection/ReflectionLanguageConstruct.php b/vendor/psy/psysh/src/Reflection/ReflectionLanguageConstruct.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Reflection/ReflectionLanguageConstructParameter.php b/vendor/psy/psysh/src/Reflection/ReflectionLanguageConstructParameter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Reflection/ReflectionMagicMethod.php b/vendor/psy/psysh/src/Reflection/ReflectionMagicMethod.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Reflection/ReflectionMagicProperty.php b/vendor/psy/psysh/src/Reflection/ReflectionMagicProperty.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Reflection/ReflectionNamespace.php b/vendor/psy/psysh/src/Reflection/ReflectionNamespace.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Shell.php b/vendor/psy/psysh/src/Shell.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Shell/PendingInputState.php b/vendor/psy/psysh/src/Shell/PendingInputState.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ShellAware.php b/vendor/psy/psysh/src/ShellAware.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/ShellLogger.php b/vendor/psy/psysh/src/ShellLogger.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Sudo.php b/vendor/psy/psysh/src/Sudo.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Sudo/SudoVisitor.php b/vendor/psy/psysh/src/Sudo/SudoVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/SuperglobalsEnv.php b/vendor/psy/psysh/src/SuperglobalsEnv.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/SystemEnv.php b/vendor/psy/psysh/src/SystemEnv.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/AutoCompleter.php b/vendor/psy/psysh/src/TabCompletion/AutoCompleter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/AutoloadWarmer/AutoloadWarmerInterface.php b/vendor/psy/psysh/src/TabCompletion/AutoloadWarmer/AutoloadWarmerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/AutoloadWarmer/ComposerAutoloadWarmer.php b/vendor/psy/psysh/src/TabCompletion/AutoloadWarmer/ComposerAutoloadWarmer.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/AbstractContextAwareMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/AbstractContextAwareMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/AbstractDefaultParametersMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/AbstractDefaultParametersMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/AbstractMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/AbstractMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/ClassAttributesMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/ClassAttributesMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/ClassMethodDefaultParametersMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/ClassMethodDefaultParametersMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/ClassMethodsMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/ClassMethodsMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/ClassNamesMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/ClassNamesMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/CommandsMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/CommandsMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/ConstantsMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/ConstantsMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/FunctionDefaultParametersMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/FunctionDefaultParametersMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/FunctionsMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/FunctionsMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/KeywordsMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/KeywordsMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/MagicMethodsMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/MagicMethodsMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/MagicPropertiesMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/MagicPropertiesMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/MongoClientMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/MongoClientMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/MongoDatabaseMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/MongoDatabaseMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/ObjectAttributesMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/ObjectAttributesMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/ObjectMethodDefaultParametersMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/ObjectMethodDefaultParametersMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/ObjectMethodsMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/ObjectMethodsMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/TabCompletion/Matcher/VariablesMatcher.php b/vendor/psy/psysh/src/TabCompletion/Matcher/VariablesMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Util/DependencyChecker.php b/vendor/psy/psysh/src/Util/DependencyChecker.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Util/Docblock.php b/vendor/psy/psysh/src/Util/Docblock.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Util/Json.php b/vendor/psy/psysh/src/Util/Json.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Util/Mirror.php b/vendor/psy/psysh/src/Util/Mirror.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Util/Str.php b/vendor/psy/psysh/src/Util/Str.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Util/TerminalColor.php b/vendor/psy/psysh/src/Util/TerminalColor.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/Util/Tty.php b/vendor/psy/psysh/src/Util/Tty.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VarDumper/Cloner.php b/vendor/psy/psysh/src/VarDumper/Cloner.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VarDumper/Dumper.php b/vendor/psy/psysh/src/VarDumper/Dumper.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VarDumper/DumperBase.php b/vendor/psy/psysh/src/VarDumper/DumperBase.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VarDumper/Presenter.php b/vendor/psy/psysh/src/VarDumper/Presenter.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VarDumper/PresenterAware.php b/vendor/psy/psysh/src/VarDumper/PresenterAware.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VersionUpdater/Checker.php b/vendor/psy/psysh/src/VersionUpdater/Checker.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VersionUpdater/Downloader.php b/vendor/psy/psysh/src/VersionUpdater/Downloader.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VersionUpdater/Downloader/CurlDownloader.php b/vendor/psy/psysh/src/VersionUpdater/Downloader/CurlDownloader.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VersionUpdater/Downloader/Factory.php b/vendor/psy/psysh/src/VersionUpdater/Downloader/Factory.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VersionUpdater/Downloader/FileDownloader.php b/vendor/psy/psysh/src/VersionUpdater/Downloader/FileDownloader.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VersionUpdater/GitHubChecker.php b/vendor/psy/psysh/src/VersionUpdater/GitHubChecker.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VersionUpdater/Installer.php b/vendor/psy/psysh/src/VersionUpdater/Installer.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VersionUpdater/IntervalChecker.php b/vendor/psy/psysh/src/VersionUpdater/IntervalChecker.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VersionUpdater/NoopChecker.php b/vendor/psy/psysh/src/VersionUpdater/NoopChecker.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/VersionUpdater/SelfUpdate.php b/vendor/psy/psysh/src/VersionUpdater/SelfUpdate.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/src/functions.php b/vendor/psy/psysh/src/functions.php old mode 100644 new mode 100755 diff --git a/vendor/psy/psysh/test-logger-demo.php b/vendor/psy/psysh/test-logger-demo.php new file mode 100755 index 00000000..d87dfdaa --- /dev/null +++ b/vendor/psy/psysh/test-logger-demo.php @@ -0,0 +1,57 @@ +#!/usr/bin/env php + 'never', +]); + +// Simple callback - just pass a closure +$config->setLogging(function ($kind, $data) { + echo "[{$kind}] {$data}\n"; +}); + +echo "Logger configured with defaults:\n"; +echo " - input: info\n"; +echo " - command: info\n"; +echo " - execute: debug\n\n"; + +echo "You can also use a PSR-3 logger:\n"; +echo " \$config->setLogging(\$psrLogger);\n\n"; + +echo "Or configure granular log levels:\n"; +echo " \$config->setLogging([\n"; +echo " 'logger' => \$logger,\n"; +echo " 'inputLevel' => 'debug',\n"; +echo " 'commandLevel' => 'info',\n"; +echo " 'executeLevel' => false, // disable execute logging\n"; +echo " ]);\n\n"; + +echo "Starting PsySH shell with logging enabled...\n"; +echo "Try these commands to see logging in action:\n"; +echo " - \$x = 123\n"; +echo " - ls\n"; +echo " - doc array_map\n"; +echo " - exit\n\n"; +echo "---\n\n"; + +// Create and run the shell +$shell = new Shell($config); +$shell->run(); diff --git a/vendor/ralouphie/getallheaders/LICENSE b/vendor/ralouphie/getallheaders/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/ralouphie/getallheaders/README.md b/vendor/ralouphie/getallheaders/README.md old mode 100644 new mode 100755 diff --git a/vendor/ralouphie/getallheaders/composer.json b/vendor/ralouphie/getallheaders/composer.json old mode 100644 new mode 100755 diff --git a/vendor/ralouphie/getallheaders/src/getallheaders.php b/vendor/ralouphie/getallheaders/src/getallheaders.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/LICENSE b/vendor/ramsey/collection/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/README.md b/vendor/ramsey/collection/README.md old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/SECURITY.md b/vendor/ramsey/collection/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/composer.json b/vendor/ramsey/collection/composer.json old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/AbstractArray.php b/vendor/ramsey/collection/src/AbstractArray.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/AbstractCollection.php b/vendor/ramsey/collection/src/AbstractCollection.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/AbstractSet.php b/vendor/ramsey/collection/src/AbstractSet.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/ArrayInterface.php b/vendor/ramsey/collection/src/ArrayInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Collection.php b/vendor/ramsey/collection/src/Collection.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/CollectionInterface.php b/vendor/ramsey/collection/src/CollectionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/DoubleEndedQueue.php b/vendor/ramsey/collection/src/DoubleEndedQueue.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/DoubleEndedQueueInterface.php b/vendor/ramsey/collection/src/DoubleEndedQueueInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Exception/CollectionException.php b/vendor/ramsey/collection/src/Exception/CollectionException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Exception/CollectionMismatchException.php b/vendor/ramsey/collection/src/Exception/CollectionMismatchException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Exception/InvalidArgumentException.php b/vendor/ramsey/collection/src/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Exception/InvalidPropertyOrMethod.php b/vendor/ramsey/collection/src/Exception/InvalidPropertyOrMethod.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Exception/NoSuchElementException.php b/vendor/ramsey/collection/src/Exception/NoSuchElementException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Exception/OutOfBoundsException.php b/vendor/ramsey/collection/src/Exception/OutOfBoundsException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php b/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/GenericArray.php b/vendor/ramsey/collection/src/GenericArray.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Map/AbstractMap.php b/vendor/ramsey/collection/src/Map/AbstractMap.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Map/AbstractTypedMap.php b/vendor/ramsey/collection/src/Map/AbstractTypedMap.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Map/AssociativeArrayMap.php b/vendor/ramsey/collection/src/Map/AssociativeArrayMap.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Map/MapInterface.php b/vendor/ramsey/collection/src/Map/MapInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Map/NamedParameterMap.php b/vendor/ramsey/collection/src/Map/NamedParameterMap.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Map/TypedMap.php b/vendor/ramsey/collection/src/Map/TypedMap.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Map/TypedMapInterface.php b/vendor/ramsey/collection/src/Map/TypedMapInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Queue.php b/vendor/ramsey/collection/src/Queue.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/QueueInterface.php b/vendor/ramsey/collection/src/QueueInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Set.php b/vendor/ramsey/collection/src/Set.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Sort.php b/vendor/ramsey/collection/src/Sort.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Tool/TypeTrait.php b/vendor/ramsey/collection/src/Tool/TypeTrait.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php b/vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/collection/src/Tool/ValueToStringTrait.php b/vendor/ramsey/collection/src/Tool/ValueToStringTrait.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/LICENSE b/vendor/ramsey/uuid/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/README.md b/vendor/ramsey/uuid/README.md old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/composer.json b/vendor/ramsey/uuid/composer.json old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/BinaryUtils.php b/vendor/ramsey/uuid/src/BinaryUtils.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Builder/BuilderCollection.php b/vendor/ramsey/uuid/src/Builder/BuilderCollection.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php b/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php b/vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Builder/FallbackBuilder.php b/vendor/ramsey/uuid/src/Builder/FallbackBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php b/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Codec/CodecInterface.php b/vendor/ramsey/uuid/src/Codec/CodecInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Codec/GuidStringCodec.php b/vendor/ramsey/uuid/src/Codec/GuidStringCodec.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php b/vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Codec/StringCodec.php b/vendor/ramsey/uuid/src/Codec/StringCodec.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php b/vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php b/vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php b/vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php b/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php b/vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php b/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php b/vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php b/vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php b/vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php b/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Converter/Time/UnixTimeConverter.php b/vendor/ramsey/uuid/src/Converter/Time/UnixTimeConverter.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php b/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/DegradedUuid.php b/vendor/ramsey/uuid/src/DegradedUuid.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/DeprecatedUuidInterface.php b/vendor/ramsey/uuid/src/DeprecatedUuidInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php b/vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/BuilderNotFoundException.php b/vendor/ramsey/uuid/src/Exception/BuilderNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/DateTimeException.php b/vendor/ramsey/uuid/src/Exception/DateTimeException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/DceSecurityException.php b/vendor/ramsey/uuid/src/Exception/DceSecurityException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/InvalidArgumentException.php b/vendor/ramsey/uuid/src/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/InvalidBytesException.php b/vendor/ramsey/uuid/src/Exception/InvalidBytesException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php b/vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/NameException.php b/vendor/ramsey/uuid/src/Exception/NameException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/NodeException.php b/vendor/ramsey/uuid/src/Exception/NodeException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/RandomSourceException.php b/vendor/ramsey/uuid/src/Exception/RandomSourceException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/TimeSourceException.php b/vendor/ramsey/uuid/src/Exception/TimeSourceException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/UnableToBuildUuidException.php b/vendor/ramsey/uuid/src/Exception/UnableToBuildUuidException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php b/vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Exception/UuidExceptionInterface.php b/vendor/ramsey/uuid/src/Exception/UuidExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/FeatureSet.php b/vendor/ramsey/uuid/src/FeatureSet.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Fields/FieldsInterface.php b/vendor/ramsey/uuid/src/Fields/FieldsInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php b/vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/CombGenerator.php b/vendor/ramsey/uuid/src/Generator/CombGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php b/vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php b/vendor/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/DefaultNameGenerator.php b/vendor/ramsey/uuid/src/Generator/DefaultNameGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php b/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/NameGeneratorFactory.php b/vendor/ramsey/uuid/src/Generator/NameGeneratorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/NameGeneratorInterface.php b/vendor/ramsey/uuid/src/Generator/NameGeneratorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php b/vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php b/vendor/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php b/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php b/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php b/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php b/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php b/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php b/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php b/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Generator/UnixTimeGenerator.php b/vendor/ramsey/uuid/src/Generator/UnixTimeGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Guid/Fields.php b/vendor/ramsey/uuid/src/Guid/Fields.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Guid/Guid.php b/vendor/ramsey/uuid/src/Guid/Guid.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Guid/GuidBuilder.php b/vendor/ramsey/uuid/src/Guid/GuidBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php b/vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Math/BrickMathCalculator.php b/vendor/ramsey/uuid/src/Math/BrickMathCalculator.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Math/CalculatorInterface.php b/vendor/ramsey/uuid/src/Math/CalculatorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Math/RoundingMode.php b/vendor/ramsey/uuid/src/Math/RoundingMode.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Nonstandard/Fields.php b/vendor/ramsey/uuid/src/Nonstandard/Fields.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Nonstandard/Uuid.php b/vendor/ramsey/uuid/src/Nonstandard/Uuid.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php b/vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Nonstandard/UuidV6.php b/vendor/ramsey/uuid/src/Nonstandard/UuidV6.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php b/vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php b/vendor/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php b/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php b/vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php b/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php b/vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php b/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php b/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php b/vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php b/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php b/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/Fields.php b/vendor/ramsey/uuid/src/Rfc4122/Fields.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php b/vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/MaxTrait.php b/vendor/ramsey/uuid/src/Rfc4122/MaxTrait.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/MaxUuid.php b/vendor/ramsey/uuid/src/Rfc4122/MaxUuid.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/NilTrait.php b/vendor/ramsey/uuid/src/Rfc4122/NilTrait.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/NilUuid.php b/vendor/ramsey/uuid/src/Rfc4122/NilUuid.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/TimeTrait.php b/vendor/ramsey/uuid/src/Rfc4122/TimeTrait.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php b/vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php b/vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/UuidV1.php b/vendor/ramsey/uuid/src/Rfc4122/UuidV1.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/UuidV2.php b/vendor/ramsey/uuid/src/Rfc4122/UuidV2.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/UuidV3.php b/vendor/ramsey/uuid/src/Rfc4122/UuidV3.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/UuidV4.php b/vendor/ramsey/uuid/src/Rfc4122/UuidV4.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/UuidV5.php b/vendor/ramsey/uuid/src/Rfc4122/UuidV5.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/UuidV6.php b/vendor/ramsey/uuid/src/Rfc4122/UuidV6.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/UuidV7.php b/vendor/ramsey/uuid/src/Rfc4122/UuidV7.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/UuidV8.php b/vendor/ramsey/uuid/src/Rfc4122/UuidV8.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/Validator.php b/vendor/ramsey/uuid/src/Rfc4122/Validator.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php b/vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php b/vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Type/Decimal.php b/vendor/ramsey/uuid/src/Type/Decimal.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Type/Hexadecimal.php b/vendor/ramsey/uuid/src/Type/Hexadecimal.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Type/Integer.php b/vendor/ramsey/uuid/src/Type/Integer.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Type/NumberInterface.php b/vendor/ramsey/uuid/src/Type/NumberInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Type/Time.php b/vendor/ramsey/uuid/src/Type/Time.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Type/TypeInterface.php b/vendor/ramsey/uuid/src/Type/TypeInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Uuid.php b/vendor/ramsey/uuid/src/Uuid.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/UuidFactory.php b/vendor/ramsey/uuid/src/UuidFactory.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/UuidFactoryInterface.php b/vendor/ramsey/uuid/src/UuidFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/UuidInterface.php b/vendor/ramsey/uuid/src/UuidInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Validator/GenericValidator.php b/vendor/ramsey/uuid/src/Validator/GenericValidator.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/Validator/ValidatorInterface.php b/vendor/ramsey/uuid/src/Validator/ValidatorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/ramsey/uuid/src/functions.php b/vendor/ramsey/uuid/src/functions.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/.cursorignore b/vendor/razorpay/razorpay/.cursorignore old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/.editorconfig b/vendor/razorpay/razorpay/.editorconfig old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/.github/ISSUE_TEMPLATE/feature.yml b/vendor/razorpay/razorpay/.github/ISSUE_TEMPLATE/feature.yml old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/.github/ISSUE_TEMPLATE/issue_report.yml b/vendor/razorpay/razorpay/.github/ISSUE_TEMPLATE/issue_report.yml old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/.github/dependabot.yml b/vendor/razorpay/razorpay/.github/dependabot.yml old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/.github/pull_request_template.md b/vendor/razorpay/razorpay/.github/pull_request_template.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/.github/workflows/ci.yml b/vendor/razorpay/razorpay/.github/workflows/ci.yml old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/.github/workflows/genesis.yml b/vendor/razorpay/razorpay/.github/workflows/genesis.yml old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/.gitignore b/vendor/razorpay/razorpay/.gitignore old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/.semgrepignore b/vendor/razorpay/razorpay/.semgrepignore old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/.travis.yml b/vendor/razorpay/razorpay/.travis.yml old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/CHANGELOG.md b/vendor/razorpay/razorpay/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/Deprecated.php b/vendor/razorpay/razorpay/Deprecated.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/LICENSE b/vendor/razorpay/razorpay/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/README.md b/vendor/razorpay/razorpay/README.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/Razorpay.php b/vendor/razorpay/razorpay/Razorpay.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/composer.json b/vendor/razorpay/razorpay/composer.json old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/doc.md b/vendor/razorpay/razorpay/doc.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/Iin.md b/vendor/razorpay/razorpay/documents/Iin.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/account.md b/vendor/razorpay/razorpay/documents/account.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/addon.md b/vendor/razorpay/razorpay/documents/addon.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/card.md b/vendor/razorpay/razorpay/documents/card.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/customer.md b/vendor/razorpay/razorpay/documents/customer.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/dispute.md b/vendor/razorpay/razorpay/documents/dispute.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/document.md b/vendor/razorpay/razorpay/documents/document.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/emandate.md b/vendor/razorpay/razorpay/documents/emandate.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/fund.md b/vendor/razorpay/razorpay/documents/fund.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/invoice.md b/vendor/razorpay/razorpay/documents/invoice.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/item.md b/vendor/razorpay/razorpay/documents/item.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/linkedAccount.md b/vendor/razorpay/razorpay/documents/linkedAccount.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/oAuthTokenClient.md b/vendor/razorpay/razorpay/documents/oAuthTokenClient.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/order.md b/vendor/razorpay/razorpay/documents/order.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/papernach.md b/vendor/razorpay/razorpay/documents/papernach.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/payment.md b/vendor/razorpay/razorpay/documents/payment.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/paymentLink.md b/vendor/razorpay/razorpay/documents/paymentLink.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/paymentVerfication.md b/vendor/razorpay/razorpay/documents/paymentVerfication.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/plan.md b/vendor/razorpay/razorpay/documents/plan.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/productConfiguration.md b/vendor/razorpay/razorpay/documents/productConfiguration.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/qrcode.md b/vendor/razorpay/razorpay/documents/qrcode.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/refund.md b/vendor/razorpay/razorpay/documents/refund.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/registeremandate.md b/vendor/razorpay/razorpay/documents/registeremandate.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/registernach.md b/vendor/razorpay/razorpay/documents/registernach.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/settlement.md b/vendor/razorpay/razorpay/documents/settlement.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/stakeholder.md b/vendor/razorpay/razorpay/documents/stakeholder.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/subscription.md b/vendor/razorpay/razorpay/documents/subscription.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/token.md b/vendor/razorpay/razorpay/documents/token.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/transfer.md b/vendor/razorpay/razorpay/documents/transfer.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/upi.md b/vendor/razorpay/razorpay/documents/upi.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/virtualaccount.md b/vendor/razorpay/razorpay/documents/virtualaccount.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/documents/webhook.md b/vendor/razorpay/razorpay/documents/webhook.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/.editorconfig b/vendor/razorpay/razorpay/libs/Requests-2.0.4/.editorconfig old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/CHANGELOG.md b/vendor/razorpay/razorpay/libs/Requests-2.0.4/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/LICENSE b/vendor/razorpay/razorpay/libs/Requests-2.0.4/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/README.md b/vendor/razorpay/razorpay/libs/Requests-2.0.4/README.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/certificates/cacert.pem b/vendor/razorpay/razorpay/libs/Requests-2.0.4/certificates/cacert.pem old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/certificates/cacert.pem.sha256 b/vendor/razorpay/razorpay/libs/Requests-2.0.4/certificates/cacert.pem.sha256 old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/composer.json b/vendor/razorpay/razorpay/libs/Requests-2.0.4/composer.json old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/library/Deprecated.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/library/Deprecated.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/library/README.md b/vendor/razorpay/razorpay/libs/Requests-2.0.4/library/README.md old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/library/Requests.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/library/Requests.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Auth.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Auth.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Auth/Basic.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Auth/Basic.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Autoload.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Autoload.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Capability.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Capability.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Cookie.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Cookie.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Cookie/Jar.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Cookie/Jar.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/ArgumentCount.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/ArgumentCount.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status304.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status304.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status305.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status305.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status306.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status306.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status400.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status400.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status401.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status401.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status402.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status402.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status403.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status403.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status404.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status404.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status405.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status405.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status406.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status406.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status407.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status407.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status408.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status408.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status409.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status409.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status410.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status410.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status411.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status411.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status412.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status412.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status413.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status413.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status414.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status414.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status415.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status415.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status416.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status416.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status417.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status417.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status418.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status418.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status428.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status428.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status429.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status429.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status431.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status431.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status500.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status500.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status501.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status501.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status502.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status502.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status503.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status503.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status504.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status504.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status505.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status505.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status511.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/Status511.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/StatusUnknown.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Http/StatusUnknown.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/InvalidArgument.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/InvalidArgument.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Transport.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Transport.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Transport/Curl.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Exception/Transport/Curl.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/HookManager.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/HookManager.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Hooks.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Hooks.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/IdnaEncoder.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/IdnaEncoder.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Ipv6.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Ipv6.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Iri.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Iri.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Port.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Port.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Proxy.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Proxy.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Proxy/Http.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Proxy/Http.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Requests.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Requests.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Response.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Response.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Response/Headers.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Response/Headers.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Session.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Session.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Ssl.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Ssl.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Transport.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Transport.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Transport/Curl.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Transport/Curl.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Transport/Fsockopen.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Transport/Fsockopen.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Utility/CaseInsensitiveDictionary.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Utility/CaseInsensitiveDictionary.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Utility/FilteredIterator.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Utility/FilteredIterator.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Utility/InputValidator.php b/vendor/razorpay/razorpay/libs/Requests-2.0.4/src/Utility/InputValidator.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/non_composer_tests/RazorpayTest.php b/vendor/razorpay/razorpay/non_composer_tests/RazorpayTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/phpunit.xml.dist b/vendor/razorpay/razorpay/phpunit.xml.dist old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/release.txt b/vendor/razorpay/razorpay/release.txt old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Account.php b/vendor/razorpay/razorpay/src/Account.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Addon.php b/vendor/razorpay/razorpay/src/Addon.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Api.php b/vendor/razorpay/razorpay/src/Api.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/ArrayableInterface.php b/vendor/razorpay/razorpay/src/ArrayableInterface.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Card.php b/vendor/razorpay/razorpay/src/Card.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Collection.php b/vendor/razorpay/razorpay/src/Collection.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Customer.php b/vendor/razorpay/razorpay/src/Customer.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Dispute.php b/vendor/razorpay/razorpay/src/Dispute.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Document.php b/vendor/razorpay/razorpay/src/Document.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Entity.php b/vendor/razorpay/razorpay/src/Entity.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Errors/BadRequestError.php b/vendor/razorpay/razorpay/src/Errors/BadRequestError.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Errors/Error.php b/vendor/razorpay/razorpay/src/Errors/Error.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Errors/ErrorCode.php b/vendor/razorpay/razorpay/src/Errors/ErrorCode.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Errors/GatewayError.php b/vendor/razorpay/razorpay/src/Errors/GatewayError.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Errors/ServerError.php b/vendor/razorpay/razorpay/src/Errors/ServerError.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Errors/SignatureVerificationError.php b/vendor/razorpay/razorpay/src/Errors/SignatureVerificationError.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/FundAccount.php b/vendor/razorpay/razorpay/src/FundAccount.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Iin.php b/vendor/razorpay/razorpay/src/Iin.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Invoice.php b/vendor/razorpay/razorpay/src/Invoice.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Item.php b/vendor/razorpay/razorpay/src/Item.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/OAuth.php b/vendor/razorpay/razorpay/src/OAuth.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/OAuthClient.php b/vendor/razorpay/razorpay/src/OAuthClient.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/OAuthValidator.php b/vendor/razorpay/razorpay/src/OAuthValidator.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Order.php b/vendor/razorpay/razorpay/src/Order.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Payment.php b/vendor/razorpay/razorpay/src/Payment.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/PaymentLink.php b/vendor/razorpay/razorpay/src/PaymentLink.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/PaymentPage.php b/vendor/razorpay/razorpay/src/PaymentPage.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Plan.php b/vendor/razorpay/razorpay/src/Plan.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Product.php b/vendor/razorpay/razorpay/src/Product.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/QrCode.php b/vendor/razorpay/razorpay/src/QrCode.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Refund.php b/vendor/razorpay/razorpay/src/Refund.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Request.php b/vendor/razorpay/razorpay/src/Request.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Resource.php b/vendor/razorpay/razorpay/src/Resource.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Settlement.php b/vendor/razorpay/razorpay/src/Settlement.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Stakeholder.php b/vendor/razorpay/razorpay/src/Stakeholder.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Subscription.php b/vendor/razorpay/razorpay/src/Subscription.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Token.php b/vendor/razorpay/razorpay/src/Token.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Transfer.php b/vendor/razorpay/razorpay/src/Transfer.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Utility.php b/vendor/razorpay/razorpay/src/Utility.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/VirtualAccount.php b/vendor/razorpay/razorpay/src/VirtualAccount.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/src/Webhook.php b/vendor/razorpay/razorpay/src/Webhook.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/AddonTest.php b/vendor/razorpay/razorpay/tests/AddonTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/ApiTest.php b/vendor/razorpay/razorpay/tests/ApiTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/CardTest.php b/vendor/razorpay/razorpay/tests/CardTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/CoverageTest.php b/vendor/razorpay/razorpay/tests/CoverageTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/CustomerTest.php b/vendor/razorpay/razorpay/tests/CustomerTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/EmandateTest.php b/vendor/razorpay/razorpay/tests/EmandateTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/ExceptionTest.php b/vendor/razorpay/razorpay/tests/ExceptionTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/FundTest.php b/vendor/razorpay/razorpay/tests/FundTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/IinTest.php b/vendor/razorpay/razorpay/tests/IinTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/InvoiceTest.php b/vendor/razorpay/razorpay/tests/InvoiceTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/ItemTest.php b/vendor/razorpay/razorpay/tests/ItemTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/OAuthTokenClientTest.php b/vendor/razorpay/razorpay/tests/OAuthTokenClientTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/OrdersTest.php b/vendor/razorpay/razorpay/tests/OrdersTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/PaperNachTest.php b/vendor/razorpay/razorpay/tests/PaperNachTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/PartnerTest.php b/vendor/razorpay/razorpay/tests/PartnerTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/PaymentLinkTest.php b/vendor/razorpay/razorpay/tests/PaymentLinkTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/PaymentTest.php b/vendor/razorpay/razorpay/tests/PaymentTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/PlanTest.php b/vendor/razorpay/razorpay/tests/PlanTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/QrCodeTest.php b/vendor/razorpay/razorpay/tests/QrCodeTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/RefundTest.php b/vendor/razorpay/razorpay/tests/RefundTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/RegisterEmandateTest.php b/vendor/razorpay/razorpay/tests/RegisterEmandateTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/RegisterNachTest.php b/vendor/razorpay/razorpay/tests/RegisterNachTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/RequestTest.php b/vendor/razorpay/razorpay/tests/RequestTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/SettlementTest.php b/vendor/razorpay/razorpay/tests/SettlementTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/SignatureVerificationTest.php b/vendor/razorpay/razorpay/tests/SignatureVerificationTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/SubscriptionTest.php b/vendor/razorpay/razorpay/tests/SubscriptionTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/TestCase.php b/vendor/razorpay/razorpay/tests/TestCase.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/TokenTest.php b/vendor/razorpay/razorpay/tests/TokenTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/TransferTest.php b/vendor/razorpay/razorpay/tests/TransferTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/UpiTest.php b/vendor/razorpay/razorpay/tests/UpiTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/VirtualAccountTest.php b/vendor/razorpay/razorpay/tests/VirtualAccountTest.php old mode 100644 new mode 100755 diff --git a/vendor/razorpay/razorpay/tests/bootstrap.php b/vendor/razorpay/razorpay/tests/bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/.php-cs-fixer.dist.php b/vendor/rize/uri-template/.php-cs-fixer.dist.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/LICENSE b/vendor/rize/uri-template/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/README.md b/vendor/rize/uri-template/README.md old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/composer.json b/vendor/rize/uri-template/composer.json old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/phpstan.neon b/vendor/rize/uri-template/phpstan.neon old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/phpunit.xml b/vendor/rize/uri-template/phpunit.xml old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/src/Rize/UriTemplate.php b/vendor/rize/uri-template/src/Rize/UriTemplate.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/src/Rize/UriTemplate/Node/Abstraction.php b/vendor/rize/uri-template/src/Rize/UriTemplate/Node/Abstraction.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/src/Rize/UriTemplate/Node/Expression.php b/vendor/rize/uri-template/src/Rize/UriTemplate/Node/Expression.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/src/Rize/UriTemplate/Node/Literal.php b/vendor/rize/uri-template/src/Rize/UriTemplate/Node/Literal.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/src/Rize/UriTemplate/Node/Variable.php b/vendor/rize/uri-template/src/Rize/UriTemplate/Node/Variable.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/src/Rize/UriTemplate/Operator/Abstraction.php b/vendor/rize/uri-template/src/Rize/UriTemplate/Operator/Abstraction.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/src/Rize/UriTemplate/Operator/Named.php b/vendor/rize/uri-template/src/Rize/UriTemplate/Operator/Named.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/src/Rize/UriTemplate/Operator/UnNamed.php b/vendor/rize/uri-template/src/Rize/UriTemplate/Operator/UnNamed.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/src/Rize/UriTemplate/Parser.php b/vendor/rize/uri-template/src/Rize/UriTemplate/Parser.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/src/Rize/UriTemplate/UriTemplate.php b/vendor/rize/uri-template/src/Rize/UriTemplate/UriTemplate.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/tests/Rize/Uri/Node/ParserTest.php b/vendor/rize/uri-template/tests/Rize/Uri/Node/ParserTest.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/tests/Rize/UriTemplateTest.php b/vendor/rize/uri-template/tests/Rize/UriTemplateTest.php old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/tests/fixtures/README.md b/vendor/rize/uri-template/tests/fixtures/README.md old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/tests/fixtures/extended-tests.json b/vendor/rize/uri-template/tests/fixtures/extended-tests.json old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/tests/fixtures/json2xml.xslt b/vendor/rize/uri-template/tests/fixtures/json2xml.xslt old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/tests/fixtures/negative-tests.json b/vendor/rize/uri-template/tests/fixtures/negative-tests.json old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/tests/fixtures/spec-examples-by-section.json b/vendor/rize/uri-template/tests/fixtures/spec-examples-by-section.json old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/tests/fixtures/spec-examples.json b/vendor/rize/uri-template/tests/fixtures/spec-examples.json old mode 100644 new mode 100755 diff --git a/vendor/rize/uri-template/tests/fixtures/transform-json-tests.xslt b/vendor/rize/uri-template/tests/fixtures/transform-json-tests.xslt old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/CHANGELOG.md b/vendor/rmccue/requests/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/LICENSE b/vendor/rmccue/requests/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/README.md b/vendor/rmccue/requests/README.md old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/certificates/cacert.pem b/vendor/rmccue/requests/certificates/cacert.pem old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/certificates/cacert.pem.sha256 b/vendor/rmccue/requests/certificates/cacert.pem.sha256 old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/composer.json b/vendor/rmccue/requests/composer.json old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/library/Deprecated.php b/vendor/rmccue/requests/library/Deprecated.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/library/README.md b/vendor/rmccue/requests/library/README.md old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/library/Requests.php b/vendor/rmccue/requests/library/Requests.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/scripts/proxy/proxy.py b/vendor/rmccue/requests/scripts/proxy/proxy.py old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/scripts/proxy/start.sh b/vendor/rmccue/requests/scripts/proxy/start.sh old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/scripts/proxy/stop.sh b/vendor/rmccue/requests/scripts/proxy/stop.sh old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Auth.php b/vendor/rmccue/requests/src/Auth.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Auth/Basic.php b/vendor/rmccue/requests/src/Auth/Basic.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Autoload.php b/vendor/rmccue/requests/src/Autoload.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Capability.php b/vendor/rmccue/requests/src/Capability.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Cookie.php b/vendor/rmccue/requests/src/Cookie.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Cookie/Jar.php b/vendor/rmccue/requests/src/Cookie/Jar.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception.php b/vendor/rmccue/requests/src/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/ArgumentCount.php b/vendor/rmccue/requests/src/Exception/ArgumentCount.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http.php b/vendor/rmccue/requests/src/Exception/Http.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status304.php b/vendor/rmccue/requests/src/Exception/Http/Status304.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status305.php b/vendor/rmccue/requests/src/Exception/Http/Status305.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status306.php b/vendor/rmccue/requests/src/Exception/Http/Status306.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status400.php b/vendor/rmccue/requests/src/Exception/Http/Status400.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status401.php b/vendor/rmccue/requests/src/Exception/Http/Status401.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status402.php b/vendor/rmccue/requests/src/Exception/Http/Status402.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status403.php b/vendor/rmccue/requests/src/Exception/Http/Status403.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status404.php b/vendor/rmccue/requests/src/Exception/Http/Status404.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status405.php b/vendor/rmccue/requests/src/Exception/Http/Status405.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status406.php b/vendor/rmccue/requests/src/Exception/Http/Status406.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status407.php b/vendor/rmccue/requests/src/Exception/Http/Status407.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status408.php b/vendor/rmccue/requests/src/Exception/Http/Status408.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status409.php b/vendor/rmccue/requests/src/Exception/Http/Status409.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status410.php b/vendor/rmccue/requests/src/Exception/Http/Status410.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status411.php b/vendor/rmccue/requests/src/Exception/Http/Status411.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status412.php b/vendor/rmccue/requests/src/Exception/Http/Status412.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status413.php b/vendor/rmccue/requests/src/Exception/Http/Status413.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status414.php b/vendor/rmccue/requests/src/Exception/Http/Status414.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status415.php b/vendor/rmccue/requests/src/Exception/Http/Status415.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status416.php b/vendor/rmccue/requests/src/Exception/Http/Status416.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status417.php b/vendor/rmccue/requests/src/Exception/Http/Status417.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status418.php b/vendor/rmccue/requests/src/Exception/Http/Status418.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status428.php b/vendor/rmccue/requests/src/Exception/Http/Status428.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status429.php b/vendor/rmccue/requests/src/Exception/Http/Status429.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status431.php b/vendor/rmccue/requests/src/Exception/Http/Status431.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status500.php b/vendor/rmccue/requests/src/Exception/Http/Status500.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status501.php b/vendor/rmccue/requests/src/Exception/Http/Status501.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status502.php b/vendor/rmccue/requests/src/Exception/Http/Status502.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status503.php b/vendor/rmccue/requests/src/Exception/Http/Status503.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status504.php b/vendor/rmccue/requests/src/Exception/Http/Status504.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status505.php b/vendor/rmccue/requests/src/Exception/Http/Status505.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/Status511.php b/vendor/rmccue/requests/src/Exception/Http/Status511.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Http/StatusUnknown.php b/vendor/rmccue/requests/src/Exception/Http/StatusUnknown.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/InvalidArgument.php b/vendor/rmccue/requests/src/Exception/InvalidArgument.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Transport.php b/vendor/rmccue/requests/src/Exception/Transport.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Exception/Transport/Curl.php b/vendor/rmccue/requests/src/Exception/Transport/Curl.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/HookManager.php b/vendor/rmccue/requests/src/HookManager.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Hooks.php b/vendor/rmccue/requests/src/Hooks.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/IdnaEncoder.php b/vendor/rmccue/requests/src/IdnaEncoder.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Ipv6.php b/vendor/rmccue/requests/src/Ipv6.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Iri.php b/vendor/rmccue/requests/src/Iri.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Port.php b/vendor/rmccue/requests/src/Port.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Proxy.php b/vendor/rmccue/requests/src/Proxy.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Proxy/Http.php b/vendor/rmccue/requests/src/Proxy/Http.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Requests.php b/vendor/rmccue/requests/src/Requests.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Response.php b/vendor/rmccue/requests/src/Response.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Response/Headers.php b/vendor/rmccue/requests/src/Response/Headers.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Session.php b/vendor/rmccue/requests/src/Session.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Ssl.php b/vendor/rmccue/requests/src/Ssl.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Transport.php b/vendor/rmccue/requests/src/Transport.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Transport/Curl.php b/vendor/rmccue/requests/src/Transport/Curl.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Transport/Fsockopen.php b/vendor/rmccue/requests/src/Transport/Fsockopen.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Utility/CaseInsensitiveDictionary.php b/vendor/rmccue/requests/src/Utility/CaseInsensitiveDictionary.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Utility/FilteredIterator.php b/vendor/rmccue/requests/src/Utility/FilteredIterator.php old mode 100644 new mode 100755 diff --git a/vendor/rmccue/requests/src/Utility/InputValidator.php b/vendor/rmccue/requests/src/Utility/InputValidator.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/CHANGELOG.md b/vendor/sabberworm/php-css-parser/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/LICENSE b/vendor/sabberworm/php-css-parser/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/README.md b/vendor/sabberworm/php-css-parser/README.md old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/composer.json b/vendor/sabberworm/php-css-parser/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/CSSElement.php b/vendor/sabberworm/php-css-parser/src/CSSElement.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php b/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php b/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php b/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/CSSList/CSSListItem.php b/vendor/sabberworm/php-css-parser/src/CSSList/CSSListItem.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/CSSList/Document.php b/vendor/sabberworm/php-css-parser/src/CSSList/Document.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php b/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Comment/Comment.php b/vendor/sabberworm/php-css-parser/src/Comment/Comment.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Comment/CommentContainer.php b/vendor/sabberworm/php-css-parser/src/Comment/CommentContainer.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php b/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/OutputFormat.php b/vendor/sabberworm/php-css-parser/src/OutputFormat.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/OutputFormatter.php b/vendor/sabberworm/php-css-parser/src/OutputFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Parser.php b/vendor/sabberworm/php-css-parser/src/Parser.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Parsing/Anchor.php b/vendor/sabberworm/php-css-parser/src/Parsing/Anchor.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php b/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php b/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php b/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php b/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php b/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Position/Position.php b/vendor/sabberworm/php-css-parser/src/Position/Position.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Position/Positionable.php b/vendor/sabberworm/php-css-parser/src/Position/Positionable.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Property/AtRule.php b/vendor/sabberworm/php-css-parser/src/Property/AtRule.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php b/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Property/Charset.php b/vendor/sabberworm/php-css-parser/src/Property/Charset.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Property/Declaration.php b/vendor/sabberworm/php-css-parser/src/Property/Declaration.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Property/Import.php b/vendor/sabberworm/php-css-parser/src/Property/Import.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php b/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Property/Selector.php b/vendor/sabberworm/php-css-parser/src/Property/Selector.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Property/Selector/Combinator.php b/vendor/sabberworm/php-css-parser/src/Property/Selector/Combinator.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Property/Selector/Component.php b/vendor/sabberworm/php-css-parser/src/Property/Selector/Component.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Property/Selector/CompoundSelector.php b/vendor/sabberworm/php-css-parser/src/Property/Selector/CompoundSelector.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Property/Selector/SpecificityCalculator.php b/vendor/sabberworm/php-css-parser/src/Property/Selector/SpecificityCalculator.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Renderable.php b/vendor/sabberworm/php-css-parser/src/Renderable.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Rule/Rule.php b/vendor/sabberworm/php-css-parser/src/Rule/Rule.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php b/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php b/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationList.php b/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationList.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/RuleSet/LegacyDeclarationListMethods.php b/vendor/sabberworm/php-css-parser/src/RuleSet/LegacyDeclarationListMethods.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/RuleSet/RuleContainer.php b/vendor/sabberworm/php-css-parser/src/RuleSet/RuleContainer.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php b/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Settings.php b/vendor/sabberworm/php-css-parser/src/Settings.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/ShortClassNameProvider.php b/vendor/sabberworm/php-css-parser/src/ShortClassNameProvider.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php b/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Value/CSSString.php b/vendor/sabberworm/php-css-parser/src/Value/CSSString.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php b/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php b/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Value/Color.php b/vendor/sabberworm/php-css-parser/src/Value/Color.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Value/LineName.php b/vendor/sabberworm/php-css-parser/src/Value/LineName.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php b/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php b/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Value/Size.php b/vendor/sabberworm/php-css-parser/src/Value/Size.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Value/URL.php b/vendor/sabberworm/php-css-parser/src/Value/URL.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Value/Value.php b/vendor/sabberworm/php-css-parser/src/Value/Value.php old mode 100644 new mode 100755 diff --git a/vendor/sabberworm/php-css-parser/src/Value/ValueList.php b/vendor/sabberworm/php-css-parser/src/Value/ValueList.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/.gitignore b/vendor/safiull/laravel-installer/.gitignore old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/LICENSE b/vendor/safiull/laravel-installer/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/README.md b/vendor/safiull/laravel-installer/README.md old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/composer.json b/vendor/safiull/laravel-installer/composer.json old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Config/installer.php b/vendor/safiull/laravel-installer/src/Config/installer.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Controllers/DatabaseController.php b/vendor/safiull/laravel-installer/src/Controllers/DatabaseController.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Controllers/EnvironmentController.php b/vendor/safiull/laravel-installer/src/Controllers/EnvironmentController.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Controllers/FinalController.php b/vendor/safiull/laravel-installer/src/Controllers/FinalController.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Controllers/PermissionsController.php b/vendor/safiull/laravel-installer/src/Controllers/PermissionsController.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Controllers/RequirementsController.php b/vendor/safiull/laravel-installer/src/Controllers/RequirementsController.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Controllers/UpdateController.php b/vendor/safiull/laravel-installer/src/Controllers/UpdateController.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Controllers/WelcomeController.php b/vendor/safiull/laravel-installer/src/Controllers/WelcomeController.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Events/AddingInstallerSuperAdmin.php b/vendor/safiull/laravel-installer/src/Events/AddingInstallerSuperAdmin.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Events/EnvironmentSaved.php b/vendor/safiull/laravel-installer/src/Events/EnvironmentSaved.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Events/LaravelInstallerFinished.php b/vendor/safiull/laravel-installer/src/Events/LaravelInstallerFinished.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Helpers/Auth.php b/vendor/safiull/laravel-installer/src/Helpers/Auth.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Helpers/DatabaseManager.php b/vendor/safiull/laravel-installer/src/Helpers/DatabaseManager.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Helpers/EnvironmentManager.php b/vendor/safiull/laravel-installer/src/Helpers/EnvironmentManager.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Helpers/FinalInstallManager.php b/vendor/safiull/laravel-installer/src/Helpers/FinalInstallManager.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Helpers/InstalledFileManager.php b/vendor/safiull/laravel-installer/src/Helpers/InstalledFileManager.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Helpers/MigrationsHelper.php b/vendor/safiull/laravel-installer/src/Helpers/MigrationsHelper.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Helpers/PermissionsChecker.php b/vendor/safiull/laravel-installer/src/Helpers/PermissionsChecker.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Helpers/RequirementsChecker.php b/vendor/safiull/laravel-installer/src/Helpers/RequirementsChecker.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Helpers/UserTechGuard.php b/vendor/safiull/laravel-installer/src/Helpers/UserTechGuard.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Helpers/functions.php b/vendor/safiull/laravel-installer/src/Helpers/functions.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Lang/en.json b/vendor/safiull/laravel-installer/src/Lang/en.json old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Middleware/CheckToken.php b/vendor/safiull/laravel-installer/src/Middleware/CheckToken.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Middleware/canInstall.php b/vendor/safiull/laravel-installer/src/Middleware/canInstall.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Middleware/canUpdate.php b/vendor/safiull/laravel-installer/src/Middleware/canUpdate.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Providers/LaravelInstallerServiceProvider.php b/vendor/safiull/laravel-installer/src/Providers/LaravelInstallerServiceProvider.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Routes/web.php b/vendor/safiull/laravel-installer/src/Routes/web.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Service/EnvatoService.php b/vendor/safiull/laravel-installer/src/Service/EnvatoService.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/environment-classic.blade.php b/vendor/safiull/laravel-installer/src/Views/environment-classic.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/environment-wizard.blade.php b/vendor/safiull/laravel-installer/src/Views/environment-wizard.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/environment.blade.php b/vendor/safiull/laravel-installer/src/Views/environment.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/finished.blade.php b/vendor/safiull/laravel-installer/src/Views/finished.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/layouts/master-update.blade.php b/vendor/safiull/laravel-installer/src/Views/layouts/master-update.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/layouts/master.blade.php b/vendor/safiull/laravel-installer/src/Views/layouts/master.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/permissions.blade.php b/vendor/safiull/laravel-installer/src/Views/permissions.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/requirements.blade.php b/vendor/safiull/laravel-installer/src/Views/requirements.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/update/downloaded.blade.php b/vendor/safiull/laravel-installer/src/Views/update/downloaded.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/update/finished.blade.php b/vendor/safiull/laravel-installer/src/Views/update/finished.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/update/overview.blade.php b/vendor/safiull/laravel-installer/src/Views/update/overview.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/update/welcome.blade.php b/vendor/safiull/laravel-installer/src/Views/update/welcome.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/verify-code.blade.php b/vendor/safiull/laravel-installer/src/Views/verify-code.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/verify.blade.php b/vendor/safiull/laravel-installer/src/Views/verify.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/Views/welcome.blade.php b/vendor/safiull/laravel-installer/src/Views/welcome.blade.php old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/sass/_variables.sass b/vendor/safiull/laravel-installer/src/assets/css/sass/_variables.sass old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/sass/style.sass b/vendor/safiull/laravel-installer/src/assets/css/sass/style.sass old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/_variables.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/_variables.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_animated.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_animated.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_bordered-pulled.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_bordered-pulled.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_core.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_core.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_fixed-width.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_fixed-width.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_icons.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_icons.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_larger.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_larger.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_list.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_list.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_mixins.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_mixins.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_path.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_path.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_rotated-flipped.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_rotated-flipped.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_screen-reader.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_screen-reader.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_stacked.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_stacked.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_variables.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/_variables.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/font-awesome.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/font-awesome/font-awesome.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/scss/style.scss b/vendor/safiull/laravel-installer/src/assets/css/scss/style.scss old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/style.css b/vendor/safiull/laravel-installer/src/assets/css/style.css old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/style.css.map b/vendor/safiull/laravel-installer/src/assets/css/style.css.map old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/style.min.css b/vendor/safiull/laravel-installer/src/assets/css/style.min.css old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/css/style.min.css.map b/vendor/safiull/laravel-installer/src/assets/css/style.min.css.map old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/fonts/FontAwesome.otf b/vendor/safiull/laravel-installer/src/assets/fonts/FontAwesome.otf old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/fonts/fontawesome-webfont.eot b/vendor/safiull/laravel-installer/src/assets/fonts/fontawesome-webfont.eot old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/fonts/fontawesome-webfont.svg b/vendor/safiull/laravel-installer/src/assets/fonts/fontawesome-webfont.svg old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/fonts/fontawesome-webfont.ttf b/vendor/safiull/laravel-installer/src/assets/fonts/fontawesome-webfont.ttf old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/fonts/fontawesome-webfont.woff b/vendor/safiull/laravel-installer/src/assets/fonts/fontawesome-webfont.woff old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/fonts/fontawesome-webfont.woff2 b/vendor/safiull/laravel-installer/src/assets/fonts/fontawesome-webfont.woff2 old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/fonts/ionicons.eot b/vendor/safiull/laravel-installer/src/assets/fonts/ionicons.eot old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/fonts/ionicons.svg b/vendor/safiull/laravel-installer/src/assets/fonts/ionicons.svg old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/fonts/ionicons.ttf b/vendor/safiull/laravel-installer/src/assets/fonts/ionicons.ttf old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/fonts/ionicons.woff b/vendor/safiull/laravel-installer/src/assets/fonts/ionicons.woff old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/img/background.png b/vendor/safiull/laravel-installer/src/assets/img/background.png old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/img/boy.png b/vendor/safiull/laravel-installer/src/assets/img/boy.png old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/img/favicon/favicon-16x16.png b/vendor/safiull/laravel-installer/src/assets/img/favicon/favicon-16x16.png old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/img/favicon/favicon-32x32.png b/vendor/safiull/laravel-installer/src/assets/img/favicon/favicon-32x32.png old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/img/favicon/favicon-96x96.png b/vendor/safiull/laravel-installer/src/assets/img/favicon/favicon-96x96.png old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/img/favicon/favicon.png b/vendor/safiull/laravel-installer/src/assets/img/favicon/favicon.png old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/img/girl.png b/vendor/safiull/laravel-installer/src/assets/img/girl.png old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/img/pattern.png b/vendor/safiull/laravel-installer/src/assets/img/pattern.png old mode 100644 new mode 100755 diff --git a/vendor/safiull/laravel-installer/src/assets/img/rectangle.png b/vendor/safiull/laravel-installer/src/assets/img/rectangle.png old mode 100644 new mode 100755 diff --git a/vendor/sebastian/cli-parser/ChangeLog.md b/vendor/sebastian/cli-parser/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/cli-parser/LICENSE b/vendor/sebastian/cli-parser/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/cli-parser/README.md b/vendor/sebastian/cli-parser/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/cli-parser/SECURITY.md b/vendor/sebastian/cli-parser/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/cli-parser/composer.json b/vendor/sebastian/cli-parser/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/cli-parser/src/Parser.php b/vendor/sebastian/cli-parser/src/Parser.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php b/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/cli-parser/src/exceptions/Exception.php b/vendor/sebastian/cli-parser/src/exceptions/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php b/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php b/vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php b/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit-reverse-lookup/.psalm/baseline.xml b/vendor/sebastian/code-unit-reverse-lookup/.psalm/baseline.xml old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit-reverse-lookup/.psalm/config.xml b/vendor/sebastian/code-unit-reverse-lookup/.psalm/config.xml old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md b/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit-reverse-lookup/LICENSE b/vendor/sebastian/code-unit-reverse-lookup/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit-reverse-lookup/README.md b/vendor/sebastian/code-unit-reverse-lookup/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit-reverse-lookup/SECURITY.md b/vendor/sebastian/code-unit-reverse-lookup/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit-reverse-lookup/composer.json b/vendor/sebastian/code-unit-reverse-lookup/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php b/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/ChangeLog.md b/vendor/sebastian/code-unit/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/LICENSE b/vendor/sebastian/code-unit/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/README.md b/vendor/sebastian/code-unit/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/SECURITY.md b/vendor/sebastian/code-unit/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/composer.json b/vendor/sebastian/code-unit/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/ClassMethodUnit.php b/vendor/sebastian/code-unit/src/ClassMethodUnit.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/ClassUnit.php b/vendor/sebastian/code-unit/src/ClassUnit.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/CodeUnit.php b/vendor/sebastian/code-unit/src/CodeUnit.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/CodeUnitCollection.php b/vendor/sebastian/code-unit/src/CodeUnitCollection.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php b/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/FileUnit.php b/vendor/sebastian/code-unit/src/FileUnit.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/FunctionUnit.php b/vendor/sebastian/code-unit/src/FunctionUnit.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/InterfaceMethodUnit.php b/vendor/sebastian/code-unit/src/InterfaceMethodUnit.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/InterfaceUnit.php b/vendor/sebastian/code-unit/src/InterfaceUnit.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/Mapper.php b/vendor/sebastian/code-unit/src/Mapper.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/TraitMethodUnit.php b/vendor/sebastian/code-unit/src/TraitMethodUnit.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/TraitUnit.php b/vendor/sebastian/code-unit/src/TraitUnit.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/exceptions/Exception.php b/vendor/sebastian/code-unit/src/exceptions/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php b/vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/exceptions/NoTraitException.php b/vendor/sebastian/code-unit/src/exceptions/NoTraitException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/code-unit/src/exceptions/ReflectionException.php b/vendor/sebastian/code-unit/src/exceptions/ReflectionException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/ChangeLog.md b/vendor/sebastian/comparator/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/LICENSE b/vendor/sebastian/comparator/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/README.md b/vendor/sebastian/comparator/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/SECURITY.md b/vendor/sebastian/comparator/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/composer.json b/vendor/sebastian/comparator/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/ArrayComparator.php b/vendor/sebastian/comparator/src/ArrayComparator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/Comparator.php b/vendor/sebastian/comparator/src/Comparator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/ComparisonFailure.php b/vendor/sebastian/comparator/src/ComparisonFailure.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/DOMNodeComparator.php b/vendor/sebastian/comparator/src/DOMNodeComparator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/DateTimeComparator.php b/vendor/sebastian/comparator/src/DateTimeComparator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/ExceptionComparator.php b/vendor/sebastian/comparator/src/ExceptionComparator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/Factory.php b/vendor/sebastian/comparator/src/Factory.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/MockObjectComparator.php b/vendor/sebastian/comparator/src/MockObjectComparator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/NumericComparator.php b/vendor/sebastian/comparator/src/NumericComparator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/ObjectComparator.php b/vendor/sebastian/comparator/src/ObjectComparator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/ResourceComparator.php b/vendor/sebastian/comparator/src/ResourceComparator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/ScalarComparator.php b/vendor/sebastian/comparator/src/ScalarComparator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/SplObjectStorageComparator.php b/vendor/sebastian/comparator/src/SplObjectStorageComparator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/TypeComparator.php b/vendor/sebastian/comparator/src/TypeComparator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/exceptions/Exception.php b/vendor/sebastian/comparator/src/exceptions/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/comparator/src/exceptions/RuntimeException.php b/vendor/sebastian/comparator/src/exceptions/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/ChangeLog.md b/vendor/sebastian/complexity/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/LICENSE b/vendor/sebastian/complexity/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/README.md b/vendor/sebastian/complexity/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/SECURITY.md b/vendor/sebastian/complexity/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/composer.json b/vendor/sebastian/complexity/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/src/Calculator.php b/vendor/sebastian/complexity/src/Calculator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/src/Complexity/Complexity.php b/vendor/sebastian/complexity/src/Complexity/Complexity.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php b/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php b/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/src/Exception/Exception.php b/vendor/sebastian/complexity/src/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/src/Exception/RuntimeException.php b/vendor/sebastian/complexity/src/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php b/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php b/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/ChangeLog.md b/vendor/sebastian/diff/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/LICENSE b/vendor/sebastian/diff/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/README.md b/vendor/sebastian/diff/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/SECURITY.md b/vendor/sebastian/diff/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/composer.json b/vendor/sebastian/diff/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Chunk.php b/vendor/sebastian/diff/src/Chunk.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Diff.php b/vendor/sebastian/diff/src/Diff.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Differ.php b/vendor/sebastian/diff/src/Differ.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Exception/ConfigurationException.php b/vendor/sebastian/diff/src/Exception/ConfigurationException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Exception/Exception.php b/vendor/sebastian/diff/src/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php b/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Line.php b/vendor/sebastian/diff/src/Line.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php b/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php b/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php b/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php b/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php b/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php b/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php b/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/Parser.php b/vendor/sebastian/diff/src/Parser.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php b/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/environment/ChangeLog.md b/vendor/sebastian/environment/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/environment/LICENSE b/vendor/sebastian/environment/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/environment/README.md b/vendor/sebastian/environment/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/environment/SECURITY.md b/vendor/sebastian/environment/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/environment/composer.json b/vendor/sebastian/environment/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/environment/src/Console.php b/vendor/sebastian/environment/src/Console.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/environment/src/Runtime.php b/vendor/sebastian/environment/src/Runtime.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/exporter/ChangeLog.md b/vendor/sebastian/exporter/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/exporter/LICENSE b/vendor/sebastian/exporter/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/exporter/README.md b/vendor/sebastian/exporter/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/exporter/SECURITY.md b/vendor/sebastian/exporter/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/exporter/composer.json b/vendor/sebastian/exporter/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/exporter/src/Exporter.php b/vendor/sebastian/exporter/src/Exporter.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/global-state/ChangeLog.md b/vendor/sebastian/global-state/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/global-state/LICENSE b/vendor/sebastian/global-state/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/global-state/README.md b/vendor/sebastian/global-state/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/global-state/SECURITY.md b/vendor/sebastian/global-state/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/global-state/composer.json b/vendor/sebastian/global-state/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/global-state/src/CodeExporter.php b/vendor/sebastian/global-state/src/CodeExporter.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/global-state/src/ExcludeList.php b/vendor/sebastian/global-state/src/ExcludeList.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/global-state/src/Restorer.php b/vendor/sebastian/global-state/src/Restorer.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/global-state/src/Snapshot.php b/vendor/sebastian/global-state/src/Snapshot.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/global-state/src/exceptions/Exception.php b/vendor/sebastian/global-state/src/exceptions/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/global-state/src/exceptions/RuntimeException.php b/vendor/sebastian/global-state/src/exceptions/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/lines-of-code/ChangeLog.md b/vendor/sebastian/lines-of-code/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/lines-of-code/LICENSE b/vendor/sebastian/lines-of-code/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/lines-of-code/README.md b/vendor/sebastian/lines-of-code/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/lines-of-code/SECURITY.md b/vendor/sebastian/lines-of-code/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/lines-of-code/composer.json b/vendor/sebastian/lines-of-code/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/lines-of-code/src/Counter.php b/vendor/sebastian/lines-of-code/src/Counter.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/lines-of-code/src/Exception/Exception.php b/vendor/sebastian/lines-of-code/src/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php b/vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php b/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php b/vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php b/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/lines-of-code/src/LinesOfCode.php b/vendor/sebastian/lines-of-code/src/LinesOfCode.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-enumerator/ChangeLog.md b/vendor/sebastian/object-enumerator/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-enumerator/LICENSE b/vendor/sebastian/object-enumerator/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-enumerator/README.md b/vendor/sebastian/object-enumerator/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-enumerator/SECURITY.md b/vendor/sebastian/object-enumerator/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-enumerator/composer.json b/vendor/sebastian/object-enumerator/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-enumerator/phpunit.xml b/vendor/sebastian/object-enumerator/phpunit.xml old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-enumerator/src/Enumerator.php b/vendor/sebastian/object-enumerator/src/Enumerator.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-reflector/ChangeLog.md b/vendor/sebastian/object-reflector/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-reflector/LICENSE b/vendor/sebastian/object-reflector/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-reflector/README.md b/vendor/sebastian/object-reflector/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-reflector/SECURITY.md b/vendor/sebastian/object-reflector/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-reflector/composer.json b/vendor/sebastian/object-reflector/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/object-reflector/src/ObjectReflector.php b/vendor/sebastian/object-reflector/src/ObjectReflector.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/recursion-context/ChangeLog.md b/vendor/sebastian/recursion-context/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/recursion-context/LICENSE b/vendor/sebastian/recursion-context/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/recursion-context/README.md b/vendor/sebastian/recursion-context/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/recursion-context/SECURITY.md b/vendor/sebastian/recursion-context/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/recursion-context/composer.json b/vendor/sebastian/recursion-context/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/recursion-context/src/Context.php b/vendor/sebastian/recursion-context/src/Context.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/ChangeLog.md b/vendor/sebastian/type/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/LICENSE b/vendor/sebastian/type/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/README.md b/vendor/sebastian/type/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/SECURITY.md b/vendor/sebastian/type/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/composer.json b/vendor/sebastian/type/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/infection.json b/vendor/sebastian/type/infection.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/Parameter.php b/vendor/sebastian/type/src/Parameter.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/ReflectionMapper.php b/vendor/sebastian/type/src/ReflectionMapper.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/TypeName.php b/vendor/sebastian/type/src/TypeName.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/exception/Exception.php b/vendor/sebastian/type/src/exception/Exception.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/exception/RuntimeException.php b/vendor/sebastian/type/src/exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/CallableType.php b/vendor/sebastian/type/src/type/CallableType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/FalseType.php b/vendor/sebastian/type/src/type/FalseType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/GenericObjectType.php b/vendor/sebastian/type/src/type/GenericObjectType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/IntersectionType.php b/vendor/sebastian/type/src/type/IntersectionType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/IterableType.php b/vendor/sebastian/type/src/type/IterableType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/MixedType.php b/vendor/sebastian/type/src/type/MixedType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/NeverType.php b/vendor/sebastian/type/src/type/NeverType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/NullType.php b/vendor/sebastian/type/src/type/NullType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/ObjectType.php b/vendor/sebastian/type/src/type/ObjectType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/SimpleType.php b/vendor/sebastian/type/src/type/SimpleType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/StaticType.php b/vendor/sebastian/type/src/type/StaticType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/TrueType.php b/vendor/sebastian/type/src/type/TrueType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/Type.php b/vendor/sebastian/type/src/type/Type.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/UnionType.php b/vendor/sebastian/type/src/type/UnionType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/UnknownType.php b/vendor/sebastian/type/src/type/UnknownType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/type/src/type/VoidType.php b/vendor/sebastian/type/src/type/VoidType.php old mode 100644 new mode 100755 diff --git a/vendor/sebastian/version/ChangeLog.md b/vendor/sebastian/version/ChangeLog.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/version/LICENSE b/vendor/sebastian/version/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/sebastian/version/README.md b/vendor/sebastian/version/README.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/version/SECURITY.md b/vendor/sebastian/version/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/sebastian/version/composer.json b/vendor/sebastian/version/composer.json old mode 100644 new mode 100755 diff --git a/vendor/sebastian/version/src/Version.php b/vendor/sebastian/version/src/Version.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/LICENSE.txt b/vendor/setasign/fpdi/LICENSE.txt old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/README.md b/vendor/setasign/fpdi/README.md old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/SECURITY.md b/vendor/setasign/fpdi/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/composer.json b/vendor/setasign/fpdi/composer.json old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/FpdfTpl.php b/vendor/setasign/fpdi/src/FpdfTpl.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/FpdfTplTrait.php b/vendor/setasign/fpdi/src/FpdfTplTrait.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/FpdfTrait.php b/vendor/setasign/fpdi/src/FpdfTrait.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/Fpdi.php b/vendor/setasign/fpdi/src/Fpdi.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/FpdiException.php b/vendor/setasign/fpdi/src/FpdiException.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/FpdiTrait.php b/vendor/setasign/fpdi/src/FpdiTrait.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/GraphicsState.php b/vendor/setasign/fpdi/src/GraphicsState.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/Math/Matrix.php b/vendor/setasign/fpdi/src/Math/Matrix.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/Math/Vector.php b/vendor/setasign/fpdi/src/Math/Vector.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/CrossReference/AbstractReader.php b/vendor/setasign/fpdi/src/PdfParser/CrossReference/AbstractReader.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/CrossReference/CrossReference.php b/vendor/setasign/fpdi/src/PdfParser/CrossReference/CrossReference.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/CrossReference/CrossReferenceException.php b/vendor/setasign/fpdi/src/PdfParser/CrossReference/CrossReferenceException.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/CrossReference/FixedReader.php b/vendor/setasign/fpdi/src/PdfParser/CrossReference/FixedReader.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/CrossReference/LineReader.php b/vendor/setasign/fpdi/src/PdfParser/CrossReference/LineReader.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/CrossReference/ReaderInterface.php b/vendor/setasign/fpdi/src/PdfParser/CrossReference/ReaderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Filter/Ascii85.php b/vendor/setasign/fpdi/src/PdfParser/Filter/Ascii85.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Filter/Ascii85Exception.php b/vendor/setasign/fpdi/src/PdfParser/Filter/Ascii85Exception.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Filter/AsciiHex.php b/vendor/setasign/fpdi/src/PdfParser/Filter/AsciiHex.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Filter/FilterException.php b/vendor/setasign/fpdi/src/PdfParser/Filter/FilterException.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Filter/FilterInterface.php b/vendor/setasign/fpdi/src/PdfParser/Filter/FilterInterface.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Filter/Flate.php b/vendor/setasign/fpdi/src/PdfParser/Filter/Flate.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Filter/FlateException.php b/vendor/setasign/fpdi/src/PdfParser/Filter/FlateException.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Filter/Lzw.php b/vendor/setasign/fpdi/src/PdfParser/Filter/Lzw.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Filter/LzwException.php b/vendor/setasign/fpdi/src/PdfParser/Filter/LzwException.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/PdfParser.php b/vendor/setasign/fpdi/src/PdfParser/PdfParser.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/PdfParserException.php b/vendor/setasign/fpdi/src/PdfParser/PdfParserException.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/StreamReader.php b/vendor/setasign/fpdi/src/PdfParser/StreamReader.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Tokenizer.php b/vendor/setasign/fpdi/src/PdfParser/Tokenizer.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfArray.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfArray.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfBoolean.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfBoolean.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfDictionary.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfDictionary.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfHexString.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfHexString.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfIndirectObject.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfIndirectObject.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfIndirectObjectReference.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfIndirectObjectReference.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfName.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfName.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfNull.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfNull.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfNumeric.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfNumeric.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfStream.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfStream.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfString.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfString.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfToken.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfToken.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfType.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfType.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfParser/Type/PdfTypeException.php b/vendor/setasign/fpdi/src/PdfParser/Type/PdfTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfReader/DataStructure/Rectangle.php b/vendor/setasign/fpdi/src/PdfReader/DataStructure/Rectangle.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfReader/Page.php b/vendor/setasign/fpdi/src/PdfReader/Page.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfReader/PageBoundaries.php b/vendor/setasign/fpdi/src/PdfReader/PageBoundaries.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfReader/PdfReader.php b/vendor/setasign/fpdi/src/PdfReader/PdfReader.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/PdfReader/PdfReaderException.php b/vendor/setasign/fpdi/src/PdfReader/PdfReaderException.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/Tcpdf/Fpdi.php b/vendor/setasign/fpdi/src/Tcpdf/Fpdi.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/TcpdfFpdi.php b/vendor/setasign/fpdi/src/TcpdfFpdi.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/Tfpdf/FpdfTpl.php b/vendor/setasign/fpdi/src/Tfpdf/FpdfTpl.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/Tfpdf/Fpdi.php b/vendor/setasign/fpdi/src/Tfpdf/Fpdi.php old mode 100644 new mode 100755 diff --git a/vendor/setasign/fpdi/src/autoload.php b/vendor/setasign/fpdi/src/autoload.php old mode 100644 new mode 100755 diff --git a/vendor/shalvah/upgrader/LICENSE b/vendor/shalvah/upgrader/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/shalvah/upgrader/README.md b/vendor/shalvah/upgrader/README.md old mode 100644 new mode 100755 diff --git a/vendor/shalvah/upgrader/composer.json b/vendor/shalvah/upgrader/composer.json old mode 100644 new mode 100755 diff --git a/vendor/shalvah/upgrader/phpstan.neon b/vendor/shalvah/upgrader/phpstan.neon old mode 100644 new mode 100755 diff --git a/vendor/shalvah/upgrader/src/ComparesAstNodes.php b/vendor/shalvah/upgrader/src/ComparesAstNodes.php old mode 100644 new mode 100755 diff --git a/vendor/shalvah/upgrader/src/ModifiesAsts.php b/vendor/shalvah/upgrader/src/ModifiesAsts.php old mode 100644 new mode 100755 diff --git a/vendor/shalvah/upgrader/src/ReadsAndWritesAsts.php b/vendor/shalvah/upgrader/src/ReadsAndWritesAsts.php old mode 100644 new mode 100755 diff --git a/vendor/shalvah/upgrader/src/UnresolveNamespaces.php b/vendor/shalvah/upgrader/src/UnresolveNamespaces.php old mode 100644 new mode 100755 diff --git a/vendor/shalvah/upgrader/src/Upgrader.php b/vendor/shalvah/upgrader/src/Upgrader.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/.github/stale.yml b/vendor/simplesoftwareio/simple-qrcode/.github/stale.yml old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/.github/workflows/php.yml b/vendor/simplesoftwareio/simple-qrcode/.github/workflows/php.yml old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/.gitignore b/vendor/simplesoftwareio/simple-qrcode/.gitignore old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/CHANGELOG.md b/vendor/simplesoftwareio/simple-qrcode/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/CONTRIBUTING.md b/vendor/simplesoftwareio/simple-qrcode/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/LICENSE b/vendor/simplesoftwareio/simple-qrcode/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/README.md b/vendor/simplesoftwareio/simple-qrcode/README.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/SECURITY.md b/vendor/simplesoftwareio/simple-qrcode/SECURITY.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/composer.json b/vendor/simplesoftwareio/simple-qrcode/composer.json old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/de/README.md b/vendor/simplesoftwareio/simple-qrcode/docs/de/README.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/en/README.md b/vendor/simplesoftwareio/simple-qrcode/docs/en/README.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/es/README.md b/vendor/simplesoftwareio/simple-qrcode/docs/es/README.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/fr/README.md b/vendor/simplesoftwareio/simple-qrcode/docs/fr/README.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/hi/README.md b/vendor/simplesoftwareio/simple-qrcode/docs/hi/README.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/200-pixels.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/200-pixels.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/250-pixels.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/250-pixels.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/circle-eye.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/circle-eye.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/diagonal.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/diagonal.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/dot.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/dot.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/example-1.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/example-1.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/example-2.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/example-2.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/eye-0.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/eye-0.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/eye-1.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/eye-1.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/eye-2.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/eye-2.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/horizontal.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/horizontal.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/inverse_diagonal.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/inverse_diagonal.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/make-me-into-a-qrcode.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/make-me-into-a-qrcode.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/merged-qrcode.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/merged-qrcode.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/radial.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/radial.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/red-25-transparent-background.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/red-25-transparent-background.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/red-25-transparent.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/red-25-transparent.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/red-background.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/red-background.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/red-qrcode.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/red-qrcode.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/round.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/round.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/imgs/vertical.png b/vendor/simplesoftwareio/simple-qrcode/docs/imgs/vertical.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/it/README.md b/vendor/simplesoftwareio/simple-qrcode/docs/it/README.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/ja/README.md b/vendor/simplesoftwareio/simple-qrcode/docs/ja/README.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/kr/README.md b/vendor/simplesoftwareio/simple-qrcode/docs/kr/README.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/pt-br/README.md b/vendor/simplesoftwareio/simple-qrcode/docs/pt-br/README.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/ru/README.md b/vendor/simplesoftwareio/simple-qrcode/docs/ru/README.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/docs/zh-cn/README.md b/vendor/simplesoftwareio/simple-qrcode/docs/zh-cn/README.md old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/phpunit.xml b/vendor/simplesoftwareio/simple-qrcode/phpunit.xml old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/BTC.php b/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/BTC.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/DataTypeInterface.php b/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/DataTypeInterface.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/Email.php b/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/Email.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/Geo.php b/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/Geo.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/PhoneNumber.php b/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/PhoneNumber.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/SMS.php b/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/SMS.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/WiFi.php b/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/WiFi.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/src/Facades/QrCode.php b/vendor/simplesoftwareio/simple-qrcode/src/Facades/QrCode.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/src/Generator.php b/vendor/simplesoftwareio/simple-qrcode/src/Generator.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/src/Image.php b/vendor/simplesoftwareio/simple-qrcode/src/Image.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/src/ImageMerge.php b/vendor/simplesoftwareio/simple-qrcode/src/ImageMerge.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/src/QrCodeServiceProvider.php b/vendor/simplesoftwareio/simple-qrcode/src/QrCodeServiceProvider.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/tests/DataTypes/BTCTest.php b/vendor/simplesoftwareio/simple-qrcode/tests/DataTypes/BTCTest.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/tests/DataTypes/EmailTest.php b/vendor/simplesoftwareio/simple-qrcode/tests/DataTypes/EmailTest.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/tests/DataTypes/GeoTest.php b/vendor/simplesoftwareio/simple-qrcode/tests/DataTypes/GeoTest.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/tests/DataTypes/PhoneNumberTest.php b/vendor/simplesoftwareio/simple-qrcode/tests/DataTypes/PhoneNumberTest.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/tests/DataTypes/SMSTest.php b/vendor/simplesoftwareio/simple-qrcode/tests/DataTypes/SMSTest.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/tests/DataTypes/WiFiTest.php b/vendor/simplesoftwareio/simple-qrcode/tests/DataTypes/WiFiTest.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/tests/GeneratorTest.php b/vendor/simplesoftwareio/simple-qrcode/tests/GeneratorTest.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/tests/ImageMergeTest.php b/vendor/simplesoftwareio/simple-qrcode/tests/ImageMergeTest.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/tests/ImageTest.php b/vendor/simplesoftwareio/simple-qrcode/tests/ImageTest.php old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/tests/Images/200x300.png b/vendor/simplesoftwareio/simple-qrcode/tests/Images/200x300.png old mode 100644 new mode 100755 diff --git a/vendor/simplesoftwareio/simple-qrcode/tests/Images/simplesoftware-icon-grey-blue.png b/vendor/simplesoftwareio/simple-qrcode/tests/Images/simplesoftware-icon-grey-blue.png old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/.travis.yml b/vendor/smsgatewayme/client/.travis.yml old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/README.md b/vendor/smsgatewayme/client/README.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/autoload.php b/vendor/smsgatewayme/client/autoload.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/composer.json b/vendor/smsgatewayme/client/composer.json old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/Callback.md b/vendor/smsgatewayme/client/docs/Callback.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/CallbackApi.md b/vendor/smsgatewayme/client/docs/CallbackApi.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/CallbackSearchResult.md b/vendor/smsgatewayme/client/docs/CallbackSearchResult.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/CancelMessageRequest.md b/vendor/smsgatewayme/client/docs/CancelMessageRequest.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/Contact.md b/vendor/smsgatewayme/client/docs/Contact.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/ContactApi.md b/vendor/smsgatewayme/client/docs/ContactApi.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/ContactSearchResult.md b/vendor/smsgatewayme/client/docs/ContactSearchResult.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/CreateCallbackRequest.md b/vendor/smsgatewayme/client/docs/CreateCallbackRequest.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/CreateContactRequest.md b/vendor/smsgatewayme/client/docs/CreateContactRequest.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/Device.md b/vendor/smsgatewayme/client/docs/Device.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/DeviceApi.md b/vendor/smsgatewayme/client/docs/DeviceApi.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/DeviceAttributes.md b/vendor/smsgatewayme/client/docs/DeviceAttributes.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/DeviceSearchResult.md b/vendor/smsgatewayme/client/docs/DeviceSearchResult.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/Error.md b/vendor/smsgatewayme/client/docs/Error.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/ErrorResponse.md b/vendor/smsgatewayme/client/docs/ErrorResponse.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/FatalResponse.md b/vendor/smsgatewayme/client/docs/FatalResponse.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/Message.md b/vendor/smsgatewayme/client/docs/Message.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/MessageApi.md b/vendor/smsgatewayme/client/docs/MessageApi.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/MessageLog.md b/vendor/smsgatewayme/client/docs/MessageLog.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/MessageSearchResult.md b/vendor/smsgatewayme/client/docs/MessageSearchResult.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/Search.md b/vendor/smsgatewayme/client/docs/Search.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/SearchFilter.md b/vendor/smsgatewayme/client/docs/SearchFilter.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/SearchOrderBy.md b/vendor/smsgatewayme/client/docs/SearchOrderBy.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/SendMessageRequest.md b/vendor/smsgatewayme/client/docs/SendMessageRequest.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/UpdateCallbackRequest.md b/vendor/smsgatewayme/client/docs/UpdateCallbackRequest.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/docs/UpdateContactRequest.md b/vendor/smsgatewayme/client/docs/UpdateContactRequest.md old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Api/CallbackApi.php b/vendor/smsgatewayme/client/lib/Api/CallbackApi.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Api/ContactApi.php b/vendor/smsgatewayme/client/lib/Api/ContactApi.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Api/DeviceApi.php b/vendor/smsgatewayme/client/lib/Api/DeviceApi.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Api/MessageApi.php b/vendor/smsgatewayme/client/lib/Api/MessageApi.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/ApiClient.php b/vendor/smsgatewayme/client/lib/ApiClient.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/ApiException.php b/vendor/smsgatewayme/client/lib/ApiException.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Configuration.php b/vendor/smsgatewayme/client/lib/Configuration.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/Callback.php b/vendor/smsgatewayme/client/lib/Model/Callback.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/CallbackSearchResult.php b/vendor/smsgatewayme/client/lib/Model/CallbackSearchResult.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/CancelMessageRequest.php b/vendor/smsgatewayme/client/lib/Model/CancelMessageRequest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/Contact.php b/vendor/smsgatewayme/client/lib/Model/Contact.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/ContactSearchResult.php b/vendor/smsgatewayme/client/lib/Model/ContactSearchResult.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/CreateCallbackRequest.php b/vendor/smsgatewayme/client/lib/Model/CreateCallbackRequest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/CreateContactRequest.php b/vendor/smsgatewayme/client/lib/Model/CreateContactRequest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/Device.php b/vendor/smsgatewayme/client/lib/Model/Device.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/DeviceAttributes.php b/vendor/smsgatewayme/client/lib/Model/DeviceAttributes.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/DeviceSearchResult.php b/vendor/smsgatewayme/client/lib/Model/DeviceSearchResult.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/Error.php b/vendor/smsgatewayme/client/lib/Model/Error.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/ErrorResponse.php b/vendor/smsgatewayme/client/lib/Model/ErrorResponse.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/FatalResponse.php b/vendor/smsgatewayme/client/lib/Model/FatalResponse.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/Message.php b/vendor/smsgatewayme/client/lib/Model/Message.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/MessageLog.php b/vendor/smsgatewayme/client/lib/Model/MessageLog.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/MessageSearchResult.php b/vendor/smsgatewayme/client/lib/Model/MessageSearchResult.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/Search.php b/vendor/smsgatewayme/client/lib/Model/Search.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/SearchFilter.php b/vendor/smsgatewayme/client/lib/Model/SearchFilter.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/SearchOrderBy.php b/vendor/smsgatewayme/client/lib/Model/SearchOrderBy.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/SendMessageRequest.php b/vendor/smsgatewayme/client/lib/Model/SendMessageRequest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/UpdateCallbackRequest.php b/vendor/smsgatewayme/client/lib/Model/UpdateCallbackRequest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Model/UpdateContactRequest.php b/vendor/smsgatewayme/client/lib/Model/UpdateContactRequest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/ObjectSerializer.php b/vendor/smsgatewayme/client/lib/ObjectSerializer.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/CallbackApiTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/CallbackApiTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/CallbackSearchResultTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/CallbackSearchResultTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/CallbackTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/CallbackTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/CancelMessageRequestTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/CancelMessageRequestTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/ContactApiTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/ContactApiTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/ContactSearchResultTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/ContactSearchResultTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/ContactTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/ContactTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/CreateCallbackRequestTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/CreateCallbackRequestTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/CreateContactRequestTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/CreateContactRequestTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/DeviceApiTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/DeviceApiTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/DeviceAttributesTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/DeviceAttributesTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/DeviceSearchResultTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/DeviceSearchResultTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/DeviceTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/DeviceTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/ErrorResponseTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/ErrorResponseTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/ErrorTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/ErrorTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/FatalResponseTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/FatalResponseTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/MessageApiTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/MessageApiTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/MessageLogTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/MessageLogTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/MessageSearchResultTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/MessageSearchResultTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/MessageTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/MessageTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/SearchFilterTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/SearchFilterTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/SearchOrderByTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/SearchOrderByTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/SearchTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/SearchTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/SendMessageRequestTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/SendMessageRequestTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/UpdateCallbackRequestTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/UpdateCallbackRequestTest.php old mode 100644 new mode 100755 diff --git a/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/UpdateContactRequestTest.php b/vendor/smsgatewayme/client/lib/Swagger/Client/Tests/UpdateContactRequestTest.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/LICENSE.md b/vendor/spatie/backtrace/LICENSE.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/README.md b/vendor/spatie/backtrace/README.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/composer.json b/vendor/spatie/backtrace/composer.json old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/ArgumentReducers.php b/vendor/spatie/backtrace/src/Arguments/ArgumentReducers.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/ProvidedArgument.php b/vendor/spatie/backtrace/src/Arguments/ProvidedArgument.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/ReduceArgumentPayloadAction.php b/vendor/spatie/backtrace/src/Arguments/ReduceArgumentPayloadAction.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/ReduceArgumentsAction.php b/vendor/spatie/backtrace/src/Arguments/ReduceArgumentsAction.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/ReducedArgument/ReducedArgument.php b/vendor/spatie/backtrace/src/Arguments/ReducedArgument/ReducedArgument.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/ReducedArgument/ReducedArgumentContract.php b/vendor/spatie/backtrace/src/Arguments/ReducedArgument/ReducedArgumentContract.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/ReducedArgument/TruncatedReducedArgument.php b/vendor/spatie/backtrace/src/Arguments/ReducedArgument/TruncatedReducedArgument.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/ReducedArgument/UnReducedArgument.php b/vendor/spatie/backtrace/src/Arguments/ReducedArgument/UnReducedArgument.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/ReducedArgument/VariadicReducedArgument.php b/vendor/spatie/backtrace/src/Arguments/ReducedArgument/VariadicReducedArgument.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/Reducers/ArgumentReducer.php b/vendor/spatie/backtrace/src/Arguments/Reducers/ArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/Reducers/ArrayArgumentReducer.php b/vendor/spatie/backtrace/src/Arguments/Reducers/ArrayArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/Reducers/BaseTypeArgumentReducer.php b/vendor/spatie/backtrace/src/Arguments/Reducers/BaseTypeArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/Reducers/ClosureArgumentReducer.php b/vendor/spatie/backtrace/src/Arguments/Reducers/ClosureArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/Reducers/DateTimeArgumentReducer.php b/vendor/spatie/backtrace/src/Arguments/Reducers/DateTimeArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/Reducers/DateTimeZoneArgumentReducer.php b/vendor/spatie/backtrace/src/Arguments/Reducers/DateTimeZoneArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/Reducers/EnumArgumentReducer.php b/vendor/spatie/backtrace/src/Arguments/Reducers/EnumArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/Reducers/MinimalArrayArgumentReducer.php b/vendor/spatie/backtrace/src/Arguments/Reducers/MinimalArrayArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/Reducers/SensitiveParameterArrayReducer.php b/vendor/spatie/backtrace/src/Arguments/Reducers/SensitiveParameterArrayReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/Reducers/StdClassArgumentReducer.php b/vendor/spatie/backtrace/src/Arguments/Reducers/StdClassArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/Reducers/StringableArgumentReducer.php b/vendor/spatie/backtrace/src/Arguments/Reducers/StringableArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Arguments/Reducers/SymphonyRequestArgumentReducer.php b/vendor/spatie/backtrace/src/Arguments/Reducers/SymphonyRequestArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Backtrace.php b/vendor/spatie/backtrace/src/Backtrace.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/CodeSnippets/CodeSnippet.php b/vendor/spatie/backtrace/src/CodeSnippets/CodeSnippet.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/CodeSnippets/FileSnippetProvider.php b/vendor/spatie/backtrace/src/CodeSnippets/FileSnippetProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/CodeSnippets/LaravelSerializableClosureSnippetProvider.php b/vendor/spatie/backtrace/src/CodeSnippets/LaravelSerializableClosureSnippetProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/CodeSnippets/NullSnippetProvider.php b/vendor/spatie/backtrace/src/CodeSnippets/NullSnippetProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/CodeSnippets/SnippetProvider.php b/vendor/spatie/backtrace/src/CodeSnippets/SnippetProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/backtrace/src/Frame.php b/vendor/spatie/backtrace/src/Frame.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/CHANGELOG.md b/vendor/spatie/color/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/LICENSE.md b/vendor/spatie/color/LICENSE.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/README.md b/vendor/spatie/color/README.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/composer.json b/vendor/spatie/color/composer.json old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/CIELab.php b/vendor/spatie/color/src/CIELab.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Cmyk.php b/vendor/spatie/color/src/Cmyk.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Color.php b/vendor/spatie/color/src/Color.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Contrast.php b/vendor/spatie/color/src/Contrast.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Convert.php b/vendor/spatie/color/src/Convert.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Distance.php b/vendor/spatie/color/src/Distance.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Exceptions/InvalidColorValue.php b/vendor/spatie/color/src/Exceptions/InvalidColorValue.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Factory.php b/vendor/spatie/color/src/Factory.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Hex.php b/vendor/spatie/color/src/Hex.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/HsPatterns.php b/vendor/spatie/color/src/HsPatterns.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Hsb.php b/vendor/spatie/color/src/Hsb.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Hsl.php b/vendor/spatie/color/src/Hsl.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Hsla.php b/vendor/spatie/color/src/Hsla.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Named.php b/vendor/spatie/color/src/Named.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Names.php b/vendor/spatie/color/src/Names.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Rgb.php b/vendor/spatie/color/src/Rgb.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Rgba.php b/vendor/spatie/color/src/Rgba.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Validate.php b/vendor/spatie/color/src/Validate.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/color/src/Xyz.php b/vendor/spatie/color/src/Xyz.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/.php_cs.php b/vendor/spatie/error-solutions/.php_cs.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/CHANGELOG.md b/vendor/spatie/error-solutions/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/LICENSE.md b/vendor/spatie/error-solutions/LICENSE.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/README.md b/vendor/spatie/error-solutions/README.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/composer.json b/vendor/spatie/error-solutions/composer.json old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Contracts/BaseSolution.php b/vendor/spatie/error-solutions/legacy/ignition/Contracts/BaseSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Contracts/HasSolutionsForThrowable.php b/vendor/spatie/error-solutions/legacy/ignition/Contracts/HasSolutionsForThrowable.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Contracts/ProvidesSolution.php b/vendor/spatie/error-solutions/legacy/ignition/Contracts/ProvidesSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Contracts/RunnableSolution.php b/vendor/spatie/error-solutions/legacy/ignition/Contracts/RunnableSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Contracts/Solution.php b/vendor/spatie/error-solutions/legacy/ignition/Contracts/Solution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Contracts/SolutionProviderRepository.php b/vendor/spatie/error-solutions/legacy/ignition/Contracts/SolutionProviderRepository.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Solutions/OpenAi/DummyCache.php b/vendor/spatie/error-solutions/legacy/ignition/Solutions/OpenAi/DummyCache.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Solutions/OpenAi/OpenAiPromptViewModel.php b/vendor/spatie/error-solutions/legacy/ignition/Solutions/OpenAi/OpenAiPromptViewModel.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Solutions/OpenAi/OpenAiSolution.php b/vendor/spatie/error-solutions/legacy/ignition/Solutions/OpenAi/OpenAiSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Solutions/OpenAi/OpenAiSolutionProvider.php b/vendor/spatie/error-solutions/legacy/ignition/Solutions/OpenAi/OpenAiSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Solutions/OpenAi/OpenAiSolutionResponse.php b/vendor/spatie/error-solutions/legacy/ignition/Solutions/OpenAi/OpenAiSolutionResponse.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Solutions/SolutionProviders/BadMethodCallSolutionProvider.php b/vendor/spatie/error-solutions/legacy/ignition/Solutions/SolutionProviders/BadMethodCallSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Solutions/SolutionProviders/MergeConflictSolutionProvider.php b/vendor/spatie/error-solutions/legacy/ignition/Solutions/SolutionProviders/MergeConflictSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Solutions/SolutionProviders/SolutionProviderRepository.php b/vendor/spatie/error-solutions/legacy/ignition/Solutions/SolutionProviders/SolutionProviderRepository.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Solutions/SolutionProviders/UndefinedPropertySolutionProvider.php b/vendor/spatie/error-solutions/legacy/ignition/Solutions/SolutionProviders/UndefinedPropertySolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Solutions/SolutionTransformer.php b/vendor/spatie/error-solutions/legacy/ignition/Solutions/SolutionTransformer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Solutions/SuggestCorrectVariableNameSolution.php b/vendor/spatie/error-solutions/legacy/ignition/Solutions/SuggestCorrectVariableNameSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/ignition/Solutions/SuggestImportSolution.php b/vendor/spatie/error-solutions/legacy/ignition/Solutions/SuggestImportSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/GenerateAppKeySolution.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/GenerateAppKeySolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/LivewireDiscoverSolution.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/LivewireDiscoverSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/MakeViewVariableOptionalSolution.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/MakeViewVariableOptionalSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/RunMigrationsSolution.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/RunMigrationsSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/DefaultDbNameSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/DefaultDbNameSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/GenericLaravelExceptionSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/GenericLaravelExceptionSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/IncorrectValetDbCredentialsSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/IncorrectValetDbCredentialsSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/InvalidRouteActionSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/InvalidRouteActionSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/LazyLoadingViolationSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/LazyLoadingViolationSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/MissingAppKeySolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/MissingAppKeySolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/MissingColumnSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/MissingColumnSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/MissingImportSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/MissingImportSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/MissingLivewireComponentSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/MissingLivewireComponentSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/MissingMixManifestSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/MissingMixManifestSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/MissingViteManifestSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/MissingViteManifestSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/OpenAiSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/OpenAiSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/RouteNotDefinedSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/RouteNotDefinedSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/RunningLaravelDuskInProductionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/RunningLaravelDuskInProductionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/SailNetworkSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/SailNetworkSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/SolutionProviderRepository.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/SolutionProviderRepository.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/TableNotFoundSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/TableNotFoundSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/UndefinedLivewireMethodSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/UndefinedLivewireMethodSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/UndefinedLivewirePropertySolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/UndefinedLivewirePropertySolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/UndefinedViewVariableSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/UndefinedViewVariableSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/UnknownMariadbCollationSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/UnknownMariadbCollationSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/UnknownMysql8CollationSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/UnknownMysql8CollationSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/UnknownValidationSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/UnknownValidationSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/ViewNotFoundSolutionProvider.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SolutionProviders/ViewNotFoundSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestCorrectVariableNameSolution.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestCorrectVariableNameSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestImportSolution.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestImportSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestLivewireMethodNameSolution.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestLivewireMethodNameSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestLivewirePropertyNameSolution.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestLivewirePropertyNameSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestUsingCorrectDbNameSolution.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestUsingCorrectDbNameSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestUsingMariadbDatabaseSolution.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestUsingMariadbDatabaseSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestUsingMysql8DatabaseSolution.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/SuggestUsingMysql8DatabaseSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/UseDefaultValetDbCredentialsSolution.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Solutions/UseDefaultValetDbCredentialsSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/legacy/laravel-ignition/Support/StringComparator.php b/vendor/spatie/error-solutions/legacy/laravel-ignition/Support/StringComparator.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/phpstan-baseline.neon b/vendor/spatie/error-solutions/phpstan-baseline.neon old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/phpstan.neon.dist b/vendor/spatie/error-solutions/phpstan.neon.dist old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/resources/views/aiPrompt.php b/vendor/spatie/error-solutions/resources/views/aiPrompt.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Contracts/BaseSolution.php b/vendor/spatie/error-solutions/src/Contracts/BaseSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Contracts/HasSolutionsForThrowable.php b/vendor/spatie/error-solutions/src/Contracts/HasSolutionsForThrowable.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Contracts/ProvidesSolution.php b/vendor/spatie/error-solutions/src/Contracts/ProvidesSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Contracts/RunnableSolution.php b/vendor/spatie/error-solutions/src/Contracts/RunnableSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Contracts/Solution.php b/vendor/spatie/error-solutions/src/Contracts/Solution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Contracts/SolutionProviderRepository.php b/vendor/spatie/error-solutions/src/Contracts/SolutionProviderRepository.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/DiscoverSolutionProviders.php b/vendor/spatie/error-solutions/src/DiscoverSolutionProviders.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviderRepository.php b/vendor/spatie/error-solutions/src/SolutionProviderRepository.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/BadMethodCallSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/BadMethodCallSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/DefaultDbNameSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/DefaultDbNameSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/GenericLaravelExceptionSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/GenericLaravelExceptionSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/IncorrectValetDbCredentialsSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/IncorrectValetDbCredentialsSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/InvalidRouteActionSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/InvalidRouteActionSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/LazyLoadingViolationSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/LazyLoadingViolationSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/MissingAppKeySolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/MissingAppKeySolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/MissingColumnSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/MissingColumnSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/MissingImportSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/MissingImportSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/MissingLivewireComponentSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/MissingLivewireComponentSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/MissingMixManifestSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/MissingMixManifestSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/MissingViteManifestSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/MissingViteManifestSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/OpenAiSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/OpenAiSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/RouteNotDefinedSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/RouteNotDefinedSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/RunningLaravelDuskInProductionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/RunningLaravelDuskInProductionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/SailNetworkSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/SailNetworkSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/TableNotFoundSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/TableNotFoundSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/UndefinedLivewireMethodSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/UndefinedLivewireMethodSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/UndefinedLivewirePropertySolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/UndefinedLivewirePropertySolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/UnknownMariadbCollationSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/UnknownMariadbCollationSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/UnknownMysql8CollationSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/UnknownMysql8CollationSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/UnknownValidationSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/UnknownValidationSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/ViewNotFoundSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/Laravel/ViewNotFoundSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/MergeConflictSolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/MergeConflictSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/SolutionProviders/UndefinedPropertySolutionProvider.php b/vendor/spatie/error-solutions/src/SolutionProviders/UndefinedPropertySolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/Concerns/IsProvidedByFlare.php b/vendor/spatie/error-solutions/src/Solutions/Concerns/IsProvidedByFlare.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/Laravel/GenerateAppKeySolution.php b/vendor/spatie/error-solutions/src/Solutions/Laravel/GenerateAppKeySolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/Laravel/LivewireDiscoverSolution.php b/vendor/spatie/error-solutions/src/Solutions/Laravel/LivewireDiscoverSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/Laravel/MakeViewVariableOptionalSolution.php b/vendor/spatie/error-solutions/src/Solutions/Laravel/MakeViewVariableOptionalSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/Laravel/RunMigrationsSolution.php b/vendor/spatie/error-solutions/src/Solutions/Laravel/RunMigrationsSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/Laravel/SuggestLivewireMethodNameSolution.php b/vendor/spatie/error-solutions/src/Solutions/Laravel/SuggestLivewireMethodNameSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/Laravel/SuggestLivewirePropertyNameSolution.php b/vendor/spatie/error-solutions/src/Solutions/Laravel/SuggestLivewirePropertyNameSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/Laravel/SuggestUsingCorrectDbNameSolution.php b/vendor/spatie/error-solutions/src/Solutions/Laravel/SuggestUsingCorrectDbNameSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/Laravel/SuggestUsingMariadbDatabaseSolution.php b/vendor/spatie/error-solutions/src/Solutions/Laravel/SuggestUsingMariadbDatabaseSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/Laravel/SuggestUsingMysql8DatabaseSolution.php b/vendor/spatie/error-solutions/src/Solutions/Laravel/SuggestUsingMysql8DatabaseSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/Laravel/UseDefaultValetDbCredentialsSolution.php b/vendor/spatie/error-solutions/src/Solutions/Laravel/UseDefaultValetDbCredentialsSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/OpenAi/DummyCache.php b/vendor/spatie/error-solutions/src/Solutions/OpenAi/DummyCache.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/OpenAi/OpenAiPromptViewModel.php b/vendor/spatie/error-solutions/src/Solutions/OpenAi/OpenAiPromptViewModel.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/OpenAi/OpenAiSolution.php b/vendor/spatie/error-solutions/src/Solutions/OpenAi/OpenAiSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/OpenAi/OpenAiSolutionProvider.php b/vendor/spatie/error-solutions/src/Solutions/OpenAi/OpenAiSolutionProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/OpenAi/OpenAiSolutionResponse.php b/vendor/spatie/error-solutions/src/Solutions/OpenAi/OpenAiSolutionResponse.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/SolutionTransformer.php b/vendor/spatie/error-solutions/src/Solutions/SolutionTransformer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/SuggestCorrectVariableNameSolution.php b/vendor/spatie/error-solutions/src/Solutions/SuggestCorrectVariableNameSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Solutions/SuggestImportSolution.php b/vendor/spatie/error-solutions/src/Solutions/SuggestImportSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Support/AiPromptRenderer.php b/vendor/spatie/error-solutions/src/Support/AiPromptRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Support/Laravel/Composer/Composer.php b/vendor/spatie/error-solutions/src/Support/Laravel/Composer/Composer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Support/Laravel/Composer/ComposerClassMap.php b/vendor/spatie/error-solutions/src/Support/Laravel/Composer/ComposerClassMap.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Support/Laravel/Composer/FakeComposer.php b/vendor/spatie/error-solutions/src/Support/Laravel/Composer/FakeComposer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Support/Laravel/LaravelVersion.php b/vendor/spatie/error-solutions/src/Support/Laravel/LaravelVersion.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Support/Laravel/LivewireComponentParser.php b/vendor/spatie/error-solutions/src/Support/Laravel/LivewireComponentParser.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/error-solutions/src/Support/Laravel/StringComparator.php b/vendor/spatie/error-solutions/src/Support/Laravel/StringComparator.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/LICENSE.md b/vendor/spatie/flare-client-php/LICENSE.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/README.md b/vendor/spatie/flare-client-php/README.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/composer.json b/vendor/spatie/flare-client-php/composer.json old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Api.php b/vendor/spatie/flare-client-php/src/Api.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Concerns/HasContext.php b/vendor/spatie/flare-client-php/src/Concerns/HasContext.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Concerns/UsesTime.php b/vendor/spatie/flare-client-php/src/Concerns/UsesTime.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Context/BaseContextProviderDetector.php b/vendor/spatie/flare-client-php/src/Context/BaseContextProviderDetector.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Context/ConsoleContextProvider.php b/vendor/spatie/flare-client-php/src/Context/ConsoleContextProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Context/ContextProvider.php b/vendor/spatie/flare-client-php/src/Context/ContextProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Context/ContextProviderDetector.php b/vendor/spatie/flare-client-php/src/Context/ContextProviderDetector.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Context/RequestContextProvider.php b/vendor/spatie/flare-client-php/src/Context/RequestContextProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Contracts/ProvidesFlareContext.php b/vendor/spatie/flare-client-php/src/Contracts/ProvidesFlareContext.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Enums/MessageLevels.php b/vendor/spatie/flare-client-php/src/Enums/MessageLevels.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Enums/OverriddenGrouping.php b/vendor/spatie/flare-client-php/src/Enums/OverriddenGrouping.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/FlareMiddleware/AddDocumentationLinks.php b/vendor/spatie/flare-client-php/src/FlareMiddleware/AddDocumentationLinks.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/FlareMiddleware/AddEnvironmentInformation.php b/vendor/spatie/flare-client-php/src/FlareMiddleware/AddEnvironmentInformation.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/FlareMiddleware/AddGitInformation.php b/vendor/spatie/flare-client-php/src/FlareMiddleware/AddGitInformation.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/FlareMiddleware/AddGlows.php b/vendor/spatie/flare-client-php/src/FlareMiddleware/AddGlows.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/FlareMiddleware/AddNotifierName.php b/vendor/spatie/flare-client-php/src/FlareMiddleware/AddNotifierName.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/FlareMiddleware/AddSolutions.php b/vendor/spatie/flare-client-php/src/FlareMiddleware/AddSolutions.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/FlareMiddleware/CensorRequestBodyFields.php b/vendor/spatie/flare-client-php/src/FlareMiddleware/CensorRequestBodyFields.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/FlareMiddleware/CensorRequestHeaders.php b/vendor/spatie/flare-client-php/src/FlareMiddleware/CensorRequestHeaders.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/FlareMiddleware/FlareMiddleware.php b/vendor/spatie/flare-client-php/src/FlareMiddleware/FlareMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/FlareMiddleware/RemoveRequestIp.php b/vendor/spatie/flare-client-php/src/FlareMiddleware/RemoveRequestIp.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Frame.php b/vendor/spatie/flare-client-php/src/Frame.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Glows/Glow.php b/vendor/spatie/flare-client-php/src/Glows/Glow.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Glows/GlowRecorder.php b/vendor/spatie/flare-client-php/src/Glows/GlowRecorder.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Http/Client.php b/vendor/spatie/flare-client-php/src/Http/Client.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Http/Exceptions/BadResponse.php b/vendor/spatie/flare-client-php/src/Http/Exceptions/BadResponse.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Http/Exceptions/BadResponseCode.php b/vendor/spatie/flare-client-php/src/Http/Exceptions/BadResponseCode.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Http/Exceptions/InvalidData.php b/vendor/spatie/flare-client-php/src/Http/Exceptions/InvalidData.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Http/Exceptions/MissingParameter.php b/vendor/spatie/flare-client-php/src/Http/Exceptions/MissingParameter.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Http/Exceptions/NotFound.php b/vendor/spatie/flare-client-php/src/Http/Exceptions/NotFound.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Http/Response.php b/vendor/spatie/flare-client-php/src/Http/Response.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Report.php b/vendor/spatie/flare-client-php/src/Report.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Solutions/ReportSolution.php b/vendor/spatie/flare-client-php/src/Solutions/ReportSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Support/PhpStackFrameArgumentsFixer.php b/vendor/spatie/flare-client-php/src/Support/PhpStackFrameArgumentsFixer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Time/SystemTime.php b/vendor/spatie/flare-client-php/src/Time/SystemTime.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Time/Time.php b/vendor/spatie/flare-client-php/src/Time/Time.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Truncation/AbstractTruncationStrategy.php b/vendor/spatie/flare-client-php/src/Truncation/AbstractTruncationStrategy.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Truncation/ReportTrimmer.php b/vendor/spatie/flare-client-php/src/Truncation/ReportTrimmer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Truncation/TrimContextItemsStrategy.php b/vendor/spatie/flare-client-php/src/Truncation/TrimContextItemsStrategy.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Truncation/TrimStackFrameArgumentsStrategy.php b/vendor/spatie/flare-client-php/src/Truncation/TrimStackFrameArgumentsStrategy.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Truncation/TrimStringsStrategy.php b/vendor/spatie/flare-client-php/src/Truncation/TrimStringsStrategy.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/Truncation/TruncationStrategy.php b/vendor/spatie/flare-client-php/src/Truncation/TruncationStrategy.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/View.php b/vendor/spatie/flare-client-php/src/View.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/flare-client-php/src/helpers.php b/vendor/spatie/flare-client-php/src/helpers.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/LICENSE.md b/vendor/spatie/ignition/LICENSE.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/README.md b/vendor/spatie/ignition/README.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/composer.json b/vendor/spatie/ignition/composer.json old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/resources/compiled/.gitignore b/vendor/spatie/ignition/resources/compiled/.gitignore old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/resources/compiled/ignition.css b/vendor/spatie/ignition/resources/compiled/ignition.css old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/resources/compiled/ignition.js b/vendor/spatie/ignition/resources/compiled/ignition.js old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/resources/views/aiPrompt.php b/vendor/spatie/ignition/resources/views/aiPrompt.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/resources/views/errorPage.php b/vendor/spatie/ignition/resources/views/errorPage.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/src/Config/FileConfigManager.php b/vendor/spatie/ignition/src/Config/FileConfigManager.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/src/Config/IgnitionConfig.php b/vendor/spatie/ignition/src/Config/IgnitionConfig.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/src/Contracts/ConfigManager.php b/vendor/spatie/ignition/src/Contracts/ConfigManager.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/src/ErrorPage/ErrorPageViewModel.php b/vendor/spatie/ignition/src/ErrorPage/ErrorPageViewModel.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/src/ErrorPage/Renderer.php b/vendor/spatie/ignition/src/ErrorPage/Renderer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/ignition/src/Ignition.php b/vendor/spatie/ignition/src/Ignition.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/LICENSE.md b/vendor/spatie/laravel-ignition/LICENSE.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/README.md b/vendor/spatie/laravel-ignition/README.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/composer.json b/vendor/spatie/laravel-ignition/composer.json old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/config/flare.php b/vendor/spatie/laravel-ignition/config/flare.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/config/ignition.php b/vendor/spatie/laravel-ignition/config/ignition.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/ArgumentReducers/CollectionArgumentReducer.php b/vendor/spatie/laravel-ignition/src/ArgumentReducers/CollectionArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/ArgumentReducers/ModelArgumentReducer.php b/vendor/spatie/laravel-ignition/src/ArgumentReducers/ModelArgumentReducer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Commands/SolutionMakeCommand.php b/vendor/spatie/laravel-ignition/src/Commands/SolutionMakeCommand.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Commands/SolutionProviderMakeCommand.php b/vendor/spatie/laravel-ignition/src/Commands/SolutionProviderMakeCommand.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Commands/TestCommand.php b/vendor/spatie/laravel-ignition/src/Commands/TestCommand.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Commands/stubs/runnable-solution.stub b/vendor/spatie/laravel-ignition/src/Commands/stubs/runnable-solution.stub old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Commands/stubs/solution-provider.stub b/vendor/spatie/laravel-ignition/src/Commands/stubs/solution-provider.stub old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Commands/stubs/solution.stub b/vendor/spatie/laravel-ignition/src/Commands/stubs/solution.stub old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/ContextProviders/LaravelConsoleContextProvider.php b/vendor/spatie/laravel-ignition/src/ContextProviders/LaravelConsoleContextProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/ContextProviders/LaravelContextProviderDetector.php b/vendor/spatie/laravel-ignition/src/ContextProviders/LaravelContextProviderDetector.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/ContextProviders/LaravelLivewireRequestContextProvider.php b/vendor/spatie/laravel-ignition/src/ContextProviders/LaravelLivewireRequestContextProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/ContextProviders/LaravelRequestContextProvider.php b/vendor/spatie/laravel-ignition/src/ContextProviders/LaravelRequestContextProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Exceptions/CannotExecuteSolutionForNonLocalIp.php b/vendor/spatie/laravel-ignition/src/Exceptions/CannotExecuteSolutionForNonLocalIp.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Exceptions/InvalidConfig.php b/vendor/spatie/laravel-ignition/src/Exceptions/InvalidConfig.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Exceptions/ViewException.php b/vendor/spatie/laravel-ignition/src/Exceptions/ViewException.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Exceptions/ViewExceptionWithSolution.php b/vendor/spatie/laravel-ignition/src/Exceptions/ViewExceptionWithSolution.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Facades/Flare.php b/vendor/spatie/laravel-ignition/src/Facades/Flare.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddContext.php b/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddContext.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddDumps.php b/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddDumps.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddEnvironmentInformation.php b/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddEnvironmentInformation.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddExceptionHandledStatus.php b/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddExceptionHandledStatus.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddExceptionInformation.php b/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddExceptionInformation.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddJobs.php b/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddJobs.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddLogs.php b/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddLogs.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddNotifierName.php b/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddNotifierName.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddQueries.php b/vendor/spatie/laravel-ignition/src/FlareMiddleware/AddQueries.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Http/Controllers/ExecuteSolutionController.php b/vendor/spatie/laravel-ignition/src/Http/Controllers/ExecuteSolutionController.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Http/Controllers/HealthCheckController.php b/vendor/spatie/laravel-ignition/src/Http/Controllers/HealthCheckController.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Http/Controllers/UpdateConfigController.php b/vendor/spatie/laravel-ignition/src/Http/Controllers/UpdateConfigController.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Http/Middleware/RunnableSolutionsEnabled.php b/vendor/spatie/laravel-ignition/src/Http/Middleware/RunnableSolutionsEnabled.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Http/Requests/ExecuteSolutionRequest.php b/vendor/spatie/laravel-ignition/src/Http/Requests/ExecuteSolutionRequest.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Http/Requests/UpdateConfigRequest.php b/vendor/spatie/laravel-ignition/src/Http/Requests/UpdateConfigRequest.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/IgnitionServiceProvider.php b/vendor/spatie/laravel-ignition/src/IgnitionServiceProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Recorders/DumpRecorder/Dump.php b/vendor/spatie/laravel-ignition/src/Recorders/DumpRecorder/Dump.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Recorders/DumpRecorder/DumpHandler.php b/vendor/spatie/laravel-ignition/src/Recorders/DumpRecorder/DumpHandler.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Recorders/DumpRecorder/DumpRecorder.php b/vendor/spatie/laravel-ignition/src/Recorders/DumpRecorder/DumpRecorder.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Recorders/DumpRecorder/HtmlDumper.php b/vendor/spatie/laravel-ignition/src/Recorders/DumpRecorder/HtmlDumper.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Recorders/DumpRecorder/MultiDumpHandler.php b/vendor/spatie/laravel-ignition/src/Recorders/DumpRecorder/MultiDumpHandler.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Recorders/JobRecorder/JobRecorder.php b/vendor/spatie/laravel-ignition/src/Recorders/JobRecorder/JobRecorder.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Recorders/LogRecorder/LogMessage.php b/vendor/spatie/laravel-ignition/src/Recorders/LogRecorder/LogMessage.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Recorders/LogRecorder/LogRecorder.php b/vendor/spatie/laravel-ignition/src/Recorders/LogRecorder/LogRecorder.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Recorders/QueryRecorder/Query.php b/vendor/spatie/laravel-ignition/src/Recorders/QueryRecorder/Query.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Recorders/QueryRecorder/QueryRecorder.php b/vendor/spatie/laravel-ignition/src/Recorders/QueryRecorder/QueryRecorder.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Renderers/ErrorPageRenderer.php b/vendor/spatie/laravel-ignition/src/Renderers/ErrorPageRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Renderers/IgnitionExceptionRenderer.php b/vendor/spatie/laravel-ignition/src/Renderers/IgnitionExceptionRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Solutions/SolutionTransformers/LaravelSolutionTransformer.php b/vendor/spatie/laravel-ignition/src/Solutions/SolutionTransformers/LaravelSolutionTransformer.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Support/FlareLogHandler.php b/vendor/spatie/laravel-ignition/src/Support/FlareLogHandler.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Support/LaravelDocumentationLinkFinder.php b/vendor/spatie/laravel-ignition/src/Support/LaravelDocumentationLinkFinder.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Support/LaravelVersion.php b/vendor/spatie/laravel-ignition/src/Support/LaravelVersion.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Support/RunnableSolutionsGuard.php b/vendor/spatie/laravel-ignition/src/Support/RunnableSolutionsGuard.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Support/SentReports.php b/vendor/spatie/laravel-ignition/src/Support/SentReports.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Views/BladeSourceMapCompiler.php b/vendor/spatie/laravel-ignition/src/Views/BladeSourceMapCompiler.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/Views/ViewExceptionMapper.php b/vendor/spatie/laravel-ignition/src/Views/ViewExceptionMapper.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/helpers.php b/vendor/spatie/laravel-ignition/src/helpers.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-ignition/src/ignition-routes.php b/vendor/spatie/laravel-ignition/src/ignition-routes.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/LICENSE.md b/vendor/spatie/laravel-permission/LICENSE.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/README.md b/vendor/spatie/laravel-permission/README.md old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/composer.json b/vendor/spatie/laravel-permission/composer.json old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/config/permission.php b/vendor/spatie/laravel-permission/config/permission.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/database/migrations/add_teams_fields.php.stub b/vendor/spatie/laravel-permission/database/migrations/add_teams_fields.php.stub old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/database/migrations/create_permission_tables.php.stub b/vendor/spatie/laravel-permission/database/migrations/create_permission_tables.php.stub old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/ide.json b/vendor/spatie/laravel-permission/ide.json old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/pint.json b/vendor/spatie/laravel-permission/pint.json old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Commands/AssignRole.php b/vendor/spatie/laravel-permission/src/Commands/AssignRole.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Commands/CacheReset.php b/vendor/spatie/laravel-permission/src/Commands/CacheReset.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Commands/CreatePermission.php b/vendor/spatie/laravel-permission/src/Commands/CreatePermission.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Commands/CreateRole.php b/vendor/spatie/laravel-permission/src/Commands/CreateRole.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Commands/Show.php b/vendor/spatie/laravel-permission/src/Commands/Show.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Commands/UpgradeForTeams.php b/vendor/spatie/laravel-permission/src/Commands/UpgradeForTeams.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Contracts/Permission.php b/vendor/spatie/laravel-permission/src/Contracts/Permission.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Contracts/PermissionsTeamResolver.php b/vendor/spatie/laravel-permission/src/Contracts/PermissionsTeamResolver.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Contracts/Role.php b/vendor/spatie/laravel-permission/src/Contracts/Role.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Contracts/Wildcard.php b/vendor/spatie/laravel-permission/src/Contracts/Wildcard.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/DefaultTeamResolver.php b/vendor/spatie/laravel-permission/src/DefaultTeamResolver.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Events/PermissionAttached.php b/vendor/spatie/laravel-permission/src/Events/PermissionAttached.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Events/PermissionDetached.php b/vendor/spatie/laravel-permission/src/Events/PermissionDetached.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Events/RoleAttached.php b/vendor/spatie/laravel-permission/src/Events/RoleAttached.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Events/RoleDetached.php b/vendor/spatie/laravel-permission/src/Events/RoleDetached.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Exceptions/GuardDoesNotMatch.php b/vendor/spatie/laravel-permission/src/Exceptions/GuardDoesNotMatch.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Exceptions/PermissionAlreadyExists.php b/vendor/spatie/laravel-permission/src/Exceptions/PermissionAlreadyExists.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Exceptions/PermissionDoesNotExist.php b/vendor/spatie/laravel-permission/src/Exceptions/PermissionDoesNotExist.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Exceptions/RoleAlreadyExists.php b/vendor/spatie/laravel-permission/src/Exceptions/RoleAlreadyExists.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Exceptions/RoleDoesNotExist.php b/vendor/spatie/laravel-permission/src/Exceptions/RoleDoesNotExist.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Exceptions/UnauthorizedException.php b/vendor/spatie/laravel-permission/src/Exceptions/UnauthorizedException.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Exceptions/WildcardPermissionInvalidArgument.php b/vendor/spatie/laravel-permission/src/Exceptions/WildcardPermissionInvalidArgument.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Exceptions/WildcardPermissionNotImplementsContract.php b/vendor/spatie/laravel-permission/src/Exceptions/WildcardPermissionNotImplementsContract.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Exceptions/WildcardPermissionNotProperlyFormatted.php b/vendor/spatie/laravel-permission/src/Exceptions/WildcardPermissionNotProperlyFormatted.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Guard.php b/vendor/spatie/laravel-permission/src/Guard.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Middleware/PermissionMiddleware.php b/vendor/spatie/laravel-permission/src/Middleware/PermissionMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Middleware/RoleMiddleware.php b/vendor/spatie/laravel-permission/src/Middleware/RoleMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Middleware/RoleOrPermissionMiddleware.php b/vendor/spatie/laravel-permission/src/Middleware/RoleOrPermissionMiddleware.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Models/Permission.php b/vendor/spatie/laravel-permission/src/Models/Permission.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Models/Role.php b/vendor/spatie/laravel-permission/src/Models/Role.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/PermissionRegistrar.php b/vendor/spatie/laravel-permission/src/PermissionRegistrar.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/PermissionServiceProvider.php b/vendor/spatie/laravel-permission/src/PermissionServiceProvider.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Traits/HasPermissions.php b/vendor/spatie/laravel-permission/src/Traits/HasPermissions.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Traits/HasRoles.php b/vendor/spatie/laravel-permission/src/Traits/HasRoles.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/Traits/RefreshesPermissionCache.php b/vendor/spatie/laravel-permission/src/Traits/RefreshesPermissionCache.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/WildcardPermission.php b/vendor/spatie/laravel-permission/src/WildcardPermission.php old mode 100644 new mode 100755 diff --git a/vendor/spatie/laravel-permission/src/helpers.php b/vendor/spatie/laravel-permission/src/helpers.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/.gitignore b/vendor/stripe/stripe-php/.gitignore old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/CHANGELOG.md b/vendor/stripe/stripe-php/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/LICENSE b/vendor/stripe/stripe-php/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/OPENAPI_VERSION b/vendor/stripe/stripe-php/OPENAPI_VERSION old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/README.md b/vendor/stripe/stripe-php/README.md old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/VERSION b/vendor/stripe/stripe-php/VERSION old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/composer.json b/vendor/stripe/stripe-php/composer.json old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/data/ca-certificates.crt b/vendor/stripe/stripe-php/data/ca-certificates.crt old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/init.php b/vendor/stripe/stripe-php/init.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Account.php b/vendor/stripe/stripe-php/lib/Account.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/AccountLink.php b/vendor/stripe/stripe-php/lib/AccountLink.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/AccountSession.php b/vendor/stripe/stripe-php/lib/AccountSession.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApiOperations/All.php b/vendor/stripe/stripe-php/lib/ApiOperations/All.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApiOperations/Create.php b/vendor/stripe/stripe-php/lib/ApiOperations/Create.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApiOperations/Delete.php b/vendor/stripe/stripe-php/lib/ApiOperations/Delete.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApiOperations/NestedResource.php b/vendor/stripe/stripe-php/lib/ApiOperations/NestedResource.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApiOperations/Request.php b/vendor/stripe/stripe-php/lib/ApiOperations/Request.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApiOperations/Retrieve.php b/vendor/stripe/stripe-php/lib/ApiOperations/Retrieve.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApiOperations/Search.php b/vendor/stripe/stripe-php/lib/ApiOperations/Search.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApiOperations/SingletonRetrieve.php b/vendor/stripe/stripe-php/lib/ApiOperations/SingletonRetrieve.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApiOperations/Update.php b/vendor/stripe/stripe-php/lib/ApiOperations/Update.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApiRequestor.php b/vendor/stripe/stripe-php/lib/ApiRequestor.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApiResource.php b/vendor/stripe/stripe-php/lib/ApiResource.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApiResponse.php b/vendor/stripe/stripe-php/lib/ApiResponse.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApplePayDomain.php b/vendor/stripe/stripe-php/lib/ApplePayDomain.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Application.php b/vendor/stripe/stripe-php/lib/Application.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApplicationFee.php b/vendor/stripe/stripe-php/lib/ApplicationFee.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ApplicationFeeRefund.php b/vendor/stripe/stripe-php/lib/ApplicationFeeRefund.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Apps/Secret.php b/vendor/stripe/stripe-php/lib/Apps/Secret.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Balance.php b/vendor/stripe/stripe-php/lib/Balance.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/BalanceTransaction.php b/vendor/stripe/stripe-php/lib/BalanceTransaction.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/BankAccount.php b/vendor/stripe/stripe-php/lib/BankAccount.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/BaseStripeClient.php b/vendor/stripe/stripe-php/lib/BaseStripeClient.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php b/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Billing/Meter.php b/vendor/stripe/stripe-php/lib/Billing/Meter.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Billing/MeterEvent.php b/vendor/stripe/stripe-php/lib/Billing/MeterEvent.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Billing/MeterEventAdjustment.php b/vendor/stripe/stripe-php/lib/Billing/MeterEventAdjustment.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Billing/MeterEventSummary.php b/vendor/stripe/stripe-php/lib/Billing/MeterEventSummary.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/BillingPortal/Configuration.php b/vendor/stripe/stripe-php/lib/BillingPortal/Configuration.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/BillingPortal/Session.php b/vendor/stripe/stripe-php/lib/BillingPortal/Session.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Capability.php b/vendor/stripe/stripe-php/lib/Capability.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Card.php b/vendor/stripe/stripe-php/lib/Card.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/CashBalance.php b/vendor/stripe/stripe-php/lib/CashBalance.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Charge.php b/vendor/stripe/stripe-php/lib/Charge.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Checkout/Session.php b/vendor/stripe/stripe-php/lib/Checkout/Session.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Climate/Order.php b/vendor/stripe/stripe-php/lib/Climate/Order.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Climate/Product.php b/vendor/stripe/stripe-php/lib/Climate/Product.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Climate/Supplier.php b/vendor/stripe/stripe-php/lib/Climate/Supplier.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Collection.php b/vendor/stripe/stripe-php/lib/Collection.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ConfirmationToken.php b/vendor/stripe/stripe-php/lib/ConfirmationToken.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ConnectCollectionTransfer.php b/vendor/stripe/stripe-php/lib/ConnectCollectionTransfer.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/CountrySpec.php b/vendor/stripe/stripe-php/lib/CountrySpec.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Coupon.php b/vendor/stripe/stripe-php/lib/Coupon.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/CreditNote.php b/vendor/stripe/stripe-php/lib/CreditNote.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/CreditNoteLineItem.php b/vendor/stripe/stripe-php/lib/CreditNoteLineItem.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Customer.php b/vendor/stripe/stripe-php/lib/Customer.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/CustomerBalanceTransaction.php b/vendor/stripe/stripe-php/lib/CustomerBalanceTransaction.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/CustomerCashBalanceTransaction.php b/vendor/stripe/stripe-php/lib/CustomerCashBalanceTransaction.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/CustomerSession.php b/vendor/stripe/stripe-php/lib/CustomerSession.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Discount.php b/vendor/stripe/stripe-php/lib/Discount.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Dispute.php b/vendor/stripe/stripe-php/lib/Dispute.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Entitlements/ActiveEntitlement.php b/vendor/stripe/stripe-php/lib/Entitlements/ActiveEntitlement.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Entitlements/Feature.php b/vendor/stripe/stripe-php/lib/Entitlements/Feature.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/EphemeralKey.php b/vendor/stripe/stripe-php/lib/EphemeralKey.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ErrorObject.php b/vendor/stripe/stripe-php/lib/ErrorObject.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Event.php b/vendor/stripe/stripe-php/lib/Event.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php b/vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php b/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/AuthenticationException.php b/vendor/stripe/stripe-php/lib/Exception/AuthenticationException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/BadMethodCallException.php b/vendor/stripe/stripe-php/lib/Exception/BadMethodCallException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/CardException.php b/vendor/stripe/stripe-php/lib/Exception/CardException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/ExceptionInterface.php b/vendor/stripe/stripe-php/lib/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/IdempotencyException.php b/vendor/stripe/stripe-php/lib/Exception/IdempotencyException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/InvalidArgumentException.php b/vendor/stripe/stripe-php/lib/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/InvalidRequestException.php b/vendor/stripe/stripe-php/lib/Exception/InvalidRequestException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidClientException.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidClientException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidGrantException.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidGrantException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/OAuthErrorException.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/OAuthErrorException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedGrantTypeException.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedGrantTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/PermissionException.php b/vendor/stripe/stripe-php/lib/Exception/PermissionException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/RateLimitException.php b/vendor/stripe/stripe-php/lib/Exception/RateLimitException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/SignatureVerificationException.php b/vendor/stripe/stripe-php/lib/Exception/SignatureVerificationException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/UnexpectedValueException.php b/vendor/stripe/stripe-php/lib/Exception/UnexpectedValueException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php b/vendor/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ExchangeRate.php b/vendor/stripe/stripe-php/lib/ExchangeRate.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/File.php b/vendor/stripe/stripe-php/lib/File.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/FileLink.php b/vendor/stripe/stripe-php/lib/FileLink.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/FinancialConnections/Account.php b/vendor/stripe/stripe-php/lib/FinancialConnections/Account.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/FinancialConnections/AccountOwner.php b/vendor/stripe/stripe-php/lib/FinancialConnections/AccountOwner.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php b/vendor/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/FinancialConnections/Session.php b/vendor/stripe/stripe-php/lib/FinancialConnections/Session.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/FinancialConnections/Transaction.php b/vendor/stripe/stripe-php/lib/FinancialConnections/Transaction.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Forwarding/Request.php b/vendor/stripe/stripe-php/lib/Forwarding/Request.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/FundingInstructions.php b/vendor/stripe/stripe-php/lib/FundingInstructions.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/HttpClient/ClientInterface.php b/vendor/stripe/stripe-php/lib/HttpClient/ClientInterface.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/HttpClient/CurlClient.php b/vendor/stripe/stripe-php/lib/HttpClient/CurlClient.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/HttpClient/StreamingClientInterface.php b/vendor/stripe/stripe-php/lib/HttpClient/StreamingClientInterface.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Identity/VerificationReport.php b/vendor/stripe/stripe-php/lib/Identity/VerificationReport.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Identity/VerificationSession.php b/vendor/stripe/stripe-php/lib/Identity/VerificationSession.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Invoice.php b/vendor/stripe/stripe-php/lib/Invoice.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/InvoiceItem.php b/vendor/stripe/stripe-php/lib/InvoiceItem.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/InvoiceLineItem.php b/vendor/stripe/stripe-php/lib/InvoiceLineItem.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Issuing/Authorization.php b/vendor/stripe/stripe-php/lib/Issuing/Authorization.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Issuing/Card.php b/vendor/stripe/stripe-php/lib/Issuing/Card.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Issuing/CardDetails.php b/vendor/stripe/stripe-php/lib/Issuing/CardDetails.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Issuing/Cardholder.php b/vendor/stripe/stripe-php/lib/Issuing/Cardholder.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Issuing/Dispute.php b/vendor/stripe/stripe-php/lib/Issuing/Dispute.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Issuing/PersonalizationDesign.php b/vendor/stripe/stripe-php/lib/Issuing/PersonalizationDesign.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Issuing/PhysicalBundle.php b/vendor/stripe/stripe-php/lib/Issuing/PhysicalBundle.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Issuing/Token.php b/vendor/stripe/stripe-php/lib/Issuing/Token.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Issuing/Transaction.php b/vendor/stripe/stripe-php/lib/Issuing/Transaction.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/LineItem.php b/vendor/stripe/stripe-php/lib/LineItem.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/LoginLink.php b/vendor/stripe/stripe-php/lib/LoginLink.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Mandate.php b/vendor/stripe/stripe-php/lib/Mandate.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/OAuth.php b/vendor/stripe/stripe-php/lib/OAuth.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/OAuthErrorObject.php b/vendor/stripe/stripe-php/lib/OAuthErrorObject.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/PaymentIntent.php b/vendor/stripe/stripe-php/lib/PaymentIntent.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/PaymentLink.php b/vendor/stripe/stripe-php/lib/PaymentLink.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/PaymentMethod.php b/vendor/stripe/stripe-php/lib/PaymentMethod.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/PaymentMethodConfiguration.php b/vendor/stripe/stripe-php/lib/PaymentMethodConfiguration.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/PaymentMethodDomain.php b/vendor/stripe/stripe-php/lib/PaymentMethodDomain.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Payout.php b/vendor/stripe/stripe-php/lib/Payout.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Person.php b/vendor/stripe/stripe-php/lib/Person.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Plan.php b/vendor/stripe/stripe-php/lib/Plan.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/PlatformTaxFee.php b/vendor/stripe/stripe-php/lib/PlatformTaxFee.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Price.php b/vendor/stripe/stripe-php/lib/Price.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Product.php b/vendor/stripe/stripe-php/lib/Product.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ProductFeature.php b/vendor/stripe/stripe-php/lib/ProductFeature.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/PromotionCode.php b/vendor/stripe/stripe-php/lib/PromotionCode.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Quote.php b/vendor/stripe/stripe-php/lib/Quote.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Radar/EarlyFraudWarning.php b/vendor/stripe/stripe-php/lib/Radar/EarlyFraudWarning.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Radar/ValueList.php b/vendor/stripe/stripe-php/lib/Radar/ValueList.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Radar/ValueListItem.php b/vendor/stripe/stripe-php/lib/Radar/ValueListItem.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/RecipientTransfer.php b/vendor/stripe/stripe-php/lib/RecipientTransfer.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Refund.php b/vendor/stripe/stripe-php/lib/Refund.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Reporting/ReportRun.php b/vendor/stripe/stripe-php/lib/Reporting/ReportRun.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Reporting/ReportType.php b/vendor/stripe/stripe-php/lib/Reporting/ReportType.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/RequestTelemetry.php b/vendor/stripe/stripe-php/lib/RequestTelemetry.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ReserveTransaction.php b/vendor/stripe/stripe-php/lib/ReserveTransaction.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Review.php b/vendor/stripe/stripe-php/lib/Review.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/SearchResult.php b/vendor/stripe/stripe-php/lib/SearchResult.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/AbstractService.php b/vendor/stripe/stripe-php/lib/Service/AbstractService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/AbstractServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/AbstractServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/AccountLinkService.php b/vendor/stripe/stripe-php/lib/Service/AccountLinkService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/AccountService.php b/vendor/stripe/stripe-php/lib/Service/AccountService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/AccountSessionService.php b/vendor/stripe/stripe-php/lib/Service/AccountSessionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/ApplePayDomainService.php b/vendor/stripe/stripe-php/lib/Service/ApplePayDomainService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/ApplicationFeeService.php b/vendor/stripe/stripe-php/lib/Service/ApplicationFeeService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Apps/AppsServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Apps/AppsServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Apps/SecretService.php b/vendor/stripe/stripe-php/lib/Service/Apps/SecretService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/BalanceService.php b/vendor/stripe/stripe-php/lib/Service/BalanceService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/BalanceTransactionService.php b/vendor/stripe/stripe-php/lib/Service/BalanceTransactionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Billing/BillingServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Billing/BillingServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Billing/MeterEventAdjustmentService.php b/vendor/stripe/stripe-php/lib/Service/Billing/MeterEventAdjustmentService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Billing/MeterEventService.php b/vendor/stripe/stripe-php/lib/Service/Billing/MeterEventService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Billing/MeterService.php b/vendor/stripe/stripe-php/lib/Service/Billing/MeterService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/BillingPortal/BillingPortalServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/BillingPortal/BillingPortalServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/BillingPortal/ConfigurationService.php b/vendor/stripe/stripe-php/lib/Service/BillingPortal/ConfigurationService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/BillingPortal/SessionService.php b/vendor/stripe/stripe-php/lib/Service/BillingPortal/SessionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/ChargeService.php b/vendor/stripe/stripe-php/lib/Service/ChargeService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Checkout/CheckoutServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Checkout/CheckoutServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Checkout/SessionService.php b/vendor/stripe/stripe-php/lib/Service/Checkout/SessionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Climate/ClimateServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Climate/ClimateServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Climate/OrderService.php b/vendor/stripe/stripe-php/lib/Service/Climate/OrderService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Climate/ProductService.php b/vendor/stripe/stripe-php/lib/Service/Climate/ProductService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Climate/SupplierService.php b/vendor/stripe/stripe-php/lib/Service/Climate/SupplierService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/ConfirmationTokenService.php b/vendor/stripe/stripe-php/lib/Service/ConfirmationTokenService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/CoreServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/CoreServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/CountrySpecService.php b/vendor/stripe/stripe-php/lib/Service/CountrySpecService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/CouponService.php b/vendor/stripe/stripe-php/lib/Service/CouponService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/CreditNoteService.php b/vendor/stripe/stripe-php/lib/Service/CreditNoteService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/CustomerService.php b/vendor/stripe/stripe-php/lib/Service/CustomerService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/CustomerSessionService.php b/vendor/stripe/stripe-php/lib/Service/CustomerSessionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/DisputeService.php b/vendor/stripe/stripe-php/lib/Service/DisputeService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Entitlements/ActiveEntitlementService.php b/vendor/stripe/stripe-php/lib/Service/Entitlements/ActiveEntitlementService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Entitlements/EntitlementsServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Entitlements/EntitlementsServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Entitlements/FeatureService.php b/vendor/stripe/stripe-php/lib/Service/Entitlements/FeatureService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/EphemeralKeyService.php b/vendor/stripe/stripe-php/lib/Service/EphemeralKeyService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/EventService.php b/vendor/stripe/stripe-php/lib/Service/EventService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/ExchangeRateService.php b/vendor/stripe/stripe-php/lib/Service/ExchangeRateService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/FileLinkService.php b/vendor/stripe/stripe-php/lib/Service/FileLinkService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/FileService.php b/vendor/stripe/stripe-php/lib/Service/FileService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/FinancialConnections/AccountService.php b/vendor/stripe/stripe-php/lib/Service/FinancialConnections/AccountService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/FinancialConnections/FinancialConnectionsServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/FinancialConnections/FinancialConnectionsServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/FinancialConnections/SessionService.php b/vendor/stripe/stripe-php/lib/Service/FinancialConnections/SessionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/FinancialConnections/TransactionService.php b/vendor/stripe/stripe-php/lib/Service/FinancialConnections/TransactionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Forwarding/ForwardingServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Forwarding/ForwardingServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Forwarding/RequestService.php b/vendor/stripe/stripe-php/lib/Service/Forwarding/RequestService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Identity/IdentityServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Identity/IdentityServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Identity/VerificationReportService.php b/vendor/stripe/stripe-php/lib/Service/Identity/VerificationReportService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Identity/VerificationSessionService.php b/vendor/stripe/stripe-php/lib/Service/Identity/VerificationSessionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/InvoiceItemService.php b/vendor/stripe/stripe-php/lib/Service/InvoiceItemService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/InvoiceService.php b/vendor/stripe/stripe-php/lib/Service/InvoiceService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Issuing/AuthorizationService.php b/vendor/stripe/stripe-php/lib/Service/Issuing/AuthorizationService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Issuing/CardService.php b/vendor/stripe/stripe-php/lib/Service/Issuing/CardService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Issuing/CardholderService.php b/vendor/stripe/stripe-php/lib/Service/Issuing/CardholderService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Issuing/DisputeService.php b/vendor/stripe/stripe-php/lib/Service/Issuing/DisputeService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Issuing/IssuingServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Issuing/IssuingServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Issuing/PersonalizationDesignService.php b/vendor/stripe/stripe-php/lib/Service/Issuing/PersonalizationDesignService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Issuing/PhysicalBundleService.php b/vendor/stripe/stripe-php/lib/Service/Issuing/PhysicalBundleService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Issuing/TokenService.php b/vendor/stripe/stripe-php/lib/Service/Issuing/TokenService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Issuing/TransactionService.php b/vendor/stripe/stripe-php/lib/Service/Issuing/TransactionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/MandateService.php b/vendor/stripe/stripe-php/lib/Service/MandateService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/OAuthService.php b/vendor/stripe/stripe-php/lib/Service/OAuthService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/PaymentIntentService.php b/vendor/stripe/stripe-php/lib/Service/PaymentIntentService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/PaymentLinkService.php b/vendor/stripe/stripe-php/lib/Service/PaymentLinkService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/PaymentMethodConfigurationService.php b/vendor/stripe/stripe-php/lib/Service/PaymentMethodConfigurationService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/PaymentMethodDomainService.php b/vendor/stripe/stripe-php/lib/Service/PaymentMethodDomainService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/PaymentMethodService.php b/vendor/stripe/stripe-php/lib/Service/PaymentMethodService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/PayoutService.php b/vendor/stripe/stripe-php/lib/Service/PayoutService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/PlanService.php b/vendor/stripe/stripe-php/lib/Service/PlanService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/PriceService.php b/vendor/stripe/stripe-php/lib/Service/PriceService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/ProductService.php b/vendor/stripe/stripe-php/lib/Service/ProductService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/PromotionCodeService.php b/vendor/stripe/stripe-php/lib/Service/PromotionCodeService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/QuoteService.php b/vendor/stripe/stripe-php/lib/Service/QuoteService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Radar/EarlyFraudWarningService.php b/vendor/stripe/stripe-php/lib/Service/Radar/EarlyFraudWarningService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Radar/RadarServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Radar/RadarServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Radar/ValueListItemService.php b/vendor/stripe/stripe-php/lib/Service/Radar/ValueListItemService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Radar/ValueListService.php b/vendor/stripe/stripe-php/lib/Service/Radar/ValueListService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/RefundService.php b/vendor/stripe/stripe-php/lib/Service/RefundService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Reporting/ReportRunService.php b/vendor/stripe/stripe-php/lib/Service/Reporting/ReportRunService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Reporting/ReportTypeService.php b/vendor/stripe/stripe-php/lib/Service/Reporting/ReportTypeService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Reporting/ReportingServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Reporting/ReportingServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/ReviewService.php b/vendor/stripe/stripe-php/lib/Service/ReviewService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/SetupAttemptService.php b/vendor/stripe/stripe-php/lib/Service/SetupAttemptService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/SetupIntentService.php b/vendor/stripe/stripe-php/lib/Service/SetupIntentService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/ShippingRateService.php b/vendor/stripe/stripe-php/lib/Service/ShippingRateService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Sigma/ScheduledQueryRunService.php b/vendor/stripe/stripe-php/lib/Service/Sigma/ScheduledQueryRunService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Sigma/SigmaServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Sigma/SigmaServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/SourceService.php b/vendor/stripe/stripe-php/lib/Service/SourceService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/SubscriptionItemService.php b/vendor/stripe/stripe-php/lib/Service/SubscriptionItemService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/SubscriptionScheduleService.php b/vendor/stripe/stripe-php/lib/Service/SubscriptionScheduleService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/SubscriptionService.php b/vendor/stripe/stripe-php/lib/Service/SubscriptionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Tax/CalculationService.php b/vendor/stripe/stripe-php/lib/Service/Tax/CalculationService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Tax/RegistrationService.php b/vendor/stripe/stripe-php/lib/Service/Tax/RegistrationService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Tax/SettingsService.php b/vendor/stripe/stripe-php/lib/Service/Tax/SettingsService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Tax/TaxServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Tax/TaxServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Tax/TransactionService.php b/vendor/stripe/stripe-php/lib/Service/Tax/TransactionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TaxCodeService.php b/vendor/stripe/stripe-php/lib/Service/TaxCodeService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TaxIdService.php b/vendor/stripe/stripe-php/lib/Service/TaxIdService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TaxRateService.php b/vendor/stripe/stripe-php/lib/Service/TaxRateService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Terminal/ConfigurationService.php b/vendor/stripe/stripe-php/lib/Service/Terminal/ConfigurationService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Terminal/ConnectionTokenService.php b/vendor/stripe/stripe-php/lib/Service/Terminal/ConnectionTokenService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Terminal/LocationService.php b/vendor/stripe/stripe-php/lib/Service/Terminal/LocationService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Terminal/ReaderService.php b/vendor/stripe/stripe-php/lib/Service/Terminal/ReaderService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Terminal/TerminalServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Terminal/TerminalServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/ConfirmationTokenService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/ConfirmationTokenService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/CustomerService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/CustomerService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Issuing/AuthorizationService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Issuing/AuthorizationService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Issuing/CardService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Issuing/CardService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Issuing/IssuingServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Issuing/IssuingServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Issuing/PersonalizationDesignService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Issuing/PersonalizationDesignService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Issuing/TransactionService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Issuing/TransactionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/RefundService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/RefundService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Terminal/ReaderService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Terminal/ReaderService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Terminal/TerminalServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Terminal/TerminalServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/TestClockService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/TestClockService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/TestHelpersServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/TestHelpersServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Treasury/InboundTransferService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Treasury/InboundTransferService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Treasury/OutboundPaymentService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Treasury/OutboundPaymentService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Treasury/OutboundTransferService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Treasury/OutboundTransferService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedCreditService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedCreditService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedDebitService.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedDebitService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TestHelpers/Treasury/TreasuryServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/TestHelpers/Treasury/TreasuryServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TokenService.php b/vendor/stripe/stripe-php/lib/Service/TokenService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TopupService.php b/vendor/stripe/stripe-php/lib/Service/TopupService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/TransferService.php b/vendor/stripe/stripe-php/lib/Service/TransferService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Treasury/CreditReversalService.php b/vendor/stripe/stripe-php/lib/Service/Treasury/CreditReversalService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Treasury/DebitReversalService.php b/vendor/stripe/stripe-php/lib/Service/Treasury/DebitReversalService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Treasury/FinancialAccountService.php b/vendor/stripe/stripe-php/lib/Service/Treasury/FinancialAccountService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Treasury/InboundTransferService.php b/vendor/stripe/stripe-php/lib/Service/Treasury/InboundTransferService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Treasury/OutboundPaymentService.php b/vendor/stripe/stripe-php/lib/Service/Treasury/OutboundPaymentService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Treasury/OutboundTransferService.php b/vendor/stripe/stripe-php/lib/Service/Treasury/OutboundTransferService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Treasury/ReceivedCreditService.php b/vendor/stripe/stripe-php/lib/Service/Treasury/ReceivedCreditService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Treasury/ReceivedDebitService.php b/vendor/stripe/stripe-php/lib/Service/Treasury/ReceivedDebitService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Treasury/TransactionEntryService.php b/vendor/stripe/stripe-php/lib/Service/Treasury/TransactionEntryService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Treasury/TransactionService.php b/vendor/stripe/stripe-php/lib/Service/Treasury/TransactionService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/Treasury/TreasuryServiceFactory.php b/vendor/stripe/stripe-php/lib/Service/Treasury/TreasuryServiceFactory.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Service/WebhookEndpointService.php b/vendor/stripe/stripe-php/lib/Service/WebhookEndpointService.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/SetupAttempt.php b/vendor/stripe/stripe-php/lib/SetupAttempt.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/SetupIntent.php b/vendor/stripe/stripe-php/lib/SetupIntent.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/ShippingRate.php b/vendor/stripe/stripe-php/lib/ShippingRate.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Sigma/ScheduledQueryRun.php b/vendor/stripe/stripe-php/lib/Sigma/ScheduledQueryRun.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/SingletonApiResource.php b/vendor/stripe/stripe-php/lib/SingletonApiResource.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Source.php b/vendor/stripe/stripe-php/lib/Source.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/SourceMandateNotification.php b/vendor/stripe/stripe-php/lib/SourceMandateNotification.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/SourceTransaction.php b/vendor/stripe/stripe-php/lib/SourceTransaction.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Stripe.php b/vendor/stripe/stripe-php/lib/Stripe.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/StripeClient.php b/vendor/stripe/stripe-php/lib/StripeClient.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/StripeClientInterface.php b/vendor/stripe/stripe-php/lib/StripeClientInterface.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/StripeObject.php b/vendor/stripe/stripe-php/lib/StripeObject.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php b/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Subscription.php b/vendor/stripe/stripe-php/lib/Subscription.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/SubscriptionItem.php b/vendor/stripe/stripe-php/lib/SubscriptionItem.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/SubscriptionSchedule.php b/vendor/stripe/stripe-php/lib/SubscriptionSchedule.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Tax/Calculation.php b/vendor/stripe/stripe-php/lib/Tax/Calculation.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Tax/CalculationLineItem.php b/vendor/stripe/stripe-php/lib/Tax/CalculationLineItem.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Tax/Registration.php b/vendor/stripe/stripe-php/lib/Tax/Registration.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Tax/Settings.php b/vendor/stripe/stripe-php/lib/Tax/Settings.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Tax/Transaction.php b/vendor/stripe/stripe-php/lib/Tax/Transaction.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Tax/TransactionLineItem.php b/vendor/stripe/stripe-php/lib/Tax/TransactionLineItem.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/TaxCode.php b/vendor/stripe/stripe-php/lib/TaxCode.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/TaxDeductedAtSource.php b/vendor/stripe/stripe-php/lib/TaxDeductedAtSource.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/TaxId.php b/vendor/stripe/stripe-php/lib/TaxId.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/TaxRate.php b/vendor/stripe/stripe-php/lib/TaxRate.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Terminal/Configuration.php b/vendor/stripe/stripe-php/lib/Terminal/Configuration.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Terminal/ConnectionToken.php b/vendor/stripe/stripe-php/lib/Terminal/ConnectionToken.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Terminal/Location.php b/vendor/stripe/stripe-php/lib/Terminal/Location.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Terminal/Reader.php b/vendor/stripe/stripe-php/lib/Terminal/Reader.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/TestHelpers/TestClock.php b/vendor/stripe/stripe-php/lib/TestHelpers/TestClock.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Token.php b/vendor/stripe/stripe-php/lib/Token.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Topup.php b/vendor/stripe/stripe-php/lib/Topup.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Transfer.php b/vendor/stripe/stripe-php/lib/Transfer.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/TransferReversal.php b/vendor/stripe/stripe-php/lib/TransferReversal.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Treasury/CreditReversal.php b/vendor/stripe/stripe-php/lib/Treasury/CreditReversal.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Treasury/DebitReversal.php b/vendor/stripe/stripe-php/lib/Treasury/DebitReversal.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Treasury/FinancialAccount.php b/vendor/stripe/stripe-php/lib/Treasury/FinancialAccount.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Treasury/FinancialAccountFeatures.php b/vendor/stripe/stripe-php/lib/Treasury/FinancialAccountFeatures.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Treasury/InboundTransfer.php b/vendor/stripe/stripe-php/lib/Treasury/InboundTransfer.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Treasury/OutboundPayment.php b/vendor/stripe/stripe-php/lib/Treasury/OutboundPayment.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Treasury/OutboundTransfer.php b/vendor/stripe/stripe-php/lib/Treasury/OutboundTransfer.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Treasury/ReceivedCredit.php b/vendor/stripe/stripe-php/lib/Treasury/ReceivedCredit.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Treasury/ReceivedDebit.php b/vendor/stripe/stripe-php/lib/Treasury/ReceivedDebit.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Treasury/Transaction.php b/vendor/stripe/stripe-php/lib/Treasury/Transaction.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Treasury/TransactionEntry.php b/vendor/stripe/stripe-php/lib/Treasury/TransactionEntry.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/UsageRecord.php b/vendor/stripe/stripe-php/lib/UsageRecord.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/UsageRecordSummary.php b/vendor/stripe/stripe-php/lib/UsageRecordSummary.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Util/ApiVersion.php b/vendor/stripe/stripe-php/lib/Util/ApiVersion.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Util/CaseInsensitiveArray.php b/vendor/stripe/stripe-php/lib/Util/CaseInsensitiveArray.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Util/DefaultLogger.php b/vendor/stripe/stripe-php/lib/Util/DefaultLogger.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Util/LoggerInterface.php b/vendor/stripe/stripe-php/lib/Util/LoggerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Util/ObjectTypes.php b/vendor/stripe/stripe-php/lib/Util/ObjectTypes.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Util/RandomGenerator.php b/vendor/stripe/stripe-php/lib/Util/RandomGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Util/RequestOptions.php b/vendor/stripe/stripe-php/lib/Util/RequestOptions.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Util/Set.php b/vendor/stripe/stripe-php/lib/Util/Set.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Util/Util.php b/vendor/stripe/stripe-php/lib/Util/Util.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/Webhook.php b/vendor/stripe/stripe-php/lib/Webhook.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/WebhookEndpoint.php b/vendor/stripe/stripe-php/lib/WebhookEndpoint.php old mode 100644 new mode 100755 diff --git a/vendor/stripe/stripe-php/lib/WebhookSignature.php b/vendor/stripe/stripe-php/lib/WebhookSignature.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Application.php b/vendor/symfony/console/Application.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Attribute/AsCommand.php b/vendor/symfony/console/Attribute/AsCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/CHANGELOG.md b/vendor/symfony/console/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/CI/GithubActionReporter.php b/vendor/symfony/console/CI/GithubActionReporter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Color.php b/vendor/symfony/console/Color.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Command/Command.php b/vendor/symfony/console/Command/Command.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Command/CompleteCommand.php b/vendor/symfony/console/Command/CompleteCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Command/DumpCompletionCommand.php b/vendor/symfony/console/Command/DumpCompletionCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Command/HelpCommand.php b/vendor/symfony/console/Command/HelpCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Command/LazyCommand.php b/vendor/symfony/console/Command/LazyCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Command/ListCommand.php b/vendor/symfony/console/Command/ListCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Command/LockableTrait.php b/vendor/symfony/console/Command/LockableTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Command/SignalableCommandInterface.php b/vendor/symfony/console/Command/SignalableCommandInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Command/TraceableCommand.php b/vendor/symfony/console/Command/TraceableCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php b/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php b/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php b/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Completion/CompletionInput.php b/vendor/symfony/console/Completion/CompletionInput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Completion/CompletionSuggestions.php b/vendor/symfony/console/Completion/CompletionSuggestions.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Completion/Output/BashCompletionOutput.php b/vendor/symfony/console/Completion/Output/BashCompletionOutput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Completion/Output/CompletionOutputInterface.php b/vendor/symfony/console/Completion/Output/CompletionOutputInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Completion/Output/FishCompletionOutput.php b/vendor/symfony/console/Completion/Output/FishCompletionOutput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Completion/Output/ZshCompletionOutput.php b/vendor/symfony/console/Completion/Output/ZshCompletionOutput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Completion/Suggestion.php b/vendor/symfony/console/Completion/Suggestion.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/ConsoleEvents.php b/vendor/symfony/console/ConsoleEvents.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Cursor.php b/vendor/symfony/console/Cursor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/DataCollector/CommandDataCollector.php b/vendor/symfony/console/DataCollector/CommandDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Debug/CliRequest.php b/vendor/symfony/console/Debug/CliRequest.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php b/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Descriptor/ApplicationDescription.php b/vendor/symfony/console/Descriptor/ApplicationDescription.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Descriptor/Descriptor.php b/vendor/symfony/console/Descriptor/Descriptor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Descriptor/DescriptorInterface.php b/vendor/symfony/console/Descriptor/DescriptorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Descriptor/JsonDescriptor.php b/vendor/symfony/console/Descriptor/JsonDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Descriptor/MarkdownDescriptor.php b/vendor/symfony/console/Descriptor/MarkdownDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Descriptor/ReStructuredTextDescriptor.php b/vendor/symfony/console/Descriptor/ReStructuredTextDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Descriptor/TextDescriptor.php b/vendor/symfony/console/Descriptor/TextDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Descriptor/XmlDescriptor.php b/vendor/symfony/console/Descriptor/XmlDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Event/ConsoleCommandEvent.php b/vendor/symfony/console/Event/ConsoleCommandEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Event/ConsoleErrorEvent.php b/vendor/symfony/console/Event/ConsoleErrorEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Event/ConsoleEvent.php b/vendor/symfony/console/Event/ConsoleEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Event/ConsoleSignalEvent.php b/vendor/symfony/console/Event/ConsoleSignalEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Event/ConsoleTerminateEvent.php b/vendor/symfony/console/Event/ConsoleTerminateEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/EventListener/ErrorListener.php b/vendor/symfony/console/EventListener/ErrorListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Exception/CommandNotFoundException.php b/vendor/symfony/console/Exception/CommandNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Exception/ExceptionInterface.php b/vendor/symfony/console/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Exception/InvalidArgumentException.php b/vendor/symfony/console/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Exception/InvalidOptionException.php b/vendor/symfony/console/Exception/InvalidOptionException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Exception/LogicException.php b/vendor/symfony/console/Exception/LogicException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Exception/MissingInputException.php b/vendor/symfony/console/Exception/MissingInputException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Exception/NamespaceNotFoundException.php b/vendor/symfony/console/Exception/NamespaceNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Exception/RunCommandFailedException.php b/vendor/symfony/console/Exception/RunCommandFailedException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Exception/RuntimeException.php b/vendor/symfony/console/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Formatter/NullOutputFormatter.php b/vendor/symfony/console/Formatter/NullOutputFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Formatter/NullOutputFormatterStyle.php b/vendor/symfony/console/Formatter/NullOutputFormatterStyle.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Formatter/OutputFormatter.php b/vendor/symfony/console/Formatter/OutputFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Formatter/OutputFormatterInterface.php b/vendor/symfony/console/Formatter/OutputFormatterInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Formatter/OutputFormatterStyle.php b/vendor/symfony/console/Formatter/OutputFormatterStyle.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php b/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php b/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php b/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/DebugFormatterHelper.php b/vendor/symfony/console/Helper/DebugFormatterHelper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/DescriptorHelper.php b/vendor/symfony/console/Helper/DescriptorHelper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/Dumper.php b/vendor/symfony/console/Helper/Dumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/FormatterHelper.php b/vendor/symfony/console/Helper/FormatterHelper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/Helper.php b/vendor/symfony/console/Helper/Helper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/HelperInterface.php b/vendor/symfony/console/Helper/HelperInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/HelperSet.php b/vendor/symfony/console/Helper/HelperSet.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/InputAwareHelper.php b/vendor/symfony/console/Helper/InputAwareHelper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/OutputWrapper.php b/vendor/symfony/console/Helper/OutputWrapper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/ProcessHelper.php b/vendor/symfony/console/Helper/ProcessHelper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/ProgressBar.php b/vendor/symfony/console/Helper/ProgressBar.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/ProgressIndicator.php b/vendor/symfony/console/Helper/ProgressIndicator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/QuestionHelper.php b/vendor/symfony/console/Helper/QuestionHelper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/SymfonyQuestionHelper.php b/vendor/symfony/console/Helper/SymfonyQuestionHelper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/Table.php b/vendor/symfony/console/Helper/Table.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/TableCell.php b/vendor/symfony/console/Helper/TableCell.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/TableCellStyle.php b/vendor/symfony/console/Helper/TableCellStyle.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/TableRows.php b/vendor/symfony/console/Helper/TableRows.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/TableSeparator.php b/vendor/symfony/console/Helper/TableSeparator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/TableStyle.php b/vendor/symfony/console/Helper/TableStyle.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Helper/TerminalInputHelper.php b/vendor/symfony/console/Helper/TerminalInputHelper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Input/ArgvInput.php b/vendor/symfony/console/Input/ArgvInput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Input/ArrayInput.php b/vendor/symfony/console/Input/ArrayInput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Input/Input.php b/vendor/symfony/console/Input/Input.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Input/InputArgument.php b/vendor/symfony/console/Input/InputArgument.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Input/InputAwareInterface.php b/vendor/symfony/console/Input/InputAwareInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Input/InputDefinition.php b/vendor/symfony/console/Input/InputDefinition.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Input/InputInterface.php b/vendor/symfony/console/Input/InputInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Input/InputOption.php b/vendor/symfony/console/Input/InputOption.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Input/StreamableInputInterface.php b/vendor/symfony/console/Input/StreamableInputInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Input/StringInput.php b/vendor/symfony/console/Input/StringInput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/LICENSE b/vendor/symfony/console/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Logger/ConsoleLogger.php b/vendor/symfony/console/Logger/ConsoleLogger.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Messenger/RunCommandContext.php b/vendor/symfony/console/Messenger/RunCommandContext.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Messenger/RunCommandMessage.php b/vendor/symfony/console/Messenger/RunCommandMessage.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Messenger/RunCommandMessageHandler.php b/vendor/symfony/console/Messenger/RunCommandMessageHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Output/AnsiColorMode.php b/vendor/symfony/console/Output/AnsiColorMode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Output/BufferedOutput.php b/vendor/symfony/console/Output/BufferedOutput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Output/ConsoleOutput.php b/vendor/symfony/console/Output/ConsoleOutput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Output/ConsoleOutputInterface.php b/vendor/symfony/console/Output/ConsoleOutputInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Output/ConsoleSectionOutput.php b/vendor/symfony/console/Output/ConsoleSectionOutput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Output/NullOutput.php b/vendor/symfony/console/Output/NullOutput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Output/Output.php b/vendor/symfony/console/Output/Output.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Output/OutputInterface.php b/vendor/symfony/console/Output/OutputInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Output/StreamOutput.php b/vendor/symfony/console/Output/StreamOutput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Output/TrimmedBufferOutput.php b/vendor/symfony/console/Output/TrimmedBufferOutput.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Question/ChoiceQuestion.php b/vendor/symfony/console/Question/ChoiceQuestion.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Question/ConfirmationQuestion.php b/vendor/symfony/console/Question/ConfirmationQuestion.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Question/Question.php b/vendor/symfony/console/Question/Question.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/README.md b/vendor/symfony/console/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Resources/bin/hiddeninput.exe b/vendor/symfony/console/Resources/bin/hiddeninput.exe old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Resources/completion.bash b/vendor/symfony/console/Resources/completion.bash old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Resources/completion.fish b/vendor/symfony/console/Resources/completion.fish old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Resources/completion.zsh b/vendor/symfony/console/Resources/completion.zsh old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/SignalRegistry/SignalMap.php b/vendor/symfony/console/SignalRegistry/SignalMap.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/SignalRegistry/SignalRegistry.php b/vendor/symfony/console/SignalRegistry/SignalRegistry.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/SingleCommandApplication.php b/vendor/symfony/console/SingleCommandApplication.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Style/OutputStyle.php b/vendor/symfony/console/Style/OutputStyle.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Style/StyleInterface.php b/vendor/symfony/console/Style/StyleInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Style/SymfonyStyle.php b/vendor/symfony/console/Style/SymfonyStyle.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Terminal.php b/vendor/symfony/console/Terminal.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Tester/ApplicationTester.php b/vendor/symfony/console/Tester/ApplicationTester.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Tester/CommandCompletionTester.php b/vendor/symfony/console/Tester/CommandCompletionTester.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Tester/CommandTester.php b/vendor/symfony/console/Tester/CommandTester.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Tester/Constraint/CommandIsSuccessful.php b/vendor/symfony/console/Tester/Constraint/CommandIsSuccessful.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/Tester/TesterTrait.php b/vendor/symfony/console/Tester/TesterTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/console/composer.json b/vendor/symfony/console/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/CHANGELOG.md b/vendor/symfony/css-selector/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/CssSelectorConverter.php b/vendor/symfony/css-selector/CssSelectorConverter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Exception/ExceptionInterface.php b/vendor/symfony/css-selector/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Exception/ExpressionErrorException.php b/vendor/symfony/css-selector/Exception/ExpressionErrorException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Exception/InternalErrorException.php b/vendor/symfony/css-selector/Exception/InternalErrorException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Exception/ParseException.php b/vendor/symfony/css-selector/Exception/ParseException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Exception/SyntaxErrorException.php b/vendor/symfony/css-selector/Exception/SyntaxErrorException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/LICENSE b/vendor/symfony/css-selector/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/AbstractNode.php b/vendor/symfony/css-selector/Node/AbstractNode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/AttributeNode.php b/vendor/symfony/css-selector/Node/AttributeNode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/ClassNode.php b/vendor/symfony/css-selector/Node/ClassNode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/CombinedSelectorNode.php b/vendor/symfony/css-selector/Node/CombinedSelectorNode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/ElementNode.php b/vendor/symfony/css-selector/Node/ElementNode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/FunctionNode.php b/vendor/symfony/css-selector/Node/FunctionNode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/HashNode.php b/vendor/symfony/css-selector/Node/HashNode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/MatchingNode.php b/vendor/symfony/css-selector/Node/MatchingNode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/NegationNode.php b/vendor/symfony/css-selector/Node/NegationNode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/NodeInterface.php b/vendor/symfony/css-selector/Node/NodeInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/PseudoNode.php b/vendor/symfony/css-selector/Node/PseudoNode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/SelectorNode.php b/vendor/symfony/css-selector/Node/SelectorNode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/Specificity.php b/vendor/symfony/css-selector/Node/Specificity.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Node/SpecificityAdjustmentNode.php b/vendor/symfony/css-selector/Node/SpecificityAdjustmentNode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php b/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php b/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Handler/HashHandler.php b/vendor/symfony/css-selector/Parser/Handler/HashHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php b/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php b/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Handler/StringHandler.php b/vendor/symfony/css-selector/Parser/Handler/StringHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php b/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Parser.php b/vendor/symfony/css-selector/Parser/Parser.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/ParserInterface.php b/vendor/symfony/css-selector/Parser/ParserInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Reader.php b/vendor/symfony/css-selector/Parser/Reader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php b/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php b/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php b/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php b/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Token.php b/vendor/symfony/css-selector/Parser/Token.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/TokenStream.php b/vendor/symfony/css-selector/Parser/TokenStream.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php b/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php b/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php b/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/README.md b/vendor/symfony/css-selector/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php b/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php b/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php b/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php b/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php b/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php b/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php b/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php b/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/XPath/Translator.php b/vendor/symfony/css-selector/XPath/Translator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/XPath/TranslatorInterface.php b/vendor/symfony/css-selector/XPath/TranslatorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/XPath/XPathExpr.php b/vendor/symfony/css-selector/XPath/XPathExpr.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/css-selector/composer.json b/vendor/symfony/css-selector/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/deprecation-contracts/CHANGELOG.md b/vendor/symfony/deprecation-contracts/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/deprecation-contracts/LICENSE b/vendor/symfony/deprecation-contracts/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/deprecation-contracts/README.md b/vendor/symfony/deprecation-contracts/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/deprecation-contracts/composer.json b/vendor/symfony/deprecation-contracts/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/deprecation-contracts/function.php b/vendor/symfony/deprecation-contracts/function.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/BufferingLogger.php b/vendor/symfony/error-handler/BufferingLogger.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/CHANGELOG.md b/vendor/symfony/error-handler/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Debug.php b/vendor/symfony/error-handler/Debug.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/DebugClassLoader.php b/vendor/symfony/error-handler/DebugClassLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Error/ClassNotFoundError.php b/vendor/symfony/error-handler/Error/ClassNotFoundError.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Error/FatalError.php b/vendor/symfony/error-handler/Error/FatalError.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Error/OutOfMemoryError.php b/vendor/symfony/error-handler/Error/OutOfMemoryError.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Error/UndefinedFunctionError.php b/vendor/symfony/error-handler/Error/UndefinedFunctionError.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Error/UndefinedMethodError.php b/vendor/symfony/error-handler/Error/UndefinedMethodError.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/ErrorEnhancer/ClassNotFoundErrorEnhancer.php b/vendor/symfony/error-handler/ErrorEnhancer/ClassNotFoundErrorEnhancer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/ErrorEnhancer/ErrorEnhancerInterface.php b/vendor/symfony/error-handler/ErrorEnhancer/ErrorEnhancerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/ErrorEnhancer/UndefinedFunctionErrorEnhancer.php b/vendor/symfony/error-handler/ErrorEnhancer/UndefinedFunctionErrorEnhancer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php b/vendor/symfony/error-handler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/ErrorHandler.php b/vendor/symfony/error-handler/ErrorHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/ErrorRenderer/CliErrorRenderer.php b/vendor/symfony/error-handler/ErrorRenderer/CliErrorRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php b/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/ErrorRenderer/FileLinkFormatter.php b/vendor/symfony/error-handler/ErrorRenderer/FileLinkFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php b/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php b/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Exception/FlattenException.php b/vendor/symfony/error-handler/Exception/FlattenException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Exception/SilencedErrorContext.php b/vendor/symfony/error-handler/Exception/SilencedErrorContext.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Internal/TentativeTypes.php b/vendor/symfony/error-handler/Internal/TentativeTypes.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/LICENSE b/vendor/symfony/error-handler/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/README.md b/vendor/symfony/error-handler/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/css/error.css b/vendor/symfony/error-handler/Resources/assets/css/error.css old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/css/exception.css b/vendor/symfony/error-handler/Resources/assets/css/exception.css old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/css/exception_full.css b/vendor/symfony/error-handler/Resources/assets/css/exception_full.css old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/images/chevron-right.svg b/vendor/symfony/error-handler/Resources/assets/images/chevron-right.svg old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/images/favicon.png.base64 b/vendor/symfony/error-handler/Resources/assets/images/favicon.png.base64 old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/images/icon-book.svg b/vendor/symfony/error-handler/Resources/assets/images/icon-book.svg old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/images/icon-copy.svg b/vendor/symfony/error-handler/Resources/assets/images/icon-copy.svg old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/images/icon-minus-square-o.svg b/vendor/symfony/error-handler/Resources/assets/images/icon-minus-square-o.svg old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/images/icon-minus-square.svg b/vendor/symfony/error-handler/Resources/assets/images/icon-minus-square.svg old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/images/icon-plus-square-o.svg b/vendor/symfony/error-handler/Resources/assets/images/icon-plus-square-o.svg old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/images/icon-plus-square.svg b/vendor/symfony/error-handler/Resources/assets/images/icon-plus-square.svg old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/images/icon-support.svg b/vendor/symfony/error-handler/Resources/assets/images/icon-support.svg old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/images/symfony-ghost.svg.php b/vendor/symfony/error-handler/Resources/assets/images/symfony-ghost.svg.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/images/symfony-logo.svg b/vendor/symfony/error-handler/Resources/assets/images/symfony-logo.svg old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/assets/js/exception.js b/vendor/symfony/error-handler/Resources/assets/js/exception.js old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/views/error.html.php b/vendor/symfony/error-handler/Resources/views/error.html.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/views/exception.html.php b/vendor/symfony/error-handler/Resources/views/exception.html.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/views/exception_full.html.php b/vendor/symfony/error-handler/Resources/views/exception_full.html.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/views/logs.html.php b/vendor/symfony/error-handler/Resources/views/logs.html.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/views/trace.html.php b/vendor/symfony/error-handler/Resources/views/trace.html.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/views/traces.html.php b/vendor/symfony/error-handler/Resources/views/traces.html.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/Resources/views/traces_text.html.php b/vendor/symfony/error-handler/Resources/views/traces_text.html.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/ThrowableUtils.php b/vendor/symfony/error-handler/ThrowableUtils.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/error-handler/composer.json b/vendor/symfony/error-handler/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher-contracts/CHANGELOG.md b/vendor/symfony/event-dispatcher-contracts/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher-contracts/Event.php b/vendor/symfony/event-dispatcher-contracts/Event.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php b/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher-contracts/LICENSE b/vendor/symfony/event-dispatcher-contracts/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher-contracts/README.md b/vendor/symfony/event-dispatcher-contracts/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher-contracts/composer.json b/vendor/symfony/event-dispatcher-contracts/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/Attribute/AsEventListener.php b/vendor/symfony/event-dispatcher/Attribute/AsEventListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/CHANGELOG.md b/vendor/symfony/event-dispatcher/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php b/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/Debug/WrappedListener.php b/vendor/symfony/event-dispatcher/Debug/WrappedListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php b/vendor/symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php b/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/EventDispatcher.php b/vendor/symfony/event-dispatcher/EventDispatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/EventDispatcherInterface.php b/vendor/symfony/event-dispatcher/EventDispatcherInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/EventSubscriberInterface.php b/vendor/symfony/event-dispatcher/EventSubscriberInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/GenericEvent.php b/vendor/symfony/event-dispatcher/GenericEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php b/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/LICENSE b/vendor/symfony/event-dispatcher/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/README.md b/vendor/symfony/event-dispatcher/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/event-dispatcher/composer.json b/vendor/symfony/event-dispatcher/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/filesystem/CHANGELOG.md b/vendor/symfony/filesystem/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/filesystem/Exception/ExceptionInterface.php b/vendor/symfony/filesystem/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/filesystem/Exception/FileNotFoundException.php b/vendor/symfony/filesystem/Exception/FileNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/filesystem/Exception/IOException.php b/vendor/symfony/filesystem/Exception/IOException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/filesystem/Exception/IOExceptionInterface.php b/vendor/symfony/filesystem/Exception/IOExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/filesystem/Exception/InvalidArgumentException.php b/vendor/symfony/filesystem/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/filesystem/Exception/RuntimeException.php b/vendor/symfony/filesystem/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/filesystem/Filesystem.php b/vendor/symfony/filesystem/Filesystem.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/filesystem/LICENSE b/vendor/symfony/filesystem/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/filesystem/Path.php b/vendor/symfony/filesystem/Path.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/filesystem/README.md b/vendor/symfony/filesystem/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/filesystem/composer.json b/vendor/symfony/filesystem/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/CHANGELOG.md b/vendor/symfony/finder/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Comparator/Comparator.php b/vendor/symfony/finder/Comparator/Comparator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Comparator/DateComparator.php b/vendor/symfony/finder/Comparator/DateComparator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Comparator/NumberComparator.php b/vendor/symfony/finder/Comparator/NumberComparator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Exception/AccessDeniedException.php b/vendor/symfony/finder/Exception/AccessDeniedException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Exception/DirectoryNotFoundException.php b/vendor/symfony/finder/Exception/DirectoryNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Finder.php b/vendor/symfony/finder/Finder.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Gitignore.php b/vendor/symfony/finder/Gitignore.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Glob.php b/vendor/symfony/finder/Glob.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/CustomFilterIterator.php b/vendor/symfony/finder/Iterator/CustomFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php b/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php b/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php b/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php b/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php b/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/FilenameFilterIterator.php b/vendor/symfony/finder/Iterator/FilenameFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/LazyIterator.php b/vendor/symfony/finder/Iterator/LazyIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php b/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/PathFilterIterator.php b/vendor/symfony/finder/Iterator/PathFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php b/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php b/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/SortableIterator.php b/vendor/symfony/finder/Iterator/SortableIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/Iterator/VcsIgnoredFilterIterator.php b/vendor/symfony/finder/Iterator/VcsIgnoredFilterIterator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/LICENSE b/vendor/symfony/finder/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/README.md b/vendor/symfony/finder/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/SplFileInfo.php b/vendor/symfony/finder/SplFileInfo.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/finder/composer.json b/vendor/symfony/finder/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/AcceptHeader.php b/vendor/symfony/http-foundation/AcceptHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/AcceptHeaderItem.php b/vendor/symfony/http-foundation/AcceptHeaderItem.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/BinaryFileResponse.php b/vendor/symfony/http-foundation/BinaryFileResponse.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/CHANGELOG.md b/vendor/symfony/http-foundation/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/ChainRequestMatcher.php b/vendor/symfony/http-foundation/ChainRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Cookie.php b/vendor/symfony/http-foundation/Cookie.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Exception/BadRequestException.php b/vendor/symfony/http-foundation/Exception/BadRequestException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php b/vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Exception/JsonException.php b/vendor/symfony/http-foundation/Exception/JsonException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Exception/RequestExceptionInterface.php b/vendor/symfony/http-foundation/Exception/RequestExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Exception/SessionNotFoundException.php b/vendor/symfony/http-foundation/Exception/SessionNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Exception/SuspiciousOperationException.php b/vendor/symfony/http-foundation/Exception/SuspiciousOperationException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Exception/UnexpectedValueException.php b/vendor/symfony/http-foundation/Exception/UnexpectedValueException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/ExpressionRequestMatcher.php b/vendor/symfony/http-foundation/ExpressionRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php b/vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Exception/CannotWriteFileException.php b/vendor/symfony/http-foundation/File/Exception/CannotWriteFileException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Exception/ExtensionFileException.php b/vendor/symfony/http-foundation/File/Exception/ExtensionFileException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Exception/FileException.php b/vendor/symfony/http-foundation/File/Exception/FileException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Exception/FileNotFoundException.php b/vendor/symfony/http-foundation/File/Exception/FileNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Exception/FormSizeFileException.php b/vendor/symfony/http-foundation/File/Exception/FormSizeFileException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Exception/IniSizeFileException.php b/vendor/symfony/http-foundation/File/Exception/IniSizeFileException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Exception/NoFileException.php b/vendor/symfony/http-foundation/File/Exception/NoFileException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Exception/NoTmpDirFileException.php b/vendor/symfony/http-foundation/File/Exception/NoTmpDirFileException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Exception/PartialFileException.php b/vendor/symfony/http-foundation/File/Exception/PartialFileException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Exception/UnexpectedTypeException.php b/vendor/symfony/http-foundation/File/Exception/UnexpectedTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Exception/UploadException.php b/vendor/symfony/http-foundation/File/Exception/UploadException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/File.php b/vendor/symfony/http-foundation/File/File.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/Stream.php b/vendor/symfony/http-foundation/File/Stream.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/File/UploadedFile.php b/vendor/symfony/http-foundation/File/UploadedFile.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/FileBag.php b/vendor/symfony/http-foundation/FileBag.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/HeaderBag.php b/vendor/symfony/http-foundation/HeaderBag.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/HeaderUtils.php b/vendor/symfony/http-foundation/HeaderUtils.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/InputBag.php b/vendor/symfony/http-foundation/InputBag.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/IpUtils.php b/vendor/symfony/http-foundation/IpUtils.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/JsonResponse.php b/vendor/symfony/http-foundation/JsonResponse.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/LICENSE b/vendor/symfony/http-foundation/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/ParameterBag.php b/vendor/symfony/http-foundation/ParameterBag.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/README.md b/vendor/symfony/http-foundation/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RateLimiter/AbstractRequestRateLimiter.php b/vendor/symfony/http-foundation/RateLimiter/AbstractRequestRateLimiter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RateLimiter/PeekableRequestRateLimiterInterface.php b/vendor/symfony/http-foundation/RateLimiter/PeekableRequestRateLimiterInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RateLimiter/RequestRateLimiterInterface.php b/vendor/symfony/http-foundation/RateLimiter/RequestRateLimiterInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RedirectResponse.php b/vendor/symfony/http-foundation/RedirectResponse.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Request.php b/vendor/symfony/http-foundation/Request.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RequestMatcher.php b/vendor/symfony/http-foundation/RequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RequestMatcher/AttributesRequestMatcher.php b/vendor/symfony/http-foundation/RequestMatcher/AttributesRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RequestMatcher/ExpressionRequestMatcher.php b/vendor/symfony/http-foundation/RequestMatcher/ExpressionRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RequestMatcher/HostRequestMatcher.php b/vendor/symfony/http-foundation/RequestMatcher/HostRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RequestMatcher/IpsRequestMatcher.php b/vendor/symfony/http-foundation/RequestMatcher/IpsRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RequestMatcher/IsJsonRequestMatcher.php b/vendor/symfony/http-foundation/RequestMatcher/IsJsonRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RequestMatcher/MethodRequestMatcher.php b/vendor/symfony/http-foundation/RequestMatcher/MethodRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RequestMatcher/PathRequestMatcher.php b/vendor/symfony/http-foundation/RequestMatcher/PathRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RequestMatcher/PortRequestMatcher.php b/vendor/symfony/http-foundation/RequestMatcher/PortRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RequestMatcher/SchemeRequestMatcher.php b/vendor/symfony/http-foundation/RequestMatcher/SchemeRequestMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RequestMatcherInterface.php b/vendor/symfony/http-foundation/RequestMatcherInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/RequestStack.php b/vendor/symfony/http-foundation/RequestStack.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Response.php b/vendor/symfony/http-foundation/Response.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/ResponseHeaderBag.php b/vendor/symfony/http-foundation/ResponseHeaderBag.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/ServerBag.php b/vendor/symfony/http-foundation/ServerBag.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php b/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php b/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php b/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Flash/FlashBag.php b/vendor/symfony/http-foundation/Session/Flash/FlashBag.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php b/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php b/vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Session.php b/vendor/symfony/http-foundation/Session/Session.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/SessionBagInterface.php b/vendor/symfony/http-foundation/Session/SessionBagInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/SessionBagProxy.php b/vendor/symfony/http-foundation/Session/SessionBagProxy.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/SessionFactory.php b/vendor/symfony/http-foundation/Session/SessionFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php b/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/SessionInterface.php b/vendor/symfony/http-foundation/Session/SessionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/SessionUtils.php b/vendor/symfony/http-foundation/Session/SessionUtils.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php b/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/IdentityMarshaller.php b/vendor/symfony/http-foundation/Session/Storage/Handler/IdentityMarshaller.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/MarshallingSessionHandler.php b/vendor/symfony/http-foundation/Session/Storage/Handler/MarshallingSessionHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php b/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/MigratingSessionHandler.php b/vendor/symfony/http-foundation/Session/Storage/Handler/MigratingSessionHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php b/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php b/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php b/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php b/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php b/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php b/vendor/symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php b/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php b/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php b/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php b/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorageFactory.php b/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorageFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php b/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php b/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php b/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorageFactory.php b/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorageFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php b/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php b/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php b/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php b/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/StreamedJsonResponse.php b/vendor/symfony/http-foundation/StreamedJsonResponse.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/StreamedResponse.php b/vendor/symfony/http-foundation/StreamedResponse.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Test/Constraint/RequestAttributeValueSame.php b/vendor/symfony/http-foundation/Test/Constraint/RequestAttributeValueSame.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Test/Constraint/ResponseCookieValueSame.php b/vendor/symfony/http-foundation/Test/Constraint/ResponseCookieValueSame.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Test/Constraint/ResponseFormatSame.php b/vendor/symfony/http-foundation/Test/Constraint/ResponseFormatSame.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Test/Constraint/ResponseHasCookie.php b/vendor/symfony/http-foundation/Test/Constraint/ResponseHasCookie.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Test/Constraint/ResponseHasHeader.php b/vendor/symfony/http-foundation/Test/Constraint/ResponseHasHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Test/Constraint/ResponseHeaderLocationSame.php b/vendor/symfony/http-foundation/Test/Constraint/ResponseHeaderLocationSame.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Test/Constraint/ResponseHeaderSame.php b/vendor/symfony/http-foundation/Test/Constraint/ResponseHeaderSame.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Test/Constraint/ResponseIsRedirected.php b/vendor/symfony/http-foundation/Test/Constraint/ResponseIsRedirected.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Test/Constraint/ResponseIsSuccessful.php b/vendor/symfony/http-foundation/Test/Constraint/ResponseIsSuccessful.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Test/Constraint/ResponseIsUnprocessable.php b/vendor/symfony/http-foundation/Test/Constraint/ResponseIsUnprocessable.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/Test/Constraint/ResponseStatusCodeSame.php b/vendor/symfony/http-foundation/Test/Constraint/ResponseStatusCodeSame.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/UriSigner.php b/vendor/symfony/http-foundation/UriSigner.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/UrlHelper.php b/vendor/symfony/http-foundation/UrlHelper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-foundation/composer.json b/vendor/symfony/http-foundation/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Attribute/AsController.php b/vendor/symfony/http-kernel/Attribute/AsController.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Attribute/AsTargetedValueResolver.php b/vendor/symfony/http-kernel/Attribute/AsTargetedValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Attribute/Cache.php b/vendor/symfony/http-kernel/Attribute/Cache.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Attribute/MapDateTime.php b/vendor/symfony/http-kernel/Attribute/MapDateTime.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Attribute/MapQueryParameter.php b/vendor/symfony/http-kernel/Attribute/MapQueryParameter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Attribute/MapQueryString.php b/vendor/symfony/http-kernel/Attribute/MapQueryString.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Attribute/MapRequestPayload.php b/vendor/symfony/http-kernel/Attribute/MapRequestPayload.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Attribute/ValueResolver.php b/vendor/symfony/http-kernel/Attribute/ValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Attribute/WithHttpStatus.php b/vendor/symfony/http-kernel/Attribute/WithHttpStatus.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Attribute/WithLogLevel.php b/vendor/symfony/http-kernel/Attribute/WithLogLevel.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Bundle/AbstractBundle.php b/vendor/symfony/http-kernel/Bundle/AbstractBundle.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Bundle/Bundle.php b/vendor/symfony/http-kernel/Bundle/Bundle.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Bundle/BundleExtension.php b/vendor/symfony/http-kernel/Bundle/BundleExtension.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Bundle/BundleInterface.php b/vendor/symfony/http-kernel/Bundle/BundleInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/CHANGELOG.md b/vendor/symfony/http-kernel/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php b/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php b/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php b/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/CacheWarmer/CacheWarmer.php b/vendor/symfony/http-kernel/CacheWarmer/CacheWarmer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php b/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php b/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php b/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Config/FileLocator.php b/vendor/symfony/http-kernel/Config/FileLocator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/BackedEnumValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/BackedEnumValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/DateTimeValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/DateTimeValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/UidValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/UidValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php b/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php b/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php b/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php b/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ControllerReference.php b/vendor/symfony/http-kernel/Controller/ControllerReference.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ControllerResolver.php b/vendor/symfony/http-kernel/Controller/ControllerResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php b/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ErrorController.php b/vendor/symfony/http-kernel/Controller/ErrorController.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php b/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php b/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Controller/ValueResolverInterface.php b/vendor/symfony/http-kernel/Controller/ValueResolverInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadata.php b/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadata.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php b/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php b/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php b/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php b/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/DataCollector.php b/vendor/symfony/http-kernel/DataCollector/DataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php b/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php b/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php b/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php b/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php b/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php b/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php b/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php b/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php b/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php b/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Debug/ErrorHandlerConfigurator.php b/vendor/symfony/http-kernel/Debug/ErrorHandlerConfigurator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php b/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php b/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Debug/VirtualRequestStack.php b/vendor/symfony/http-kernel/Debug/VirtualRequestStack.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/AddAnnotatedClassesToCachePass.php b/vendor/symfony/http-kernel/DependencyInjection/AddAnnotatedClassesToCachePass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php b/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php b/vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/Extension.php b/vendor/symfony/http-kernel/DependencyInjection/Extension.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php b/vendor/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php b/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/LoggerPass.php b/vendor/symfony/http-kernel/DependencyInjection/LoggerPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php b/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php b/vendor/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/RegisterLocaleAwareServicesPass.php b/vendor/symfony/http-kernel/DependencyInjection/RegisterLocaleAwareServicesPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php b/vendor/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/ResettableServicePass.php b/vendor/symfony/http-kernel/DependencyInjection/ResettableServicePass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php b/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Event/ControllerArgumentsEvent.php b/vendor/symfony/http-kernel/Event/ControllerArgumentsEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Event/ControllerEvent.php b/vendor/symfony/http-kernel/Event/ControllerEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Event/ExceptionEvent.php b/vendor/symfony/http-kernel/Event/ExceptionEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Event/FinishRequestEvent.php b/vendor/symfony/http-kernel/Event/FinishRequestEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Event/KernelEvent.php b/vendor/symfony/http-kernel/Event/KernelEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Event/RequestEvent.php b/vendor/symfony/http-kernel/Event/RequestEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Event/ResponseEvent.php b/vendor/symfony/http-kernel/Event/ResponseEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Event/TerminateEvent.php b/vendor/symfony/http-kernel/Event/TerminateEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Event/ViewEvent.php b/vendor/symfony/http-kernel/Event/ViewEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php b/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php b/vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/CacheAttributeListener.php b/vendor/symfony/http-kernel/EventListener/CacheAttributeListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php b/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php b/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/DumpListener.php b/vendor/symfony/http-kernel/EventListener/DumpListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/ErrorListener.php b/vendor/symfony/http-kernel/EventListener/ErrorListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/FragmentListener.php b/vendor/symfony/http-kernel/EventListener/FragmentListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php b/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/LocaleListener.php b/vendor/symfony/http-kernel/EventListener/LocaleListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/ProfilerListener.php b/vendor/symfony/http-kernel/EventListener/ProfilerListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/ResponseListener.php b/vendor/symfony/http-kernel/EventListener/ResponseListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/RouterListener.php b/vendor/symfony/http-kernel/EventListener/RouterListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/SessionListener.php b/vendor/symfony/http-kernel/EventListener/SessionListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php b/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/SurrogateListener.php b/vendor/symfony/http-kernel/EventListener/SurrogateListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php b/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/AccessDeniedHttpException.php b/vendor/symfony/http-kernel/Exception/AccessDeniedHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/BadRequestHttpException.php b/vendor/symfony/http-kernel/Exception/BadRequestHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/ConflictHttpException.php b/vendor/symfony/http-kernel/Exception/ConflictHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/ControllerDoesNotReturnResponseException.php b/vendor/symfony/http-kernel/Exception/ControllerDoesNotReturnResponseException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/GoneHttpException.php b/vendor/symfony/http-kernel/Exception/GoneHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/HttpException.php b/vendor/symfony/http-kernel/Exception/HttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/HttpExceptionInterface.php b/vendor/symfony/http-kernel/Exception/HttpExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/InvalidMetadataException.php b/vendor/symfony/http-kernel/Exception/InvalidMetadataException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php b/vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/LockedHttpException.php b/vendor/symfony/http-kernel/Exception/LockedHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/MethodNotAllowedHttpException.php b/vendor/symfony/http-kernel/Exception/MethodNotAllowedHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/NotAcceptableHttpException.php b/vendor/symfony/http-kernel/Exception/NotAcceptableHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/NotFoundHttpException.php b/vendor/symfony/http-kernel/Exception/NotFoundHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/PreconditionFailedHttpException.php b/vendor/symfony/http-kernel/Exception/PreconditionFailedHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php b/vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/ResolverNotFoundException.php b/vendor/symfony/http-kernel/Exception/ResolverNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/ServiceUnavailableHttpException.php b/vendor/symfony/http-kernel/Exception/ServiceUnavailableHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php b/vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php b/vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/UnexpectedSessionUsageException.php b/vendor/symfony/http-kernel/Exception/UnexpectedSessionUsageException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/UnprocessableEntityHttpException.php b/vendor/symfony/http-kernel/Exception/UnprocessableEntityHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Exception/UnsupportedMediaTypeHttpException.php b/vendor/symfony/http-kernel/Exception/UnsupportedMediaTypeHttpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php b/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php b/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Fragment/FragmentHandler.php b/vendor/symfony/http-kernel/Fragment/FragmentHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php b/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php b/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php b/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php b/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php b/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php b/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Fragment/SsiFragmentRenderer.php b/vendor/symfony/http-kernel/Fragment/SsiFragmentRenderer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php b/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpCache/CacheWasLockedException.php b/vendor/symfony/http-kernel/HttpCache/CacheWasLockedException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpCache/Esi.php b/vendor/symfony/http-kernel/HttpCache/Esi.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpCache/HttpCache.php b/vendor/symfony/http-kernel/HttpCache/HttpCache.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php b/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php b/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpCache/Ssi.php b/vendor/symfony/http-kernel/HttpCache/Ssi.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpCache/Store.php b/vendor/symfony/http-kernel/HttpCache/Store.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpCache/StoreInterface.php b/vendor/symfony/http-kernel/HttpCache/StoreInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php b/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php b/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpClientKernel.php b/vendor/symfony/http-kernel/HttpClientKernel.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpKernel.php b/vendor/symfony/http-kernel/HttpKernel.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpKernelBrowser.php b/vendor/symfony/http-kernel/HttpKernelBrowser.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/HttpKernelInterface.php b/vendor/symfony/http-kernel/HttpKernelInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Kernel.php b/vendor/symfony/http-kernel/Kernel.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/KernelEvents.php b/vendor/symfony/http-kernel/KernelEvents.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/KernelInterface.php b/vendor/symfony/http-kernel/KernelInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/LICENSE b/vendor/symfony/http-kernel/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Log/DebugLoggerConfigurator.php b/vendor/symfony/http-kernel/Log/DebugLoggerConfigurator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php b/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Log/Logger.php b/vendor/symfony/http-kernel/Log/Logger.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php b/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Profiler/Profile.php b/vendor/symfony/http-kernel/Profiler/Profile.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Profiler/Profiler.php b/vendor/symfony/http-kernel/Profiler/Profiler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php b/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/README.md b/vendor/symfony/http-kernel/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/RebootableInterface.php b/vendor/symfony/http-kernel/RebootableInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/Resources/welcome.html.php b/vendor/symfony/http-kernel/Resources/welcome.html.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/TerminableInterface.php b/vendor/symfony/http-kernel/TerminableInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/UriSigner.php b/vendor/symfony/http-kernel/UriSigner.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/http-kernel/composer.json b/vendor/symfony/http-kernel/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/CHANGELOG.md b/vendor/symfony/mailer/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Command/MailerTestCommand.php b/vendor/symfony/mailer/Command/MailerTestCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/DataCollector/MessageDataCollector.php b/vendor/symfony/mailer/DataCollector/MessageDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/DelayedEnvelope.php b/vendor/symfony/mailer/DelayedEnvelope.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Envelope.php b/vendor/symfony/mailer/Envelope.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Event/FailedMessageEvent.php b/vendor/symfony/mailer/Event/FailedMessageEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Event/MessageEvent.php b/vendor/symfony/mailer/Event/MessageEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Event/MessageEvents.php b/vendor/symfony/mailer/Event/MessageEvents.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Event/SentMessageEvent.php b/vendor/symfony/mailer/Event/SentMessageEvent.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/EventListener/EnvelopeListener.php b/vendor/symfony/mailer/EventListener/EnvelopeListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/EventListener/MessageListener.php b/vendor/symfony/mailer/EventListener/MessageListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/EventListener/MessageLoggerListener.php b/vendor/symfony/mailer/EventListener/MessageLoggerListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/EventListener/MessengerTransportListener.php b/vendor/symfony/mailer/EventListener/MessengerTransportListener.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Exception/ExceptionInterface.php b/vendor/symfony/mailer/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Exception/HttpTransportException.php b/vendor/symfony/mailer/Exception/HttpTransportException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Exception/IncompleteDsnException.php b/vendor/symfony/mailer/Exception/IncompleteDsnException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Exception/InvalidArgumentException.php b/vendor/symfony/mailer/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Exception/LogicException.php b/vendor/symfony/mailer/Exception/LogicException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Exception/RuntimeException.php b/vendor/symfony/mailer/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Exception/TransportException.php b/vendor/symfony/mailer/Exception/TransportException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Exception/TransportExceptionInterface.php b/vendor/symfony/mailer/Exception/TransportExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Exception/UnexpectedResponseException.php b/vendor/symfony/mailer/Exception/UnexpectedResponseException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Exception/UnsupportedSchemeException.php b/vendor/symfony/mailer/Exception/UnsupportedSchemeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Header/MetadataHeader.php b/vendor/symfony/mailer/Header/MetadataHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Header/TagHeader.php b/vendor/symfony/mailer/Header/TagHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/LICENSE b/vendor/symfony/mailer/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Mailer.php b/vendor/symfony/mailer/Mailer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/MailerInterface.php b/vendor/symfony/mailer/MailerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Messenger/MessageHandler.php b/vendor/symfony/mailer/Messenger/MessageHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Messenger/SendEmailMessage.php b/vendor/symfony/mailer/Messenger/SendEmailMessage.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/README.md b/vendor/symfony/mailer/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/SentMessage.php b/vendor/symfony/mailer/SentMessage.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Test/Constraint/EmailCount.php b/vendor/symfony/mailer/Test/Constraint/EmailCount.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Test/Constraint/EmailIsQueued.php b/vendor/symfony/mailer/Test/Constraint/EmailIsQueued.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Test/TransportFactoryTestCase.php b/vendor/symfony/mailer/Test/TransportFactoryTestCase.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport.php b/vendor/symfony/mailer/Transport.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/AbstractApiTransport.php b/vendor/symfony/mailer/Transport/AbstractApiTransport.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/AbstractHttpTransport.php b/vendor/symfony/mailer/Transport/AbstractHttpTransport.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/AbstractTransport.php b/vendor/symfony/mailer/Transport/AbstractTransport.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/AbstractTransportFactory.php b/vendor/symfony/mailer/Transport/AbstractTransportFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Dsn.php b/vendor/symfony/mailer/Transport/Dsn.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/FailoverTransport.php b/vendor/symfony/mailer/Transport/FailoverTransport.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/NativeTransportFactory.php b/vendor/symfony/mailer/Transport/NativeTransportFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/NullTransport.php b/vendor/symfony/mailer/Transport/NullTransport.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/NullTransportFactory.php b/vendor/symfony/mailer/Transport/NullTransportFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/RoundRobinTransport.php b/vendor/symfony/mailer/Transport/RoundRobinTransport.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/SendmailTransport.php b/vendor/symfony/mailer/Transport/SendmailTransport.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/SendmailTransportFactory.php b/vendor/symfony/mailer/Transport/SendmailTransportFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Smtp/Auth/AuthenticatorInterface.php b/vendor/symfony/mailer/Transport/Smtp/Auth/AuthenticatorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Smtp/Auth/CramMd5Authenticator.php b/vendor/symfony/mailer/Transport/Smtp/Auth/CramMd5Authenticator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Smtp/Auth/LoginAuthenticator.php b/vendor/symfony/mailer/Transport/Smtp/Auth/LoginAuthenticator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Smtp/Auth/PlainAuthenticator.php b/vendor/symfony/mailer/Transport/Smtp/Auth/PlainAuthenticator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Smtp/Auth/XOAuth2Authenticator.php b/vendor/symfony/mailer/Transport/Smtp/Auth/XOAuth2Authenticator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php b/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php b/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php b/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Smtp/Stream/AbstractStream.php b/vendor/symfony/mailer/Transport/Smtp/Stream/AbstractStream.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Smtp/Stream/ProcessStream.php b/vendor/symfony/mailer/Transport/Smtp/Stream/ProcessStream.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php b/vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/TransportFactoryInterface.php b/vendor/symfony/mailer/Transport/TransportFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/TransportInterface.php b/vendor/symfony/mailer/Transport/TransportInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/Transport/Transports.php b/vendor/symfony/mailer/Transport/Transports.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mailer/composer.json b/vendor/symfony/mailer/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Address.php b/vendor/symfony/mime/Address.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/BodyRendererInterface.php b/vendor/symfony/mime/BodyRendererInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/CHANGELOG.md b/vendor/symfony/mime/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/CharacterStream.php b/vendor/symfony/mime/CharacterStream.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Crypto/DkimOptions.php b/vendor/symfony/mime/Crypto/DkimOptions.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Crypto/DkimSigner.php b/vendor/symfony/mime/Crypto/DkimSigner.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Crypto/SMime.php b/vendor/symfony/mime/Crypto/SMime.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Crypto/SMimeEncrypter.php b/vendor/symfony/mime/Crypto/SMimeEncrypter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Crypto/SMimeSigner.php b/vendor/symfony/mime/Crypto/SMimeSigner.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/DependencyInjection/AddMimeTypeGuesserPass.php b/vendor/symfony/mime/DependencyInjection/AddMimeTypeGuesserPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/DraftEmail.php b/vendor/symfony/mime/DraftEmail.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Email.php b/vendor/symfony/mime/Email.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/AddressEncoderInterface.php b/vendor/symfony/mime/Encoder/AddressEncoderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/Base64ContentEncoder.php b/vendor/symfony/mime/Encoder/Base64ContentEncoder.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/Base64Encoder.php b/vendor/symfony/mime/Encoder/Base64Encoder.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/Base64MimeHeaderEncoder.php b/vendor/symfony/mime/Encoder/Base64MimeHeaderEncoder.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/ContentEncoderInterface.php b/vendor/symfony/mime/Encoder/ContentEncoderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/EightBitContentEncoder.php b/vendor/symfony/mime/Encoder/EightBitContentEncoder.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/EncoderInterface.php b/vendor/symfony/mime/Encoder/EncoderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/IdnAddressEncoder.php b/vendor/symfony/mime/Encoder/IdnAddressEncoder.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/MimeHeaderEncoderInterface.php b/vendor/symfony/mime/Encoder/MimeHeaderEncoderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/QpContentEncoder.php b/vendor/symfony/mime/Encoder/QpContentEncoder.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/QpEncoder.php b/vendor/symfony/mime/Encoder/QpEncoder.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/QpMimeHeaderEncoder.php b/vendor/symfony/mime/Encoder/QpMimeHeaderEncoder.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Encoder/Rfc2231Encoder.php b/vendor/symfony/mime/Encoder/Rfc2231Encoder.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Exception/AddressEncoderException.php b/vendor/symfony/mime/Exception/AddressEncoderException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Exception/ExceptionInterface.php b/vendor/symfony/mime/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Exception/InvalidArgumentException.php b/vendor/symfony/mime/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Exception/LogicException.php b/vendor/symfony/mime/Exception/LogicException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Exception/RfcComplianceException.php b/vendor/symfony/mime/Exception/RfcComplianceException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Exception/RuntimeException.php b/vendor/symfony/mime/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/FileBinaryMimeTypeGuesser.php b/vendor/symfony/mime/FileBinaryMimeTypeGuesser.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/FileinfoMimeTypeGuesser.php b/vendor/symfony/mime/FileinfoMimeTypeGuesser.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Header/AbstractHeader.php b/vendor/symfony/mime/Header/AbstractHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Header/DateHeader.php b/vendor/symfony/mime/Header/DateHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Header/HeaderInterface.php b/vendor/symfony/mime/Header/HeaderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Header/Headers.php b/vendor/symfony/mime/Header/Headers.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Header/IdentificationHeader.php b/vendor/symfony/mime/Header/IdentificationHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Header/MailboxHeader.php b/vendor/symfony/mime/Header/MailboxHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Header/MailboxListHeader.php b/vendor/symfony/mime/Header/MailboxListHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Header/ParameterizedHeader.php b/vendor/symfony/mime/Header/ParameterizedHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Header/PathHeader.php b/vendor/symfony/mime/Header/PathHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Header/UnstructuredHeader.php b/vendor/symfony/mime/Header/UnstructuredHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/HtmlToTextConverter/DefaultHtmlToTextConverter.php b/vendor/symfony/mime/HtmlToTextConverter/DefaultHtmlToTextConverter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/HtmlToTextConverter/HtmlToTextConverterInterface.php b/vendor/symfony/mime/HtmlToTextConverter/HtmlToTextConverterInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/HtmlToTextConverter/LeagueHtmlToMarkdownConverter.php b/vendor/symfony/mime/HtmlToTextConverter/LeagueHtmlToMarkdownConverter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/LICENSE b/vendor/symfony/mime/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Message.php b/vendor/symfony/mime/Message.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/MessageConverter.php b/vendor/symfony/mime/MessageConverter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/MimeTypeGuesserInterface.php b/vendor/symfony/mime/MimeTypeGuesserInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/MimeTypes.php b/vendor/symfony/mime/MimeTypes.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/MimeTypesInterface.php b/vendor/symfony/mime/MimeTypesInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Part/AbstractMultipartPart.php b/vendor/symfony/mime/Part/AbstractMultipartPart.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Part/AbstractPart.php b/vendor/symfony/mime/Part/AbstractPart.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Part/DataPart.php b/vendor/symfony/mime/Part/DataPart.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Part/File.php b/vendor/symfony/mime/Part/File.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Part/MessagePart.php b/vendor/symfony/mime/Part/MessagePart.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Part/Multipart/AlternativePart.php b/vendor/symfony/mime/Part/Multipart/AlternativePart.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Part/Multipart/DigestPart.php b/vendor/symfony/mime/Part/Multipart/DigestPart.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Part/Multipart/FormDataPart.php b/vendor/symfony/mime/Part/Multipart/FormDataPart.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Part/Multipart/MixedPart.php b/vendor/symfony/mime/Part/Multipart/MixedPart.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Part/Multipart/RelatedPart.php b/vendor/symfony/mime/Part/Multipart/RelatedPart.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Part/SMimePart.php b/vendor/symfony/mime/Part/SMimePart.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Part/TextPart.php b/vendor/symfony/mime/Part/TextPart.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/README.md b/vendor/symfony/mime/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/RawMessage.php b/vendor/symfony/mime/RawMessage.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Resources/bin/update_mime_types.php b/vendor/symfony/mime/Resources/bin/update_mime_types.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Test/Constraint/EmailAddressContains.php b/vendor/symfony/mime/Test/Constraint/EmailAddressContains.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Test/Constraint/EmailAttachmentCount.php b/vendor/symfony/mime/Test/Constraint/EmailAttachmentCount.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Test/Constraint/EmailHasHeader.php b/vendor/symfony/mime/Test/Constraint/EmailHasHeader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Test/Constraint/EmailHeaderSame.php b/vendor/symfony/mime/Test/Constraint/EmailHeaderSame.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Test/Constraint/EmailHtmlBodyContains.php b/vendor/symfony/mime/Test/Constraint/EmailHtmlBodyContains.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Test/Constraint/EmailSubjectContains.php b/vendor/symfony/mime/Test/Constraint/EmailSubjectContains.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/Test/Constraint/EmailTextBodyContains.php b/vendor/symfony/mime/Test/Constraint/EmailTextBodyContains.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/mime/composer.json b/vendor/symfony/mime/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-ctype/Ctype.php b/vendor/symfony/polyfill-ctype/Ctype.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-ctype/LICENSE b/vendor/symfony/polyfill-ctype/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-ctype/README.md b/vendor/symfony/polyfill-ctype/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-ctype/bootstrap.php b/vendor/symfony/polyfill-ctype/bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-ctype/bootstrap80.php b/vendor/symfony/polyfill-ctype/bootstrap80.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-ctype/composer.json b/vendor/symfony/polyfill-ctype/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-grapheme/Grapheme.php b/vendor/symfony/polyfill-intl-grapheme/Grapheme.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-grapheme/LICENSE b/vendor/symfony/polyfill-intl-grapheme/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-grapheme/README.md b/vendor/symfony/polyfill-intl-grapheme/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-grapheme/bootstrap.php b/vendor/symfony/polyfill-intl-grapheme/bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-grapheme/bootstrap80.php b/vendor/symfony/polyfill-intl-grapheme/bootstrap80.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-grapheme/composer.json b/vendor/symfony/polyfill-intl-grapheme/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/Idn.php b/vendor/symfony/polyfill-intl-idn/Idn.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/Info.php b/vendor/symfony/polyfill-intl-idn/Info.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/LICENSE b/vendor/symfony/polyfill-intl-idn/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/README.md b/vendor/symfony/polyfill-intl-idn/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php b/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php b/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php b/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php b/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php b/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php b/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php b/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php b/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php b/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/bootstrap.php b/vendor/symfony/polyfill-intl-idn/bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/bootstrap80.php b/vendor/symfony/polyfill-intl-idn/bootstrap80.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-idn/composer.json b/vendor/symfony/polyfill-intl-idn/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-normalizer/LICENSE b/vendor/symfony/polyfill-intl-normalizer/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-normalizer/Normalizer.php b/vendor/symfony/polyfill-intl-normalizer/Normalizer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-normalizer/README.md b/vendor/symfony/polyfill-intl-normalizer/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php b/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php b/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php b/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php b/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php b/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-normalizer/bootstrap.php b/vendor/symfony/polyfill-intl-normalizer/bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php b/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-intl-normalizer/composer.json b/vendor/symfony/polyfill-intl-normalizer/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-mbstring/LICENSE b/vendor/symfony/polyfill-mbstring/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-mbstring/Mbstring.php b/vendor/symfony/polyfill-mbstring/Mbstring.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-mbstring/README.md b/vendor/symfony/polyfill-mbstring/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php b/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php b/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php b/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php b/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-mbstring/bootstrap.php b/vendor/symfony/polyfill-mbstring/bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-mbstring/bootstrap80.php b/vendor/symfony/polyfill-mbstring/bootstrap80.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-mbstring/composer.json b/vendor/symfony/polyfill-mbstring/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php80/LICENSE b/vendor/symfony/polyfill-php80/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php80/Php80.php b/vendor/symfony/polyfill-php80/Php80.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php80/PhpToken.php b/vendor/symfony/polyfill-php80/PhpToken.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php80/README.md b/vendor/symfony/polyfill-php80/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php b/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php b/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php b/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php b/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php b/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php80/bootstrap.php b/vendor/symfony/polyfill-php80/bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php80/composer.json b/vendor/symfony/polyfill-php80/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/LICENSE b/vendor/symfony/polyfill-php83/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/Php83.php b/vendor/symfony/polyfill-php83/Php83.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/README.md b/vendor/symfony/polyfill-php83/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/Resources/stubs/DateError.php b/vendor/symfony/polyfill-php83/Resources/stubs/DateError.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/Resources/stubs/DateException.php b/vendor/symfony/polyfill-php83/Resources/stubs/DateException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidOperationException.php b/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidOperationException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidTimeZoneException.php b/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidTimeZoneException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedIntervalStringException.php b/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedIntervalStringException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedPeriodStringException.php b/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedPeriodStringException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedStringException.php b/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedStringException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/Resources/stubs/DateObjectError.php b/vendor/symfony/polyfill-php83/Resources/stubs/DateObjectError.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/Resources/stubs/DateRangeError.php b/vendor/symfony/polyfill-php83/Resources/stubs/DateRangeError.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/Resources/stubs/Override.php b/vendor/symfony/polyfill-php83/Resources/stubs/Override.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/Resources/stubs/SQLite3Exception.php b/vendor/symfony/polyfill-php83/Resources/stubs/SQLite3Exception.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/bootstrap.php b/vendor/symfony/polyfill-php83/bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/bootstrap80.php b/vendor/symfony/polyfill-php83/bootstrap80.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/bootstrap81.php b/vendor/symfony/polyfill-php83/bootstrap81.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-php83/composer.json b/vendor/symfony/polyfill-php83/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-uuid/LICENSE b/vendor/symfony/polyfill-uuid/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-uuid/README.md b/vendor/symfony/polyfill-uuid/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-uuid/Uuid.php b/vendor/symfony/polyfill-uuid/Uuid.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-uuid/bootstrap.php b/vendor/symfony/polyfill-uuid/bootstrap.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-uuid/bootstrap80.php b/vendor/symfony/polyfill-uuid/bootstrap80.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/polyfill-uuid/composer.json b/vendor/symfony/polyfill-uuid/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/CHANGELOG.md b/vendor/symfony/process/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Exception/ExceptionInterface.php b/vendor/symfony/process/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Exception/InvalidArgumentException.php b/vendor/symfony/process/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Exception/LogicException.php b/vendor/symfony/process/Exception/LogicException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Exception/ProcessFailedException.php b/vendor/symfony/process/Exception/ProcessFailedException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Exception/ProcessSignaledException.php b/vendor/symfony/process/Exception/ProcessSignaledException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Exception/ProcessTimedOutException.php b/vendor/symfony/process/Exception/ProcessTimedOutException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Exception/RunProcessFailedException.php b/vendor/symfony/process/Exception/RunProcessFailedException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Exception/RuntimeException.php b/vendor/symfony/process/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/ExecutableFinder.php b/vendor/symfony/process/ExecutableFinder.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/InputStream.php b/vendor/symfony/process/InputStream.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/LICENSE b/vendor/symfony/process/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Messenger/RunProcessContext.php b/vendor/symfony/process/Messenger/RunProcessContext.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Messenger/RunProcessMessage.php b/vendor/symfony/process/Messenger/RunProcessMessage.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Messenger/RunProcessMessageHandler.php b/vendor/symfony/process/Messenger/RunProcessMessageHandler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/PhpExecutableFinder.php b/vendor/symfony/process/PhpExecutableFinder.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/PhpProcess.php b/vendor/symfony/process/PhpProcess.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/PhpSubprocess.php b/vendor/symfony/process/PhpSubprocess.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Pipes/AbstractPipes.php b/vendor/symfony/process/Pipes/AbstractPipes.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Pipes/PipesInterface.php b/vendor/symfony/process/Pipes/PipesInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Pipes/UnixPipes.php b/vendor/symfony/process/Pipes/UnixPipes.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Pipes/WindowsPipes.php b/vendor/symfony/process/Pipes/WindowsPipes.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/Process.php b/vendor/symfony/process/Process.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/ProcessUtils.php b/vendor/symfony/process/ProcessUtils.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/README.md b/vendor/symfony/process/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/process/composer.json b/vendor/symfony/process/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Alias.php b/vendor/symfony/routing/Alias.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Annotation/Route.php b/vendor/symfony/routing/Annotation/Route.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Attribute/Route.php b/vendor/symfony/routing/Attribute/Route.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/CHANGELOG.md b/vendor/symfony/routing/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/CompiledRoute.php b/vendor/symfony/routing/CompiledRoute.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/DependencyInjection/AddExpressionLanguageProvidersPass.php b/vendor/symfony/routing/DependencyInjection/AddExpressionLanguageProvidersPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/DependencyInjection/RoutingResolverPass.php b/vendor/symfony/routing/DependencyInjection/RoutingResolverPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Exception/ExceptionInterface.php b/vendor/symfony/routing/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Exception/InvalidArgumentException.php b/vendor/symfony/routing/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Exception/InvalidParameterException.php b/vendor/symfony/routing/Exception/InvalidParameterException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Exception/MethodNotAllowedException.php b/vendor/symfony/routing/Exception/MethodNotAllowedException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Exception/MissingMandatoryParametersException.php b/vendor/symfony/routing/Exception/MissingMandatoryParametersException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Exception/NoConfigurationException.php b/vendor/symfony/routing/Exception/NoConfigurationException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Exception/ResourceNotFoundException.php b/vendor/symfony/routing/Exception/ResourceNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Exception/RouteCircularReferenceException.php b/vendor/symfony/routing/Exception/RouteCircularReferenceException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Exception/RouteNotFoundException.php b/vendor/symfony/routing/Exception/RouteNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Exception/RuntimeException.php b/vendor/symfony/routing/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Generator/CompiledUrlGenerator.php b/vendor/symfony/routing/Generator/CompiledUrlGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php b/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php b/vendor/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Generator/Dumper/GeneratorDumper.php b/vendor/symfony/routing/Generator/Dumper/GeneratorDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php b/vendor/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Generator/UrlGenerator.php b/vendor/symfony/routing/Generator/UrlGenerator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Generator/UrlGeneratorInterface.php b/vendor/symfony/routing/Generator/UrlGeneratorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/LICENSE b/vendor/symfony/routing/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/AnnotationClassLoader.php b/vendor/symfony/routing/Loader/AnnotationClassLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php b/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/AnnotationFileLoader.php b/vendor/symfony/routing/Loader/AnnotationFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/AttributeClassLoader.php b/vendor/symfony/routing/Loader/AttributeClassLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/AttributeDirectoryLoader.php b/vendor/symfony/routing/Loader/AttributeDirectoryLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/AttributeFileLoader.php b/vendor/symfony/routing/Loader/AttributeFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/ClosureLoader.php b/vendor/symfony/routing/Loader/ClosureLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/Configurator/AliasConfigurator.php b/vendor/symfony/routing/Loader/Configurator/AliasConfigurator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/Configurator/CollectionConfigurator.php b/vendor/symfony/routing/Loader/Configurator/CollectionConfigurator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/Configurator/ImportConfigurator.php b/vendor/symfony/routing/Loader/Configurator/ImportConfigurator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/Configurator/RouteConfigurator.php b/vendor/symfony/routing/Loader/Configurator/RouteConfigurator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php b/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/Configurator/Traits/AddTrait.php b/vendor/symfony/routing/Loader/Configurator/Traits/AddTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php b/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php b/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php b/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/Configurator/Traits/RouteTrait.php b/vendor/symfony/routing/Loader/Configurator/Traits/RouteTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/ContainerLoader.php b/vendor/symfony/routing/Loader/ContainerLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/DirectoryLoader.php b/vendor/symfony/routing/Loader/DirectoryLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/GlobFileLoader.php b/vendor/symfony/routing/Loader/GlobFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/ObjectLoader.php b/vendor/symfony/routing/Loader/ObjectLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/PhpFileLoader.php b/vendor/symfony/routing/Loader/PhpFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/Psr4DirectoryLoader.php b/vendor/symfony/routing/Loader/Psr4DirectoryLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/XmlFileLoader.php b/vendor/symfony/routing/Loader/XmlFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/YamlFileLoader.php b/vendor/symfony/routing/Loader/YamlFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Loader/schema/routing/routing-1.0.xsd b/vendor/symfony/routing/Loader/schema/routing/routing-1.0.xsd old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/CompiledUrlMatcher.php b/vendor/symfony/routing/Matcher/CompiledUrlMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherDumper.php b/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php b/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/Dumper/MatcherDumper.php b/vendor/symfony/routing/Matcher/Dumper/MatcherDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php b/vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php b/vendor/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php b/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php b/vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php b/vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/RequestMatcherInterface.php b/vendor/symfony/routing/Matcher/RequestMatcherInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/TraceableUrlMatcher.php b/vendor/symfony/routing/Matcher/TraceableUrlMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/UrlMatcher.php b/vendor/symfony/routing/Matcher/UrlMatcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Matcher/UrlMatcherInterface.php b/vendor/symfony/routing/Matcher/UrlMatcherInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/README.md b/vendor/symfony/routing/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/RequestContext.php b/vendor/symfony/routing/RequestContext.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/RequestContextAwareInterface.php b/vendor/symfony/routing/RequestContextAwareInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Requirement/EnumRequirement.php b/vendor/symfony/routing/Requirement/EnumRequirement.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Requirement/Requirement.php b/vendor/symfony/routing/Requirement/Requirement.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Route.php b/vendor/symfony/routing/Route.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/RouteCollection.php b/vendor/symfony/routing/RouteCollection.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/RouteCompiler.php b/vendor/symfony/routing/RouteCompiler.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/RouteCompilerInterface.php b/vendor/symfony/routing/RouteCompilerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/Router.php b/vendor/symfony/routing/Router.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/RouterInterface.php b/vendor/symfony/routing/RouterInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/routing/composer.json b/vendor/symfony/routing/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/Attribute/Required.php b/vendor/symfony/service-contracts/Attribute/Required.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/Attribute/SubscribedService.php b/vendor/symfony/service-contracts/Attribute/SubscribedService.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/CHANGELOG.md b/vendor/symfony/service-contracts/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/LICENSE b/vendor/symfony/service-contracts/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/README.md b/vendor/symfony/service-contracts/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/ResetInterface.php b/vendor/symfony/service-contracts/ResetInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/ServiceCollectionInterface.php b/vendor/symfony/service-contracts/ServiceCollectionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/ServiceLocatorTrait.php b/vendor/symfony/service-contracts/ServiceLocatorTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/ServiceMethodsSubscriberTrait.php b/vendor/symfony/service-contracts/ServiceMethodsSubscriberTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/ServiceProviderInterface.php b/vendor/symfony/service-contracts/ServiceProviderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/ServiceSubscriberInterface.php b/vendor/symfony/service-contracts/ServiceSubscriberInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/ServiceSubscriberTrait.php b/vendor/symfony/service-contracts/ServiceSubscriberTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php b/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php b/vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/service-contracts/composer.json b/vendor/symfony/service-contracts/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/AbstractString.php b/vendor/symfony/string/AbstractString.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/AbstractUnicodeString.php b/vendor/symfony/string/AbstractUnicodeString.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/ByteString.php b/vendor/symfony/string/ByteString.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/CHANGELOG.md b/vendor/symfony/string/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/CodePointString.php b/vendor/symfony/string/CodePointString.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/Exception/ExceptionInterface.php b/vendor/symfony/string/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/Exception/InvalidArgumentException.php b/vendor/symfony/string/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/Exception/RuntimeException.php b/vendor/symfony/string/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/Inflector/EnglishInflector.php b/vendor/symfony/string/Inflector/EnglishInflector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/Inflector/FrenchInflector.php b/vendor/symfony/string/Inflector/FrenchInflector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/Inflector/InflectorInterface.php b/vendor/symfony/string/Inflector/InflectorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/Inflector/SpanishInflector.php b/vendor/symfony/string/Inflector/SpanishInflector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/LICENSE b/vendor/symfony/string/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/LazyString.php b/vendor/symfony/string/LazyString.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/README.md b/vendor/symfony/string/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/Resources/data/wcswidth_table_wide.php b/vendor/symfony/string/Resources/data/wcswidth_table_wide.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/Resources/data/wcswidth_table_zero.php b/vendor/symfony/string/Resources/data/wcswidth_table_zero.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/Resources/functions.php b/vendor/symfony/string/Resources/functions.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/Slugger/AsciiSlugger.php b/vendor/symfony/string/Slugger/AsciiSlugger.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/Slugger/SluggerInterface.php b/vendor/symfony/string/Slugger/SluggerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/TruncateMode.php b/vendor/symfony/string/TruncateMode.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/UnicodeString.php b/vendor/symfony/string/UnicodeString.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/string/composer.json b/vendor/symfony/string/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation-contracts/CHANGELOG.md b/vendor/symfony/translation-contracts/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation-contracts/LICENSE b/vendor/symfony/translation-contracts/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation-contracts/LocaleAwareInterface.php b/vendor/symfony/translation-contracts/LocaleAwareInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation-contracts/README.md b/vendor/symfony/translation-contracts/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation-contracts/Test/TranslatorTest.php b/vendor/symfony/translation-contracts/Test/TranslatorTest.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation-contracts/TranslatableInterface.php b/vendor/symfony/translation-contracts/TranslatableInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation-contracts/TranslatorInterface.php b/vendor/symfony/translation-contracts/TranslatorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation-contracts/TranslatorTrait.php b/vendor/symfony/translation-contracts/TranslatorTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation-contracts/composer.json b/vendor/symfony/translation-contracts/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/CHANGELOG.md b/vendor/symfony/translation/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Catalogue/AbstractOperation.php b/vendor/symfony/translation/Catalogue/AbstractOperation.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Catalogue/MergeOperation.php b/vendor/symfony/translation/Catalogue/MergeOperation.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Catalogue/OperationInterface.php b/vendor/symfony/translation/Catalogue/OperationInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Catalogue/TargetOperation.php b/vendor/symfony/translation/Catalogue/TargetOperation.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/CatalogueMetadataAwareInterface.php b/vendor/symfony/translation/CatalogueMetadataAwareInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Command/TranslationPullCommand.php b/vendor/symfony/translation/Command/TranslationPullCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Command/TranslationPushCommand.php b/vendor/symfony/translation/Command/TranslationPushCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Command/TranslationTrait.php b/vendor/symfony/translation/Command/TranslationTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Command/XliffLintCommand.php b/vendor/symfony/translation/Command/XliffLintCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/DataCollector/TranslationDataCollector.php b/vendor/symfony/translation/DataCollector/TranslationDataCollector.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/DataCollectorTranslator.php b/vendor/symfony/translation/DataCollectorTranslator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/DependencyInjection/DataCollectorTranslatorPass.php b/vendor/symfony/translation/DependencyInjection/DataCollectorTranslatorPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/DependencyInjection/LoggingTranslatorPass.php b/vendor/symfony/translation/DependencyInjection/LoggingTranslatorPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/DependencyInjection/TranslationDumperPass.php b/vendor/symfony/translation/DependencyInjection/TranslationDumperPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/DependencyInjection/TranslationExtractorPass.php b/vendor/symfony/translation/DependencyInjection/TranslationExtractorPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/DependencyInjection/TranslatorPass.php b/vendor/symfony/translation/DependencyInjection/TranslatorPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/DependencyInjection/TranslatorPathsPass.php b/vendor/symfony/translation/DependencyInjection/TranslatorPathsPass.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Dumper/CsvFileDumper.php b/vendor/symfony/translation/Dumper/CsvFileDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Dumper/DumperInterface.php b/vendor/symfony/translation/Dumper/DumperInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Dumper/FileDumper.php b/vendor/symfony/translation/Dumper/FileDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Dumper/IcuResFileDumper.php b/vendor/symfony/translation/Dumper/IcuResFileDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Dumper/IniFileDumper.php b/vendor/symfony/translation/Dumper/IniFileDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Dumper/JsonFileDumper.php b/vendor/symfony/translation/Dumper/JsonFileDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Dumper/MoFileDumper.php b/vendor/symfony/translation/Dumper/MoFileDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Dumper/PhpFileDumper.php b/vendor/symfony/translation/Dumper/PhpFileDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Dumper/PoFileDumper.php b/vendor/symfony/translation/Dumper/PoFileDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Dumper/QtFileDumper.php b/vendor/symfony/translation/Dumper/QtFileDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Dumper/XliffFileDumper.php b/vendor/symfony/translation/Dumper/XliffFileDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Dumper/YamlFileDumper.php b/vendor/symfony/translation/Dumper/YamlFileDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Exception/ExceptionInterface.php b/vendor/symfony/translation/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Exception/IncompleteDsnException.php b/vendor/symfony/translation/Exception/IncompleteDsnException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Exception/InvalidArgumentException.php b/vendor/symfony/translation/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Exception/InvalidResourceException.php b/vendor/symfony/translation/Exception/InvalidResourceException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Exception/LogicException.php b/vendor/symfony/translation/Exception/LogicException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Exception/MissingRequiredOptionException.php b/vendor/symfony/translation/Exception/MissingRequiredOptionException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Exception/NotFoundResourceException.php b/vendor/symfony/translation/Exception/NotFoundResourceException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Exception/ProviderException.php b/vendor/symfony/translation/Exception/ProviderException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Exception/ProviderExceptionInterface.php b/vendor/symfony/translation/Exception/ProviderExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Exception/RuntimeException.php b/vendor/symfony/translation/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Exception/UnsupportedSchemeException.php b/vendor/symfony/translation/Exception/UnsupportedSchemeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Extractor/AbstractFileExtractor.php b/vendor/symfony/translation/Extractor/AbstractFileExtractor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Extractor/ChainExtractor.php b/vendor/symfony/translation/Extractor/ChainExtractor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Extractor/ExtractorInterface.php b/vendor/symfony/translation/Extractor/ExtractorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Extractor/PhpAstExtractor.php b/vendor/symfony/translation/Extractor/PhpAstExtractor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Extractor/PhpExtractor.php b/vendor/symfony/translation/Extractor/PhpExtractor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Extractor/PhpStringTokenParser.php b/vendor/symfony/translation/Extractor/PhpStringTokenParser.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Extractor/Visitor/AbstractVisitor.php b/vendor/symfony/translation/Extractor/Visitor/AbstractVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Extractor/Visitor/ConstraintVisitor.php b/vendor/symfony/translation/Extractor/Visitor/ConstraintVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Extractor/Visitor/TransMethodVisitor.php b/vendor/symfony/translation/Extractor/Visitor/TransMethodVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Extractor/Visitor/TranslatableMessageVisitor.php b/vendor/symfony/translation/Extractor/Visitor/TranslatableMessageVisitor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Formatter/IntlFormatter.php b/vendor/symfony/translation/Formatter/IntlFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Formatter/IntlFormatterInterface.php b/vendor/symfony/translation/Formatter/IntlFormatterInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Formatter/MessageFormatter.php b/vendor/symfony/translation/Formatter/MessageFormatter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Formatter/MessageFormatterInterface.php b/vendor/symfony/translation/Formatter/MessageFormatterInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/IdentityTranslator.php b/vendor/symfony/translation/IdentityTranslator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/LICENSE b/vendor/symfony/translation/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/ArrayLoader.php b/vendor/symfony/translation/Loader/ArrayLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/CsvFileLoader.php b/vendor/symfony/translation/Loader/CsvFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/FileLoader.php b/vendor/symfony/translation/Loader/FileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/IcuDatFileLoader.php b/vendor/symfony/translation/Loader/IcuDatFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/IcuResFileLoader.php b/vendor/symfony/translation/Loader/IcuResFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/IniFileLoader.php b/vendor/symfony/translation/Loader/IniFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/JsonFileLoader.php b/vendor/symfony/translation/Loader/JsonFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/LoaderInterface.php b/vendor/symfony/translation/Loader/LoaderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/MoFileLoader.php b/vendor/symfony/translation/Loader/MoFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/PhpFileLoader.php b/vendor/symfony/translation/Loader/PhpFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/PoFileLoader.php b/vendor/symfony/translation/Loader/PoFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/QtFileLoader.php b/vendor/symfony/translation/Loader/QtFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/XliffFileLoader.php b/vendor/symfony/translation/Loader/XliffFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Loader/YamlFileLoader.php b/vendor/symfony/translation/Loader/YamlFileLoader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/LocaleSwitcher.php b/vendor/symfony/translation/LocaleSwitcher.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/LoggingTranslator.php b/vendor/symfony/translation/LoggingTranslator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/MessageCatalogue.php b/vendor/symfony/translation/MessageCatalogue.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/MessageCatalogueInterface.php b/vendor/symfony/translation/MessageCatalogueInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/MetadataAwareInterface.php b/vendor/symfony/translation/MetadataAwareInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Provider/AbstractProviderFactory.php b/vendor/symfony/translation/Provider/AbstractProviderFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Provider/Dsn.php b/vendor/symfony/translation/Provider/Dsn.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Provider/FilteringProvider.php b/vendor/symfony/translation/Provider/FilteringProvider.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Provider/NullProvider.php b/vendor/symfony/translation/Provider/NullProvider.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Provider/NullProviderFactory.php b/vendor/symfony/translation/Provider/NullProviderFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Provider/ProviderFactoryInterface.php b/vendor/symfony/translation/Provider/ProviderFactoryInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Provider/ProviderInterface.php b/vendor/symfony/translation/Provider/ProviderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Provider/TranslationProviderCollection.php b/vendor/symfony/translation/Provider/TranslationProviderCollection.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php b/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/PseudoLocalizationTranslator.php b/vendor/symfony/translation/PseudoLocalizationTranslator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/README.md b/vendor/symfony/translation/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Reader/TranslationReader.php b/vendor/symfony/translation/Reader/TranslationReader.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Reader/TranslationReaderInterface.php b/vendor/symfony/translation/Reader/TranslationReaderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Resources/bin/translation-status.php b/vendor/symfony/translation/Resources/bin/translation-status.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Resources/data/parents.json b/vendor/symfony/translation/Resources/data/parents.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Resources/functions.php b/vendor/symfony/translation/Resources/functions.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Resources/schemas/xliff-core-1.2-transitional.xsd b/vendor/symfony/translation/Resources/schemas/xliff-core-1.2-transitional.xsd old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Resources/schemas/xliff-core-2.0.xsd b/vendor/symfony/translation/Resources/schemas/xliff-core-2.0.xsd old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Resources/schemas/xml.xsd b/vendor/symfony/translation/Resources/schemas/xml.xsd old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Test/ProviderFactoryTestCase.php b/vendor/symfony/translation/Test/ProviderFactoryTestCase.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Test/ProviderTestCase.php b/vendor/symfony/translation/Test/ProviderTestCase.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/TranslatableMessage.php b/vendor/symfony/translation/TranslatableMessage.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Translator.php b/vendor/symfony/translation/Translator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/TranslatorBag.php b/vendor/symfony/translation/TranslatorBag.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/TranslatorBagInterface.php b/vendor/symfony/translation/TranslatorBagInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Util/ArrayConverter.php b/vendor/symfony/translation/Util/ArrayConverter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Util/XliffUtils.php b/vendor/symfony/translation/Util/XliffUtils.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Writer/TranslationWriter.php b/vendor/symfony/translation/Writer/TranslationWriter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/Writer/TranslationWriterInterface.php b/vendor/symfony/translation/Writer/TranslationWriterInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/translation/composer.json b/vendor/symfony/translation/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/AbstractUid.php b/vendor/symfony/uid/AbstractUid.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/BinaryUtil.php b/vendor/symfony/uid/BinaryUtil.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/CHANGELOG.md b/vendor/symfony/uid/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/Command/GenerateUlidCommand.php b/vendor/symfony/uid/Command/GenerateUlidCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/Command/GenerateUuidCommand.php b/vendor/symfony/uid/Command/GenerateUuidCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/Command/InspectUlidCommand.php b/vendor/symfony/uid/Command/InspectUlidCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/Command/InspectUuidCommand.php b/vendor/symfony/uid/Command/InspectUuidCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/Factory/NameBasedUuidFactory.php b/vendor/symfony/uid/Factory/NameBasedUuidFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/Factory/RandomBasedUuidFactory.php b/vendor/symfony/uid/Factory/RandomBasedUuidFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/Factory/TimeBasedUuidFactory.php b/vendor/symfony/uid/Factory/TimeBasedUuidFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/Factory/UlidFactory.php b/vendor/symfony/uid/Factory/UlidFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/Factory/UuidFactory.php b/vendor/symfony/uid/Factory/UuidFactory.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/LICENSE b/vendor/symfony/uid/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/MaxUlid.php b/vendor/symfony/uid/MaxUlid.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/MaxUuid.php b/vendor/symfony/uid/MaxUuid.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/NilUlid.php b/vendor/symfony/uid/NilUlid.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/NilUuid.php b/vendor/symfony/uid/NilUuid.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/README.md b/vendor/symfony/uid/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/TimeBasedUidInterface.php b/vendor/symfony/uid/TimeBasedUidInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/Ulid.php b/vendor/symfony/uid/Ulid.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/Uuid.php b/vendor/symfony/uid/Uuid.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/UuidV1.php b/vendor/symfony/uid/UuidV1.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/UuidV3.php b/vendor/symfony/uid/UuidV3.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/UuidV4.php b/vendor/symfony/uid/UuidV4.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/UuidV5.php b/vendor/symfony/uid/UuidV5.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/UuidV6.php b/vendor/symfony/uid/UuidV6.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/UuidV7.php b/vendor/symfony/uid/UuidV7.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/UuidV8.php b/vendor/symfony/uid/UuidV8.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/uid/composer.json b/vendor/symfony/uid/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/CHANGELOG.md b/vendor/symfony/var-dumper/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/AmqpCaster.php b/vendor/symfony/var-dumper/Caster/AmqpCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/ArgsStub.php b/vendor/symfony/var-dumper/Caster/ArgsStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/Caster.php b/vendor/symfony/var-dumper/Caster/Caster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/ClassStub.php b/vendor/symfony/var-dumper/Caster/ClassStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/ConstStub.php b/vendor/symfony/var-dumper/Caster/ConstStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/CutArrayStub.php b/vendor/symfony/var-dumper/Caster/CutArrayStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/CutStub.php b/vendor/symfony/var-dumper/Caster/CutStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/DOMCaster.php b/vendor/symfony/var-dumper/Caster/DOMCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/DateCaster.php b/vendor/symfony/var-dumper/Caster/DateCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/DoctrineCaster.php b/vendor/symfony/var-dumper/Caster/DoctrineCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/DsCaster.php b/vendor/symfony/var-dumper/Caster/DsCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/DsPairStub.php b/vendor/symfony/var-dumper/Caster/DsPairStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/EnumStub.php b/vendor/symfony/var-dumper/Caster/EnumStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/ExceptionCaster.php b/vendor/symfony/var-dumper/Caster/ExceptionCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/FFICaster.php b/vendor/symfony/var-dumper/Caster/FFICaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/FiberCaster.php b/vendor/symfony/var-dumper/Caster/FiberCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/FrameStub.php b/vendor/symfony/var-dumper/Caster/FrameStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/GmpCaster.php b/vendor/symfony/var-dumper/Caster/GmpCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/ImagineCaster.php b/vendor/symfony/var-dumper/Caster/ImagineCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/ImgStub.php b/vendor/symfony/var-dumper/Caster/ImgStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/IntlCaster.php b/vendor/symfony/var-dumper/Caster/IntlCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/LinkStub.php b/vendor/symfony/var-dumper/Caster/LinkStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/MemcachedCaster.php b/vendor/symfony/var-dumper/Caster/MemcachedCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/MysqliCaster.php b/vendor/symfony/var-dumper/Caster/MysqliCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/PdoCaster.php b/vendor/symfony/var-dumper/Caster/PdoCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/PgSqlCaster.php b/vendor/symfony/var-dumper/Caster/PgSqlCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/ProxyManagerCaster.php b/vendor/symfony/var-dumper/Caster/ProxyManagerCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/RdKafkaCaster.php b/vendor/symfony/var-dumper/Caster/RdKafkaCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/RedisCaster.php b/vendor/symfony/var-dumper/Caster/RedisCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/ReflectionCaster.php b/vendor/symfony/var-dumper/Caster/ReflectionCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/ResourceCaster.php b/vendor/symfony/var-dumper/Caster/ResourceCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/ScalarStub.php b/vendor/symfony/var-dumper/Caster/ScalarStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/SplCaster.php b/vendor/symfony/var-dumper/Caster/SplCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/StubCaster.php b/vendor/symfony/var-dumper/Caster/StubCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/SymfonyCaster.php b/vendor/symfony/var-dumper/Caster/SymfonyCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/TraceStub.php b/vendor/symfony/var-dumper/Caster/TraceStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/UninitializedStub.php b/vendor/symfony/var-dumper/Caster/UninitializedStub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/UuidCaster.php b/vendor/symfony/var-dumper/Caster/UuidCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/XmlReaderCaster.php b/vendor/symfony/var-dumper/Caster/XmlReaderCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Caster/XmlResourceCaster.php b/vendor/symfony/var-dumper/Caster/XmlResourceCaster.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Cloner/AbstractCloner.php b/vendor/symfony/var-dumper/Cloner/AbstractCloner.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Cloner/ClonerInterface.php b/vendor/symfony/var-dumper/Cloner/ClonerInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Cloner/Cursor.php b/vendor/symfony/var-dumper/Cloner/Cursor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Cloner/Data.php b/vendor/symfony/var-dumper/Cloner/Data.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Cloner/DumperInterface.php b/vendor/symfony/var-dumper/Cloner/DumperInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Cloner/Stub.php b/vendor/symfony/var-dumper/Cloner/Stub.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Cloner/VarCloner.php b/vendor/symfony/var-dumper/Cloner/VarCloner.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php b/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php b/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php b/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Command/ServerDumpCommand.php b/vendor/symfony/var-dumper/Command/ServerDumpCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Dumper/AbstractDumper.php b/vendor/symfony/var-dumper/Dumper/AbstractDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Dumper/CliDumper.php b/vendor/symfony/var-dumper/Dumper/CliDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php b/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php b/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php b/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php b/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php b/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php b/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Dumper/HtmlDumper.php b/vendor/symfony/var-dumper/Dumper/HtmlDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Dumper/ServerDumper.php b/vendor/symfony/var-dumper/Dumper/ServerDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Exception/ThrowingCasterException.php b/vendor/symfony/var-dumper/Exception/ThrowingCasterException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/LICENSE b/vendor/symfony/var-dumper/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/README.md b/vendor/symfony/var-dumper/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Resources/css/htmlDescriptor.css b/vendor/symfony/var-dumper/Resources/css/htmlDescriptor.css old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Resources/functions/dump.php b/vendor/symfony/var-dumper/Resources/functions/dump.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Resources/js/htmlDescriptor.js b/vendor/symfony/var-dumper/Resources/js/htmlDescriptor.js old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Server/Connection.php b/vendor/symfony/var-dumper/Server/Connection.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Server/DumpServer.php b/vendor/symfony/var-dumper/Server/DumpServer.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/Test/VarDumperTestTrait.php b/vendor/symfony/var-dumper/Test/VarDumperTestTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/VarDumper.php b/vendor/symfony/var-dumper/VarDumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-dumper/composer.json b/vendor/symfony/var-dumper/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/CHANGELOG.md b/vendor/symfony/var-exporter/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Exception/ClassNotFoundException.php b/vendor/symfony/var-exporter/Exception/ClassNotFoundException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Exception/ExceptionInterface.php b/vendor/symfony/var-exporter/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Exception/LogicException.php b/vendor/symfony/var-exporter/Exception/LogicException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Exception/NotInstantiableTypeException.php b/vendor/symfony/var-exporter/Exception/NotInstantiableTypeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Hydrator.php b/vendor/symfony/var-exporter/Hydrator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Instantiator.php b/vendor/symfony/var-exporter/Instantiator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Internal/Exporter.php b/vendor/symfony/var-exporter/Internal/Exporter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Internal/Hydrator.php b/vendor/symfony/var-exporter/Internal/Hydrator.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Internal/LazyDecoratorTrait.php b/vendor/symfony/var-exporter/Internal/LazyDecoratorTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php b/vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Internal/LazyObjectState.php b/vendor/symfony/var-exporter/Internal/LazyObjectState.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Internal/LazyObjectTrait.php b/vendor/symfony/var-exporter/Internal/LazyObjectTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Internal/NamedClosure.php b/vendor/symfony/var-exporter/Internal/NamedClosure.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Internal/Reference.php b/vendor/symfony/var-exporter/Internal/Reference.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Internal/Registry.php b/vendor/symfony/var-exporter/Internal/Registry.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/Internal/Values.php b/vendor/symfony/var-exporter/Internal/Values.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/LICENSE b/vendor/symfony/var-exporter/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/LazyGhostTrait.php b/vendor/symfony/var-exporter/LazyGhostTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/LazyObjectInterface.php b/vendor/symfony/var-exporter/LazyObjectInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/LazyProxyTrait.php b/vendor/symfony/var-exporter/LazyProxyTrait.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/ProxyHelper.php b/vendor/symfony/var-exporter/ProxyHelper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/README.md b/vendor/symfony/var-exporter/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/VarExporter.php b/vendor/symfony/var-exporter/VarExporter.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/var-exporter/composer.json b/vendor/symfony/var-exporter/composer.json old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/CHANGELOG.md b/vendor/symfony/yaml/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/Command/LintCommand.php b/vendor/symfony/yaml/Command/LintCommand.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/Dumper.php b/vendor/symfony/yaml/Dumper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/Escaper.php b/vendor/symfony/yaml/Escaper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/Exception/DumpException.php b/vendor/symfony/yaml/Exception/DumpException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/Exception/ExceptionInterface.php b/vendor/symfony/yaml/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/Exception/ParseException.php b/vendor/symfony/yaml/Exception/ParseException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/Exception/RuntimeException.php b/vendor/symfony/yaml/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/Inline.php b/vendor/symfony/yaml/Inline.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/LICENSE b/vendor/symfony/yaml/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/Parser.php b/vendor/symfony/yaml/Parser.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/README.md b/vendor/symfony/yaml/README.md old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/Tag/TaggedValue.php b/vendor/symfony/yaml/Tag/TaggedValue.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/Unescaper.php b/vendor/symfony/yaml/Unescaper.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/Yaml.php b/vendor/symfony/yaml/Yaml.php old mode 100644 new mode 100755 diff --git a/vendor/symfony/yaml/composer.json b/vendor/symfony/yaml/composer.json old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/LICENSE b/vendor/thecodingmachine/safe/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/README.md b/vendor/thecodingmachine/safe/README.md old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/composer.json b/vendor/thecodingmachine/safe/composer.json old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/apache.php b/vendor/thecodingmachine/safe/generated/8.1/apache.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/apcu.php b/vendor/thecodingmachine/safe/generated/8.1/apcu.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/array.php b/vendor/thecodingmachine/safe/generated/8.1/array.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/bzip2.php b/vendor/thecodingmachine/safe/generated/8.1/bzip2.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/calendar.php b/vendor/thecodingmachine/safe/generated/8.1/calendar.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/classobj.php b/vendor/thecodingmachine/safe/generated/8.1/classobj.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/com.php b/vendor/thecodingmachine/safe/generated/8.1/com.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/cubrid.php b/vendor/thecodingmachine/safe/generated/8.1/cubrid.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/curl.php b/vendor/thecodingmachine/safe/generated/8.1/curl.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/datetime.php b/vendor/thecodingmachine/safe/generated/8.1/datetime.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/dir.php b/vendor/thecodingmachine/safe/generated/8.1/dir.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/eio.php b/vendor/thecodingmachine/safe/generated/8.1/eio.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/errorfunc.php b/vendor/thecodingmachine/safe/generated/8.1/errorfunc.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/exec.php b/vendor/thecodingmachine/safe/generated/8.1/exec.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/fileinfo.php b/vendor/thecodingmachine/safe/generated/8.1/fileinfo.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/filesystem.php b/vendor/thecodingmachine/safe/generated/8.1/filesystem.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/filter.php b/vendor/thecodingmachine/safe/generated/8.1/filter.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/fpm.php b/vendor/thecodingmachine/safe/generated/8.1/fpm.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/ftp.php b/vendor/thecodingmachine/safe/generated/8.1/ftp.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/funchand.php b/vendor/thecodingmachine/safe/generated/8.1/funchand.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/functionsList.php b/vendor/thecodingmachine/safe/generated/8.1/functionsList.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/gettext.php b/vendor/thecodingmachine/safe/generated/8.1/gettext.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/gmp.php b/vendor/thecodingmachine/safe/generated/8.1/gmp.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/gnupg.php b/vendor/thecodingmachine/safe/generated/8.1/gnupg.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/hash.php b/vendor/thecodingmachine/safe/generated/8.1/hash.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/ibase.php b/vendor/thecodingmachine/safe/generated/8.1/ibase.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/ibmDb2.php b/vendor/thecodingmachine/safe/generated/8.1/ibmDb2.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/iconv.php b/vendor/thecodingmachine/safe/generated/8.1/iconv.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/image.php b/vendor/thecodingmachine/safe/generated/8.1/image.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/imap.php b/vendor/thecodingmachine/safe/generated/8.1/imap.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/info.php b/vendor/thecodingmachine/safe/generated/8.1/info.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/inotify.php b/vendor/thecodingmachine/safe/generated/8.1/inotify.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/json.php b/vendor/thecodingmachine/safe/generated/8.1/json.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/ldap.php b/vendor/thecodingmachine/safe/generated/8.1/ldap.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/libxml.php b/vendor/thecodingmachine/safe/generated/8.1/libxml.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/lzf.php b/vendor/thecodingmachine/safe/generated/8.1/lzf.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/mailparse.php b/vendor/thecodingmachine/safe/generated/8.1/mailparse.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/mbstring.php b/vendor/thecodingmachine/safe/generated/8.1/mbstring.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/misc.php b/vendor/thecodingmachine/safe/generated/8.1/misc.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/mysql.php b/vendor/thecodingmachine/safe/generated/8.1/mysql.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/mysqli.php b/vendor/thecodingmachine/safe/generated/8.1/mysqli.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/network.php b/vendor/thecodingmachine/safe/generated/8.1/network.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/oci8.php b/vendor/thecodingmachine/safe/generated/8.1/oci8.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/opcache.php b/vendor/thecodingmachine/safe/generated/8.1/opcache.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/openssl.php b/vendor/thecodingmachine/safe/generated/8.1/openssl.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/outcontrol.php b/vendor/thecodingmachine/safe/generated/8.1/outcontrol.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/pcntl.php b/vendor/thecodingmachine/safe/generated/8.1/pcntl.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/pcre.php b/vendor/thecodingmachine/safe/generated/8.1/pcre.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/pgsql.php b/vendor/thecodingmachine/safe/generated/8.1/pgsql.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/posix.php b/vendor/thecodingmachine/safe/generated/8.1/posix.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/ps.php b/vendor/thecodingmachine/safe/generated/8.1/ps.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/pspell.php b/vendor/thecodingmachine/safe/generated/8.1/pspell.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/readline.php b/vendor/thecodingmachine/safe/generated/8.1/readline.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/rector-migrate.php b/vendor/thecodingmachine/safe/generated/8.1/rector-migrate.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/rpminfo.php b/vendor/thecodingmachine/safe/generated/8.1/rpminfo.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/rrd.php b/vendor/thecodingmachine/safe/generated/8.1/rrd.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/sem.php b/vendor/thecodingmachine/safe/generated/8.1/sem.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/session.php b/vendor/thecodingmachine/safe/generated/8.1/session.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/shmop.php b/vendor/thecodingmachine/safe/generated/8.1/shmop.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/sockets.php b/vendor/thecodingmachine/safe/generated/8.1/sockets.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/sodium.php b/vendor/thecodingmachine/safe/generated/8.1/sodium.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/solr.php b/vendor/thecodingmachine/safe/generated/8.1/solr.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/spl.php b/vendor/thecodingmachine/safe/generated/8.1/spl.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/sqlsrv.php b/vendor/thecodingmachine/safe/generated/8.1/sqlsrv.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/ssdeep.php b/vendor/thecodingmachine/safe/generated/8.1/ssdeep.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/ssh2.php b/vendor/thecodingmachine/safe/generated/8.1/ssh2.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/stream.php b/vendor/thecodingmachine/safe/generated/8.1/stream.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/strings.php b/vendor/thecodingmachine/safe/generated/8.1/strings.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/swoole.php b/vendor/thecodingmachine/safe/generated/8.1/swoole.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/uodbc.php b/vendor/thecodingmachine/safe/generated/8.1/uodbc.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/uopz.php b/vendor/thecodingmachine/safe/generated/8.1/uopz.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/url.php b/vendor/thecodingmachine/safe/generated/8.1/url.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/var.php b/vendor/thecodingmachine/safe/generated/8.1/var.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/xdiff.php b/vendor/thecodingmachine/safe/generated/8.1/xdiff.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/xml.php b/vendor/thecodingmachine/safe/generated/8.1/xml.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/xmlrpc.php b/vendor/thecodingmachine/safe/generated/8.1/xmlrpc.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/yaml.php b/vendor/thecodingmachine/safe/generated/8.1/yaml.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/yaz.php b/vendor/thecodingmachine/safe/generated/8.1/yaz.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/zip.php b/vendor/thecodingmachine/safe/generated/8.1/zip.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.1/zlib.php b/vendor/thecodingmachine/safe/generated/8.1/zlib.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.2/apache.php b/vendor/thecodingmachine/safe/generated/8.2/apache.php new file mode 100755 index 00000000..e6fd372c --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.2/apache.php @@ -0,0 +1,199 @@ + + * + * The above example will output: + * + * example: , this is a test + * example: , this is a test + * ]]> + * + * + * So, $out[0] contains array of strings that matched full pattern, + * and $out[1] contains array of strings enclosed by tags. + * + * + * + * + * If the pattern contains named subpatterns, $matches + * additionally contains entries for keys with the subpattern name. + * + * + * If the pattern contains duplicate named subpatterns, only the rightmost + * subpattern is stored in $matches[NAME]. + * + * + * + * ]]> + * + * The above example will output: + * + * + * [1] => bar + * ) + * ]]> + * + * + * + * + * + * + * PREG_SET_ORDER + * + * + * Orders results so that $matches[0] is an array of first set + * of matches, $matches[1] is an array of second set of matches, + * and so on. + * + * + * + * ]]> + * + * The above example will output: + * + * example: , example: + * this is a test, this is a test + * ]]> + * + * + * + * + * + * + * PREG_OFFSET_CAPTURE + * + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array of arrays where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * ) + * + * [1] => Array + * ( + * [0] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * ) + * + * [2] => Array + * ( + * [0] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * ) + * + * [3] => Array + * ( + * [0] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * + * ) + * ]]> + * + * + * + * + * + * + * PREG_UNMATCHED_AS_NULL + * + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * + * + * + * + * Orders results so that $matches[0] is an array of full + * pattern matches, $matches[1] is an array of strings matched by + * the first parenthesized subpattern, and so on. + * + * + * + * + * ]]> + * + * The above example will output: + * + * example: , this is a test + * example: , this is a test + * ]]> + * + * + * So, $out[0] contains array of strings that matched full pattern, + * and $out[1] contains array of strings enclosed by tags. + * + * + * + * The above example will output: + * + * So, $out[0] contains array of strings that matched full pattern, + * and $out[1] contains array of strings enclosed by tags. + * + * If the pattern contains named subpatterns, $matches + * additionally contains entries for keys with the subpattern name. + * + * If the pattern contains duplicate named subpatterns, only the rightmost + * subpattern is stored in $matches[NAME]. + * + * + * + * ]]> + * + * The above example will output: + * + * + * [1] => bar + * ) + * ]]> + * + * + * + * The above example will output: + * + * Orders results so that $matches[0] is an array of first set + * of matches, $matches[1] is an array of second set of matches, + * and so on. + * + * + * + * ]]> + * + * The above example will output: + * + * example: , example: + * this is a test, this is a test + * ]]> + * + * + * + * The above example will output: + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array of arrays where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * ) + * + * [1] => Array + * ( + * [0] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * ) + * + * [2] => Array + * ( + * [0] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * ) + * + * [3] => Array + * ( + * [0] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * + * ) + * ]]> + * + * + * + * The above example will output: + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * If no order flag is given, PREG_PATTERN_ORDER is + * assumed. + * @param int $offset Orders results so that $matches[0] is an array of full + * pattern matches, $matches[1] is an array of strings matched by + * the first parenthesized subpattern, and so on. + * + * + * + * + * ]]> + * + * The above example will output: + * + * example: , this is a test + * example: , this is a test + * ]]> + * + * + * So, $out[0] contains array of strings that matched full pattern, + * and $out[1] contains array of strings enclosed by tags. + * + * + * + * The above example will output: + * + * So, $out[0] contains array of strings that matched full pattern, + * and $out[1] contains array of strings enclosed by tags. + * + * If the pattern contains named subpatterns, $matches + * additionally contains entries for keys with the subpattern name. + * + * If the pattern contains duplicate named subpatterns, only the rightmost + * subpattern is stored in $matches[NAME]. + * + * + * + * ]]> + * + * The above example will output: + * + * + * [1] => bar + * ) + * ]]> + * + * + * + * The above example will output: + * @return 0|positive-int Returns the number of full pattern matches (which might be zero). + * @throws PcreException + * + */ +function preg_match_all(string $pattern, string $subject, ?array &$matches = null, int $flags = 0, int $offset = 0): int +{ + error_clear_last(); + $safeResult = \preg_match_all($pattern, $subject, $matches, $flags, $offset); + if ($safeResult === false) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Searches subject for a match to the regular + * expression given in pattern. + * + * @param string $pattern The pattern to search for, as a string. + * @param string $subject The input string. + * @param null|string[] $matches If matches is provided, then it is filled with + * the results of search. $matches[0] will contain the + * text that matched the full pattern, $matches[1] + * will have the text that matched the first captured parenthesized + * subpattern, and so on. + * @param int $flags flags can be a combination of the following flags: + * + * + * PREG_OFFSET_CAPTURE + * + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * [1] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * [2] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * [3] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * ]]> + * + * + * + * + * + * + * PREG_UNMATCHED_AS_NULL + * + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * + * + * ]]> + * + * The above example will output: + * + * + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * string(0) "" + * [3]=> + * string(1) "c" + * } + * array(4) { + * [0]=> + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * NULL + * [3]=> + * string(1) "c" + * } + * ]]> + * + * + * + * + * + * + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * [1] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * [2] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * [3] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * ]]> + * + * + * + * The above example will output: + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * + * + * ]]> + * + * The above example will output: + * + * + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * string(0) "" + * [3]=> + * string(1) "c" + * } + * array(4) { + * [0]=> + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * NULL + * [3]=> + * string(1) "c" + * } + * ]]> + * + * + * + * The above example will output: + * @param int $offset If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * [1] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * [2] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * [3] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * ]]> + * + * + * + * The above example will output: + * @return 0|1 preg_match returns 1 if the pattern + * matches given subject, 0 if it does not. + * @throws PcreException + * + */ +function preg_match(string $pattern, string $subject, ?array &$matches = null, int $flags = 0, int $offset = 0): int +{ + error_clear_last(); + $safeResult = \preg_match($pattern, $subject, $matches, $flags, $offset); + if ($safeResult === false) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The behavior of this function is similar to + * preg_replace_callback, except that callbacks are + * executed on a per-pattern basis. + * + * @param array $pattern An associative array mapping patterns (keys) to callables (values). + * @param array|string $subject The string or an array with strings to search and replace. + * @param int $limit The maximum possible replacements for each pattern in each + * subject string. Defaults to + * -1 (no limit). + * @param int|null $count If specified, this variable will be filled with the number of + * replacements done. + * @param int $flags flags can be a combination of the + * PREG_OFFSET_CAPTURE and + * PREG_UNMATCHED_AS_NULL flags, which influence the + * format of the matches array. + * See the description in preg_match for more details. + * @return array|string preg_replace_callback_array returns an array if the + * subject parameter is an array, or a string + * otherwise. On errors the return value is NULL + * + * If matches are found, the new subject will be returned, otherwise + * subject will be returned unchanged. + * @throws PcreException + * + */ +function preg_replace_callback_array(array $pattern, $subject, int $limit = -1, ?int &$count = null, int $flags = 0) +{ + error_clear_last(); + $safeResult = \preg_replace_callback_array($pattern, $subject, $limit, $count, $flags); + if ($safeResult === null) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The behavior of this function is almost identical to + * preg_replace, except for the fact that instead of + * replacement parameter, one should specify a + * callback. + * + * @param array|string $pattern The pattern to search for. It can be either a string or an array with + * strings. + * @param callable(array):string $callback A callback that will be called and passed an array of matched elements + * in the subject string. The callback should + * return the replacement string. This is the callback signature: + * + * + * stringhandler + * arraymatches + * + * + * You'll often need the callback function + * for a preg_replace_callback in just one place. + * In this case you can use an + * anonymous function to + * declare the callback within the call to + * preg_replace_callback. By doing it this way + * you have all information for the call in one place and do not + * clutter the function namespace with a callback function's name + * not used anywhere else. + * + * + * preg_replace_callback and + * anonymous function + * + * + * ]]> + * + * + * @param array|string $subject The string or an array with strings to search and replace. + * @param int $limit The maximum possible replacements for each pattern in each + * subject string. Defaults to + * -1 (no limit). + * @param int|null $count If specified, this variable will be filled with the number of + * replacements done. + * @param int $flags flags can be a combination of the + * PREG_OFFSET_CAPTURE and + * PREG_UNMATCHED_AS_NULL flags, which influence the + * format of the matches array. + * See the description in preg_match for more details. + * @return array|string preg_replace_callback returns an array if the + * subject parameter is an array, or a string + * otherwise. On errors the return value is NULL + * + * If matches are found, the new subject will be returned, otherwise + * subject will be returned unchanged. + * @throws PcreException + * + */ +function preg_replace_callback($pattern, callable $callback, $subject, int $limit = -1, ?int &$count = null, int $flags = 0) +{ + error_clear_last(); + $safeResult = \preg_replace_callback($pattern, $callback, $subject, $limit, $count, $flags); + if ($safeResult === null) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Split the given string by a regular expression. + * + * @param string $pattern The pattern to search for, as a string. + * @param string $subject The input string. + * @param int|null $limit If specified, then only substrings up to limit + * are returned with the rest of the string being placed in the last + * substring. A limit of -1 or 0 means "no limit". + * @param int $flags flags can be any combination of the following + * flags (combined with the | bitwise operator): + * + * + * PREG_SPLIT_NO_EMPTY + * + * + * If this flag is set, only non-empty pieces will be returned by + * preg_split. + * + * + * + * + * PREG_SPLIT_DELIM_CAPTURE + * + * + * If this flag is set, parenthesized expression in the delimiter pattern + * will be captured and returned as well. + * + * + * + * + * PREG_SPLIT_OFFSET_CAPTURE + * + * + * If this flag is set, for every occurring match the appendant string + * offset will also be returned. Note that this changes the return + * value in an array where every element is an array consisting of the + * matched string at offset 0 and its string offset + * into subject at offset 1. + * + * + * + * + * + * If this flag is set, for every occurring match the appendant string + * offset will also be returned. Note that this changes the return + * value in an array where every element is an array consisting of the + * matched string at offset 0 and its string offset + * into subject at offset 1. + * @return list Returns an array containing substrings of subject + * split along boundaries matched by pattern. + * @throws PcreException + * + */ +function preg_split(string $pattern, string $subject, ?int $limit = -1, int $flags = 0): array +{ + error_clear_last(); + $safeResult = \preg_split($pattern, $subject, $limit, $flags); + if ($safeResult === false) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} diff --git a/vendor/thecodingmachine/safe/generated/8.2/pgsql.php b/vendor/thecodingmachine/safe/generated/8.2/pgsql.php new file mode 100755 index 00000000..b532b440 --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.2/pgsql.php @@ -0,0 +1,1384 @@ + + * + * + * @param bool $use_include_path Setting use_include_path to TRUE will result + * in PHP trying to open the file along the standard include path as per + * the include_path directive. + * This is used for local files, not URLs. + * @return array Returns an array with all the parsed meta tags. + * + * The value of the name property becomes the key, the value of the content + * property becomes the value of the returned array, so you can easily use + * standard array functions to traverse it or access single values. + * Special characters in the value of the name property are substituted with + * '_', the rest is converted to lower case. If two meta tags have the same + * name, only the last one is returned. + * + * Returns FALSE on failure. + * @throws UrlException + * + */ +function get_meta_tags(string $filename, bool $use_include_path = false): array +{ + error_clear_last(); + $safeResult = \get_meta_tags($filename, $use_include_path); + if ($safeResult === false) { + throw UrlException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function parses a URL and returns an associative array containing any + * of the various components of the URL that are present. + * The values of the array elements are not URL decoded. + * + * This function is not meant to validate + * the given URL, it only breaks it up into the parts listed below. Partial and invalid + * URLs are also accepted, parse_url tries its best to + * parse them correctly. + * + * @param string $url The URL to parse. + * @param int $component Specify one of PHP_URL_SCHEME, + * PHP_URL_HOST, PHP_URL_PORT, + * PHP_URL_USER, PHP_URL_PASS, + * PHP_URL_PATH, PHP_URL_QUERY + * or PHP_URL_FRAGMENT to retrieve just a specific + * URL component as a string (except when + * PHP_URL_PORT is given, in which case the return + * value will be an int). + * @return array|int|null|string On seriously malformed URLs, parse_url. + * + * If the component parameter is omitted, an + * associative array is returned. At least one element will be + * present within the array. Potential keys within this array are: + * + * + * + * scheme - e.g. http + * + * + * + * + * host + * + * + * + * + * port + * + * + * + * + * user + * + * + * + * + * pass + * + * + * + * + * path + * + * + * + * + * query - after the question mark ? + * + * + * + * + * fragment - after the hashmark # + * + * + * + * + * If the component parameter is specified, + * parse_url returns a string (or an + * int, in the case of PHP_URL_PORT) + * instead of an array. If the requested component doesn't exist + * within the given URL, NULL will be returned. + * As of PHP 8.0.0, parse_url distinguishes absent and empty + * queries and fragments: + * + * + * + * + * + * + * + * Previously all cases resulted in query and fragment being NULL. + * + * Note that control characters (cf. ctype_cntrl) in the + * components are replaced with underscores (_). + * @throws UrlException + * + */ +function parse_url(string $url, int $component = -1) +{ + error_clear_last(); + $safeResult = \parse_url($url, $component); + if ($safeResult === false) { + throw UrlException::createFromPhpError(); + } + return $safeResult; +} diff --git a/vendor/thecodingmachine/safe/generated/8.2/var.php b/vendor/thecodingmachine/safe/generated/8.2/var.php new file mode 100755 index 00000000..70f048df --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.2/var.php @@ -0,0 +1,60 @@ + + * ]]> + * + * See section 4.7 of the XML 1.0 + * spec for the definition of notation declarations. + * + * @param \XMLParser $parser A reference to the XML parser to set up notation declaration handler function. + * @param callable $handler handler is a string containing the name of a + * function that must exist when xml_parse is called + * for parser. + * + * The function named by handler must accept + * five parameters: + * + * handler + * XMLParserparser + * stringnotation_name + * stringbase + * stringsystem_id + * stringpublic_id + * + * + * + * + * parser + * + * + * + * The first parameter, parser, is a + * reference to the XML parser calling the handler. + * + * + * + * + * notation_name + * + * + * This is the notation's name, as per + * the notation format described above. + * + * + * + * + * + * base + * + * + * + * This is the base for resolving the system identifier + * (system_id) of the notation declaration. + * Currently this parameter will always be set to an empty string. + * + * + * + * + * system_id + * + * + * System identifier of the external notation declaration. + * + * + * + * + * + * public_id + * + * + * + * Public identifier of the external notation declaration. + * + * + * + * + * + * If a handler function is set to an empty string, or FALSE, the handler + * in question is disabled. + * @throws XmlException + * + */ +function xml_set_notation_decl_handler(\XMLParser $parser, callable $handler): void +{ + error_clear_last(); + $safeResult = \xml_set_notation_decl_handler($parser, $handler); + if ($safeResult === false) { + throw XmlException::createFromPhpError(); + } +} + + +/** + * This function allows to use parser inside + * object. All callback functions could be set with + * xml_set_element_handler etc and assumed to be + * methods of object. + * + * @param \XMLParser $parser A reference to the XML parser to use inside the object. + * @param object $object The object where to use the XML parser. + * @throws XmlException + * + */ +function xml_set_object(\XMLParser $parser, object $object): void +{ + error_clear_last(); + $safeResult = \xml_set_object($parser, $object); + if ($safeResult === false) { + throw XmlException::createFromPhpError(); + } +} + + +/** + * Sets the processing instruction (PI) handler function for the XML parser + * parser. + * + * A processing instruction has the following format: + * + * <?target + * data?> + * + * + * You can put PHP code into such a tag, but be aware of one limitation: in + * an XML PI, the PI end tag (?>) can not be quoted, + * so this character sequence should not appear in the PHP code you embed + * with PIs in XML documents.If it does, the rest of the PHP code, as well + * as the "real" PI end tag, will be treated as character data. + * + * @param \XMLParser $parser A reference to the XML parser to set up processing instruction (PI) handler function. + * @param callable $handler handler is a string containing the name of a + * function that must exist when xml_parse is called + * for parser. + * + * The function named by handler must accept + * three parameters: + * + * handler + * XMLParserparser + * stringtarget + * stringdata + * + * + * + * parser + * + * + * The first parameter, parser, is a + * reference to the XML parser calling the handler. + * + * + * + * + * target + * + * + * The second parameter, target, contains the PI + * target. + * + * + * + * + * data + * + * + * The third parameter, data, contains the PI + * data. + * + * + * + * + * + * If a handler function is set to an empty string, or FALSE, the handler + * in question is disabled. + * @throws XmlException + * + */ +function xml_set_processing_instruction_handler(\XMLParser $parser, callable $handler): void +{ + error_clear_last(); + $safeResult = \xml_set_processing_instruction_handler($parser, $handler); + if ($safeResult === false) { + throw XmlException::createFromPhpError(); + } +} + + +/** + * Set a handler to be called when a namespace is declared. Namespace + * declarations occur inside start tags. But the namespace declaration start + * handler is called before the start tag handler for each namespace declared + * in that start tag. + * + * @param \XMLParser $parser A reference to the XML parser. + * @param callable $handler handler is a string containing the name of a + * function that must exist when xml_parse is called + * for parser. + * + * The function named by handler must accept + * three parameters, and should return an integer value. If the + * value returned from the handler is FALSE (which it will be if no + * value is returned), the XML parser will stop parsing and + * xml_get_error_code will return + * XML_ERROR_EXTERNAL_ENTITY_HANDLING. + * + * handler + * XMLParserparser + * stringprefix + * stringuri + * + * + * + * parser + * + * + * The first parameter, parser, is a + * reference to the XML parser calling the handler. + * + * + * + * + * prefix + * + * + * The prefix is a string used to reference the namespace within an XML object. + * + * + * + * + * uri + * + * + * Uniform Resource Identifier (URI) of namespace. + * + * + * + * + * + * If a handler function is set to an empty string, or FALSE, the handler + * in question is disabled. + * @throws XmlException + * + */ +function xml_set_start_namespace_decl_handler(\XMLParser $parser, callable $handler): void +{ + error_clear_last(); + $safeResult = \xml_set_start_namespace_decl_handler($parser, $handler); + if ($safeResult === false) { + throw XmlException::createFromPhpError(); + } +} + + +/** + * Sets the unparsed entity declaration handler function for the XML parser + * parser. + * + * The handler will be called if the XML parser + * encounters an external entity declaration with an NDATA declaration, like + * the following: + * + * name {publicId | systemId} + * NDATA notationName + * ]]> + * + * + * See section 4.2.2 of + * the XML 1.0 spec for the definition of notation declared + * external entities. + * + * @param \XMLParser $parser A reference to the XML parser to set up unparsed entity declaration handler function. + * @param callable $handler handler is a string containing the name of a + * function that must exist when xml_parse is called + * for parser. + * + * The function named by handler must accept six + * parameters: + * + * handler + * XMLParserparser + * stringentity_name + * stringbase + * stringsystem_id + * stringpublic_id + * stringnotation_name + * + * + * + * parser + * + * + * The first parameter, parser, is a + * reference to the XML parser calling the + * handler. + * + * + * + * + * entity_name + * + * + * The name of the entity that is about to be defined. + * + * + * + * + * base + * + * + * This is the base for resolving the system identifier + * (systemId) of the external entity.Currently + * this parameter will always be set to an empty string. + * + * + * + * + * system_id + * + * + * System identifier for the external entity. + * + * + * + * + * public_id + * + * + * Public identifier for the external entity. + * + * + * + * + * notation_name + * + * + * Name of the notation of this entity (see + * xml_set_notation_decl_handler). + * + * + * + * + * + * If a handler function is set to an empty string, or FALSE, the handler + * in question is disabled. + * @throws XmlException + * + */ +function xml_set_unparsed_entity_decl_handler(\XMLParser $parser, callable $handler): void +{ + error_clear_last(); + $safeResult = \xml_set_unparsed_entity_decl_handler($parser, $handler); + if ($safeResult === false) { + throw XmlException::createFromPhpError(); + } +} diff --git a/vendor/thecodingmachine/safe/generated/8.2/xmlrpc.php b/vendor/thecodingmachine/safe/generated/8.2/xmlrpc.php new file mode 100755 index 00000000..3007ab7d --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.2/xmlrpc.php @@ -0,0 +1,22 @@ + + * + * + * + * The permissions parameter consists of three octal + * number components specifying access restrictions for the owner, + * the user group in which the owner is in, and to everybody else in + * this order. One component can be computed by adding up the needed + * permissions for that target user base. Number 1 means that you + * grant execute rights, number 2 means that you make the file + * writeable, number 4 means that you make the file readable. Add + * up these numbers to specify needed rights. You can also read more + * about modes on Unix systems with 'man 1 chmod' + * and 'man 2 chmod'. + * + * + * + * + */ +function chmod(string $filename, int $permissions): void +{ + error_clear_last(); + $safeResult = \chmod($filename, $permissions); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Attempts to change the owner of the file filename + * to user user. Only the superuser may change the + * owner of a file. + * + * @param string $filename Path to the file. + * @param int|string $user A user name or number. + * @throws FilesystemException + * + */ +function chown(string $filename, $user): void +{ + error_clear_last(); + $safeResult = \chown($filename, $user); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Makes a copy of the file from to + * to. + * + * If you wish to move a file, use the rename function. + * + * @param string $from Path to the source file. + * @param string $to The destination path. If to is a URL, the + * copy operation may fail if the wrapper does not support overwriting of + * existing files. + * + * If the destination file already exists, it will be overwritten. + * @param null|resource $context A valid context resource created with + * stream_context_create. + * @throws FilesystemException + * + */ +function copy(string $from, string $to, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \copy($from, $to, $context); + } else { + $safeResult = \copy($from, $to); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Given a string containing a directory, this function will return the + * number of bytes available on the corresponding filesystem or disk + * partition. + * + * @param string $directory A directory of the filesystem or disk partition. + * + * Given a file name instead of a directory, the behaviour of the + * function is unspecified and may differ between operating systems and + * PHP versions. + * @return float Returns the number of available bytes as a float. + * @throws FilesystemException + * + */ +function disk_free_space(string $directory): float +{ + error_clear_last(); + $safeResult = \disk_free_space($directory); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Given a string containing a directory, this function will return the total + * number of bytes on the corresponding filesystem or disk partition. + * + * @param string $directory A directory of the filesystem or disk partition. + * @return float Returns the total number of bytes as a float. + * @throws FilesystemException + * + */ +function disk_total_space(string $directory): float +{ + error_clear_last(); + $safeResult = \disk_total_space($directory); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The file pointed to by stream is closed. + * + * @param resource $stream The file pointer must be valid, and must point to a file successfully + * opened by fopen or fsockopen. + * @throws FilesystemException + * + */ +function fclose($stream): void +{ + error_clear_last(); + $safeResult = \fclose($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * This function synchronizes stream contents to storage media, just like fsync does, + * but it does not synchronize file meta-data. + * Note that this function is only effectively different in POSIX systems. + * In Windows, this function is aliased to fsync. + * + * @param resource $stream The file pointer must be valid, and must point to + * a file successfully opened by fopen or + * fsockopen (and not yet closed by + * fclose). + * @throws FilesystemException + * + */ +function fdatasync($stream): void +{ + error_clear_last(); + $safeResult = \fdatasync($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * This function forces a write of all buffered output to the resource + * pointed to by the file stream. + * + * @param resource $stream The file pointer must be valid, and must point to + * a file successfully opened by fopen or + * fsockopen (and not yet closed by + * fclose). + * @throws FilesystemException + * + */ +function fflush($stream): void +{ + error_clear_last(); + $safeResult = \fflush($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * This function is similar to file, except that + * file_get_contents returns the file in a + * string, starting at the specified offset + * up to length bytes. On failure, + * file_get_contents will return FALSE. + * + * file_get_contents is the preferred way to read the + * contents of a file into a string. It will use memory mapping techniques if + * supported by your OS to enhance performance. + * + * @param string $filename Name of the file to read. + * @param bool $use_include_path The FILE_USE_INCLUDE_PATH constant can be used + * to trigger include path + * search. + * This is not possible if strict typing + * is enabled, since FILE_USE_INCLUDE_PATH is an + * int. Use TRUE instead. + * @param null|resource $context A valid context resource created with + * stream_context_create. If you don't need to use a + * custom context, you can skip this parameter by NULL. + * @param int $offset The offset where the reading starts on the original stream. + * Negative offsets count from the end of the stream. + * + * Seeking (offset) is not supported with remote files. + * Attempting to seek on non-local files may work with small offsets, but this + * is unpredictable because it works on the buffered stream. + * @param 0|null|positive-int $length Maximum length of data read. The default is to read until end + * of file is reached. Note that this parameter is applied to the + * stream processed by the filters. + * @return string The function returns the read data. + * @throws FilesystemException + * + */ +function file_get_contents(string $filename, bool $use_include_path = false, $context = null, int $offset = 0, ?int $length = null): string +{ + error_clear_last(); + if ($length !== null) { + $safeResult = \file_get_contents($filename, $use_include_path, $context, $offset, $length); + } elseif ($offset !== 0) { + $safeResult = \file_get_contents($filename, $use_include_path, $context, $offset); + } elseif ($context !== null) { + $safeResult = \file_get_contents($filename, $use_include_path, $context); + } else { + $safeResult = \file_get_contents($filename, $use_include_path); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function is identical to calling fopen, + * fwrite and fclose successively + * to write data to a file. + * + * If filename does not exist, the file is created. + * Otherwise, the existing file is overwritten, unless the + * FILE_APPEND flag is set. + * + * @param string $filename Path to the file where to write the data. + * @param mixed $data The data to write. Can be either a string, an + * array or a stream resource. + * + * If data is a stream resource, the + * remaining buffer of that stream will be copied to the specified file. + * This is similar with using stream_copy_to_stream. + * + * You can also specify the data parameter as a single + * dimension array. This is equivalent to + * file_put_contents($filename, implode('', $array)). + * @param int $flags The value of flags can be any combination of + * the following flags, joined with the binary OR (|) + * operator. + * + * + * Available flags + * + * + * + * Flag + * Description + * + * + * + * + * + * FILE_USE_INCLUDE_PATH + * + * + * Search for filename in the include directory. + * See include_path for more + * information. + * + * + * + * + * FILE_APPEND + * + * + * If file filename already exists, append + * the data to the file instead of overwriting it. + * + * + * + * + * LOCK_EX + * + * + * Acquire an exclusive lock on the file while proceeding to the + * writing. In other words, a flock call happens + * between the fopen call and the + * fwrite call. This is not identical to an + * fopen call with mode "x". + * + * + * + * + * + * @param null|resource $context A valid context resource created with + * stream_context_create. + * @return 0|positive-int This function returns the number of bytes that were written to the file. + * @throws FilesystemException + * + */ +function file_put_contents(string $filename, $data, int $flags = 0, $context = null): int +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \file_put_contents($filename, $data, $flags, $context); + } else { + $safeResult = \file_put_contents($filename, $data, $flags); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Reads an entire file into an array. + * + * @param string $filename Path to the file. + * @param int-mask $flags The optional parameter flags can be one, or + * more, of the following constants: + * + * + * + * FILE_USE_INCLUDE_PATH + * + * + * + * Search for the file in the include_path. + * + * + * + * + * + * FILE_IGNORE_NEW_LINES + * + * + * + * Omit newline at the end of each array element + * + * + * + * + * + * FILE_SKIP_EMPTY_LINES + * + * + * + * Skip empty lines + * + * + * + * + * @param null|resource $context + * @return list Returns the file in an array. Each element of the array corresponds to a + * line in the file, with the newline still attached. Upon failure, + * file returns FALSE. + * @throws FilesystemException + * + */ +function file(string $filename, int $flags = 0, $context = null): array +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \file($filename, $flags, $context); + } else { + $safeResult = \file($filename, $flags); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * + * + * @param string $filename Path to the file. + * @return int Returns the time the file was last accessed. + * The time is returned as a Unix timestamp. + * @throws FilesystemException + * + */ +function fileatime(string $filename): int +{ + error_clear_last(); + $safeResult = \fileatime($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the inode change time of a file. + * + * @param string $filename Path to the file. + * @return int Returns the time the file was last changed. + * The time is returned as a Unix timestamp. + * @throws FilesystemException + * + */ +function filectime(string $filename): int +{ + error_clear_last(); + $safeResult = \filectime($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the file inode. + * + * @param string $filename Path to the file. + * @return int Returns the inode number of the file. + * @throws FilesystemException + * + */ +function fileinode(string $filename): int +{ + error_clear_last(); + $safeResult = \fileinode($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function returns the time when the data blocks of a file were being + * written to, that is, the time when the content of the file was changed. + * + * @param string $filename Path to the file. + * @return int Returns the time the file was last modified. + * The time is returned as a Unix timestamp, which is + * suitable for the date function. + * @throws FilesystemException + * + */ +function filemtime(string $filename): int +{ + error_clear_last(); + $safeResult = \filemtime($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the file owner. + * + * @param string $filename Path to the file. + * @return int Returns the user ID of the owner of the file. + * The user ID is returned in numerical format, use + * posix_getpwuid to resolve it to a username. + * @throws FilesystemException + * + */ +function fileowner(string $filename): int +{ + error_clear_last(); + $safeResult = \fileowner($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets permissions for the given file. + * + * @param string $filename Path to the file. + * @return int Returns the file's permissions as a numeric mode. Lower bits of this mode + * are the same as the permissions expected by chmod, + * however on most platforms the return value will also include information on + * the type of file given as filename. The examples + * below demonstrate how to test the return value for specific permissions and + * file types on POSIX systems, including Linux and macOS. + * + * For local files, the specific return value is that of the + * st_mode member of the structure returned by the C + * library's stat function. Exactly which bits are set + * can vary from platform to platform, and looking up your specific platform's + * documentation is recommended if parsing the non-permission bits of the + * return value is required. + * + * Returns FALSE on failure. + * @throws FilesystemException + * + */ +function fileperms(string $filename): int +{ + error_clear_last(); + $safeResult = \fileperms($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the size for the given file. + * + * @param string $filename Path to the file. + * @return 0|positive-int Returns the size of the file in bytes, or FALSE (and generates an error + * of level E_WARNING) in case of an error. + * @throws FilesystemException + * + */ +function filesize(string $filename): int +{ + error_clear_last(); + $safeResult = \filesize($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Returns the type of the given file. + * + * @param string $filename Path to the file. + * @return string Returns the type of the file. Possible values are fifo, char, + * dir, block, link, file, socket and unknown. + * + * Returns FALSE if an error occurs. filetype will also + * produce an E_NOTICE message if the stat call fails + * or if the file type is unknown. + * @throws FilesystemException + * + */ +function filetype(string $filename): string +{ + error_clear_last(); + $safeResult = \filetype($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * flock allows you to perform a simple reader/writer + * model which can be used on virtually every platform (including most Unix + * derivatives and even Windows). + * + * The lock is released also by fclose, + * or when stream is garbage collected. + * + * PHP supports a portable way of locking complete files in an advisory way + * (which means all accessing programs have to use the same way of locking + * or it will not work). By default, this function will block until the + * requested lock is acquired; this may be controlled with the LOCK_NB option documented below. + * + * @param resource $stream A file system pointer resource + * that is typically created using fopen. + * @param int-mask $operation operation is one of the following: + * + * + * + * LOCK_SH to acquire a shared lock (reader). + * + * + * + * + * LOCK_EX to acquire an exclusive lock (writer). + * + * + * + * + * LOCK_UN to release a lock (shared or exclusive). + * + * + * + * + * It is also possible to add LOCK_NB as a bitmask to one + * of the above operations, if flock should not + * block during the locking attempt. + * @param 0|1|null $would_block The optional third argument is set to 1 if the lock would block + * (EWOULDBLOCK errno condition). + * @throws FilesystemException + * + */ +function flock($stream, int $operation, ?int &$would_block = null): void +{ + error_clear_last(); + $safeResult = \flock($stream, $operation, $would_block); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * fopen binds a named resource, specified by + * filename, to a stream. + * + * @param string $filename If filename is of the form "scheme://...", it + * is assumed to be a URL and PHP will search for a protocol handler + * (also known as a wrapper) for that scheme. If no wrappers for that + * protocol are registered, PHP will emit a notice to help you track + * potential problems in your script and then continue as though + * filename specifies a regular file. + * + * If PHP has decided that filename specifies + * a local file, then it will try to open a stream on that file. + * The file must be accessible to PHP, so you need to ensure that + * the file access permissions allow this access. + * If you have enabled + * open_basedir further + * restrictions may apply. + * + * If PHP has decided that filename specifies + * a registered protocol, and that protocol is registered as a + * network URL, PHP will check to make sure that + * allow_url_fopen is + * enabled. If it is switched off, PHP will emit a warning and + * the fopen call will fail. + * + * The list of supported protocols can be found in . Some protocols (also referred to as + * wrappers) support context + * and/or php.ini options. Refer to the specific page for the + * protocol in use for a list of options which can be set. (e.g. + * php.ini value user_agent used by the + * http wrapper). + * + * On the Windows platform, be careful to escape any backslashes + * used in the path to the file, or use forward slashes. + * + * + * + * ]]> + * + * + * @param string $mode The mode parameter specifies the type of access + * you require to the stream. It may be any of the following: + * + * + * A list of possible modes for fopen + * using mode + * + * + * + * + * mode + * Description + * + * + * + * + * 'r' + * + * Open for reading only; place the file pointer at the + * beginning of the file. + * + * + * + * 'r+' + * + * Open for reading and writing; place the file pointer at + * the beginning of the file. + * + * + * + * 'w' + * + * Open for writing only; place the file pointer at the + * beginning of the file and truncate the file to zero length. + * If the file does not exist, attempt to create it. + * + * + * + * 'w+' + * + * Open for reading and writing; otherwise it has the + * same behavior as 'w'. + * + * + * + * 'a' + * + * Open for writing only; place the file pointer at the end of + * the file. If the file does not exist, attempt to create it. + * In this mode, fseek has no effect, writes are always appended. + * + * + * + * 'a+' + * + * Open for reading and writing; place the file pointer at + * the end of the file. If the file does not exist, attempt to + * create it. In this mode, fseek only affects + * the reading position, writes are always appended. + * + * + * + * 'x' + * + * Create and open for writing only; place the file pointer at the + * beginning of the file. If the file already exists, the + * fopen call will fail by returning FALSE and + * generating an error of level E_WARNING. If + * the file does not exist, attempt to create it. This is equivalent + * to specifying O_EXCL|O_CREAT flags for the + * underlying open(2) system call. + * + * + * + * 'x+' + * + * Create and open for reading and writing; otherwise it has the + * same behavior as 'x'. + * + * + * + * 'c' + * + * Open the file for writing only. If the file does not exist, it is + * created. If it exists, it is neither truncated (as opposed to + * 'w'), nor the call to this function fails (as is + * the case with 'x'). The file pointer is + * positioned on the beginning of the file. This may be useful if it's + * desired to get an advisory lock (see flock) + * before attempting to modify the file, as using + * 'w' could truncate the file before the lock + * was obtained (if truncation is desired, + * ftruncate can be used after the lock is + * requested). + * + * + * + * 'c+' + * + * Open the file for reading and writing; otherwise it has the same + * behavior as 'c'. + * + * + * + * 'e' + * + * Set close-on-exec flag on the opened file descriptor. Only + * available in PHP compiled on POSIX.1-2008 conform systems. + * + * + * + * + * + * + * Different operating system families have different line-ending + * conventions. When you write a text file and want to insert a line + * break, you need to use the correct line-ending character(s) for your + * operating system. Unix based systems use \n as the + * line ending character, Windows based systems use \r\n + * as the line ending characters and Macintosh based systems (Mac OS Classic) used + * \r as the line ending character. + * + * If you use the wrong line ending characters when writing your files, you + * might find that other applications that open those files will "look + * funny". + * + * Windows offers a text-mode translation flag ('t') + * which will transparently translate \n to + * \r\n when working with the file. In contrast, you + * can also use 'b' to force binary mode, which will not + * translate your data. To use these flags, specify either + * 'b' or 't' as the last character + * of the mode parameter. + * + * The default translation mode is 'b'. + * You can use the 't' + * mode if you are working with plain-text files and you use + * \n to delimit your line endings in your script, but + * expect your files to be readable with applications such as old versions of notepad. You + * should use the 'b' in all other cases. + * + * If you specify the 't' flag when working with binary files, you + * may experience strange problems with your data, including broken image + * files and strange problems with \r\n characters. + * + * For portability, it is also strongly recommended that + * you re-write code that uses or relies upon the 't' + * mode so that it uses the correct line endings and + * 'b' mode instead. + * @param bool $use_include_path The optional third use_include_path parameter + * can be set to '1' or TRUE if you want to search for the file in the + * include_path, too. + * @param null|resource $context A context stream + * resource. + * @return resource Returns a file pointer resource on success + * @throws FilesystemException + * + */ +function fopen(string $filename, string $mode, bool $use_include_path = false, $context = null) +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \fopen($filename, $mode, $use_include_path, $context); + } else { + $safeResult = \fopen($filename, $mode, $use_include_path); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * fread reads up to + * length bytes from the file pointer + * referenced by stream. Reading stops as soon as one + * of the following conditions is met: + * + * + * + * length bytes have been read + * + * + * + * + * EOF (end of file) is reached + * + * + * + * + * a packet becomes available or the + * socket timeout occurs (for network streams) + * + * + * + * + * if the stream is read buffered and it does not represent a plain file, at + * most one read of up to a number of bytes equal to the chunk size (usually + * 8192) is made; depending on the previously buffered data, the size of the + * returned data may be larger than the chunk size. + * + * + * + * + * @param resource $stream A file system pointer resource + * that is typically created using fopen. + * @param positive-int $length Up to length number of bytes read. + * @return string Returns the read string. + * @throws FilesystemException + * + */ +function fread($stream, int $length): string +{ + error_clear_last(); + $safeResult = \fread($stream, $length); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gathers the statistics of the file opened by the file + * pointer stream. This function is similar to the + * stat function except that it operates + * on an open file pointer instead of a filename. + * + * @param resource $stream A file system pointer resource + * that is typically created using fopen. + * @return array Returns an array with the statistics of the file; the format of the array + * is described in detail on the stat manual page. + * Returns FALSE on failure. + * @throws FilesystemException + * + */ +function fstat($stream): array +{ + error_clear_last(); + $safeResult = \fstat($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function synchronizes changes to the file, including its meta-data. This is similar to fflush, + * but it also instructs the operating system to write to the storage media. + * + * @param resource $stream The file pointer must be valid, and must point to + * a file successfully opened by fopen or + * fsockopen (and not yet closed by + * fclose). + * @throws FilesystemException + * + */ +function fsync($stream): void +{ + error_clear_last(); + $safeResult = \fsync($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Returns the position of the file pointer referenced by stream. + * + * @param resource $stream The file pointer must be valid, and must point to a file successfully + * opened by fopen or popen. + * ftell gives undefined results for append-only streams + * (opened with "a" flag). + * @return int Returns the position of the file pointer referenced by + * stream as an integer; i.e., its offset into the file stream. + * + * If an error occurs, returns FALSE. + * @throws FilesystemException + * + */ +function ftell($stream): int +{ + error_clear_last(); + $safeResult = \ftell($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Takes the filepointer, stream, and truncates the file to + * length, size. + * + * @param resource $stream The file pointer. + * + * The stream must be open for writing. + * @param 0|positive-int $size The size to truncate to. + * + * If size is larger than the file then the file + * is extended with null bytes. + * + * If size is smaller than the file then the file + * is truncated to that size. + * @throws FilesystemException + * + */ +function ftruncate($stream, int $size): void +{ + error_clear_last(); + $safeResult = \ftruncate($stream, $size); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * + * + * @param resource $stream A file system pointer resource + * that is typically created using fopen. + * @param string $data The string that is to be written. + * @param 0|null|positive-int $length If length is an integer, writing will stop + * after length bytes have been written or the + * end of data is reached, whichever comes first. + * @return 0|positive-int + * @throws FilesystemException + * + */ +function fwrite($stream, string $data, ?int $length = null): int +{ + error_clear_last(); + if ($length !== null) { + $safeResult = \fwrite($stream, $data, $length); + } else { + $safeResult = \fwrite($stream, $data); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The glob function searches for all the pathnames + * matching pattern according to the rules used by + * the libc glob() function, which is similar to the rules used by common + * shells. + * + * @param string $pattern The pattern. No tilde expansion or parameter substitution is done. + * + * Special characters: + * + * + * + * * - Matches zero or more characters. + * + * + * + * + * ? - Matches exactly one character (any character). + * + * + * + * + * [...] - Matches one character from a group of + * characters. If the first character is !, + * matches any character not in the group. + * + * + * + * + * \ - Escapes the following character, + * except when the GLOB_NOESCAPE flag is used. + * + * + * + * @param int $flags Valid flags: + * + * + * + * GLOB_MARK - Adds a slash (a backslash on Windows) to each directory returned + * + * + * + * + * GLOB_NOSORT - Return files as they appear in the + * directory (no sorting). When this flag is not used, the pathnames are + * sorted alphabetically + * + * + * + * + * GLOB_NOCHECK - Return the search pattern if no + * files matching it were found + * + * + * + * + * GLOB_NOESCAPE - Backslashes do not quote + * metacharacters + * + * + * + * + * GLOB_BRACE - Expands {a,b,c} to match 'a', 'b', + * or 'c' + * + * + * + * + * GLOB_ONLYDIR - Return only directory entries + * which match the pattern + * + * + * + * + * GLOB_ERR - Stop on read errors (like unreadable + * directories), by default errors are ignored. + * + * + * + * + * + * The GLOB_BRACE flag is not available on some non GNU + * systems, like Solaris or Alpine Linux. + * + * + * @return list Returns an array containing the matched files/directories, an empty array + * if no file matched. + * @throws FilesystemException + * + */ +function glob(string $pattern, int $flags = 0): array +{ + error_clear_last(); + $safeResult = \glob($pattern, $flags); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Attempts to change the group of the symlink filename + * to group. + * + * Only the superuser may change the group of a symlink arbitrarily; other + * users may change the group of a symlink to any group of which that user is + * a member. + * + * @param string $filename Path to the symlink. + * @param int|string $group The group specified by name or number. + * @throws FilesystemException + * + */ +function lchgrp(string $filename, $group): void +{ + error_clear_last(); + $safeResult = \lchgrp($filename, $group); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Attempts to change the owner of the symlink filename + * to user user. + * + * Only the superuser may change the owner of a symlink. + * + * @param string $filename Path to the file. + * @param int|string $user User name or number. + * @throws FilesystemException + * + */ +function lchown(string $filename, $user): void +{ + error_clear_last(); + $safeResult = \lchown($filename, $user); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * link creates a hard link. + * + * @param string $target Target of the link. + * @param string $link The link name. + * @throws FilesystemException + * + */ +function link(string $target, string $link): void +{ + error_clear_last(); + $safeResult = \link($target, $link); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Gathers the statistics of the file or symbolic link named by + * filename. + * + * @param string $filename Path to a file or a symbolic link. + * @return array See the manual page for stat for information on + * the structure of the array that lstat returns. + * This function is identical to the stat function + * except that if the filename parameter is a symbolic + * link, the status of the symbolic link is returned, not the status of the + * file pointed to by the symbolic link. + * + * On failure, FALSE is returned. + * @throws FilesystemException + * + */ +function lstat(string $filename): array +{ + error_clear_last(); + $safeResult = \lstat($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Attempts to create the directory specified by directory. + * + * @param string $directory The directory path. + * A URL can be used as a + * filename with this function if the fopen wrappers have been enabled. + * See fopen for more details on how to specify the + * filename. See the for links to information + * about what abilities the various wrappers have, notes on their usage, + * and information on any predefined variables they may + * provide. + * @param int $permissions The permissions are 0777 by default, which means the widest possible + * access. For more information on permissions, read the details + * on the chmod page. + * + * permissions is ignored on Windows. + * + * Note that you probably want to specify the permissions as an octal number, + * which means it should have a leading zero. The permissions is also modified + * by the current umask, which you can change using + * umask. + * @param bool $recursive If TRUE, then any parent directories to the directory specified will + * also be created, with the same permissions. + * @param null|resource $context A context stream + * resource. + * @throws FilesystemException + * + */ +function mkdir(string $directory, int $permissions = 0777, bool $recursive = false, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \mkdir($directory, $permissions, $recursive, $context); + } else { + $safeResult = \mkdir($directory, $permissions, $recursive); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * parse_ini_file loads in the + * ini file specified in filename, + * and returns the settings in it in an associative array. + * + * The structure of the ini file is the same as the php.ini's. + * + * @param string $filename The filename of the ini file being parsed. If a relative path is used, + * it is evaluated relative to the current working directory, then the + * include_path. + * @param bool $process_sections By setting the process_sections + * parameter to TRUE, you get a multidimensional array, with + * the section names and settings included. The default + * for process_sections is FALSE + * @param int $scanner_mode Can either be INI_SCANNER_NORMAL (default) or + * INI_SCANNER_RAW. If INI_SCANNER_RAW + * is supplied, then option values will not be parsed. + * + * + * As of PHP 5.6.1 can also be specified as INI_SCANNER_TYPED. + * In this mode boolean, null and integer types are preserved when possible. + * String values "true", "on" and "yes" + * are converted to TRUE. "false", "off", "no" + * and "none" are considered FALSE. "null" is converted to NULL + * in typed mode. Also, all numeric strings are converted to integer type if it is possible. + * @return array The settings are returned as an associative array on success. + * @throws FilesystemException + * + */ +function parse_ini_file(string $filename, bool $process_sections = false, int $scanner_mode = INI_SCANNER_NORMAL): array +{ + error_clear_last(); + $safeResult = \parse_ini_file($filename, $process_sections, $scanner_mode); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * parse_ini_string returns the settings in string + * ini_string in an associative array. + * + * The structure of the ini string is the same as the php.ini's. + * + * @param string $ini_string The contents of the ini file being parsed. + * @param bool $process_sections By setting the process_sections + * parameter to TRUE, you get a multidimensional array, with + * the section names and settings included. The default + * for process_sections is FALSE + * @param int $scanner_mode Can either be INI_SCANNER_NORMAL (default) or + * INI_SCANNER_RAW. If INI_SCANNER_RAW + * is supplied, then option values will not be parsed. + * + * + * As of PHP 5.6.1 can also be specified as INI_SCANNER_TYPED. + * In this mode boolean, null and integer types are preserved when possible. + * String values "true", "on" and "yes" + * are converted to TRUE. "false", "off", "no" + * and "none" are considered FALSE. "null" is converted to NULL + * in typed mode. Also, all numeric strings are converted to integer type if it is possible. + * @return array The settings are returned as an associative array on success. + * @throws FilesystemException + * + */ +function parse_ini_string(string $ini_string, bool $process_sections = false, int $scanner_mode = INI_SCANNER_NORMAL): array +{ + error_clear_last(); + $safeResult = \parse_ini_string($ini_string, $process_sections, $scanner_mode); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Closes a file pointer to a pipe opened by popen. + * + * @param resource $handle The file pointer must be valid, and must have been returned by a + * successful call to popen. + * @return int Returns the termination status of the process that was run. + * @throws FilesystemException + * + */ +function pclose($handle): int +{ + error_clear_last(); + $safeResult = \pclose($handle); + if ($safeResult === -1) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Opens a pipe to a process executed by forking the command given + * by command. + * + * @param string $command The command + * @param string $mode The mode. Either 'r' for reading, or 'w' + * for writing. + * + * On Windows, popen defaults to text mode, i.e. any \n + * characters written to or read from the pipe will be translated to \r\n. + * If this is not desired, binary mode can be enforced by setting mode + * to 'rb' and 'wb', respectively. + * @return resource Returns a file pointer identical to that returned by + * fopen, except that it is unidirectional (may + * only be used for reading or writing) and must be closed with + * pclose. This pointer may be used with + * fgets, fgetss, and + * fwrite. When the mode is 'r', the returned + * file pointer equals to the STDOUT of the command, when the mode + * is 'w', the returned file pointer equals to the STDIN of the + * command. + * + * If an error occurs, returns FALSE. + * @throws FilesystemException + * + */ +function popen(string $command, string $mode) +{ + error_clear_last(); + $safeResult = \popen($command, $mode); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Reads a file and writes it to the output buffer. + * + * @param string $filename The filename being read. + * @param bool $use_include_path You can use the optional second parameter and set it to TRUE, if + * you want to search for the file in the include_path, too. + * @param null|resource $context A context stream + * resource. + * @return 0|positive-int Returns the number of bytes read from the file on success + * @throws FilesystemException + * + */ +function readfile(string $filename, bool $use_include_path = false, $context = null): int +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \readfile($filename, $use_include_path, $context); + } else { + $safeResult = \readfile($filename, $use_include_path); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * readlink does the same as the readlink C function. + * + * @param string $path The symbolic link path. + * @return string Returns the contents of the symbolic link path. + * @throws FilesystemException + * + */ +function readlink(string $path): string +{ + error_clear_last(); + $safeResult = \readlink($path); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * realpath expands all symbolic links and + * resolves references to /./, /../ and extra / characters in + * the input path and returns the canonicalized + * absolute pathname. + * + * @param string $path The path being checked. + * + * + * Whilst a path must be supplied, the value can be an empty string. + * In this case, the value is interpreted as the current directory. + * + * + * + * Whilst a path must be supplied, the value can be an empty string. + * In this case, the value is interpreted as the current directory. + * @return non-empty-string Returns the canonicalized absolute pathname on success. The resulting path + * will have no symbolic link, /./ or /../ components. Trailing delimiters, + * such as \ and /, are also removed. + * + * realpath returns FALSE on failure, e.g. if + * the file does not exist. + * @throws FilesystemException + * + */ +function realpath(string $path): string +{ + error_clear_last(); + $safeResult = \realpath($path); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Attempts to rename from to + * to, moving it between directories if necessary. + * If renaming a file and to exists, + * it will be overwritten. If renaming a directory and + * to exists, + * this function will emit a warning. + * + * @param string $from The old name. + * + * The wrapper used in from + * must match the wrapper used in + * to. + * @param string $to The new name. + * + * + * On Windows, if to already exists, it must be writable. + * Otherwise rename fails and issues E_WARNING. + * + * + * @param null|resource $context A context stream + * resource. + * @throws FilesystemException + * + */ +function rename(string $from, string $to, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \rename($from, $to, $context); + } else { + $safeResult = \rename($from, $to); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Sets the file position indicator for stream + * to the beginning of the file stream. + * + * @param resource $stream The file pointer must be valid, and must point to a file + * successfully opened by fopen. + * @throws FilesystemException + * + */ +function rewind($stream): void +{ + error_clear_last(); + $safeResult = \rewind($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Attempts to remove the directory named by directory. + * The directory must be empty, and the relevant permissions must permit this. + * A E_WARNING level error will be generated on failure. + * + * @param string $directory Path to the directory. + * @param null|resource $context A context stream + * resource. + * @throws FilesystemException + * + */ +function rmdir(string $directory, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \rmdir($directory, $context); + } else { + $safeResult = \rmdir($directory); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * symlink creates a symbolic link to the existing + * target with the specified name + * link. + * + * @param string $target Target of the link. + * @param string $link The link name. + * @throws FilesystemException + * + */ +function symlink(string $target, string $link): void +{ + error_clear_last(); + $safeResult = \symlink($target, $link); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Creates a file with a unique filename, with access permission set to 0600, in the specified directory. + * If the directory does not exist or is not writable, tempnam may + * generate a file in the system's temporary directory, and return + * the full path to that file, including its name. + * + * @param string $directory The directory where the temporary filename will be created. + * @param string $prefix The prefix of the generated temporary filename. + * @return non-falsy-string Returns the new temporary filename (with path). + * @throws FilesystemException + * + */ +function tempnam(string $directory, string $prefix): string +{ + error_clear_last(); + $safeResult = \tempnam($directory, $prefix); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Creates a temporary file with a unique name in read-write (w+) mode and + * returns a file handle. + * + * The file is automatically removed when closed (for example, by calling + * fclose, or when there are no remaining references to + * the file handle returned by tmpfile), or when the + * script ends. + * + * @return resource Returns a file handle, similar to the one returned by + * fopen, for the new file. + * @throws FilesystemException + * + */ +function tmpfile() +{ + error_clear_last(); + $safeResult = \tmpfile(); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Attempts to set the access and modification times of the file named in the + * filename parameter to the value given in + * mtime. + * Note that the access time is always modified, regardless of the number + * of parameters. + * + * If the file does not exist, it will be created. + * + * @param string $filename The name of the file being touched. + * @param int|null $mtime The touch time. If mtime is NULL, + * the current system time is used. + * @param int|null $atime If not NULL, the access time of the given filename is set to + * the value of atime. Otherwise, it is set to + * the value passed to the mtime parameter. + * If both are NULL, the current system time is used. + * @throws FilesystemException + * + */ +function touch(string $filename, ?int $mtime = null, ?int $atime = null): void +{ + error_clear_last(); + if ($atime !== null) { + $safeResult = \touch($filename, $mtime, $atime); + } elseif ($mtime !== null) { + $safeResult = \touch($filename, $mtime); + } else { + $safeResult = \touch($filename); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Deletes filename. Similar to the Unix C unlink() + * function. An E_WARNING level error will be generated on + * failure. + * + * @param string $filename Path to the file. + * + * If the file is a symlink, the symlink will be deleted. On Windows, to delete + * a symlink to a directory, rmdir has to be used instead. + * @param null|resource $context A context stream + * resource. + * @throws FilesystemException + * + */ +function unlink(string $filename, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \unlink($filename, $context); + } else { + $safeResult = \unlink($filename); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} diff --git a/vendor/thecodingmachine/safe/generated/8.3/filter.php b/vendor/thecodingmachine/safe/generated/8.3/filter.php new file mode 100755 index 00000000..bac10fe8 --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.3/filter.php @@ -0,0 +1,81 @@ + + * + * + * + * channels will be 3 for RGB pictures and 4 for CMYK + * pictures. + * + * bits is the number of bits for each color. + * + * For some image types, the presence of channels and + * bits values can be a bit + * confusing. As an example, GIF always uses 3 channels + * per pixel, but the number of bits per pixel cannot be calculated for an + * animated GIF with a global color table. + * + * On failure, FALSE is returned. + * @throws ImageException + * + */ +function getimagesize(string $filename, ?array &$image_info = null): ?array +{ + error_clear_last(); + $safeResult = \getimagesize($filename, $image_info); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Returns the extension for the given IMAGETYPE_XXX + * constant. + * + * @param int $image_type One of the IMAGETYPE_XXX constant. + * @param bool $include_dot Whether to prepend a dot to the extension or not. Default to TRUE. + * @return string A string with the extension corresponding to the given image type. + * @throws ImageException + * + */ +function image_type_to_extension(int $image_type, bool $include_dot = true): string +{ + error_clear_last(); + $safeResult = \image_type_to_extension($image_type, $include_dot); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param array $affine Array with keys 0 to 5. + * @param array|null $clip Array with keys "x", "y", "width" and "height"; or NULL. + * @return \GdImage Return affined image object on success. + * @throws ImageException + * + */ +function imageaffine(\GdImage $image, array $affine, ?array $clip = null): \GdImage +{ + error_clear_last(); + if ($clip !== null) { + $safeResult = \imageaffine($image, $affine, $clip); + } else { + $safeResult = \imageaffine($image, $affine); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Returns the concatenation of two affine transformation matrices, + * what is useful if multiple transformations should be applied to the same + * image in one go. + * + * @param array $matrix1 An affine transformation matrix (an array with keys + * 0 to 5 and float values). + * @param array $matrix2 An affine transformation matrix (an array with keys + * 0 to 5 and float values). + * @return array{0:float,1:float,2:float,3:float,4:float,5:float} An affine transformation matrix (an array with keys + * 0 to 5 and float values). + * @throws ImageException + * + */ +function imageaffinematrixconcat(array $matrix1, array $matrix2): array +{ + error_clear_last(); + $safeResult = \imageaffinematrixconcat($matrix1, $matrix2); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Returns an affine transformation matrix. + * + * @param int $type One of the IMG_AFFINE_* constants. + * @param array|float $options If type is IMG_AFFINE_TRANSLATE + * or IMG_AFFINE_SCALE, + * options has to be an array with keys x + * and y, both having float values. + * + * If type is IMG_AFFINE_ROTATE, + * IMG_AFFINE_SHEAR_HORIZONTAL or IMG_AFFINE_SHEAR_VERTICAL, + * options has to be a float specifying the angle. + * @return array{0:float,1:float,2:float,3:float,4:float,5:float} An affine transformation matrix (an array with keys + * 0 to 5 and float values). + * @throws ImageException + * + */ +function imageaffinematrixget(int $type, $options): array +{ + error_clear_last(); + $safeResult = \imageaffinematrixget($type, $options); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagealphablending allows for two different + * modes of drawing on truecolor images. In blending mode, the + * alpha channel component of the color supplied to all drawing function, + * such as imagesetpixel determines how much of the + * underlying color should be allowed to shine through. As a result, gd + * automatically blends the existing color at that point with the drawing color, + * and stores the result in the image. The resulting pixel is opaque. In + * non-blending mode, the drawing color is copied literally with its alpha channel + * information, replacing the destination pixel. Blending mode is not available + * when drawing on palette images. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param bool $enable Whether to enable the blending mode or not. On true color images + * the default value is TRUE otherwise the default value is FALSE + * @throws ImageException + * + */ +function imagealphablending(\GdImage $image, bool $enable): void +{ + error_clear_last(); + $safeResult = \imagealphablending($image, $enable); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Activate the fast drawing antialiased methods for lines and wired polygons. + * It does not support alpha components. It works using a direct blend + * operation. It works only with truecolor images. + * + * Thickness and styled are not supported. + * + * Using antialiased primitives with transparent background color can end with + * some unexpected results. The blend method uses the background color as any + * other colors. The lack of alpha component support does not allow an alpha + * based antialiasing method. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param bool $enable Whether to enable antialiasing or not. + * @throws ImageException + * + */ +function imageantialias(\GdImage $image, bool $enable): void +{ + error_clear_last(); + $safeResult = \imageantialias($image, $enable); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagearc draws an arc of circle centered at the given + * coordinates. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $center_x x-coordinate of the center. + * @param int $center_y y-coordinate of the center. + * @param int $width The arc width. + * @param int $height The arc height. + * @param int $start_angle The arc start angle, in degrees. + * @param int $end_angle The arc end angle, in degrees. + * 0° is located at the three-o'clock position, and the arc is drawn + * clockwise. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagearc(\GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color): void +{ + error_clear_last(); + $safeResult = \imagearc($image, $center_x, $center_y, $width, $height, $start_angle, $end_angle, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Outputs or saves a AVIF Raster image from the given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @param int $quality quality is optional, and ranges from 0 (worst quality, smaller file) + * to 100 (best quality, larger file). + * If -1 is provided, the default value 30 is used. + * @param int $speed speed is optional, and ranges from 0 (slow, smaller file) + * to 10 (fast, larger file). + * If -1 is provided, the default value 6 is used. + * @throws ImageException + * + */ +function imageavif(\GdImage $image, $file = null, int $quality = -1, int $speed = -1): void +{ + error_clear_last(); + if ($speed !== -1) { + $safeResult = \imageavif($image, $file, $quality, $speed); + } elseif ($quality !== -1) { + $safeResult = \imageavif($image, $file, $quality); + } elseif ($file !== null) { + $safeResult = \imageavif($image, $file); + } else { + $safeResult = \imageavif($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Outputs or saves a BMP version of the given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * + * NULL is invalid if the compressed arguments is + * not used. + * @param bool $compressed Whether the BMP should be compressed with run-length encoding (RLE), or not. + * @throws ImageException + * + */ +function imagebmp(\GdImage $image, $file = null, bool $compressed = true): void +{ + error_clear_last(); + if ($compressed !== true) { + $safeResult = \imagebmp($image, $file, $compressed); + } elseif ($file !== null) { + $safeResult = \imagebmp($image, $file); + } else { + $safeResult = \imagebmp($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagechar draws the first character of + * char in the image identified by + * image with its upper-left at + * x,y (top left is 0, + * 0) with the color color. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $font Can be 1, 2, 3, 4, 5 for built-in + * fonts in latin2 encoding (where higher numbers corresponding to larger fonts) or GdFont instance, + * returned by imageloadfont. + * @param int $x x-coordinate of the start. + * @param int $y y-coordinate of the start. + * @param string $char The character to draw. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagechar(\GdImage $image, int $font, int $x, int $y, string $char, int $color): void +{ + error_clear_last(); + $safeResult = \imagechar($image, $font, $x, $y, $char, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws the character char vertically at the specified + * coordinate on the given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $font Can be 1, 2, 3, 4, 5 for built-in + * fonts in latin2 encoding (where higher numbers corresponding to larger fonts) or GdFont instance, + * returned by imageloadfont. + * @param int $x x-coordinate of the start. + * @param int $y y-coordinate of the start. + * @param string $char The character to draw. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagecharup(\GdImage $image, int $font, int $x, int $y, string $char, int $color): void +{ + error_clear_last(); + $safeResult = \imagecharup($image, $font, $x, $y, $char, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Returns the index of the color of the pixel at the + * specified location in the image specified by image. + * + * If the image is a + * truecolor image, this function returns the RGB value of that pixel as + * integer. Use bitshifting and masking to access the distinct red, green and blue + * component values: + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x x-coordinate of the point. + * @param int $y y-coordinate of the point. + * @return int Returns the index of the color. + * @throws ImageException + * + */ +function imagecolorat(\GdImage $image, int $x, int $y): int +{ + error_clear_last(); + $safeResult = \imagecolorat($image, $x, $y); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * De-allocates a color previously allocated with + * imagecolorallocate or + * imagecolorallocatealpha. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $color The color identifier. + * @throws ImageException + * + */ +function imagecolordeallocate(\GdImage $image, int $color): void +{ + error_clear_last(); + $safeResult = \imagecolordeallocate($image, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Makes the colors of the palette version of an image more closely match the true color version. + * + * @param \GdImage $image1 A truecolor image object. + * @param \GdImage $image2 A palette image object pointing to an image that has the same + * size as image1. + * @throws ImageException + * + */ +function imagecolormatch(\GdImage $image1, \GdImage $image2): void +{ + error_clear_last(); + $safeResult = \imagecolormatch($image1, $image2); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * This sets the specified index in the palette to the specified + * color. This is useful for creating flood-fill-like effects in + * palleted images without the overhead of performing the actual + * flood-fill. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $color An index in the palette. + * @param int $red Value of red component. + * @param int $green Value of green component. + * @param int $blue Value of blue component. + * @param int $alpha Value of alpha component. + * @throws ImageException + * + */ +function imagecolorset(\GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0): void +{ + error_clear_last(); + $safeResult = \imagecolorset($image, $color, $red, $green, $blue, $alpha); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Gets the color for a specified index. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $color The color index. + * @return array{red: int, green: int, blue: int, alpha: int} Returns an associative array with red, green, blue and alpha keys that + * contain the appropriate values for the specified color index. + * + */ +function imagecolorsforindex(\GdImage $image, int $color): array +{ + error_clear_last(); + $safeResult = \imagecolorsforindex($image, $color); + return $safeResult; +} + + +/** + * Applies a convolution matrix on the image, using the given coefficient and + * offset. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param array $matrix A 3x3 matrix: an array of three arrays of three floats. + * @param float $divisor The divisor of the result of the convolution, used for normalization. + * @param float $offset Color offset. + * @throws ImageException + * + */ +function imageconvolution(\GdImage $image, array $matrix, float $divisor, float $offset): void +{ + error_clear_last(); + $safeResult = \imageconvolution($image, $matrix, $divisor, $offset); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Copy a part of src_image onto + * dst_image starting at the x,y coordinates + * src_x, src_y with + * a width of src_width and a height of + * src_height. The portion defined will be copied + * onto the x,y coordinates, dst_x and + * dst_y. + * + * @param \GdImage $dst_image Destination image resource. + * @param \GdImage $src_image Source image resource. + * @param int $dst_x x-coordinate of destination point. + * @param int $dst_y y-coordinate of destination point. + * @param int $src_x x-coordinate of source point. + * @param int $src_y y-coordinate of source point. + * @param int $src_width Source width. + * @param int $src_height Source height. + * @throws ImageException + * + */ +function imagecopy(\GdImage $dst_image, \GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height): void +{ + error_clear_last(); + $safeResult = \imagecopy($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $src_width, $src_height); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Copy a part of src_image onto + * dst_image starting at the x,y coordinates + * src_x, src_y with + * a width of src_width and a height of + * src_height. The portion defined will be copied + * onto the x,y coordinates, dst_x and + * dst_y. + * + * @param \GdImage $dst_image Destination image resource. + * @param \GdImage $src_image Source image resource. + * @param int $dst_x x-coordinate of destination point. + * @param int $dst_y y-coordinate of destination point. + * @param int $src_x x-coordinate of source point. + * @param int $src_y y-coordinate of source point. + * @param int $src_width Source width. + * @param int $src_height Source height. + * @param int $pct The two images will be merged according to pct + * which can range from 0 to 100. When pct = 0, + * no action is taken, when 100 this function behaves identically + * to imagecopy for pallete images, except for + * ignoring alpha components, while it implements alpha transparency + * for true colour images. + * @throws ImageException + * + */ +function imagecopymerge(\GdImage $dst_image, \GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height, int $pct): void +{ + error_clear_last(); + $safeResult = \imagecopymerge($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $src_width, $src_height, $pct); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagecopymergegray copy a part of src_image onto + * dst_image starting at the x,y coordinates + * src_x, src_y with + * a width of src_width and a height of + * src_height. The portion defined will be copied + * onto the x,y coordinates, dst_x and + * dst_y. + * + * This function is identical to imagecopymerge except + * that when merging it preserves the hue of the source by converting + * the destination pixels to gray scale before the copy operation. + * + * @param \GdImage $dst_image Destination image resource. + * @param \GdImage $src_image Source image resource. + * @param int $dst_x x-coordinate of destination point. + * @param int $dst_y y-coordinate of destination point. + * @param int $src_x x-coordinate of source point. + * @param int $src_y y-coordinate of source point. + * @param int $src_width Source width. + * @param int $src_height Source height. + * @param int $pct The src_image will be changed to grayscale according + * to pct where 0 is fully grayscale and 100 is + * unchanged. When pct = 100 this function behaves + * identically to imagecopy for pallete images, except for + * ignoring alpha components, while + * it implements alpha transparency for true colour images. + * @throws ImageException + * + */ +function imagecopymergegray(\GdImage $dst_image, \GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height, int $pct): void +{ + error_clear_last(); + $safeResult = \imagecopymergegray($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $src_width, $src_height, $pct); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagecopyresampled copies a rectangular + * portion of one image to another image, smoothly interpolating pixel + * values so that, in particular, reducing the size of an image still + * retains a great deal of clarity. + * + * In other words, imagecopyresampled will take a + * rectangular area from src_image of width + * src_width and height src_height at + * position (src_x,src_y) + * and place it in a rectangular area of dst_image + * of width dst_width and height dst_height + * at position (dst_x,dst_y). + * + * If the source and destination coordinates and width and heights + * differ, appropriate stretching or shrinking of the image fragment + * will be performed. The coordinates refer to the upper left + * corner. This function can be used to copy regions within the + * same image (if dst_image is the same as + * src_image) but if the regions overlap the + * results will be unpredictable. + * + * @param \GdImage $dst_image Destination image resource. + * @param \GdImage $src_image Source image resource. + * @param int $dst_x x-coordinate of destination point. + * @param int $dst_y y-coordinate of destination point. + * @param int $src_x x-coordinate of source point. + * @param int $src_y y-coordinate of source point. + * @param int $dst_width Destination width. + * @param int $dst_height Destination height. + * @param int $src_width Source width. + * @param int $src_height Source height. + * @throws ImageException + * + */ +function imagecopyresampled(\GdImage $dst_image, \GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_height): void +{ + error_clear_last(); + $safeResult = \imagecopyresampled($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $dst_width, $dst_height, $src_width, $src_height); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagecopyresized copies a rectangular + * portion of one image to another image. + * dst_image is the destination image, + * src_image is the source image identifier. + * + * In other words, imagecopyresized will take a + * rectangular area from src_image of width + * src_width and height src_height at + * position (src_x,src_y) + * and place it in a rectangular area of dst_image + * of width dst_width and height dst_height + * at position (dst_x,dst_y). + * + * If the source and destination coordinates and width and heights + * differ, appropriate stretching or shrinking of the image fragment + * will be performed. The coordinates refer to the upper left + * corner. This function can be used to copy regions within the + * same image (if dst_image is the same as + * src_image) but if the regions overlap the + * results will be unpredictable. + * + * @param \GdImage $dst_image Destination image resource. + * @param \GdImage $src_image Source image resource. + * @param int $dst_x x-coordinate of destination point. + * @param int $dst_y y-coordinate of destination point. + * @param int $src_x x-coordinate of source point. + * @param int $src_y y-coordinate of source point. + * @param int $dst_width Destination width. + * @param int $dst_height Destination height. + * @param int $src_width Source width. + * @param int $src_height Source height. + * @throws ImageException + * + */ +function imagecopyresized(\GdImage $dst_image, \GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_height): void +{ + error_clear_last(); + $safeResult = \imagecopyresized($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $dst_width, $dst_height, $src_width, $src_height); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagecreate returns an image identifier + * representing a blank image of specified size. + * + * In general, we recommend the use of + * imagecreatetruecolor instead of + * imagecreate so that image processing occurs on the + * highest quality image possible. If you want to output a palette image, then + * imagetruecolortopalette should be called immediately + * before saving the image with imagepng or + * imagegif. + * + * @param int $width The image width. + * @param int $height The image height. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreate(int $width, int $height): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreate($width, $height); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromavif returns an image object + * representing the image obtained from the given filename. + * + * @param string $filename Path to the AVIF raster image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromavif(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromavif($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefrombmp returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the BMP image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefrombmp(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefrombmp($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Create a new image from GD file or URL. + * + * @param string $filename Path to the GD file. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromgd(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromgd($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Create a new image from GD2 file or URL. + * + * @param string $filename Path to the GD2 image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromgd2(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromgd2($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Create a new image from a given part of GD2 file or URL. + * + * @param string $filename Path to the GD2 image. + * @param int $x x-coordinate of source point. + * @param int $y y-coordinate of source point. + * @param int $width Source width. + * @param int $height Source height. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromgd2part(string $filename, int $x, int $y, int $width, int $height): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromgd2part($filename, $x, $y, $width, $height); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromgif returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the GIF image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromgif(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromgif($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromjpeg returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the JPEG image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromjpeg(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromjpeg($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefrompng returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the PNG image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefrompng(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefrompng($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromstring returns an image identifier + * representing the image obtained from the given data. + * These types will be automatically detected if your build of PHP supports + * them: JPEG, PNG, GIF, BMP, WBMP, GD2, and WEBP. + * + * @param string $data A string containing the image data. + * @return \GdImage An image object will be returned on success. FALSE is returned if + * the image type is unsupported, the data is not in a recognised format, + * or the image is corrupt and cannot be loaded. + * @throws ImageException + * + */ +function imagecreatefromstring(string $data): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromstring($data); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromtga returns an image object + * representing the image obtained from the given filename. + * + * @param string $filename Path to the Truevision TGA image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromtga(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromtga($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromwbmp returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the WBMP image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromwbmp(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromwbmp($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromwebp returns an image identifier + * representing the image obtained from the given filename. + * Note that animated WebP files cannot be read. + * + * @param string $filename Path to the WebP image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromwebp(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromwebp($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromxbm returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the XBM image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromxbm(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromxbm($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromxpm returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the XPM image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromxpm(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromxpm($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatetruecolor returns an image object + * representing a black image of the specified size. + * + * @param int $width Image width. + * @param int $height Image height. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatetruecolor(int $width, int $height): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatetruecolor($width, $height); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Crops an image to the given rectangular area and returns the resulting image. + * The given image is not modified. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param array $rectangle The cropping rectangle as array with keys + * x, y, width and + * height. + * @return \GdImage Return cropped image object on success. + * @throws ImageException + * + */ +function imagecrop(\GdImage $image, array $rectangle): \GdImage +{ + error_clear_last(); + $safeResult = \imagecrop($image, $rectangle); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Automatically crops an image according to the given + * mode. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $mode One of the following constants: + * @param float $threshold + * @param int $color + * @return \GdImage Returns a cropped image object on success. + * If the complete image was cropped, imagecrop returns FALSE. + * @throws ImageException + * + */ +function imagecropauto(\GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $color = -1): \GdImage +{ + error_clear_last(); + $safeResult = \imagecropauto($image, $mode, $threshold, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function is deprecated. Use combination of + * imagesetstyle and imageline + * instead. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x1 Upper left x coordinate. + * @param int $y1 Upper left y coordinate 0, 0 is the top left corner of the image. + * @param int $x2 Bottom right x coordinate. + * @param int $y2 Bottom right y coordinate. + * @param int $color The fill color. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagedashedline(\GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): void +{ + error_clear_last(); + $safeResult = \imagedashedline($image, $x1, $y1, $x2, $y2, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Prior to PHP 8.0.0, imagedestroy freed any memory associated + * with image image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @throws ImageException + * + */ +function imagedestroy(\GdImage $image): void +{ + error_clear_last(); + $safeResult = \imagedestroy($image); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws an ellipse centered at the specified coordinates. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $center_x x-coordinate of the center. + * @param int $center_y y-coordinate of the center. + * @param int $width The ellipse width. + * @param int $height The ellipse height. + * @param int $color The color of the ellipse. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imageellipse(\GdImage $image, int $center_x, int $center_y, int $width, int $height, int $color): void +{ + error_clear_last(); + $safeResult = \imageellipse($image, $center_x, $center_y, $width, $height, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Performs a flood fill starting at the given coordinate (top left is 0, 0) + * with the given color in the + * image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x x-coordinate of start point. + * @param int $y y-coordinate of start point. + * @param int $color The fill color. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagefill(\GdImage $image, int $x, int $y, int $color): void +{ + error_clear_last(); + $safeResult = \imagefill($image, $x, $y, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws a partial arc centered at the specified coordinate in the + * given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $center_x x-coordinate of the center. + * @param int $center_y y-coordinate of the center. + * @param int $width The arc width. + * @param int $height The arc height. + * @param int $start_angle The arc start angle, in degrees. + * @param int $end_angle The arc end angle, in degrees. + * 0° is located at the three-o'clock position, and the arc is drawn + * clockwise. + * @param int $color A color identifier created with imagecolorallocate. + * @param int $style A bitwise OR of the following possibilities: + * + * IMG_ARC_PIE + * IMG_ARC_CHORD + * IMG_ARC_NOFILL + * IMG_ARC_EDGED + * + * IMG_ARC_PIE and IMG_ARC_CHORD are + * mutually exclusive; IMG_ARC_CHORD just + * connects the starting and ending angles with a straight line, while + * IMG_ARC_PIE produces a rounded edge. + * IMG_ARC_NOFILL indicates that the arc + * or chord should be outlined, not filled. IMG_ARC_EDGED, + * used together with IMG_ARC_NOFILL, indicates that the + * beginning and ending angles should be connected to the center - this is a + * good way to outline (rather than fill) a 'pie slice'. + * @throws ImageException + * + */ +function imagefilledarc(\GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color, int $style): void +{ + error_clear_last(); + $safeResult = \imagefilledarc($image, $center_x, $center_y, $width, $height, $start_angle, $end_angle, $color, $style); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws an ellipse centered at the specified coordinate on the given + * image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $center_x x-coordinate of the center. + * @param int $center_y y-coordinate of the center. + * @param int $width The ellipse width. + * @param int $height The ellipse height. + * @param int $color The fill color. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagefilledellipse(\GdImage $image, int $center_x, int $center_y, int $width, int $height, int $color): void +{ + error_clear_last(); + $safeResult = \imagefilledellipse($image, $center_x, $center_y, $width, $height, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Creates a rectangle filled with color in the given + * image starting at point 1 and ending at point 2. + * 0, 0 is the top left corner of the image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x1 x-coordinate for point 1. + * @param int $y1 y-coordinate for point 1. + * @param int $x2 x-coordinate for point 2. + * @param int $y2 y-coordinate for point 2. + * @param int $color The fill color. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagefilledrectangle(\GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): void +{ + error_clear_last(); + $safeResult = \imagefilledrectangle($image, $x1, $y1, $x2, $y2, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagefilltoborder performs a flood fill + * whose border color is defined by border_color. + * The starting point for the fill is x, + * y (top left is 0, 0) and the region is + * filled with color color. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x x-coordinate of start. + * @param int $y y-coordinate of start. + * @param int $border_color The border color. A color identifier created with imagecolorallocate. + * @param int $color The fill color. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagefilltoborder(\GdImage $image, int $x, int $y, int $border_color, int $color): void +{ + error_clear_last(); + $safeResult = \imagefilltoborder($image, $x, $y, $border_color, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagefilter applies the given filter + * filter on the image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $filter filter can be one of the following: + * + * + * + * IMG_FILTER_NEGATE: Reverses all colors of + * the image. + * + * + * + * + * IMG_FILTER_GRAYSCALE: Converts the image into + * grayscale by changing the red, green and blue components to their + * weighted sum using the same coefficients as the REC.601 luma (Y') + * calculation. The alpha components are retained. For palette images the + * result may differ due to palette limitations. + * + * + * + * + * IMG_FILTER_BRIGHTNESS: Changes the brightness + * of the image. Use args to set the level of + * brightness. The range for the brightness is -255 to 255. + * + * + * + * + * IMG_FILTER_CONTRAST: Changes the contrast of + * the image. Use args to set the level of + * contrast. + * + * + * + * + * IMG_FILTER_COLORIZE: Like + * IMG_FILTER_GRAYSCALE, except you can specify the + * color. Use args, arg2 and + * arg3 in the form of + * red, green, + * blue and arg4 for the + * alpha channel. The range for each color is 0 to 255. + * + * + * + * + * IMG_FILTER_EDGEDETECT: Uses edge detection to + * highlight the edges in the image. + * + * + * + * + * IMG_FILTER_EMBOSS: Embosses the image. + * + * + * + * + * IMG_FILTER_GAUSSIAN_BLUR: Blurs the image using + * the Gaussian method. + * + * + * + * + * IMG_FILTER_SELECTIVE_BLUR: Blurs the image. + * + * + * + * + * IMG_FILTER_MEAN_REMOVAL: Uses mean removal to + * achieve a "sketchy" effect. + * + * + * + * + * IMG_FILTER_SMOOTH: Makes the image smoother. + * Use args to set the level of smoothness. + * + * + * + * + * IMG_FILTER_PIXELATE: Applies pixelation effect + * to the image, use args to set the block size + * and arg2 to set the pixelation effect mode. + * + * + * + * + * IMG_FILTER_SCATTER: Applies scatter effect + * to the image, use args and + * arg2 to define the effect strength and + * additionally arg3 to only apply the + * on select pixel colors. + * + * + * + * @param int $args + * + * + * IMG_FILTER_BRIGHTNESS: Brightness level. + * + * + * + * + * IMG_FILTER_CONTRAST: Contrast level. + * + * + * + * + * IMG_FILTER_COLORIZE: Value of red component. + * + * + * + * + * IMG_FILTER_SMOOTH: Smoothness level. + * + * + * + * + * IMG_FILTER_PIXELATE: Block size in pixels. + * + * + * + * + * IMG_FILTER_SCATTER: Effect substraction level. + * This must not be higher or equal to the addition level set with + * arg2. + * + * + * + * @throws ImageException + * + */ +function imagefilter(\GdImage $image, int $filter, int ...$args): void +{ + error_clear_last(); + if ($args !== []) { + $safeResult = \imagefilter($image, $filter, ...$args); + } else { + $safeResult = \imagefilter($image, $filter); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Flips the image image using the given + * mode. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $mode Flip mode, this can be one of the IMG_FLIP_* constants: + * + * + * + * + * + * Constant + * Meaning + * + * + * + * + * IMG_FLIP_HORIZONTAL + * + * Flips the image horizontally. + * + * + * + * IMG_FLIP_VERTICAL + * + * Flips the image vertically. + * + * + * + * IMG_FLIP_BOTH + * + * Flips the image both horizontally and vertically. + * + * + * + * + * + * @throws ImageException + * + */ +function imageflip(\GdImage $image, int $mode): void +{ + error_clear_last(); + $safeResult = \imageflip($image, $mode); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * This function calculates and returns the bounding box in pixels + * for a FreeType text. + * + * @param float $size The font size in points. + * @param float $angle Angle in degrees in which string will be + * measured. + * @param string $font_filename The name of the TrueType font file (can be a URL). Depending on + * which version of the GD library that PHP is using, it may attempt to + * search for files that do not begin with a leading '/' by appending + * '.ttf' to the filename and searching along a library-defined font path. + * @param string $string The string to be measured. + * @param array $options + * Possible array indexes for options + * + * + * + * Key + * Type + * Meaning + * + * + * + * + * linespacing + * float + * Defines drawing linespacing + * + * + * + * + * @return array imageftbbox returns an array with 8 + * elements representing four points making the bounding box of the + * text: + * + * + * + * + * 0 + * lower left corner, X position + * + * + * 1 + * lower left corner, Y position + * + * + * 2 + * lower right corner, X position + * + * + * 3 + * lower right corner, Y position + * + * + * 4 + * upper right corner, X position + * + * + * 5 + * upper right corner, Y position + * + * + * 6 + * upper left corner, X position + * + * + * 7 + * upper left corner, Y position + * + * + * + * + * + * The points are relative to the text regardless of the + * angle, so "upper left" means in the top left-hand + * corner seeing the text horizontally. + * + * On failure, FALSE is returned. + * @throws ImageException + * + */ +function imageftbbox(float $size, float $angle, string $font_filename, string $string, array $options = []): array +{ + error_clear_last(); + $safeResult = \imageftbbox($size, $angle, $font_filename, $string, $options); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param float $size The font size to use in points. + * @param float $angle The angle in degrees, with 0 degrees being left-to-right reading text. + * Higher values represent a counter-clockwise rotation. For example, a + * value of 90 would result in bottom-to-top reading text. + * @param int $x The coordinates given by x and + * y will define the basepoint of the first + * character (roughly the lower-left corner of the character). This + * is different from the imagestring, where + * x and y define the + * upper-left corner of the first character. For example, "top left" + * is 0, 0. + * @param int $y The y-ordinate. This sets the position of the fonts baseline, not the + * very bottom of the character. + * @param int $color The index of the desired color for the text, see + * imagecolorexact. + * @param string $font_filename The path to the TrueType font you wish to use. + * + * Depending on which version of the GD library PHP is using, when + * font_filename does not begin with a leading + * / then .ttf will be appended + * to the filename and the library will attempt to search for that + * filename along a library-defined font path. + * + * In many cases where a font resides in the same directory as the script using it + * the following trick will alleviate any include problems. + * + * + * ]]> + * + * @param string $text Text to be inserted into image. + * @param array $options + * Possible array indexes for options + * + * + * + * Key + * Type + * Meaning + * + * + * + * + * linespacing + * float + * Defines drawing linespacing + * + * + * + * + * @return array This function returns an array defining the four points of the box, starting in the lower left and moving counter-clockwise: + * + * + * + * + * 0 + * lower left x-coordinate + * + * + * 1 + * lower left y-coordinate + * + * + * 2 + * lower right x-coordinate + * + * + * 3 + * lower right y-coordinate + * + * + * 4 + * upper right x-coordinate + * + * + * 5 + * upper right y-coordinate + * + * + * 6 + * upper left x-coordinate + * + * + * 7 + * upper left y-coordinate + * + * + * + * + * + * On failure, FALSE is returned. + * @throws ImageException + * + */ +function imagefttext(\GdImage $image, float $size, float $angle, int $x, int $y, int $color, string $font_filename, string $text, array $options = []): array +{ + error_clear_last(); + $safeResult = \imagefttext($image, $size, $angle, $x, $y, $color, $font_filename, $text, $options); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Applies gamma correction to the given gd image + * given an input and an output gamma. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param float $input_gamma The input gamma. + * @param float $output_gamma The output gamma. + * @throws ImageException + * + */ +function imagegammacorrect(\GdImage $image, float $input_gamma, float $output_gamma): void +{ + error_clear_last(); + $safeResult = \imagegammacorrect($image, $input_gamma, $output_gamma); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Outputs a GD image to the given file. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @throws ImageException + * + */ +function imagegd(\GdImage $image, $file = null): void +{ + error_clear_last(); + if ($file !== null) { + $safeResult = \imagegd($image, $file); + } else { + $safeResult = \imagegd($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Outputs a GD2 image to the given file. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @param int $chunk_size Chunk size. + * @param int $mode Either IMG_GD2_RAW or + * IMG_GD2_COMPRESSED. Default is + * IMG_GD2_RAW. + * @throws ImageException + * + */ +function imagegd2(\GdImage $image, $file = null, int $chunk_size = 128, int $mode = IMG_GD2_RAW): void +{ + error_clear_last(); + if ($mode !== IMG_GD2_RAW) { + $safeResult = \imagegd2($image, $file, $chunk_size, $mode); + } elseif ($chunk_size !== 128) { + $safeResult = \imagegd2($image, $file, $chunk_size); + } elseif ($file !== null) { + $safeResult = \imagegd2($image, $file); + } else { + $safeResult = \imagegd2($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagegif creates the GIF + * file in file from the image image. The + * image argument is the return from the + * imagecreate or imagecreatefrom* + * function. + * + * The image format will be GIF87a unless the + * image has been made transparent with + * imagecolortransparent, in which case the + * image format will be GIF89a. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @throws ImageException + * + */ +function imagegif(\GdImage $image, $file = null): void +{ + error_clear_last(); + if ($file !== null) { + $safeResult = \imagegif($image, $file); + } else { + $safeResult = \imagegif($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Grabs a screenshot of the whole screen. + * + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagegrabscreen(): \GdImage +{ + error_clear_last(); + $safeResult = \imagegrabscreen(); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Grabs a window or its client area using a windows handle (HWND property in COM instance) + * + * @param int $handle The HWND window ID. + * @param bool $client_area Include the client area of the application window. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagegrabwindow(int $handle, bool $client_area = false): \GdImage +{ + error_clear_last(); + $safeResult = \imagegrabwindow($handle, $client_area); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagejpeg creates a JPEG file from + * the given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @param int $quality quality is optional, and ranges from 0 (worst + * quality, smaller file) to 100 (best quality, biggest file). The + * default (-1) uses the default IJG quality value (about 75). + * @throws ImageException + * + */ +function imagejpeg(\GdImage $image, $file = null, int $quality = -1): void +{ + error_clear_last(); + if ($quality !== -1) { + $safeResult = \imagejpeg($image, $file, $quality); + } elseif ($file !== null) { + $safeResult = \imagejpeg($image, $file); + } else { + $safeResult = \imagejpeg($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Set the alpha blending flag to use layering effects. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $effect One of the following constants: + * + * + * IMG_EFFECT_REPLACE + * + * + * Use pixel replacement (equivalent of passing TRUE to + * imagealphablending) + * + * + * + * + * IMG_EFFECT_ALPHABLEND + * + * + * Use normal pixel blending (equivalent of passing FALSE to + * imagealphablending) + * + * + * + * + * IMG_EFFECT_NORMAL + * + * + * Same as IMG_EFFECT_ALPHABLEND. + * + * + * + * + * IMG_EFFECT_OVERLAY + * + * + * Overlay has the effect that black background pixels will remain + * black, white background pixels will remain white, but grey + * background pixels will take the colour of the foreground pixel. + * + * + * + * + * IMG_EFFECT_MULTIPLY + * + * + * Overlays with a multiply effect. + * + * + * + * + * @throws ImageException + * + */ +function imagelayereffect(\GdImage $image, int $effect): void +{ + error_clear_last(); + $safeResult = \imagelayereffect($image, $effect); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws a line between the two given points. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x1 x-coordinate for first point. + * @param int $y1 y-coordinate for first point. + * @param int $x2 x-coordinate for second point. + * @param int $y2 y-coordinate for second point. + * @param int $color The line color. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imageline(\GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): void +{ + error_clear_last(); + $safeResult = \imageline($image, $x1, $y1, $x2, $y2, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imageloadfont loads a user-defined bitmap and returns + * its identifier. + * + * @param string $filename The font file format is currently binary and architecture + * dependent. This means you should generate the font files on the + * same type of CPU as the machine you are running PHP on. + * + * + * Font file format + * + * + * + * byte position + * C data type + * description + * + * + * + * + * byte 0-3 + * int + * number of characters in the font + * + * + * byte 4-7 + * int + * + * value of first character in the font (often 32 for space) + * + * + * + * byte 8-11 + * int + * pixel width of each character + * + * + * byte 12-15 + * int + * pixel height of each character + * + * + * byte 16- + * char + * + * array with character data, one byte per pixel in each + * character, for a total of (nchars*width*height) bytes. + * + * + * + * + * + * @return int Returns an GdFont instance. + * @throws ImageException + * + */ +function imageloadfont(string $filename): int +{ + error_clear_last(); + $safeResult = \imageloadfont($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Outputs or saves a PNG image from the given + * image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * + * NULL is invalid if the quality and + * filters arguments are not used. + * @param int $quality Compression level: from 0 (no compression) to 9. + * The default (-1) uses the zlib compression default. + * For more information see the zlib manual. + * @param int $filters Allows reducing the PNG file size. It is a bitmask field which may be + * set to any combination of the PNG_FILTER_XXX + * constants. PNG_NO_FILTER or + * PNG_ALL_FILTERS may also be used to respectively + * disable or activate all filters. + * The default value (-1) disables filtering. + * @throws ImageException + * + */ +function imagepng(\GdImage $image, $file = null, int $quality = -1, int $filters = -1): void +{ + error_clear_last(); + if ($filters !== -1) { + $safeResult = \imagepng($image, $file, $quality, $filters); + } elseif ($quality !== -1) { + $safeResult = \imagepng($image, $file, $quality); + } elseif ($file !== null) { + $safeResult = \imagepng($image, $file); + } else { + $safeResult = \imagepng($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagerectangle creates a rectangle starting at + * the specified coordinates. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x1 Upper left x coordinate. + * @param int $y1 Upper left y coordinate + * 0, 0 is the top left corner of the image. + * @param int $x2 Bottom right x coordinate. + * @param int $y2 Bottom right y coordinate. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagerectangle(\GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): void +{ + error_clear_last(); + $safeResult = \imagerectangle($image, $x1, $y1, $x2, $y2, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imageresolution allows to set and get the resolution of + * an image in DPI (dots per inch). If the optional parameters are NULL, + * the current resolution is returned as an indexed array. If only + * resolution_x is not NULL, the horizontal and vertical resolution + * are set to this value. If none of the optional parameters are NULL, the horizontal + * and vertical resolution are set to these values, respectively. + * + * The resolution is only used as meta information when images are read from and + * written to formats supporting this kind of information (curently PNG and + * JPEG). It does not affect any drawing operations. The default resolution + * for new images is 96 DPI. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int|null $resolution_x The horizontal resolution in DPI. + * @param int|null $resolution_y The vertical resolution in DPI. + * @return mixed When used as getter, + * it returns an indexed array of the horizontal and vertical resolution on + * success. + * When used as setter, it returns + * TRUE on success. + * @throws ImageException + * + */ +function imageresolution(\GdImage $image, ?int $resolution_x = null, ?int $resolution_y = null) +{ + error_clear_last(); + if ($resolution_y !== null) { + $safeResult = \imageresolution($image, $resolution_x, $resolution_y); + } elseif ($resolution_x !== null) { + $safeResult = \imageresolution($image, $resolution_x); + } else { + $safeResult = \imageresolution($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Rotates the image image using the given + * angle in degrees. + * + * The center of rotation is the center of the image, and the rotated + * image may have different dimensions than the original image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param float $angle Rotation angle, in degrees. The rotation angle is interpreted as the + * number of degrees to rotate the image anticlockwise. + * @param int $background_color Specifies the color of the uncovered zone after the rotation + * @param bool $ignore_transparent This parameter is unused. + * @return \GdImage Returns an image object for the rotated image. + * @throws ImageException + * + */ +function imagerotate(\GdImage $image, float $angle, int $background_color, bool $ignore_transparent = false): \GdImage +{ + error_clear_last(); + $safeResult = \imagerotate($image, $angle, $background_color, $ignore_transparent); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagesavealpha sets the flag which determines whether to retain + * full alpha channel information (as opposed to single-color transparency) + * when saving PNG images. + * + * Alphablending has to be disabled (imagealphablending($im, false)) + * to retain the alpha-channel in the first place. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param bool $enable Whether to save the alpha channel or not. Defaults to FALSE. + * @throws ImageException + * + */ +function imagesavealpha(\GdImage $image, bool $enable): void +{ + error_clear_last(); + $safeResult = \imagesavealpha($image, $enable); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagescale scales an image using the given + * interpolation algorithm. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $width The width to scale the image to. + * @param int $height The height to scale the image to. If omitted or negative, the aspect + * ratio will be preserved. + * @param int $mode One of IMG_NEAREST_NEIGHBOUR, + * IMG_BILINEAR_FIXED, + * IMG_BICUBIC, + * IMG_BICUBIC_FIXED or anything else (will use two + * pass). + * + * + * IMG_WEIGHTED4 is not yet supported. + * + * + * @return \GdImage Return the scaled image object on success. + * @throws ImageException + * + */ +function imagescale(\GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): \GdImage +{ + error_clear_last(); + $safeResult = \imagescale($image, $width, $height, $mode); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagesetbrush sets the brush image to be + * used by all line drawing functions (such as imageline + * and imagepolygon) when drawing with the special + * colors IMG_COLOR_BRUSHED or + * IMG_COLOR_STYLEDBRUSHED. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param \GdImage $brush An image object. + * @throws ImageException + * + */ +function imagesetbrush(\GdImage $image, \GdImage $brush): void +{ + error_clear_last(); + $safeResult = \imagesetbrush($image, $brush); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagesetclip sets the current clipping rectangle, i.e. + * the area beyond which no pixels will be drawn. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x1 The x-coordinate of the upper left corner. + * @param int $y1 The y-coordinate of the upper left corner. + * @param int $x2 The x-coordinate of the lower right corner. + * @param int $y2 The y-coordinate of the lower right corner. + * @throws ImageException + * + */ +function imagesetclip(\GdImage $image, int $x1, int $y1, int $x2, int $y2): void +{ + error_clear_last(); + $safeResult = \imagesetclip($image, $x1, $y1, $x2, $y2); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Sets the interpolation method, setting an interpolation method affects the rendering + * of various functions in GD, such as the imagerotate function. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $method The interpolation method, which can be one of the following: + * + * + * + * IMG_BELL: Bell filter. + * + * + * + * + * IMG_BESSEL: Bessel filter. + * + * + * + * + * IMG_BICUBIC: Bicubic interpolation. + * + * + * + * + * IMG_BICUBIC_FIXED: Fixed point implementation of the bicubic interpolation. + * + * + * + * + * IMG_BILINEAR_FIXED: Fixed point implementation of the bilinear interpolation (default (also on image creation)). + * + * + * + * + * IMG_BLACKMAN: Blackman window function. + * + * + * + * + * IMG_BOX: Box blur filter. + * + * + * + * + * IMG_BSPLINE: Spline interpolation. + * + * + * + * + * IMG_CATMULLROM: Cubic Hermite spline interpolation. + * + * + * + * + * IMG_GAUSSIAN: Gaussian function. + * + * + * + * + * IMG_GENERALIZED_CUBIC: Generalized cubic spline fractal interpolation. + * + * + * + * + * IMG_HERMITE: Hermite interpolation. + * + * + * + * + * IMG_HAMMING: Hamming filter. + * + * + * + * + * IMG_HANNING: Hanning filter. + * + * + * + * + * IMG_MITCHELL: Mitchell filter. + * + * + * + * + * IMG_POWER: Power interpolation. + * + * + * + * + * IMG_QUADRATIC: Inverse quadratic interpolation. + * + * + * + * + * IMG_SINC: Sinc function. + * + * + * + * + * IMG_NEAREST_NEIGHBOUR: Nearest neighbour interpolation. + * + * + * + * + * IMG_WEIGHTED4: Weighting filter. + * + * + * + * + * IMG_TRIANGLE: Triangle interpolation. + * + * + * + * @throws ImageException + * + */ +function imagesetinterpolation(\GdImage $image, int $method = IMG_BILINEAR_FIXED): void +{ + error_clear_last(); + $safeResult = \imagesetinterpolation($image, $method); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagesetpixel draws a pixel at the specified + * coordinate. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x x-coordinate. + * @param int $y y-coordinate. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagesetpixel(\GdImage $image, int $x, int $y, int $color): void +{ + error_clear_last(); + $safeResult = \imagesetpixel($image, $x, $y, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagesetstyle sets the style to be used by all + * line drawing functions (such as imageline + * and imagepolygon) when drawing with the special + * color IMG_COLOR_STYLED or lines of images with color + * IMG_COLOR_STYLEDBRUSHED. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param array $style An array of pixel colors. You can use the + * IMG_COLOR_TRANSPARENT constant to add a + * transparent pixel. + * Note that style must not be an empty array. + * @throws ImageException + * + */ +function imagesetstyle(\GdImage $image, array $style): void +{ + error_clear_last(); + $safeResult = \imagesetstyle($image, $style); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagesetthickness sets the thickness of the lines + * drawn when drawing rectangles, polygons, arcs etc. to + * thickness pixels. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $thickness Thickness, in pixels. + * @throws ImageException + * + */ +function imagesetthickness(\GdImage $image, int $thickness): void +{ + error_clear_last(); + $safeResult = \imagesetthickness($image, $thickness); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagesettile sets the tile image to be + * used by all region filling functions (such as imagefill + * and imagefilledpolygon) when filling with the special + * color IMG_COLOR_TILED. + * + * A tile is an image used to fill an area with a repeated pattern. Any + * GD image can be used as a tile, and by setting the transparent color index of the tile + * image with imagecolortransparent, a tile allows certain parts + * of the underlying area to shine through can be created. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param \GdImage $tile The image object to be used as a tile. + * @throws ImageException + * + */ +function imagesettile(\GdImage $image, \GdImage $tile): void +{ + error_clear_last(); + $safeResult = \imagesettile($image, $tile); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws a string at the given coordinates. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $font Can be 1, 2, 3, 4, 5 for built-in + * fonts in latin2 encoding (where higher numbers corresponding to larger fonts) or GdFont instance, + * returned by imageloadfont. + * @param int $x x-coordinate of the upper left corner. + * @param int $y y-coordinate of the upper left corner. + * @param string $string The string to be written. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagestring(\GdImage $image, int $font, int $x, int $y, string $string, int $color): void +{ + error_clear_last(); + $safeResult = \imagestring($image, $font, $x, $y, $string, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws a string vertically at the given + * coordinates. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $font Can be 1, 2, 3, 4, 5 for built-in + * fonts in latin2 encoding (where higher numbers corresponding to larger fonts) or GdFont instance, + * returned by imageloadfont. + * @param int $x x-coordinate of the bottom left corner. + * @param int $y y-coordinate of the bottom left corner. + * @param string $string The string to be written. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagestringup(\GdImage $image, int $font, int $x, int $y, string $string, int $color): void +{ + error_clear_last(); + $safeResult = \imagestringup($image, $font, $x, $y, $string, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Returns the width of the given image object. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @return int Return the width of the images. + * @throws ImageException + * + */ +function imagesx(\GdImage $image): int +{ + error_clear_last(); + $safeResult = \imagesx($image); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Returns the height of the given image object. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @return int Return the height of the images. + * @throws ImageException + * + */ +function imagesy(\GdImage $image): int +{ + error_clear_last(); + $safeResult = \imagesy($image); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagetruecolortopalette converts a truecolor image + * to a palette image. The code for this function was originally drawn from + * the Independent JPEG Group library code, which is excellent. The code + * has been modified to preserve as much alpha channel information as + * possible in the resulting palette, in addition to preserving colors as + * well as possible. This does not work as well as might be hoped. It is + * usually best to simply produce a truecolor output image instead, which + * guarantees the highest output quality. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param bool $dither Indicates if the image should be dithered - if it is TRUE then + * dithering will be used which will result in a more speckled image but + * with better color approximation. + * @param int $num_colors Sets the maximum number of colors that should be retained in the palette. + * @throws ImageException + * + */ +function imagetruecolortopalette(\GdImage $image, bool $dither, int $num_colors): void +{ + error_clear_last(); + $safeResult = \imagetruecolortopalette($image, $dither, $num_colors); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * This function calculates and returns the bounding box in pixels + * for a TrueType text. + * + * @param float $size The font size in points. + * @param float $angle Angle in degrees in which string will be measured. + * @param string $font_filename The path to the TrueType font you wish to use. + * + * Depending on which version of the GD library PHP is using, when + * fontfile does not begin with a leading + * / then .ttf will be appended + * to the filename and the library will attempt to search for that + * filename along a library-defined font path. + * + * When using versions of the GD library lower than 2.0.18, a space character, + * rather than a semicolon, was used as the 'path separator' for different font files. + * Unintentional use of this feature will result in the warning message: + * Warning: Could not find/open font. For these affected versions, the + * only solution is moving the font to a path which does not contain spaces. + * + * In many cases where a font resides in the same directory as the script using it + * the following trick will alleviate any include problems. + * + * + * ]]> + * + * + * Note that open_basedir does + * not apply to fontfile. + * @param string $string The string to be measured. + * @param array $options + * @return array imagettfbbox returns an array with 8 + * elements representing four points making the bounding box of the + * text on success and FALSE on error. + * + * + * + * + * key + * contents + * + * + * + * + * 0 + * lower left corner, X position + * + * + * 1 + * lower left corner, Y position + * + * + * 2 + * lower right corner, X position + * + * + * 3 + * lower right corner, Y position + * + * + * 4 + * upper right corner, X position + * + * + * 5 + * upper right corner, Y position + * + * + * 6 + * upper left corner, X position + * + * + * 7 + * upper left corner, Y position + * + * + * + * + * + * The points are relative to the text regardless of the + * angle, so "upper left" means in the top left-hand + * corner seeing the text horizontally. + * @throws ImageException + * + */ +function imagettfbbox(float $size, float $angle, string $font_filename, string $string, array $options = []): array +{ + error_clear_last(); + $safeResult = \imagettfbbox($size, $angle, $font_filename, $string, $options); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Writes the given text into the image using TrueType + * fonts. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param float $size The font size in points. + * @param float $angle The angle in degrees, with 0 degrees being left-to-right reading text. + * Higher values represent a counter-clockwise rotation. For example, a + * value of 90 would result in bottom-to-top reading text. + * @param int $x The coordinates given by x and + * y will define the basepoint of the first + * character (roughly the lower-left corner of the character). This + * is different from the imagestring, where + * x and y define the + * upper-left corner of the first character. For example, "top left" + * is 0, 0. + * @param int $y The y-ordinate. This sets the position of the fonts baseline, not the + * very bottom of the character. + * @param int $color The color index. Using the negative of a color index has the effect of + * turning off antialiasing. See imagecolorallocate. + * @param string $font_filename The path to the TrueType font you wish to use. + * + * Depending on which version of the GD library PHP is using, when + * fontfile does not begin with a leading + * / then .ttf will be appended + * to the filename and the library will attempt to search for that + * filename along a library-defined font path. + * + * When using versions of the GD library lower than 2.0.18, a space character, + * rather than a semicolon, was used as the 'path separator' for different font files. + * Unintentional use of this feature will result in the warning message: + * Warning: Could not find/open font. For these affected versions, the + * only solution is moving the font to a path which does not contain spaces. + * + * In many cases where a font resides in the same directory as the script using it + * the following trick will alleviate any include problems. + * + * + * ]]> + * + * + * Note that open_basedir does + * not apply to fontfile. + * @param string $text The text string in UTF-8 encoding. + * + * May include decimal numeric character references (of the form: + * &#8364;) to access characters in a font beyond position 127. + * The hexadecimal format (like &#xA9;) is supported. + * Strings in UTF-8 encoding can be passed directly. + * + * Named entities, such as &copy;, are not supported. Consider using + * html_entity_decode + * to decode these named entities into UTF-8 strings. + * + * If a character is used in the string which is not supported by the + * font, a hollow rectangle will replace the character. + * @param array $options + * @return array Returns an array with 8 elements representing four points making the + * bounding box of the text. The order of the points is lower left, lower + * right, upper right, upper left. The points are relative to the text + * regardless of the angle, so "upper left" means in the top left-hand + * corner when you see the text horizontally. + * @throws ImageException + * + */ +function imagettftext(\GdImage $image, float $size, float $angle, int $x, int $y, int $color, string $font_filename, string $text, array $options = []): array +{ + error_clear_last(); + $safeResult = \imagettftext($image, $size, $angle, $x, $y, $color, $font_filename, $text, $options); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagewbmp outputs or save a WBMP + * version of the given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @param int|null $foreground_color You can set the foreground color with this parameter by setting an + * identifier obtained from imagecolorallocate. + * The default foreground color is black. + * @throws ImageException + * + */ +function imagewbmp(\GdImage $image, $file = null, ?int $foreground_color = null): void +{ + error_clear_last(); + if ($foreground_color !== null) { + $safeResult = \imagewbmp($image, $file, $foreground_color); + } elseif ($file !== null) { + $safeResult = \imagewbmp($image, $file); + } else { + $safeResult = \imagewbmp($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Outputs or saves a WebP version of the given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @param int $quality quality ranges from 0 (worst + * quality, smaller file) to 100 (best quality, biggest file). + * @throws ImageException + * + */ +function imagewebp(\GdImage $image, $file = null, int $quality = -1): void +{ + error_clear_last(); + if ($quality !== -1) { + $safeResult = \imagewebp($image, $file, $quality); + } elseif ($file !== null) { + $safeResult = \imagewebp($image, $file); + } else { + $safeResult = \imagewebp($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Outputs or save an XBM version of the given + * image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $filename The path to save the file to, given as string. If NULL, the raw image stream will be output directly. + * + * The filename (without the .xbm extension) is also + * used for the C identifiers of the XBM, whereby non + * alphanumeric characters of the current locale are substituted by + * underscores. If filename is set to NULL, + * image is used to build the C identifiers. + * @param int|null $foreground_color You can set the foreground color with this parameter by setting an + * identifier obtained from imagecolorallocate. + * The default foreground color is black. All other colors are treated as + * background. + * @throws ImageException + * + */ +function imagexbm(\GdImage $image, $filename, ?int $foreground_color = null): void +{ + error_clear_last(); + if ($foreground_color !== null) { + $safeResult = \imagexbm($image, $filename, $foreground_color); + } else { + $safeResult = \imagexbm($image, $filename); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Embeds binary IPTC data into a JPEG image. + * + * @param string $iptc_data The data to be written. + * @param string $filename Path to the JPEG image. + * @param int $spool Spool flag. If the spool flag is less than 2 then the JPEG will be + * returned as a string. Otherwise the JPEG will be printed to STDOUT. + * @return bool|string If spool is less than 2, the JPEG will be returned. Otherwise returns TRUE on success. + * @throws ImageException + * + */ +function iptcembed(string $iptc_data, string $filename, int $spool = 0) +{ + error_clear_last(); + $safeResult = \iptcembed($iptc_data, $filename, $spool); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Parses an IPTC block into its single tags. + * + * @param string $iptc_block A binary IPTC block. + * @return array Returns an array using the tagmarker as an index and the value as the + * value. It returns FALSE on error or if no IPTC data was found. + * @throws ImageException + * + */ +function iptcparse(string $iptc_block): array +{ + error_clear_last(); + $safeResult = \iptcparse($iptc_block); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} diff --git a/vendor/thecodingmachine/safe/generated/8.3/imap.php b/vendor/thecodingmachine/safe/generated/8.3/imap.php new file mode 100755 index 00000000..f020a981 --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.3/imap.php @@ -0,0 +1,2289 @@ + + * + * + * @param array|null $controls Array of LDAP Controls to send with the request. + * @throws LdapException + * + */ +function ldap_add(\LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_add($ldap, $dn, $entry, $controls); + } else { + $safeResult = \ldap_add($ldap, $dn, $entry); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Binds to the LDAP directory with specified RDN and password. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param null|string $dn + * @param null|string $password + * @throws LdapException + * + */ +function ldap_bind(\LDAP\Connection $ldap, ?string $dn = null, ?string $password = null): void +{ + error_clear_last(); + if ($password !== null) { + $safeResult = \ldap_bind($ldap, $dn, $password); + } elseif ($dn !== null) { + $safeResult = \ldap_bind($ldap, $dn); + } else { + $safeResult = \ldap_bind($ldap); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Compare value of attribute + * with value of same attribute in an LDAP directory entry. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param string $attribute The attribute name. + * @param string $value The compared value. + * @param array|null $controls Array of LDAP Controls to send with the request. + * @return bool Returns TRUE if value matches otherwise returns + * FALSE. + * @throws LdapException + * + */ +function ldap_compare(\LDAP\Connection $ldap, string $dn, string $attribute, string $value, ?array $controls = null): bool +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_compare($ldap, $dn, $attribute, $value, $controls); + } else { + $safeResult = \ldap_compare($ldap, $dn, $attribute, $value); + } + if ($safeResult === -1) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Retrieve the pagination information send by the server. + * + * @param resource $link An LDAP resource, returned by ldap_connect. + * @param resource $result + * @param null|string $cookie An opaque structure sent by the server. + * @param int|null $estimated The estimated number of entries to retrieve. + * @throws LdapException + * + */ +function ldap_control_paged_result_response($link, $result, ?string &$cookie = null, ?int &$estimated = null): void +{ + error_clear_last(); + $safeResult = \ldap_control_paged_result_response($link, $result, $cookie, $estimated); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Enable LDAP pagination by sending the pagination control (page size, cookie...). + * + * @param resource $link An LDAP resource, returned by ldap_connect. + * @param int $pagesize The number of entries by page. + * @param bool $iscritical Indicates whether the pagination is critical or not. + * If true and if the server doesn't support pagination, the search + * will return no result. + * @param string $cookie An opaque structure sent by the server + * (ldap_control_paged_result_response). + * @throws LdapException + * + */ +function ldap_control_paged_result($link, int $pagesize, bool $iscritical = false, string $cookie = ""): void +{ + error_clear_last(); + $safeResult = \ldap_control_paged_result($link, $pagesize, $iscritical, $cookie); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Returns the number of entries stored in the result of previous search + * operations. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\Result $result An LDAP\Result instance, returned by ldap_list or ldap_search. + * @return int Returns number of entries in the result. + * @throws LdapException + * + */ +function ldap_count_entries(\LDAP\Connection $ldap, \LDAP\Result $result): int +{ + error_clear_last(); + $safeResult = \ldap_count_entries($ldap, $result); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Deletes a particular entry in LDAP directory. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param array|null $controls Array of LDAP Controls to send with the request. + * @throws LdapException + * + */ +function ldap_delete(\LDAP\Connection $ldap, string $dn, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_delete($ldap, $dn, $controls); + } else { + $safeResult = \ldap_delete($ldap, $dn); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Turns the specified dn, into a more user-friendly + * form, stripping off type names. + * + * @param string $dn The distinguished name of an LDAP entity. + * @return string Returns the user friendly name. + * @throws LdapException + * + */ +function ldap_dn2ufn(string $dn): string +{ + error_clear_last(); + $safeResult = \ldap_dn2ufn($dn); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Performs a PASSWD extended operation. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $user dn of the user to change the password of. + * @param string $old_password The old password of this user. May be ommited depending of server configuration. + * @param string $new_password The new password for this user. May be omitted or empty to have a generated password. + * @param array|null $controls If provided, a password policy request control is send with the request and this is + * filled with an array of LDAP Controls + * returned with the request. + * @return bool|string Returns the generated password if new_password is empty or omitted. + * Otherwise returns TRUE on success. + * @throws LdapException + * + */ +function ldap_exop_passwd(\LDAP\Connection $ldap, string $user = "", string $old_password = "", string $new_password = "", ?array &$controls = null) +{ + error_clear_last(); + $safeResult = \ldap_exop_passwd($ldap, $user, $old_password, $new_password, $controls); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Performs a WHOAMI extended operation and returns the data. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @return bool|string The data returned by the server. + * @throws LdapException + * + */ +function ldap_exop_whoami(\LDAP\Connection $ldap) +{ + error_clear_last(); + $safeResult = \ldap_exop_whoami($ldap); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Performs an extended operation on the specified ldap with + * request_oid the OID of the operation and + * request_data the data. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $request_oid The extended operation request OID. You may use one of LDAP_EXOP_START_TLS, LDAP_EXOP_MODIFY_PASSWD, LDAP_EXOP_REFRESH, LDAP_EXOP_WHO_AM_I, LDAP_EXOP_TURN, or a string with the OID of the operation you want to send. + * @param null|string $request_data The extended operation request data. May be NULL for some operations like LDAP_EXOP_WHO_AM_I, may also need to be BER encoded. + * @param array|null $controls Array of LDAP Controls to send with the request. + * @param null|string $response_data Will be filled with the extended operation response data if provided. + * If not provided you may use ldap_parse_exop on the result object + * later to get this data. + * @param null|string $response_oid Will be filled with the response OID if provided, usually equal to the request OID. + * @return bool|resource When used with response_data, returns TRUE on success. + * When used without response_data, returns a result identifier. + * @throws LdapException + * + */ +function ldap_exop(\LDAP\Connection $ldap, string $request_oid, ?string $request_data = null, ?array $controls = null, ?string &$response_data = null, ?string &$response_oid = null) +{ + error_clear_last(); + if ($response_oid !== null) { + $safeResult = \ldap_exop($ldap, $request_oid, $request_data, $controls, $response_data, $response_oid); + } elseif ($response_data !== null) { + $safeResult = \ldap_exop($ldap, $request_oid, $request_data, $controls, $response_data); + } elseif ($controls !== null) { + $safeResult = \ldap_exop($ldap, $request_oid, $request_data, $controls); + } elseif ($request_data !== null) { + $safeResult = \ldap_exop($ldap, $request_oid, $request_data); + } else { + $safeResult = \ldap_exop($ldap, $request_oid); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Splits the DN returned by ldap_get_dn and breaks it + * up into its component parts. Each part is known as Relative Distinguished + * Name, or RDN. + * + * @param string $dn The distinguished name of an LDAP entity. + * @param int $with_attrib Used to request if the RDNs are returned with only values or their + * attributes as well. To get RDNs with the attributes (i.e. in + * attribute=value format) set with_attrib to 0 + * and to get only values set it to 1. + * @return array Returns an array of all DN components. + * The first element in the array has count key and + * represents the number of returned values, next elements are numerically + * indexed DN components. + * @throws LdapException + * + */ +function ldap_explode_dn(string $dn, int $with_attrib): array +{ + error_clear_last(); + $safeResult = \ldap_explode_dn($dn, $with_attrib); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the first attribute in the given entry. Remaining attributes are + * retrieved by calling ldap_next_attribute successively. + * + * Similar to reading entries, attributes are also read one by one from a + * particular entry. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\ResultEntry $entry An LDAP\ResultEntry instance. + * @return string Returns the first attribute in the entry on success and FALSE on + * error. + * @throws LdapException + * + */ +function ldap_first_attribute(\LDAP\Connection $ldap, \LDAP\ResultEntry $entry): string +{ + error_clear_last(); + $safeResult = \ldap_first_attribute($ldap, $entry); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Returns the entry identifier for first entry in the result. This entry + * identifier is then supplied to ldap_next_entry + * routine to get successive entries from the result. + * + * Entries in the LDAP result are read sequentially using the + * ldap_first_entry and + * ldap_next_entry functions. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\Result $result An LDAP\Result instance, returned by ldap_list or ldap_search. + * @return \LDAP\ResultEntry Returns an LDAP\ResultEntry instance. + * @throws LdapException + * + */ +function ldap_first_entry(\LDAP\Connection $ldap, \LDAP\Result $result): \LDAP\ResultEntry +{ + error_clear_last(); + $safeResult = \ldap_first_entry($ldap, $result); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Frees up the memory allocated internally to store the result. All result + * memory will be automatically freed when the script terminates. + * + * Typically all the memory allocated for the LDAP result gets freed at the + * end of the script. In case the script is making successive searches which + * return large result sets, ldap_free_result could be + * called to keep the runtime memory usage by the script low. + * + * @param \LDAP\Result $result An LDAP\Result instance, returned by ldap_list or ldap_search. + * @throws LdapException + * + */ +function ldap_free_result(\LDAP\Result $result): void +{ + error_clear_last(); + $safeResult = \ldap_free_result($result); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Reads attributes and values from an entry in the search result. + * + * Having located a specific entry in the directory, you can find out what + * information is held for that entry by using this call. You would use this + * call for an application which "browses" directory entries and/or where you + * do not know the structure of the directory entries. In many applications + * you will be searching for a specific attribute such as an email address or + * a surname, and won't care what other data is held. + * + * + * + * + * + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\ResultEntry $entry An LDAP\ResultEntry instance. + * @return array Returns a complete entry information in a multi-dimensional array + * on success and FALSE on error. + * @throws LdapException + * + */ +function ldap_get_attributes(\LDAP\Connection $ldap, \LDAP\ResultEntry $entry): array +{ + error_clear_last(); + $safeResult = \ldap_get_attributes($ldap, $entry); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Finds out the DN of an entry in the result. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\ResultEntry $entry An LDAP\ResultEntry instance. + * @return string Returns the DN of the result entry and FALSE on error. + * @throws LdapException + * + */ +function ldap_get_dn(\LDAP\Connection $ldap, \LDAP\ResultEntry $entry): string +{ + error_clear_last(); + $safeResult = \ldap_get_dn($ldap, $entry); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Reads multiple entries from the given result, and then reading the + * attributes and multiple values. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\Result $result An LDAP\Result instance, returned by ldap_list or ldap_search. + * @return array Returns a complete result information in a multi-dimensional array on + * success. + * + * The structure of the array is as follows. + * The attribute index is converted to lowercase. (Attributes are + * case-insensitive for directory servers, but not when used as + * array indices.) + * + * + * + * + * + * @throws LdapException + * + */ +function ldap_get_entries(\LDAP\Connection $ldap, \LDAP\Result $result): array +{ + error_clear_last(); + $safeResult = \ldap_get_entries($ldap, $result); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Sets value to the value of the specified option. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param int $option The parameter option can be one of: + * + * + * + * + * Option + * Type + * since + * + * + * + * + * LDAP_OPT_DEREF + * int + * + * + * + * LDAP_OPT_SIZELIMIT + * int + * + * + * + * LDAP_OPT_TIMELIMIT + * int + * + * + * + * LDAP_OPT_NETWORK_TIMEOUT + * int + * + * + * + * LDAP_OPT_PROTOCOL_VERSION + * int + * + * + * + * LDAP_OPT_ERROR_NUMBER + * int + * + * + * + * LDAP_OPT_DIAGNOSTIC_MESSAGE + * string + * + * + * + * LDAP_OPT_REFERRALS + * int + * + * + * + * LDAP_OPT_RESTART + * int + * + * + * + * LDAP_OPT_HOST_NAME + * string + * + * + * + * LDAP_OPT_ERROR_STRING + * string + * + * + * + * LDAP_OPT_MATCHED_DN + * string + * + * + * + * LDAP_OPT_SERVER_CONTROLS + * array + * + * + * + * LDAP_OPT_CLIENT_CONTROLS + * array + * + * + * + * LDAP_OPT_X_KEEPALIVE_IDLE + * int + * 7.1 + * + * + * LDAP_OPT_X_KEEPALIVE_PROBES + * int + * 7.1 + * + * + * LDAP_OPT_X_KEEPALIVE_INTERVAL + * int + * 7.1 + * + * + * LDAP_OPT_X_TLS_CACERTDIR + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_CACERTFILE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_CERTFILE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_CIPHER_SUITE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_CRLCHECK + * int + * 7.1 + * + * + * LDAP_OPT_X_TLS_CRL_NONE + * int + * 7.1 + * + * + * LDAP_OPT_X_TLS_CRL_PEER + * int + * 7.1 + * + * + * LDAP_OPT_X_TLS_CRL_ALL + * int + * 7.1 + * + * + * LDAP_OPT_X_TLS_CRLFILE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_DHFILE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_KEYFILE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_PACKAGE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_PROTOCOL_MIN + * int + * 7.1 + * + * + * LDAP_OPT_X_TLS_RANDOM_FILE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_REQUIRE_CERT + * int + * + * + * + * + * + * @param mixed $value This will be set to the option value. + * @throws LdapException + * + */ +function ldap_get_option(\LDAP\Connection $ldap, int $option, &$value = null): void +{ + error_clear_last(); + $safeResult = \ldap_get_option($ldap, $option, $value); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Reads all the values of the attribute in the entry in the result. + * + * This function is used exactly like ldap_get_values + * except that it handles binary data and not string data. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\ResultEntry $entry An LDAP\ResultEntry instance. + * @param string $attribute + * @return array Returns an array of values for the attribute on success and FALSE on + * error. Individual values are accessed by integer index in the array. The + * first index is 0. The number of values can be found by indexing "count" + * in the resultant array. + * @throws LdapException + * + */ +function ldap_get_values_len(\LDAP\Connection $ldap, \LDAP\ResultEntry $entry, string $attribute): array +{ + error_clear_last(); + $safeResult = \ldap_get_values_len($ldap, $entry, $attribute); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Reads all the values of the attribute in the entry in the result. + * + * This call needs a entry, + * so needs to be preceded by one of the ldap search calls and one + * of the calls to get an individual entry. + * + * You application will either be hard coded to look for certain + * attributes (such as "surname" or "mail") or you will have to use + * the ldap_get_attributes call to work out + * what attributes exist for a given entry. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\ResultEntry $entry An LDAP\ResultEntry instance. + * @param string $attribute + * @return array Returns an array of values for the attribute on success and FALSE on + * error. The number of values can be found by indexing "count" in the + * resultant array. Individual values are accessed by integer index in the + * array. The first index is 0. + * + * LDAP allows more than one entry for an attribute, so it can, for example, + * store a number of email addresses for one person's directory entry all + * labeled with the attribute "mail" + * + * + * return_value["count"] = number of values for attribute + * return_value[0] = first value of attribute + * return_value[i] = ith value of attribute + * + * + * @throws LdapException + * + */ +function ldap_get_values(\LDAP\Connection $ldap, \LDAP\ResultEntry $entry, string $attribute): array +{ + error_clear_last(); + $safeResult = \ldap_get_values($ldap, $entry, $attribute); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Adds one or more attribute values to the specified dn. + * To add a whole new object see ldap_add function. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param array $entry An associative array listing the attirbute values to add. If an attribute was not existing yet it will be added. If an attribute is existing you can only add values to it if it supports multiple values. + * @param array|null $controls Array of LDAP Controls to send with the request. + * @throws LdapException + * + */ +function ldap_mod_add(\LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_mod_add($ldap, $dn, $entry, $controls); + } else { + $safeResult = \ldap_mod_add($ldap, $dn, $entry); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Removes one or more attribute values from the specified dn. + * Object deletions are done by the + * ldap_delete function. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param array $entry + * @param array|null $controls Array of LDAP Controls to send with the request. + * @throws LdapException + * + */ +function ldap_mod_del(\LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_mod_del($ldap, $dn, $entry, $controls); + } else { + $safeResult = \ldap_mod_del($ldap, $dn, $entry); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Replaces one or more attributes from the specified dn. + * It may also add or remove attributes. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param array $entry An associative array listing the attributes to replace. Sending an empty array as value will remove the attribute, while sending an attribute not existing yet on this entry will add it. + * @param array|null $controls Array of LDAP Controls to send with the request. + * @throws LdapException + * + */ +function ldap_mod_replace(\LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_mod_replace($ldap, $dn, $entry, $controls); + } else { + $safeResult = \ldap_mod_replace($ldap, $dn, $entry); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Modifies an existing entry in the LDAP directory. Allows detailed + * specification of the modifications to perform. + * + * @param \LDAP\Connection $ldap An LDAP resource, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param array $modifications_info An array that specifies the modifications to make. Each entry in this + * array is an associative array with two or three keys: + * attrib maps to the name of the attribute to modify, + * modtype maps to the type of modification to perform, + * and (depending on the type of modification) values + * maps to an array of attribute values relevant to the modification. + * + * Possible values for modtype include: + * + * + * LDAP_MODIFY_BATCH_ADD + * + * + * Each value specified through values is added (as + * an additional value) to the attribute named by + * attrib. + * + * + * + * + * LDAP_MODIFY_BATCH_REMOVE + * + * + * Each value specified through values is removed + * from the attribute named by attrib. Any value of + * the attribute not contained in the values array + * will remain untouched. + * + * + * + * + * LDAP_MODIFY_BATCH_REMOVE_ALL + * + * + * All values are removed from the attribute named by + * attrib. A values entry must + * not be provided. + * + * + * + * + * LDAP_MODIFY_BATCH_REPLACE + * + * + * All current values of the attribute named by + * attrib are replaced with the values specified + * through values. + * + * + * + * + * + * Each value specified through values is added (as + * an additional value) to the attribute named by + * attrib. + * + * Each value specified through values is removed + * from the attribute named by attrib. Any value of + * the attribute not contained in the values array + * will remain untouched. + * + * All values are removed from the attribute named by + * attrib. A values entry must + * not be provided. + * + * All current values of the attribute named by + * attrib are replaced with the values specified + * through values. + * + * Note that any value for attrib must be a string, any + * value for values must be an array of strings, and + * any value for modtype must be one of the + * LDAP_MODIFY_BATCH_* constants listed above. + * @param array|null $controls Each value specified through values is added (as + * an additional value) to the attribute named by + * attrib. + * @throws LdapException + * + */ +function ldap_modify_batch(\LDAP\Connection $ldap, string $dn, array $modifications_info, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_modify_batch($ldap, $dn, $modifications_info, $controls); + } else { + $safeResult = \ldap_modify_batch($ldap, $dn, $modifications_info); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Retrieves the attributes in an entry. The first call to + * ldap_next_attribute is made with the + * entry returned from + * ldap_first_attribute. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\ResultEntry $entry An LDAP\ResultEntry instance. + * @return string Returns the next attribute in an entry on success and FALSE on + * error. + * @throws LdapException + * + */ +function ldap_next_attribute(\LDAP\Connection $ldap, \LDAP\ResultEntry $entry): string +{ + error_clear_last(); + $safeResult = \ldap_next_attribute($ldap, $entry); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Parse LDAP extended operation data from result object result + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\Result $result An LDAP\Result instance, returned by ldap_list or ldap_search. + * @param null|string $response_data Will be filled by the response data. + * @param null|string $response_oid Will be filled by the response OID. + * @throws LdapException + * + */ +function ldap_parse_exop(\LDAP\Connection $ldap, \LDAP\Result $result, ?string &$response_data = null, ?string &$response_oid = null): void +{ + error_clear_last(); + $safeResult = \ldap_parse_exop($ldap, $result, $response_data, $response_oid); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Parses an LDAP search result. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\Result $result An LDAP\Result instance, returned by ldap_list or ldap_search. + * @param int|null $error_code A reference to a variable that will be set to the LDAP error code in + * the result, or 0 if no error occurred. + * @param null|string $matched_dn A reference to a variable that will be set to a matched DN if one was + * recognised within the request, otherwise it will be set to NULL. + * @param null|string $error_message A reference to a variable that will be set to the LDAP error message in + * the result, or an empty string if no error occurred. + * @param array|null $referrals A reference to a variable that will be set to an array set + * to all of the referral strings in the result, or an empty array if no + * referrals were returned. + * @param array|null $controls An array of LDAP Controls which have been sent with the response. + * @throws LdapException + * + */ +function ldap_parse_result(\LDAP\Connection $ldap, \LDAP\Result $result, ?int &$error_code, ?string &$matched_dn = null, ?string &$error_message = null, ?array &$referrals = null, ?array &$controls = null): void +{ + error_clear_last(); + $safeResult = \ldap_parse_result($ldap, $result, $error_code, $matched_dn, $error_message, $referrals, $controls); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * The entry specified by dn is renamed/moved. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param string $new_rdn The new RDN. + * @param string $new_parent The new parent/superior entry. + * @param bool $delete_old_rdn If TRUE the old RDN value(s) is removed, else the old RDN value(s) + * is retained as non-distinguished values of the entry. + * @param array|null $controls Array of LDAP Controls to send with the request. + * @throws LdapException + * + */ +function ldap_rename(\LDAP\Connection $ldap, string $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_rename($ldap, $dn, $new_rdn, $new_parent, $delete_old_rdn, $controls); + } else { + $safeResult = \ldap_rename($ldap, $dn, $new_rdn, $new_parent, $delete_old_rdn); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * + * + * @param \LDAP\Connection $ldap + * @param null|string $dn + * @param null|string $password + * @param null|string $mech + * @param null|string $realm + * @param null|string $authc_id + * @param null|string $authz_id + * @param null|string $props + * @throws LdapException + * + */ +function ldap_sasl_bind(\LDAP\Connection $ldap, ?string $dn = null, ?string $password = null, ?string $mech = null, ?string $realm = null, ?string $authc_id = null, ?string $authz_id = null, ?string $props = null): void +{ + error_clear_last(); + if ($props !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn, $password, $mech, $realm, $authc_id, $authz_id, $props); + } elseif ($authz_id !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn, $password, $mech, $realm, $authc_id, $authz_id); + } elseif ($authc_id !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn, $password, $mech, $realm, $authc_id); + } elseif ($realm !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn, $password, $mech, $realm); + } elseif ($mech !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn, $password, $mech); + } elseif ($password !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn, $password); + } elseif ($dn !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn); + } else { + $safeResult = \ldap_sasl_bind($ldap); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Sets the value of the specified option to be value. + * + * @param null|resource $ldap Either an LDAP\Connection instance, returned by + * ldap_connect, to set the option for that connection, + * or NULL to set the option globally. + * @param int $option The parameter option can be one of: + * + * + * + * + * Option + * Type + * Available since + * + * + * + * + * LDAP_OPT_DEREF + * int + * + * + * + * LDAP_OPT_SIZELIMIT + * int + * + * + * + * LDAP_OPT_TIMELIMIT + * int + * + * + * + * LDAP_OPT_NETWORK_TIMEOUT + * int + * + * + * + * LDAP_OPT_PROTOCOL_VERSION + * int + * + * + * + * LDAP_OPT_ERROR_NUMBER + * int + * + * + * + * LDAP_OPT_REFERRALS + * bool + * + * + * + * LDAP_OPT_RESTART + * bool + * + * + * + * LDAP_OPT_HOST_NAME + * string + * + * + * + * LDAP_OPT_ERROR_STRING + * string + * + * + * + * LDAP_OPT_DIAGNOSTIC_MESSAGE + * string + * + * + * + * LDAP_OPT_MATCHED_DN + * string + * + * + * + * LDAP_OPT_SERVER_CONTROLS + * array + * + * + * + * LDAP_OPT_CLIENT_CONTROLS + * array + * + * + * + * LDAP_OPT_X_KEEPALIVE_IDLE + * int + * PHP 7.1.0 + * + * + * LDAP_OPT_X_KEEPALIVE_PROBES + * int + * PHP 7.1.0 + * + * + * LDAP_OPT_X_KEEPALIVE_INTERVAL + * int + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_CACERTDIR + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_CACERTFILE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_CERTFILE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_CIPHER_SUITE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_CRLCHECK + * int + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_CRLFILE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_DHFILE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_KEYFILE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_PROTOCOL_MIN + * int + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_RANDOM_FILE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_REQUIRE_CERT + * int + * PHP 7.0.5 + * + * + * + * + * + * LDAP_OPT_SERVER_CONTROLS and + * LDAP_OPT_CLIENT_CONTROLS require a list of + * controls, this means that the value must be an array of controls. A + * control consists of an oid identifying the control, + * an optional value, and an optional flag for + * criticality. In PHP a control is given by an + * array containing an element with the key oid + * and string value, and two optional elements. The optional + * elements are key value with string value + * and key iscritical with boolean value. + * iscritical defaults to FALSE + * if not supplied. See draft-ietf-ldapext-ldap-c-api-xx.txt + * for details. See also the second example below. + * @param mixed $value The new value for the specified option. + * @throws LdapException + * + */ +function ldap_set_option($ldap, int $option, $value): void +{ + error_clear_last(); + $safeResult = \ldap_set_option($ldap, $option, $value); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Unbinds from the LDAP directory. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @throws LdapException + * + */ +function ldap_unbind(\LDAP\Connection $ldap): void +{ + error_clear_last(); + $safeResult = \ldap_unbind($ldap); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} diff --git a/vendor/thecodingmachine/safe/generated/8.3/libxml.php b/vendor/thecodingmachine/safe/generated/8.3/libxml.php new file mode 100755 index 00000000..481d5776 --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.3/libxml.php @@ -0,0 +1,59 @@ + + * + * The above example will output: + * + * example: , this is a test + * example: , this is a test + * ]]> + * + * + * So, $out[0] contains array of strings that matched full pattern, + * and $out[1] contains array of strings enclosed by tags. + * + * + * + * + * If the pattern contains named subpatterns, $matches + * additionally contains entries for keys with the subpattern name. + * + * + * If the pattern contains duplicate named subpatterns, only the rightmost + * subpattern is stored in $matches[NAME]. + * + * + * + * ]]> + * + * The above example will output: + * + * + * [1] => bar + * ) + * ]]> + * + * + * + * + * + * + * PREG_SET_ORDER + * + * + * Orders results so that $matches[0] is an array of first set + * of matches, $matches[1] is an array of second set of matches, + * and so on. + * + * + * + * ]]> + * + * The above example will output: + * + * example: , example: + * this is a test, this is a test + * ]]> + * + * + * + * + * + * + * PREG_OFFSET_CAPTURE + * + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array of arrays where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * ) + * + * [1] => Array + * ( + * [0] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * ) + * + * [2] => Array + * ( + * [0] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * ) + * + * [3] => Array + * ( + * [0] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * + * ) + * ]]> + * + * + * + * + * + * + * PREG_UNMATCHED_AS_NULL + * + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * + * + * + * + * Orders results so that $matches[0] is an array of full + * pattern matches, $matches[1] is an array of strings matched by + * the first parenthesized subpattern, and so on. + * + * + * + * + * ]]> + * + * The above example will output: + * + * example: , this is a test + * example: , this is a test + * ]]> + * + * + * So, $out[0] contains array of strings that matched full pattern, + * and $out[1] contains array of strings enclosed by tags. + * + * + * + * The above example will output: + * + * So, $out[0] contains array of strings that matched full pattern, + * and $out[1] contains array of strings enclosed by tags. + * + * If the pattern contains named subpatterns, $matches + * additionally contains entries for keys with the subpattern name. + * + * If the pattern contains duplicate named subpatterns, only the rightmost + * subpattern is stored in $matches[NAME]. + * + * + * + * ]]> + * + * The above example will output: + * + * + * [1] => bar + * ) + * ]]> + * + * + * + * The above example will output: + * + * Orders results so that $matches[0] is an array of first set + * of matches, $matches[1] is an array of second set of matches, + * and so on. + * + * + * + * ]]> + * + * The above example will output: + * + * example: , example: + * this is a test, this is a test + * ]]> + * + * + * + * The above example will output: + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array of arrays where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * ) + * + * [1] => Array + * ( + * [0] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * ) + * + * [2] => Array + * ( + * [0] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * ) + * + * [3] => Array + * ( + * [0] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * + * ) + * ]]> + * + * + * + * The above example will output: + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * If no order flag is given, PREG_PATTERN_ORDER is + * assumed. + * @param int $offset Orders results so that $matches[0] is an array of full + * pattern matches, $matches[1] is an array of strings matched by + * the first parenthesized subpattern, and so on. + * + * + * + * + * ]]> + * + * The above example will output: + * + * example: , this is a test + * example: , this is a test + * ]]> + * + * + * So, $out[0] contains array of strings that matched full pattern, + * and $out[1] contains array of strings enclosed by tags. + * + * + * + * The above example will output: + * + * So, $out[0] contains array of strings that matched full pattern, + * and $out[1] contains array of strings enclosed by tags. + * + * If the pattern contains named subpatterns, $matches + * additionally contains entries for keys with the subpattern name. + * + * If the pattern contains duplicate named subpatterns, only the rightmost + * subpattern is stored in $matches[NAME]. + * + * + * + * ]]> + * + * The above example will output: + * + * + * [1] => bar + * ) + * ]]> + * + * + * + * The above example will output: + * @return 0|positive-int Returns the number of full pattern matches (which might be zero). + * @throws PcreException + * + */ +function preg_match_all(string $pattern, string $subject, ?array &$matches = null, int $flags = 0, int $offset = 0): int +{ + error_clear_last(); + $safeResult = \preg_match_all($pattern, $subject, $matches, $flags, $offset); + if ($safeResult === false) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Searches subject for a match to the regular + * expression given in pattern. + * + * @param string $pattern The pattern to search for, as a string. + * @param string $subject The input string. + * @param null|string[] $matches If matches is provided, then it is filled with + * the results of search. $matches[0] will contain the + * text that matched the full pattern, $matches[1] + * will have the text that matched the first captured parenthesized + * subpattern, and so on. + * @param int $flags flags can be a combination of the following flags: + * + * + * PREG_OFFSET_CAPTURE + * + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * [1] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * [2] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * [3] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * ]]> + * + * + * + * + * + * + * PREG_UNMATCHED_AS_NULL + * + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * + * + * ]]> + * + * The above example will output: + * + * + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * string(0) "" + * [3]=> + * string(1) "c" + * } + * array(4) { + * [0]=> + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * NULL + * [3]=> + * string(1) "c" + * } + * ]]> + * + * + * + * + * + * + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * [1] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * [2] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * [3] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * ]]> + * + * + * + * The above example will output: + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * + * + * ]]> + * + * The above example will output: + * + * + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * string(0) "" + * [3]=> + * string(1) "c" + * } + * array(4) { + * [0]=> + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * NULL + * [3]=> + * string(1) "c" + * } + * ]]> + * + * + * + * The above example will output: + * @param int $offset If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * [1] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * [2] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * [3] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * ]]> + * + * + * + * The above example will output: + * @return 0|1 preg_match returns 1 if the pattern + * matches given subject, 0 if it does not. + * @throws PcreException + * + */ +function preg_match(string $pattern, string $subject, ?array &$matches = null, int $flags = 0, int $offset = 0): int +{ + error_clear_last(); + $safeResult = \preg_match($pattern, $subject, $matches, $flags, $offset); + if ($safeResult === false) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The behavior of this function is similar to + * preg_replace_callback, except that callbacks are + * executed on a per-pattern basis. + * + * @param array $pattern An associative array mapping patterns (keys) to callables (values). + * @param array|string $subject The string or an array with strings to search and replace. + * @param int $limit The maximum possible replacements for each pattern in each + * subject string. Defaults to + * -1 (no limit). + * @param int|null $count If specified, this variable will be filled with the number of + * replacements done. + * @param int $flags flags can be a combination of the + * PREG_OFFSET_CAPTURE and + * PREG_UNMATCHED_AS_NULL flags, which influence the + * format of the matches array. + * See the description in preg_match for more details. + * @return array|string preg_replace_callback_array returns an array if the + * subject parameter is an array, or a string + * otherwise. On errors the return value is NULL + * + * If matches are found, the new subject will be returned, otherwise + * subject will be returned unchanged. + * @throws PcreException + * + */ +function preg_replace_callback_array(array $pattern, $subject, int $limit = -1, ?int &$count = null, int $flags = 0) +{ + error_clear_last(); + $safeResult = \preg_replace_callback_array($pattern, $subject, $limit, $count, $flags); + if ($safeResult === null) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The behavior of this function is almost identical to + * preg_replace, except for the fact that instead of + * replacement parameter, one should specify a + * callback. + * + * @param array|string $pattern The pattern to search for. It can be either a string or an array with + * strings. + * @param callable(array):string $callback A callback that will be called and passed an array of matched elements + * in the subject string. The callback should + * return the replacement string. This is the callback signature: + * + * + * stringhandler + * arraymatches + * + * + * You'll often need the callback function + * for a preg_replace_callback in just one place. + * In this case you can use an + * anonymous function to + * declare the callback within the call to + * preg_replace_callback. By doing it this way + * you have all information for the call in one place and do not + * clutter the function namespace with a callback function's name + * not used anywhere else. + * + * + * preg_replace_callback and + * anonymous function + * + * + * ]]> + * + * + * @param array|string $subject The string or an array with strings to search and replace. + * @param int $limit The maximum possible replacements for each pattern in each + * subject string. Defaults to + * -1 (no limit). + * @param int|null $count If specified, this variable will be filled with the number of + * replacements done. + * @param int $flags flags can be a combination of the + * PREG_OFFSET_CAPTURE and + * PREG_UNMATCHED_AS_NULL flags, which influence the + * format of the matches array. + * See the description in preg_match for more details. + * @return array|string preg_replace_callback returns an array if the + * subject parameter is an array, or a string + * otherwise. On errors the return value is NULL + * + * If matches are found, the new subject will be returned, otherwise + * subject will be returned unchanged. + * @throws PcreException + * + */ +function preg_replace_callback($pattern, callable $callback, $subject, int $limit = -1, ?int &$count = null, int $flags = 0) +{ + error_clear_last(); + $safeResult = \preg_replace_callback($pattern, $callback, $subject, $limit, $count, $flags); + if ($safeResult === null) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Split the given string by a regular expression. + * + * @param string $pattern The pattern to search for, as a string. + * @param string $subject The input string. + * @param int|null $limit If specified, then only substrings up to limit + * are returned with the rest of the string being placed in the last + * substring. A limit of -1 or 0 means "no limit". + * @param int $flags flags can be any combination of the following + * flags (combined with the | bitwise operator): + * + * + * PREG_SPLIT_NO_EMPTY + * + * + * If this flag is set, only non-empty pieces will be returned by + * preg_split. + * + * + * + * + * PREG_SPLIT_DELIM_CAPTURE + * + * + * If this flag is set, parenthesized expression in the delimiter pattern + * will be captured and returned as well. + * + * + * + * + * PREG_SPLIT_OFFSET_CAPTURE + * + * + * If this flag is set, for every occurring match the appendant string + * offset will also be returned. Note that this changes the return + * value in an array where every element is an array consisting of the + * matched string at offset 0 and its string offset + * into subject at offset 1. + * + * + * + * + * + * If this flag is set, for every occurring match the appendant string + * offset will also be returned. Note that this changes the return + * value in an array where every element is an array consisting of the + * matched string at offset 0 and its string offset + * into subject at offset 1. + * @return list Returns an array containing substrings of subject + * split along boundaries matched by pattern. + * @throws PcreException + * + */ +function preg_split(string $pattern, string $subject, ?int $limit = -1, int $flags = 0): array +{ + error_clear_last(); + $safeResult = \preg_split($pattern, $subject, $limit, $flags); + if ($safeResult === false) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} diff --git a/vendor/thecodingmachine/safe/generated/8.3/pgsql.php b/vendor/thecodingmachine/safe/generated/8.3/pgsql.php new file mode 100755 index 00000000..b532b440 --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.3/pgsql.php @@ -0,0 +1,1384 @@ + + * + * + * @param bool $use_include_path Setting use_include_path to TRUE will result + * in PHP trying to open the file along the standard include path as per + * the include_path directive. + * This is used for local files, not URLs. + * @return array Returns an array with all the parsed meta tags. + * + * The value of the name property becomes the key, the value of the content + * property becomes the value of the returned array, so you can easily use + * standard array functions to traverse it or access single values. + * Special characters in the value of the name property are substituted with + * '_', the rest is converted to lower case. If two meta tags have the same + * name, only the last one is returned. + * + * Returns FALSE on failure. + * @throws UrlException + * + */ +function get_meta_tags(string $filename, bool $use_include_path = false): array +{ + error_clear_last(); + $safeResult = \get_meta_tags($filename, $use_include_path); + if ($safeResult === false) { + throw UrlException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function parses a URL and returns an associative array containing any + * of the various components of the URL that are present. + * The values of the array elements are not URL decoded. + * + * This function is not meant to validate + * the given URL, it only breaks it up into the parts listed below. Partial and invalid + * URLs are also accepted, parse_url tries its best to + * parse them correctly. + * + * @param string $url The URL to parse. + * @param int $component Specify one of PHP_URL_SCHEME, + * PHP_URL_HOST, PHP_URL_PORT, + * PHP_URL_USER, PHP_URL_PASS, + * PHP_URL_PATH, PHP_URL_QUERY + * or PHP_URL_FRAGMENT to retrieve just a specific + * URL component as a string (except when + * PHP_URL_PORT is given, in which case the return + * value will be an int). + * @return array|int|null|string On seriously malformed URLs, parse_url. + * + * If the component parameter is omitted, an + * associative array is returned. At least one element will be + * present within the array. Potential keys within this array are: + * + * + * + * scheme - e.g. http + * + * + * + * + * host + * + * + * + * + * port + * + * + * + * + * user + * + * + * + * + * pass + * + * + * + * + * path + * + * + * + * + * query - after the question mark ? + * + * + * + * + * fragment - after the hashmark # + * + * + * + * + * If the component parameter is specified, + * parse_url returns a string (or an + * int, in the case of PHP_URL_PORT) + * instead of an array. If the requested component doesn't exist + * within the given URL, NULL will be returned. + * As of PHP 8.0.0, parse_url distinguishes absent and empty + * queries and fragments: + * + * + * + * + * + * + * + * Previously all cases resulted in query and fragment being NULL. + * + * Note that control characters (cf. ctype_cntrl) in the + * components are replaced with underscores (_). + * @throws UrlException + * + */ +function parse_url(string $url, int $component = -1) +{ + error_clear_last(); + $safeResult = \parse_url($url, $component); + if ($safeResult === false) { + throw UrlException::createFromPhpError(); + } + return $safeResult; +} diff --git a/vendor/thecodingmachine/safe/generated/8.3/var.php b/vendor/thecodingmachine/safe/generated/8.3/var.php new file mode 100755 index 00000000..70f048df --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.3/var.php @@ -0,0 +1,60 @@ + + * ]]> + * + * See section 4.7 of the XML 1.0 + * spec for the definition of notation declarations. + * + * @param \XMLParser $parser A reference to the XML parser to set up notation declaration handler function. + * @param callable $handler handler is a string containing the name of a + * function that must exist when xml_parse is called + * for parser. + * + * The function named by handler must accept + * five parameters: + * + * handler + * XMLParserparser + * stringnotation_name + * stringbase + * stringsystem_id + * stringpublic_id + * + * + * + * + * parser + * + * + * + * The first parameter, parser, is a + * reference to the XML parser calling the handler. + * + * + * + * + * notation_name + * + * + * This is the notation's name, as per + * the notation format described above. + * + * + * + * + * + * base + * + * + * + * This is the base for resolving the system identifier + * (system_id) of the notation declaration. + * Currently this parameter will always be set to an empty string. + * + * + * + * + * system_id + * + * + * System identifier of the external notation declaration. + * + * + * + * + * + * public_id + * + * + * + * Public identifier of the external notation declaration. + * + * + * + * + * + * If a handler function is set to an empty string, or FALSE, the handler + * in question is disabled. + * @throws XmlException + * + */ +function xml_set_notation_decl_handler(\XMLParser $parser, callable $handler): void +{ + error_clear_last(); + $safeResult = \xml_set_notation_decl_handler($parser, $handler); + if ($safeResult === false) { + throw XmlException::createFromPhpError(); + } +} + + +/** + * This function allows to use parser inside + * object. All callback functions could be set with + * xml_set_element_handler etc and assumed to be + * methods of object. + * + * @param \XMLParser $parser A reference to the XML parser to use inside the object. + * @param object $object The object where to use the XML parser. + * @throws XmlException + * + */ +function xml_set_object(\XMLParser $parser, object $object): void +{ + error_clear_last(); + $safeResult = \xml_set_object($parser, $object); + if ($safeResult === false) { + throw XmlException::createFromPhpError(); + } +} + + +/** + * Sets the processing instruction (PI) handler function for the XML parser + * parser. + * + * A processing instruction has the following format: + * + * <?target + * data?> + * + * + * You can put PHP code into such a tag, but be aware of one limitation: in + * an XML PI, the PI end tag (?>) can not be quoted, + * so this character sequence should not appear in the PHP code you embed + * with PIs in XML documents.If it does, the rest of the PHP code, as well + * as the "real" PI end tag, will be treated as character data. + * + * @param \XMLParser $parser A reference to the XML parser to set up processing instruction (PI) handler function. + * @param callable $handler handler is a string containing the name of a + * function that must exist when xml_parse is called + * for parser. + * + * The function named by handler must accept + * three parameters: + * + * handler + * XMLParserparser + * stringtarget + * stringdata + * + * + * + * parser + * + * + * The first parameter, parser, is a + * reference to the XML parser calling the handler. + * + * + * + * + * target + * + * + * The second parameter, target, contains the PI + * target. + * + * + * + * + * data + * + * + * The third parameter, data, contains the PI + * data. + * + * + * + * + * + * If a handler function is set to an empty string, or FALSE, the handler + * in question is disabled. + * @throws XmlException + * + */ +function xml_set_processing_instruction_handler(\XMLParser $parser, callable $handler): void +{ + error_clear_last(); + $safeResult = \xml_set_processing_instruction_handler($parser, $handler); + if ($safeResult === false) { + throw XmlException::createFromPhpError(); + } +} + + +/** + * Set a handler to be called when a namespace is declared. Namespace + * declarations occur inside start tags. But the namespace declaration start + * handler is called before the start tag handler for each namespace declared + * in that start tag. + * + * @param \XMLParser $parser A reference to the XML parser. + * @param callable $handler handler is a string containing the name of a + * function that must exist when xml_parse is called + * for parser. + * + * The function named by handler must accept + * three parameters, and should return an integer value. If the + * value returned from the handler is FALSE (which it will be if no + * value is returned), the XML parser will stop parsing and + * xml_get_error_code will return + * XML_ERROR_EXTERNAL_ENTITY_HANDLING. + * + * handler + * XMLParserparser + * stringprefix + * stringuri + * + * + * + * parser + * + * + * The first parameter, parser, is a + * reference to the XML parser calling the handler. + * + * + * + * + * prefix + * + * + * The prefix is a string used to reference the namespace within an XML object. + * + * + * + * + * uri + * + * + * Uniform Resource Identifier (URI) of namespace. + * + * + * + * + * + * If a handler function is set to an empty string, or FALSE, the handler + * in question is disabled. + * @throws XmlException + * + */ +function xml_set_start_namespace_decl_handler(\XMLParser $parser, callable $handler): void +{ + error_clear_last(); + $safeResult = \xml_set_start_namespace_decl_handler($parser, $handler); + if ($safeResult === false) { + throw XmlException::createFromPhpError(); + } +} + + +/** + * Sets the unparsed entity declaration handler function for the XML parser + * parser. + * + * The handler will be called if the XML parser + * encounters an external entity declaration with an NDATA declaration, like + * the following: + * + * name {publicId | systemId} + * NDATA notationName + * ]]> + * + * + * See section 4.2.2 of + * the XML 1.0 spec for the definition of notation declared + * external entities. + * + * @param \XMLParser $parser A reference to the XML parser to set up unparsed entity declaration handler function. + * @param callable $handler handler is a string containing the name of a + * function that must exist when xml_parse is called + * for parser. + * + * The function named by handler must accept six + * parameters: + * + * handler + * XMLParserparser + * stringentity_name + * stringbase + * stringsystem_id + * stringpublic_id + * stringnotation_name + * + * + * + * parser + * + * + * The first parameter, parser, is a + * reference to the XML parser calling the + * handler. + * + * + * + * + * entity_name + * + * + * The name of the entity that is about to be defined. + * + * + * + * + * base + * + * + * This is the base for resolving the system identifier + * (systemId) of the external entity.Currently + * this parameter will always be set to an empty string. + * + * + * + * + * system_id + * + * + * System identifier for the external entity. + * + * + * + * + * public_id + * + * + * Public identifier for the external entity. + * + * + * + * + * notation_name + * + * + * Name of the notation of this entity (see + * xml_set_notation_decl_handler). + * + * + * + * + * + * If a handler function is set to an empty string, or FALSE, the handler + * in question is disabled. + * @throws XmlException + * + */ +function xml_set_unparsed_entity_decl_handler(\XMLParser $parser, callable $handler): void +{ + error_clear_last(); + $safeResult = \xml_set_unparsed_entity_decl_handler($parser, $handler); + if ($safeResult === false) { + throw XmlException::createFromPhpError(); + } +} diff --git a/vendor/thecodingmachine/safe/generated/8.3/xmlrpc.php b/vendor/thecodingmachine/safe/generated/8.3/xmlrpc.php new file mode 100755 index 00000000..3007ab7d --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.3/xmlrpc.php @@ -0,0 +1,22 @@ + + * + * + * + * The permissions parameter consists of three octal + * number components specifying access restrictions for the owner, + * the user group in which the owner is in, and to everybody else in + * this order. One component can be computed by adding up the needed + * permissions for that target user base. Number 1 means that you + * grant execute rights, number 2 means that you make the file + * writeable, number 4 means that you make the file readable. Add + * up these numbers to specify needed rights. You can also read more + * about modes on Unix systems with 'man 1 chmod' + * and 'man 2 chmod'. + * + * + * + * + */ +function chmod(string $filename, int $permissions): void +{ + error_clear_last(); + $safeResult = \chmod($filename, $permissions); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Attempts to change the owner of the file filename + * to user user. Only the superuser may change the + * owner of a file. + * + * @param string $filename Path to the file. + * @param int|string $user A user name or number. + * @throws FilesystemException + * + */ +function chown(string $filename, $user): void +{ + error_clear_last(); + $safeResult = \chown($filename, $user); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Makes a copy of the file from to + * to. + * + * If you wish to move a file, use the rename function. + * + * @param string $from Path to the source file. + * @param string $to The destination path. If to is a URL, the + * copy operation may fail if the wrapper does not support overwriting of + * existing files. + * + * If the destination file already exists, it will be overwritten. + * @param null|resource $context A valid context resource created with + * stream_context_create. + * @throws FilesystemException + * + */ +function copy(string $from, string $to, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \copy($from, $to, $context); + } else { + $safeResult = \copy($from, $to); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Given a string containing a directory, this function will return the + * number of bytes available on the corresponding filesystem or disk + * partition. + * + * @param string $directory A directory of the filesystem or disk partition. + * + * Given a file name instead of a directory, the behaviour of the + * function is unspecified and may differ between operating systems and + * PHP versions. + * @return float Returns the number of available bytes as a float. + * @throws FilesystemException + * + */ +function disk_free_space(string $directory): float +{ + error_clear_last(); + $safeResult = \disk_free_space($directory); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Given a string containing a directory, this function will return the total + * number of bytes on the corresponding filesystem or disk partition. + * + * @param string $directory A directory of the filesystem or disk partition. + * @return float Returns the total number of bytes as a float. + * @throws FilesystemException + * + */ +function disk_total_space(string $directory): float +{ + error_clear_last(); + $safeResult = \disk_total_space($directory); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The file pointed to by stream is closed. + * + * @param resource $stream The file pointer must be valid, and must point to a file successfully + * opened by fopen or fsockopen. + * @throws FilesystemException + * + */ +function fclose($stream): void +{ + error_clear_last(); + $safeResult = \fclose($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * This function synchronizes stream contents to storage media, just like fsync does, + * but it does not synchronize file meta-data. + * Note that this function is only effectively different in POSIX systems. + * In Windows, this function is aliased to fsync. + * + * @param resource $stream The file pointer must be valid, and must point to + * a file successfully opened by fopen or + * fsockopen (and not yet closed by + * fclose). + * @throws FilesystemException + * + */ +function fdatasync($stream): void +{ + error_clear_last(); + $safeResult = \fdatasync($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * This function forces a write of all buffered output to the resource + * pointed to by the file stream. + * + * @param resource $stream The file pointer must be valid, and must point to + * a file successfully opened by fopen or + * fsockopen (and not yet closed by + * fclose). + * @throws FilesystemException + * + */ +function fflush($stream): void +{ + error_clear_last(); + $safeResult = \fflush($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * This function is similar to file, except that + * file_get_contents returns the file in a + * string, starting at the specified offset + * up to length bytes. On failure, + * file_get_contents will return FALSE. + * + * file_get_contents is the preferred way to read the + * contents of a file into a string. It will use memory mapping techniques if + * supported by your OS to enhance performance. + * + * @param string $filename Name of the file to read. + * @param bool $use_include_path The FILE_USE_INCLUDE_PATH constant can be used + * to trigger include path + * search. + * This is not possible if strict typing + * is enabled, since FILE_USE_INCLUDE_PATH is an + * int. Use TRUE instead. + * @param null|resource $context A valid context resource created with + * stream_context_create. If you don't need to use a + * custom context, you can skip this parameter by NULL. + * @param int $offset The offset where the reading starts on the original stream. + * Negative offsets count from the end of the stream. + * + * Seeking (offset) is not supported with remote files. + * Attempting to seek on non-local files may work with small offsets, but this + * is unpredictable because it works on the buffered stream. + * @param 0|null|positive-int $length Maximum length of data read. The default is to read until end + * of file is reached. Note that this parameter is applied to the + * stream processed by the filters. + * @return string The function returns the read data. + * @throws FilesystemException + * + */ +function file_get_contents(string $filename, bool $use_include_path = false, $context = null, int $offset = 0, ?int $length = null): string +{ + error_clear_last(); + if ($length !== null) { + $safeResult = \file_get_contents($filename, $use_include_path, $context, $offset, $length); + } elseif ($offset !== 0) { + $safeResult = \file_get_contents($filename, $use_include_path, $context, $offset); + } elseif ($context !== null) { + $safeResult = \file_get_contents($filename, $use_include_path, $context); + } else { + $safeResult = \file_get_contents($filename, $use_include_path); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function is identical to calling fopen, + * fwrite and fclose successively + * to write data to a file. + * + * If filename does not exist, the file is created. + * Otherwise, the existing file is overwritten, unless the + * FILE_APPEND flag is set. + * + * @param string $filename Path to the file where to write the data. + * @param mixed $data The data to write. Can be either a string, an + * array or a stream resource. + * + * If data is a stream resource, the + * remaining buffer of that stream will be copied to the specified file. + * This is similar with using stream_copy_to_stream. + * + * You can also specify the data parameter as a single + * dimension array. This is equivalent to + * file_put_contents($filename, implode('', $array)). + * @param int $flags The value of flags can be any combination of + * the following flags, joined with the binary OR (|) + * operator. + * + * + * Available flags + * + * + * + * Flag + * Description + * + * + * + * + * + * FILE_USE_INCLUDE_PATH + * + * + * Search for filename in the include directory. + * See include_path for more + * information. + * + * + * + * + * FILE_APPEND + * + * + * If file filename already exists, append + * the data to the file instead of overwriting it. + * + * + * + * + * LOCK_EX + * + * + * Acquire an exclusive lock on the file while proceeding to the + * writing. In other words, a flock call happens + * between the fopen call and the + * fwrite call. This is not identical to an + * fopen call with mode "x". + * + * + * + * + * + * @param null|resource $context A valid context resource created with + * stream_context_create. + * @return 0|positive-int This function returns the number of bytes that were written to the file. + * @throws FilesystemException + * + */ +function file_put_contents(string $filename, $data, int $flags = 0, $context = null): int +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \file_put_contents($filename, $data, $flags, $context); + } else { + $safeResult = \file_put_contents($filename, $data, $flags); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Reads an entire file into an array. + * + * @param string $filename Path to the file. + * @param int-mask $flags The optional parameter flags can be one, or + * more, of the following constants: + * + * + * + * FILE_USE_INCLUDE_PATH + * + * + * + * Search for the file in the include_path. + * + * + * + * + * + * FILE_IGNORE_NEW_LINES + * + * + * + * Omit newline at the end of each array element + * + * + * + * + * + * FILE_SKIP_EMPTY_LINES + * + * + * + * Skip empty lines + * + * + * + * + * + * FILE_NO_DEFAULT_CONTEXT + * + * + * + * Don't use the default context + * + * + * + * + * @param null|resource $context + * @return list Returns the file in an array. Each element of the array corresponds to a + * line in the file, with the newline still attached. Upon failure, + * file returns FALSE. + * @throws FilesystemException + * + */ +function file(string $filename, int $flags = 0, $context = null): array +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \file($filename, $flags, $context); + } else { + $safeResult = \file($filename, $flags); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * + * + * @param string $filename Path to the file. + * @return int Returns the time the file was last accessed. + * The time is returned as a Unix timestamp. + * @throws FilesystemException + * + */ +function fileatime(string $filename): int +{ + error_clear_last(); + $safeResult = \fileatime($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the inode change time of a file. + * + * @param string $filename Path to the file. + * @return int Returns the time the file was last changed. + * The time is returned as a Unix timestamp. + * @throws FilesystemException + * + */ +function filectime(string $filename): int +{ + error_clear_last(); + $safeResult = \filectime($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the file inode. + * + * @param string $filename Path to the file. + * @return int Returns the inode number of the file. + * @throws FilesystemException + * + */ +function fileinode(string $filename): int +{ + error_clear_last(); + $safeResult = \fileinode($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function returns the time when the data blocks of a file were being + * written to, that is, the time when the content of the file was changed. + * + * @param string $filename Path to the file. + * @return int Returns the time the file was last modified. + * The time is returned as a Unix timestamp, which is + * suitable for the date function. + * @throws FilesystemException + * + */ +function filemtime(string $filename): int +{ + error_clear_last(); + $safeResult = \filemtime($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the file owner. + * + * @param string $filename Path to the file. + * @return int Returns the user ID of the owner of the file. + * The user ID is returned in numerical format, use + * posix_getpwuid to resolve it to a username. + * @throws FilesystemException + * + */ +function fileowner(string $filename): int +{ + error_clear_last(); + $safeResult = \fileowner($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets permissions for the given file. + * + * @param string $filename Path to the file. + * @return int Returns the file's permissions as a numeric mode. Lower bits of this mode + * are the same as the permissions expected by chmod, + * however on most platforms the return value will also include information on + * the type of file given as filename. The examples + * below demonstrate how to test the return value for specific permissions and + * file types on POSIX systems, including Linux and macOS. + * + * For local files, the specific return value is that of the + * st_mode member of the structure returned by the C + * library's stat function. Exactly which bits are set + * can vary from platform to platform, and looking up your specific platform's + * documentation is recommended if parsing the non-permission bits of the + * return value is required. + * + * Returns FALSE on failure. + * @throws FilesystemException + * + */ +function fileperms(string $filename): int +{ + error_clear_last(); + $safeResult = \fileperms($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the size for the given file. + * + * @param string $filename Path to the file. + * @return 0|positive-int Returns the size of the file in bytes, or FALSE (and generates an error + * of level E_WARNING) in case of an error. + * @throws FilesystemException + * + */ +function filesize(string $filename): int +{ + error_clear_last(); + $safeResult = \filesize($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Returns the type of the given file. + * + * @param string $filename Path to the file. + * @return string Returns the type of the file. Possible values are fifo, char, + * dir, block, link, file, socket and unknown. + * + * Returns FALSE if an error occurs. filetype will also + * produce an E_NOTICE message if the stat call fails + * or if the file type is unknown. + * @throws FilesystemException + * + */ +function filetype(string $filename): string +{ + error_clear_last(); + $safeResult = \filetype($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * flock allows you to perform a simple reader/writer + * model which can be used on virtually every platform (including most Unix + * derivatives and even Windows). + * + * The lock is released also by fclose, + * or when stream is garbage collected. + * + * PHP supports a portable way of locking complete files in an advisory way + * (which means all accessing programs have to use the same way of locking + * or it will not work). By default, this function will block until the + * requested lock is acquired; this may be controlled with the LOCK_NB option documented below. + * + * @param resource $stream A file system pointer resource + * that is typically created using fopen. + * @param int-mask $operation operation is one of the following: + * + * + * + * LOCK_SH to acquire a shared lock (reader). + * + * + * + * + * LOCK_EX to acquire an exclusive lock (writer). + * + * + * + * + * LOCK_UN to release a lock (shared or exclusive). + * + * + * + * + * It is also possible to add LOCK_NB as a bitmask to one + * of the above operations, if flock should not + * block during the locking attempt. + * @param 0|1|null $would_block The optional third argument is set to 1 if the lock would block + * (EWOULDBLOCK errno condition). + * @throws FilesystemException + * + */ +function flock($stream, int $operation, ?int &$would_block = null): void +{ + error_clear_last(); + $safeResult = \flock($stream, $operation, $would_block); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * fopen binds a named resource, specified by + * filename, to a stream. + * + * @param string $filename If filename is of the form "scheme://...", it + * is assumed to be a URL and PHP will search for a protocol handler + * (also known as a wrapper) for that scheme. If no wrappers for that + * protocol are registered, PHP will emit a notice to help you track + * potential problems in your script and then continue as though + * filename specifies a regular file. + * + * If PHP has decided that filename specifies + * a local file, then it will try to open a stream on that file. + * The file must be accessible to PHP, so you need to ensure that + * the file access permissions allow this access. + * If you have enabled + * open_basedir further + * restrictions may apply. + * + * If PHP has decided that filename specifies + * a registered protocol, and that protocol is registered as a + * network URL, PHP will check to make sure that + * allow_url_fopen is + * enabled. If it is switched off, PHP will emit a warning and + * the fopen call will fail. + * + * The list of supported protocols can be found in . Some protocols (also referred to as + * wrappers) support context + * and/or php.ini options. Refer to the specific page for the + * protocol in use for a list of options which can be set. (e.g. + * php.ini value user_agent used by the + * http wrapper). + * + * On the Windows platform, be careful to escape any backslashes + * used in the path to the file, or use forward slashes. + * + * + * + * ]]> + * + * + * @param string $mode The mode parameter specifies the type of access + * you require to the stream. It may be any of the following: + * + * + * A list of possible modes for fopen + * using mode + * + * + * + * + * mode + * Description + * + * + * + * + * 'r' + * + * Open for reading only; place the file pointer at the + * beginning of the file. + * + * + * + * 'r+' + * + * Open for reading and writing; place the file pointer at + * the beginning of the file. + * + * + * + * 'w' + * + * Open for writing only; place the file pointer at the + * beginning of the file and truncate the file to zero length. + * If the file does not exist, attempt to create it. + * + * + * + * 'w+' + * + * Open for reading and writing; otherwise it has the + * same behavior as 'w'. + * + * + * + * 'a' + * + * Open for writing only; place the file pointer at the end of + * the file. If the file does not exist, attempt to create it. + * In this mode, fseek has no effect, writes are always appended. + * + * + * + * 'a+' + * + * Open for reading and writing; place the file pointer at + * the end of the file. If the file does not exist, attempt to + * create it. In this mode, fseek only affects + * the reading position, writes are always appended. + * + * + * + * 'x' + * + * Create and open for writing only; place the file pointer at the + * beginning of the file. If the file already exists, the + * fopen call will fail by returning FALSE and + * generating an error of level E_WARNING. If + * the file does not exist, attempt to create it. This is equivalent + * to specifying O_EXCL|O_CREAT flags for the + * underlying open(2) system call. + * + * + * + * 'x+' + * + * Create and open for reading and writing; otherwise it has the + * same behavior as 'x'. + * + * + * + * 'c' + * + * Open the file for writing only. If the file does not exist, it is + * created. If it exists, it is neither truncated (as opposed to + * 'w'), nor the call to this function fails (as is + * the case with 'x'). The file pointer is + * positioned on the beginning of the file. This may be useful if it's + * desired to get an advisory lock (see flock) + * before attempting to modify the file, as using + * 'w' could truncate the file before the lock + * was obtained (if truncation is desired, + * ftruncate can be used after the lock is + * requested). + * + * + * + * 'c+' + * + * Open the file for reading and writing; otherwise it has the same + * behavior as 'c'. + * + * + * + * 'e' + * + * Set close-on-exec flag on the opened file descriptor. Only + * available in PHP compiled on POSIX.1-2008 conform systems. + * + * + * + * + * + * + * Different operating system families have different line-ending + * conventions. When you write a text file and want to insert a line + * break, you need to use the correct line-ending character(s) for your + * operating system. Unix based systems use \n as the + * line ending character, Windows based systems use \r\n + * as the line ending characters and Macintosh based systems (Mac OS Classic) used + * \r as the line ending character. + * + * If you use the wrong line ending characters when writing your files, you + * might find that other applications that open those files will "look + * funny". + * + * Windows offers a text-mode translation flag ('t') + * which will transparently translate \n to + * \r\n when working with the file. In contrast, you + * can also use 'b' to force binary mode, which will not + * translate your data. To use these flags, specify either + * 'b' or 't' as the last character + * of the mode parameter. + * + * The default translation mode is 'b'. + * You can use the 't' + * mode if you are working with plain-text files and you use + * \n to delimit your line endings in your script, but + * expect your files to be readable with applications such as old versions of notepad. You + * should use the 'b' in all other cases. + * + * If you specify the 't' flag when working with binary files, you + * may experience strange problems with your data, including broken image + * files and strange problems with \r\n characters. + * + * For portability, it is also strongly recommended that + * you re-write code that uses or relies upon the 't' + * mode so that it uses the correct line endings and + * 'b' mode instead. + * @param bool $use_include_path The optional third use_include_path parameter + * can be set to TRUE if you want to search for the file in the + * include_path, too. + * @param null|resource $context A context stream + * resource. + * @return resource Returns a file pointer resource on success + * @throws FilesystemException + * + */ +function fopen(string $filename, string $mode, bool $use_include_path = false, $context = null) +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \fopen($filename, $mode, $use_include_path, $context); + } else { + $safeResult = \fopen($filename, $mode, $use_include_path); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * fread reads up to + * length bytes from the file pointer + * referenced by stream. Reading stops as soon as one + * of the following conditions is met: + * + * + * + * length bytes have been read + * + * + * + * + * EOF (end of file) is reached + * + * + * + * + * a packet becomes available or the + * socket timeout occurs (for network streams) + * + * + * + * + * if the stream is read buffered and it does not represent a plain file, at + * most one read of up to a number of bytes equal to the chunk size (usually + * 8192) is made; depending on the previously buffered data, the size of the + * returned data may be larger than the chunk size. + * + * + * + * + * @param resource $stream A file system pointer resource + * that is typically created using fopen. + * @param positive-int $length Up to length number of bytes read. + * @return string Returns the read string. + * @throws FilesystemException + * + */ +function fread($stream, int $length): string +{ + error_clear_last(); + $safeResult = \fread($stream, $length); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gathers the statistics of the file opened by the file + * pointer stream. This function is similar to the + * stat function except that it operates + * on an open file pointer instead of a filename. + * + * @param resource $stream A file system pointer resource + * that is typically created using fopen. + * @return array Returns an array with the statistics of the file; the format of the array + * is described in detail on the stat manual page. + * Returns FALSE on failure. + * @throws FilesystemException + * + */ +function fstat($stream): array +{ + error_clear_last(); + $safeResult = \fstat($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function synchronizes changes to the file, including its meta-data. This is similar to fflush, + * but it also instructs the operating system to write to the storage media. + * + * @param resource $stream The file pointer must be valid, and must point to + * a file successfully opened by fopen or + * fsockopen (and not yet closed by + * fclose). + * @throws FilesystemException + * + */ +function fsync($stream): void +{ + error_clear_last(); + $safeResult = \fsync($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Returns the position of the file pointer referenced by stream. + * + * @param resource $stream The file pointer must be valid, and must point to a file successfully + * opened by fopen or popen. + * ftell gives undefined results for append-only streams + * (opened with "a" flag). + * @return int Returns the position of the file pointer referenced by + * stream as an integer; i.e., its offset into the file stream. + * + * If an error occurs, returns FALSE. + * @throws FilesystemException + * + */ +function ftell($stream): int +{ + error_clear_last(); + $safeResult = \ftell($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Takes the filepointer, stream, and truncates the file to + * length, size. + * + * @param resource $stream The file pointer. + * + * The stream must be open for writing. + * @param 0|positive-int $size The size to truncate to. + * + * If size is larger than the file then the file + * is extended with null bytes. + * + * If size is smaller than the file then the file + * is truncated to that size. + * @throws FilesystemException + * + */ +function ftruncate($stream, int $size): void +{ + error_clear_last(); + $safeResult = \ftruncate($stream, $size); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * + * + * @param resource $stream A file system pointer resource + * that is typically created using fopen. + * @param string $data The string that is to be written. + * @param 0|null|positive-int $length If length is an integer, writing will stop + * after length bytes have been written or the + * end of data is reached, whichever comes first. + * @return 0|positive-int + * @throws FilesystemException + * + */ +function fwrite($stream, string $data, ?int $length = null): int +{ + error_clear_last(); + if ($length !== null) { + $safeResult = \fwrite($stream, $data, $length); + } else { + $safeResult = \fwrite($stream, $data); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The glob function searches for all the pathnames + * matching pattern according to the rules used by + * the libc glob() function, which is similar to the rules used by common + * shells. + * + * @param string $pattern The pattern. No tilde expansion or parameter substitution is done. + * + * Special characters: + * + * + * + * * - Matches zero or more characters. + * + * + * + * + * ? - Matches exactly one character (any character). + * + * + * + * + * [...] - Matches one character from a group of + * characters. If the first character is !, + * matches any character not in the group. + * + * + * + * + * \ - Escapes the following character, + * except when the GLOB_NOESCAPE flag is used. + * + * + * + * @param int $flags Any of the GLOB_* constants. + * @return list Returns an array containing the matched files/directories, an empty array + * if no file matched. + * Unless GLOB_NOSORT was used, the names will + * be sorted alphanumerically. + * @throws FilesystemException + * + */ +function glob(string $pattern, int $flags = 0): array +{ + error_clear_last(); + $safeResult = \glob($pattern, $flags); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Attempts to change the group of the symlink filename + * to group. + * + * Only the superuser may change the group of a symlink arbitrarily; other + * users may change the group of a symlink to any group of which that user is + * a member. + * + * @param string $filename Path to the symlink. + * @param int|string $group The group specified by name or number. + * @throws FilesystemException + * + */ +function lchgrp(string $filename, $group): void +{ + error_clear_last(); + $safeResult = \lchgrp($filename, $group); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Attempts to change the owner of the symlink filename + * to user user. + * + * Only the superuser may change the owner of a symlink. + * + * @param string $filename Path to the file. + * @param int|string $user User name or number. + * @throws FilesystemException + * + */ +function lchown(string $filename, $user): void +{ + error_clear_last(); + $safeResult = \lchown($filename, $user); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * link creates a hard link. + * + * @param string $target Target of the link. + * @param string $link The link name. + * @throws FilesystemException + * + */ +function link(string $target, string $link): void +{ + error_clear_last(); + $safeResult = \link($target, $link); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Gathers the statistics of the file or symbolic link named by + * filename. + * + * @param string $filename Path to a file or a symbolic link. + * @return array See the manual page for stat for information on + * the structure of the array that lstat returns. + * This function is identical to the stat function + * except that if the filename parameter is a symbolic + * link, the status of the symbolic link is returned, not the status of the + * file pointed to by the symbolic link. + * + * On failure, FALSE is returned. + * @throws FilesystemException + * + */ +function lstat(string $filename): array +{ + error_clear_last(); + $safeResult = \lstat($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Attempts to create the directory specified by directory. + * + * @param string $directory The directory path. + * A URL can be used as a + * filename with this function if the fopen wrappers have been enabled. + * See fopen for more details on how to specify the + * filename. See the for links to information + * about what abilities the various wrappers have, notes on their usage, + * and information on any predefined variables they may + * provide. + * @param int $permissions The permissions are 0777 by default, which means the widest possible + * access. For more information on permissions, read the details + * on the chmod page. + * + * permissions is ignored on Windows. + * + * Note that you probably want to specify the permissions as an octal number, + * which means it should have a leading zero. The permissions is also modified + * by the current umask, which you can change using + * umask. + * @param bool $recursive If TRUE, then any parent directories to the directory specified will + * also be created, with the same permissions. + * @param null|resource $context A context stream + * resource. + * @throws FilesystemException + * + */ +function mkdir(string $directory, int $permissions = 0777, bool $recursive = false, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \mkdir($directory, $permissions, $recursive, $context); + } else { + $safeResult = \mkdir($directory, $permissions, $recursive); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * parse_ini_file loads in the + * ini file specified in filename, + * and returns the settings in it in an associative array. + * + * The structure of the ini file is the same as the php.ini's. + * + * @param string $filename The filename of the ini file being parsed. If a relative path is used, + * it is evaluated relative to the current working directory, then the + * include_path. + * @param bool $process_sections By setting the process_sections + * parameter to TRUE, you get a multidimensional array, with + * the section names and settings included. The default + * for process_sections is FALSE + * @param int $scanner_mode Can either be INI_SCANNER_NORMAL (default) or + * INI_SCANNER_RAW. If INI_SCANNER_RAW + * is supplied, then option values will not be parsed. + * + * + * As of PHP 5.6.1 can also be specified as INI_SCANNER_TYPED. + * In this mode boolean, null and integer types are preserved when possible. + * String values "true", "on" and "yes" + * are converted to TRUE. "false", "off", "no" + * and "none" are considered FALSE. "null" is converted to NULL + * in typed mode. Also, all numeric strings are converted to integer type if it is possible. + * @return array The settings are returned as an associative array on success. + * @throws FilesystemException + * + */ +function parse_ini_file(string $filename, bool $process_sections = false, int $scanner_mode = INI_SCANNER_NORMAL): array +{ + error_clear_last(); + $safeResult = \parse_ini_file($filename, $process_sections, $scanner_mode); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * parse_ini_string returns the settings in string + * ini_string in an associative array. + * + * The structure of the ini string is the same as the php.ini's. + * + * @param string $ini_string The contents of the ini file being parsed. + * @param bool $process_sections By setting the process_sections + * parameter to TRUE, you get a multidimensional array, with + * the section names and settings included. The default + * for process_sections is FALSE + * @param int $scanner_mode Can either be INI_SCANNER_NORMAL (default) or + * INI_SCANNER_RAW. If INI_SCANNER_RAW + * is supplied, then option values will not be parsed. + * + * + * As of PHP 5.6.1 can also be specified as INI_SCANNER_TYPED. + * In this mode boolean, null and integer types are preserved when possible. + * String values "true", "on" and "yes" + * are converted to TRUE. "false", "off", "no" + * and "none" are considered FALSE. "null" is converted to NULL + * in typed mode. Also, all numeric strings are converted to integer type if it is possible. + * @return array The settings are returned as an associative array on success. + * @throws FilesystemException + * + */ +function parse_ini_string(string $ini_string, bool $process_sections = false, int $scanner_mode = INI_SCANNER_NORMAL): array +{ + error_clear_last(); + $safeResult = \parse_ini_string($ini_string, $process_sections, $scanner_mode); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Closes a file pointer to a pipe opened by popen. + * + * @param resource $handle The file pointer must be valid, and must have been returned by a + * successful call to popen. + * @return int Returns the termination status of the process that was run. + * @throws FilesystemException + * + */ +function pclose($handle): int +{ + error_clear_last(); + $safeResult = \pclose($handle); + if ($safeResult === -1) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Opens a pipe to a process executed by forking the command given + * by command. + * + * @param string $command The command + * @param string $mode The mode. Either 'r' for reading, or 'w' + * for writing. + * + * On Windows, popen defaults to text mode, i.e. any \n + * characters written to or read from the pipe will be translated to \r\n. + * If this is not desired, binary mode can be enforced by setting mode + * to 'rb' and 'wb', respectively. + * @return resource Returns a file pointer identical to that returned by + * fopen, except that it is unidirectional (may + * only be used for reading or writing) and must be closed with + * pclose. This pointer may be used with + * fgets, fgetss, and + * fwrite. When the mode is 'r', the returned + * file pointer equals to the STDOUT of the command, when the mode + * is 'w', the returned file pointer equals to the STDIN of the + * command. + * + * If an error occurs, returns FALSE. + * @throws FilesystemException + * + */ +function popen(string $command, string $mode) +{ + error_clear_last(); + $safeResult = \popen($command, $mode); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Reads a file and writes it to the output buffer. + * + * @param string $filename The filename being read. + * @param bool $use_include_path You can use the optional second parameter and set it to TRUE, if + * you want to search for the file in the include_path, too. + * @param null|resource $context A context stream + * resource. + * @return 0|positive-int Returns the number of bytes read from the file on success + * @throws FilesystemException + * + */ +function readfile(string $filename, bool $use_include_path = false, $context = null): int +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \readfile($filename, $use_include_path, $context); + } else { + $safeResult = \readfile($filename, $use_include_path); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * readlink does the same as the readlink C function. + * + * @param string $path The symbolic link path. + * @return string Returns the contents of the symbolic link path. + * @throws FilesystemException + * + */ +function readlink(string $path): string +{ + error_clear_last(); + $safeResult = \readlink($path); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * realpath expands all symbolic links and + * resolves references to /./, /../ and extra / characters in + * the input path and returns the canonicalized + * absolute pathname. + * + * @param string $path The path being checked. + * + * + * Whilst a path must be supplied, the value can be an empty string. + * In this case, the value is interpreted as the current directory. + * + * + * + * Whilst a path must be supplied, the value can be an empty string. + * In this case, the value is interpreted as the current directory. + * @return non-empty-string Returns the canonicalized absolute pathname on success. The resulting path + * will have no symbolic link, /./ or /../ components. Trailing delimiters, + * such as \ and /, are also removed. + * + * realpath returns FALSE on failure, e.g. if + * the file does not exist. + * @throws FilesystemException + * + */ +function realpath(string $path): string +{ + error_clear_last(); + $safeResult = \realpath($path); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Attempts to rename from to + * to, moving it between directories if necessary. + * If renaming a file and to exists, + * it will be overwritten. If renaming a directory and + * to exists, + * this function will emit a warning. + * + * @param string $from The old name. + * + * The wrapper used in from + * must match the wrapper used in + * to. + * @param string $to The new name. + * + * + * On Windows, if to already exists, it must be writable. + * Otherwise rename fails and issues E_WARNING. + * + * + * @param null|resource $context A context stream + * resource. + * @throws FilesystemException + * + */ +function rename(string $from, string $to, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \rename($from, $to, $context); + } else { + $safeResult = \rename($from, $to); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Sets the file position indicator for stream + * to the beginning of the file stream. + * + * @param resource $stream The file pointer must be valid, and must point to a file + * successfully opened by fopen. + * @throws FilesystemException + * + */ +function rewind($stream): void +{ + error_clear_last(); + $safeResult = \rewind($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Attempts to remove the directory named by directory. + * The directory must be empty, and the relevant permissions must permit this. + * A E_WARNING level error will be generated on failure. + * + * @param string $directory Path to the directory. + * @param null|resource $context A context stream + * resource. + * @throws FilesystemException + * + */ +function rmdir(string $directory, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \rmdir($directory, $context); + } else { + $safeResult = \rmdir($directory); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * symlink creates a symbolic link to the existing + * target with the specified name + * link. + * + * @param string $target Target of the link. + * @param string $link The link name. + * @throws FilesystemException + * + */ +function symlink(string $target, string $link): void +{ + error_clear_last(); + $safeResult = \symlink($target, $link); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Creates a file with a unique filename, with access permission set to 0600, in the specified directory. + * If the directory does not exist or is not writable, tempnam may + * generate a file in the system's temporary directory, and return + * the full path to that file, including its name. + * + * @param string $directory The directory where the temporary filename will be created. + * @param string $prefix The prefix of the generated temporary filename. + * @return non-falsy-string Returns the new temporary filename (with path). + * @throws FilesystemException + * + */ +function tempnam(string $directory, string $prefix): string +{ + error_clear_last(); + $safeResult = \tempnam($directory, $prefix); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Creates a temporary file with a unique name in read-write-binary (w+b) mode and + * returns a file handle. + * + * The file is automatically removed when closed (for example, by calling + * fclose, or when there are no remaining references to + * the file handle returned by tmpfile), or when the + * script ends. + * + * @return resource Returns a file handle, similar to the one returned by + * fopen, for the new file. + * @throws FilesystemException + * + */ +function tmpfile() +{ + error_clear_last(); + $safeResult = \tmpfile(); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Attempts to set the access and modification times of the file named in the + * filename parameter to the value given in + * mtime. + * Note that the access time is always modified, regardless of the number + * of parameters. + * + * If the file does not exist, it will be created. + * + * @param string $filename The name of the file being touched. + * @param int|null $mtime The touch time. If mtime is NULL, + * the current system time is used. + * @param int|null $atime If not NULL, the access time of the given filename is set to + * the value of atime. Otherwise, it is set to + * the value passed to the mtime parameter. + * If both are NULL, the current system time is used. + * @throws FilesystemException + * + */ +function touch(string $filename, ?int $mtime = null, ?int $atime = null): void +{ + error_clear_last(); + if ($atime !== null) { + $safeResult = \touch($filename, $mtime, $atime); + } elseif ($mtime !== null) { + $safeResult = \touch($filename, $mtime); + } else { + $safeResult = \touch($filename); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Deletes filename. Similar to the Unix C unlink() + * function. An E_WARNING level error will be generated on + * failure. + * + * @param string $filename Path to the file. + * + * If the file is a symlink, the symlink will be deleted. On Windows, to delete + * a symlink to a directory, rmdir has to be used instead. + * @param null|resource $context A context stream + * resource. + * @throws FilesystemException + * + */ +function unlink(string $filename, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \unlink($filename, $context); + } else { + $safeResult = \unlink($filename); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} diff --git a/vendor/thecodingmachine/safe/generated/8.4/filter.php b/vendor/thecodingmachine/safe/generated/8.4/filter.php new file mode 100755 index 00000000..09eca12c --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.4/filter.php @@ -0,0 +1,48 @@ + + * + * The above example will output: + * + * example: , this is a test + * example: , this is a test + * ]]> + * + * + * So, $out[0] contains an array of strings that matched the full pattern, + * and $out[1] contains an array of strings enclosed by tags. + * + * + * + * + * If the pattern contains named subpatterns, $matches + * additionally contains entries for keys with the subpattern name. + * + * + * If the pattern contains duplicate named subpatterns, only the rightmost + * subpattern is stored in $matches[NAME]. + * + * + * + * ]]> + * + * The above example will output: + * + * + * [1] => bar + * ) + * ]]> + * + * + * + * + * + * + * PREG_SET_ORDER + * + * + * Orders results so that $matches[0] is an array of first set + * of matches, $matches[1] is an array of second set of matches, + * and so on. + * + * + * + * ]]> + * + * The above example will output: + * + * example: , example: + * this is a test, this is a test + * ]]> + * + * + * + * + * + * + * PREG_OFFSET_CAPTURE + * + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array of arrays where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * ) + * + * [1] => Array + * ( + * [0] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * ) + * + * [2] => Array + * ( + * [0] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * ) + * + * [3] => Array + * ( + * [0] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * + * ) + * ]]> + * + * + * + * + * + * + * PREG_UNMATCHED_AS_NULL + * + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * + * + * + * + * Orders results so that $matches[0] is an array of full + * pattern matches, $matches[1] is an array of strings matched by + * the first parenthesized subpattern, and so on. + * + * + * + * + * ]]> + * + * The above example will output: + * + * example: , this is a test + * example: , this is a test + * ]]> + * + * + * So, $out[0] contains an array of strings that matched the full pattern, + * and $out[1] contains an array of strings enclosed by tags. + * + * + * + * The above example will output: + * + * So, $out[0] contains an array of strings that matched the full pattern, + * and $out[1] contains an array of strings enclosed by tags. + * + * If the pattern contains named subpatterns, $matches + * additionally contains entries for keys with the subpattern name. + * + * If the pattern contains duplicate named subpatterns, only the rightmost + * subpattern is stored in $matches[NAME]. + * + * + * + * ]]> + * + * The above example will output: + * + * + * [1] => bar + * ) + * ]]> + * + * + * + * The above example will output: + * + * Orders results so that $matches[0] is an array of first set + * of matches, $matches[1] is an array of second set of matches, + * and so on. + * + * + * + * ]]> + * + * The above example will output: + * + * example: , example: + * this is a test, this is a test + * ]]> + * + * + * + * The above example will output: + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array of arrays where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * ) + * + * [1] => Array + * ( + * [0] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * ) + * + * [2] => Array + * ( + * [0] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * ) + * + * [3] => Array + * ( + * [0] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * + * ) + * ]]> + * + * + * + * The above example will output: + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * If no order flag is given, PREG_PATTERN_ORDER is + * assumed. + * @param int $offset Orders results so that $matches[0] is an array of full + * pattern matches, $matches[1] is an array of strings matched by + * the first parenthesized subpattern, and so on. + * + * + * + * + * ]]> + * + * The above example will output: + * + * example: , this is a test + * example: , this is a test + * ]]> + * + * + * So, $out[0] contains an array of strings that matched the full pattern, + * and $out[1] contains an array of strings enclosed by tags. + * + * + * + * The above example will output: + * + * So, $out[0] contains an array of strings that matched the full pattern, + * and $out[1] contains an array of strings enclosed by tags. + * + * If the pattern contains named subpatterns, $matches + * additionally contains entries for keys with the subpattern name. + * + * If the pattern contains duplicate named subpatterns, only the rightmost + * subpattern is stored in $matches[NAME]. + * + * + * + * ]]> + * + * The above example will output: + * + * + * [1] => bar + * ) + * ]]> + * + * + * + * The above example will output: + * @return 0|positive-int Returns the number of full pattern matches (which might be zero). + * @throws PcreException + * + */ +function preg_match_all(string $pattern, string $subject, ?array &$matches = null, int $flags = 0, int $offset = 0): int +{ + error_clear_last(); + $safeResult = \preg_match_all($pattern, $subject, $matches, $flags, $offset); + if ($safeResult === false) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Searches subject for a match to the regular + * expression given in pattern. + * + * @param string $pattern The pattern to search for, as a string. + * @param string $subject The input string. + * @param null|string[] $matches If matches is provided, then it is filled with + * the results of search. $matches[0] will contain the + * text that matched the full pattern, $matches[1] + * will have the text that matched the first captured parenthesized + * subpattern, and so on. + * @param int $flags flags can be a combination of the following flags: + * + * + * PREG_OFFSET_CAPTURE + * + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * [1] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * [2] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * [3] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * ]]> + * + * + * + * + * + * + * PREG_UNMATCHED_AS_NULL + * + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * + * + * ]]> + * + * The above example will output: + * + * + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * string(0) "" + * [3]=> + * string(1) "c" + * } + * array(4) { + * [0]=> + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * NULL + * [3]=> + * string(1) "c" + * } + * ]]> + * + * + * + * + * + * + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * [1] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * [2] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * [3] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * ]]> + * + * + * + * The above example will output: + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * + * + * ]]> + * + * The above example will output: + * + * + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * string(0) "" + * [3]=> + * string(1) "c" + * } + * array(4) { + * [0]=> + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * NULL + * [3]=> + * string(1) "c" + * } + * ]]> + * + * + * + * The above example will output: + * @param int $offset If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * [1] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * [2] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * [3] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * ]]> + * + * + * + * The above example will output: + * @return 0|1 preg_match returns 1 if the pattern + * matches given subject, 0 if it does not. + * @throws PcreException + * + */ +function preg_match(string $pattern, string $subject, ?array &$matches = null, int $flags = 0, int $offset = 0): int +{ + error_clear_last(); + $safeResult = \preg_match($pattern, $subject, $matches, $flags, $offset); + if ($safeResult === false) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The behavior of this function is similar to + * preg_replace_callback, except that callbacks are + * executed on a per-pattern basis. + * + * @param array $pattern An associative array mapping patterns (keys) to callables (values). + * @param array|string $subject The string or an array with strings to search and replace. + * @param int $limit The maximum possible replacements for each pattern in each + * subject string. Defaults to + * -1 (no limit). + * @param int|null $count If specified, this variable will be filled with the number of + * replacements done. + * @param int $flags flags can be a combination of the + * PREG_OFFSET_CAPTURE and + * PREG_UNMATCHED_AS_NULL flags, which influence the + * format of the matches array. + * See the description in preg_match for more details. + * @return array|string preg_replace_callback_array returns an array if the + * subject parameter is an array, or a string + * otherwise. On errors the return value is NULL + * + * If matches are found, the new subject will be returned, otherwise + * subject will be returned unchanged. + * @throws PcreException + * + */ +function preg_replace_callback_array(array $pattern, $subject, int $limit = -1, ?int &$count = null, int $flags = 0) +{ + error_clear_last(); + $safeResult = \preg_replace_callback_array($pattern, $subject, $limit, $count, $flags); + if ($safeResult === null) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The behavior of this function is almost identical to + * preg_replace, except for the fact that instead of + * replacement parameter, one should specify a + * callback. + * + * @param array|string $pattern The pattern to search for. It can be either a string or an array with + * strings. + * @param callable(array):string $callback A callback that will be called and passed an array of matched elements + * in the subject string. The callback should + * return the replacement string. This is the callback signature: + * + * + * stringhandler + * arraymatches + * + * + * You'll often need the callback function + * for a preg_replace_callback in just one place. + * In this case you can use an + * anonymous function to + * declare the callback within the call to + * preg_replace_callback. By doing it this way + * you have all information for the call in one place and do not + * clutter the function namespace with a callback function's name + * not used anywhere else. + * + * + * preg_replace_callback and + * anonymous function + * + * + * ]]> + * + * + * @param array|string $subject The string or an array with strings to search and replace. + * @param int $limit The maximum possible replacements for each pattern in each + * subject string. Defaults to + * -1 (no limit). + * @param int|null $count If specified, this variable will be filled with the number of + * replacements done. + * @param int $flags flags can be a combination of the + * PREG_OFFSET_CAPTURE and + * PREG_UNMATCHED_AS_NULL flags, which influence the + * format of the matches array. + * See the description in preg_match for more details. + * @return array|string preg_replace_callback returns an array if the + * subject parameter is an array, or a string + * otherwise. On errors the return value is NULL + * + * If matches are found, the new subject will be returned, otherwise + * subject will be returned unchanged. + * @throws PcreException + * + */ +function preg_replace_callback($pattern, callable $callback, $subject, int $limit = -1, ?int &$count = null, int $flags = 0) +{ + error_clear_last(); + $safeResult = \preg_replace_callback($pattern, $callback, $subject, $limit, $count, $flags); + if ($safeResult === null) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Split the given string by a regular expression. + * + * @param string $pattern The pattern to search for, as a string. + * @param string $subject The input string. + * @param int|null $limit If specified, then only substrings up to limit + * are returned with the rest of the string being placed in the last + * substring. A limit of -1 or 0 means "no limit". + * @param int $flags flags can be any combination of the following + * flags (combined with the | bitwise operator): + * + * + * PREG_SPLIT_NO_EMPTY + * + * + * If this flag is set, only non-empty pieces will be returned by + * preg_split. + * + * + * + * + * PREG_SPLIT_DELIM_CAPTURE + * + * + * If this flag is set, parenthesized expression in the delimiter pattern + * will be captured and returned as well. + * + * + * + * + * PREG_SPLIT_OFFSET_CAPTURE + * + * + * If this flag is set, for every occurring match the appendant string + * offset will also be returned. Note that this changes the return + * value in an array where every element is an array consisting of the + * matched string at offset 0 and its string offset + * into subject at offset 1. + * + * + * + * + * + * If this flag is set, for every occurring match the appendant string + * offset will also be returned. Note that this changes the return + * value in an array where every element is an array consisting of the + * matched string at offset 0 and its string offset + * into subject at offset 1. + * @return list Returns an array containing substrings of subject + * split along boundaries matched by pattern. + * @throws PcreException + * + */ +function preg_split(string $pattern, string $subject, ?int $limit = -1, int $flags = 0): array +{ + error_clear_last(); + $safeResult = \preg_split($pattern, $subject, $limit, $flags); + if ($safeResult === false) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} diff --git a/vendor/thecodingmachine/safe/generated/8.4/pgsql.php b/vendor/thecodingmachine/safe/generated/8.4/pgsql.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.4/posix.php b/vendor/thecodingmachine/safe/generated/8.4/posix.php old mode 100644 new mode 100755 diff --git a/vendor/thecodingmachine/safe/generated/8.4/ps.php b/vendor/thecodingmachine/safe/generated/8.4/ps.php new file mode 100755 index 00000000..1eaa9774 --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.4/ps.php @@ -0,0 +1,1812 @@ + + * + * + * @param bool $use_include_path Setting use_include_path to TRUE will result + * in PHP trying to open the file along the standard include path as per + * the include_path directive. + * This is used for local files, not URLs. + * @return array Returns an array with all the parsed meta tags. + * + * The value of the name property becomes the key, the value of the content + * property becomes the value of the returned array, so you can easily use + * standard array functions to traverse it or access single values. + * Special characters in the value of the name property are substituted with + * '_', the rest is converted to lower case. If two meta tags have the same + * name, only the last one is returned. + * + * Returns FALSE on failure. + * @throws UrlException + * + */ +function get_meta_tags(string $filename, bool $use_include_path = false): array +{ + error_clear_last(); + $safeResult = \get_meta_tags($filename, $use_include_path); + if ($safeResult === false) { + throw UrlException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function parses a URL and returns an associative array containing any + * of the various components of the URL that are present. + * The values of the array elements are not URL decoded. + * + * This function is not meant to validate + * the given URL, it only breaks it up into the parts listed below. Partial and invalid + * URLs are also accepted, parse_url tries its best to + * parse them correctly. + * + * @param string $url The URL to parse. + * @param int $component Specify one of PHP_URL_SCHEME, + * PHP_URL_HOST, PHP_URL_PORT, + * PHP_URL_USER, PHP_URL_PASS, + * PHP_URL_PATH, PHP_URL_QUERY + * or PHP_URL_FRAGMENT to retrieve just a specific + * URL component as a string (except when + * PHP_URL_PORT is given, in which case the return + * value will be an int). + * @return array|int|null|string On seriously malformed URLs, parse_url. + * + * If the component parameter is omitted, an + * associative array is returned. At least one element will be + * present within the array. Potential keys within this array are: + * + * + * + * scheme - e.g. http + * + * + * + * + * host + * + * + * + * + * port + * + * + * + * + * user + * + * + * + * + * pass + * + * + * + * + * path + * + * + * + * + * query - after the question mark ? + * + * + * + * + * fragment - after the hashmark # + * + * + * + * + * If the component parameter is specified, + * parse_url returns a string (or an + * int, in the case of PHP_URL_PORT) + * instead of an array. If the requested component doesn't exist + * within the given URL, NULL will be returned. + * As of PHP 8.0.0, parse_url distinguishes absent and empty + * queries and fragments: + * + * + * + * + * + * + * + * Previously all cases resulted in query and fragment being NULL. + * + * Note that control characters (cf. ctype_cntrl) in the + * components are replaced with underscores (_). + * @throws UrlException + * + */ +function parse_url(string $url, int $component = -1) +{ + error_clear_last(); + $safeResult = \parse_url($url, $component); + if ($safeResult === false) { + throw UrlException::createFromPhpError(); + } + return $safeResult; +} diff --git a/vendor/thecodingmachine/safe/generated/8.4/var.php b/vendor/thecodingmachine/safe/generated/8.4/var.php new file mode 100755 index 00000000..70f048df --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.4/var.php @@ -0,0 +1,60 @@ + + * + * + * + * The permissions parameter consists of three octal + * number components specifying access restrictions for the owner, + * the user group in which the owner is in, and to everybody else in + * this order. One component can be computed by adding up the needed + * permissions for that target user base. Number 1 means that you + * grant execute rights, number 2 means that you make the file + * writeable, number 4 means that you make the file readable. Add + * up these numbers to specify needed rights. You can also read more + * about modes on Unix systems with 'man 1 chmod' + * and 'man 2 chmod'. + * + * + * + * + */ +function chmod(string $filename, int $permissions): void +{ + error_clear_last(); + $safeResult = \chmod($filename, $permissions); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Attempts to change the owner of the file filename + * to user user. Only the superuser may change the + * owner of a file. + * + * @param string $filename Path to the file. + * @param int|string $user A user name or number. + * @throws FilesystemException + * + */ +function chown(string $filename, $user): void +{ + error_clear_last(); + $safeResult = \chown($filename, $user); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Makes a copy of the file from to + * to. + * + * If you wish to move a file, use the rename function. + * + * @param string $from Path to the source file. + * @param string $to The destination path. If to is a URL, the + * copy operation may fail if the wrapper does not support overwriting of + * existing files. + * + * If the destination file already exists, it will be overwritten. + * @param null|resource $context A valid context resource created with + * stream_context_create. + * @throws FilesystemException + * + */ +function copy(string $from, string $to, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \copy($from, $to, $context); + } else { + $safeResult = \copy($from, $to); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Given a string containing a directory, this function will return the + * number of bytes available on the corresponding filesystem or disk + * partition. + * + * @param string $directory A directory of the filesystem or disk partition. + * + * Given a file name instead of a directory, the behaviour of the + * function is unspecified and may differ between operating systems and + * PHP versions. + * @return float Returns the number of available bytes as a float. + * @throws FilesystemException + * + */ +function disk_free_space(string $directory): float +{ + error_clear_last(); + $safeResult = \disk_free_space($directory); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Given a string containing a directory, this function will return the total + * number of bytes on the corresponding filesystem or disk partition. + * + * @param string $directory A directory of the filesystem or disk partition. + * @return float Returns the total number of bytes as a float. + * @throws FilesystemException + * + */ +function disk_total_space(string $directory): float +{ + error_clear_last(); + $safeResult = \disk_total_space($directory); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The file pointed to by stream is closed. + * + * @param resource $stream The file pointer must be valid, and must point to a file successfully + * opened by fopen or fsockopen. + * @throws FilesystemException + * + */ +function fclose($stream): void +{ + error_clear_last(); + $safeResult = \fclose($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * This function synchronizes stream contents to storage media, just like fsync does, + * but it does not synchronize file meta-data. + * Note that this function is only effectively different in POSIX systems. + * In Windows, this function is aliased to fsync. + * + * @param resource $stream The file pointer must be valid, and must point to + * a file successfully opened by fopen or + * fsockopen (and not yet closed by + * fclose). + * @throws FilesystemException + * + */ +function fdatasync($stream): void +{ + error_clear_last(); + $safeResult = \fdatasync($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * This function forces a write of all buffered output to the resource + * pointed to by the file stream. + * + * @param resource $stream The file pointer must be valid, and must point to + * a file successfully opened by fopen or + * fsockopen (and not yet closed by + * fclose). + * @throws FilesystemException + * + */ +function fflush($stream): void +{ + error_clear_last(); + $safeResult = \fflush($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * This function is similar to file, except that + * file_get_contents returns the file in a + * string, starting at the specified offset + * up to length bytes. On failure, + * file_get_contents will return FALSE. + * + * file_get_contents is the preferred way to read the + * contents of a file into a string. It will use memory mapping techniques if + * supported by your OS to enhance performance. + * + * @param string $filename Name of the file to read. + * @param bool $use_include_path The FILE_USE_INCLUDE_PATH constant can be used + * to trigger include path + * search. + * This is not possible if strict typing + * is enabled, since FILE_USE_INCLUDE_PATH is an + * int. Use TRUE instead. + * @param null|resource $context A valid context resource created with + * stream_context_create. If you don't need to use a + * custom context, you can skip this parameter by NULL. + * @param int $offset The offset where the reading starts on the original stream. + * Negative offsets count from the end of the stream. + * + * Seeking (offset) is not supported with remote files. + * Attempting to seek on non-local files may work with small offsets, but this + * is unpredictable because it works on the buffered stream. + * @param 0|null|positive-int $length Maximum length of data read. The default is to read until end + * of file is reached. Note that this parameter is applied to the + * stream processed by the filters. + * @return string The function returns the read data. + * @throws FilesystemException + * + */ +function file_get_contents(string $filename, bool $use_include_path = false, $context = null, int $offset = 0, ?int $length = null): string +{ + error_clear_last(); + if ($length !== null) { + $safeResult = \file_get_contents($filename, $use_include_path, $context, $offset, $length); + } elseif ($offset !== 0) { + $safeResult = \file_get_contents($filename, $use_include_path, $context, $offset); + } elseif ($context !== null) { + $safeResult = \file_get_contents($filename, $use_include_path, $context); + } else { + $safeResult = \file_get_contents($filename, $use_include_path); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function is identical to calling fopen, + * fwrite and fclose successively + * to write data to a file. + * + * If filename does not exist, the file is created. + * Otherwise, the existing file is overwritten, unless the + * FILE_APPEND flag is set. + * + * @param string $filename Path to the file where to write the data. + * @param mixed $data The data to write. Can be either a string, an + * array or a stream resource. + * + * If data is a stream resource, the + * remaining buffer of that stream will be copied to the specified file. + * This is similar with using stream_copy_to_stream. + * + * You can also specify the data parameter as a single + * dimension array. This is equivalent to + * file_put_contents($filename, implode('', $array)). + * @param int $flags The value of flags can be any combination of + * the following flags, joined with the binary OR (|) + * operator. + * + * + * Available flags + * + * + * + * Flag + * Description + * + * + * + * + * + * FILE_USE_INCLUDE_PATH + * + * + * Search for filename in the include directory. + * See include_path for more + * information. + * + * + * + * + * FILE_APPEND + * + * + * If file filename already exists, append + * the data to the file instead of overwriting it. + * + * + * + * + * LOCK_EX + * + * + * Acquire an exclusive lock on the file while proceeding to the + * writing. In other words, a flock call happens + * between the fopen call and the + * fwrite call. This is not identical to an + * fopen call with mode "x". + * + * + * + * + * + * @param null|resource $context A valid context resource created with + * stream_context_create. + * @return 0|positive-int This function returns the number of bytes that were written to the file. + * @throws FilesystemException + * + */ +function file_put_contents(string $filename, $data, int $flags = 0, $context = null): int +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \file_put_contents($filename, $data, $flags, $context); + } else { + $safeResult = \file_put_contents($filename, $data, $flags); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Reads an entire file into an array. + * + * @param string $filename Path to the file. + * @param int-mask $flags The optional parameter flags can be one, or + * more, of the following constants: + * + * + * + * FILE_USE_INCLUDE_PATH + * + * + * + * Search for the file in the include_path. + * + * + * + * + * + * FILE_IGNORE_NEW_LINES + * + * + * + * Omit newline at the end of each array element. + * + * + * + * + * + * FILE_SKIP_EMPTY_LINES + * + * + * + * Skip empty lines. + * + * + * + * + * + * FILE_NO_DEFAULT_CONTEXT + * + * + * + * Don't use the default context. + * + * + * + * + * @param null|resource $context + * @return list Returns the file in an array. Each element of the array corresponds to a + * line in the file, with the newline still attached. Upon failure, + * file returns FALSE. + * @throws FilesystemException + * + */ +function file(string $filename, int $flags = 0, $context = null): array +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \file($filename, $flags, $context); + } else { + $safeResult = \file($filename, $flags); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * + * + * @param string $filename Path to the file. + * @return int Returns the time the file was last accessed. + * The time is returned as a Unix timestamp. + * @throws FilesystemException + * + */ +function fileatime(string $filename): int +{ + error_clear_last(); + $safeResult = \fileatime($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the inode change time of a file. + * + * @param string $filename Path to the file. + * @return int Returns the time the file was last changed. + * The time is returned as a Unix timestamp. + * @throws FilesystemException + * + */ +function filectime(string $filename): int +{ + error_clear_last(); + $safeResult = \filectime($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the file inode. + * + * @param string $filename Path to the file. + * @return int Returns the inode number of the file. + * @throws FilesystemException + * + */ +function fileinode(string $filename): int +{ + error_clear_last(); + $safeResult = \fileinode($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function returns the time when the data blocks of a file were being + * written to, that is, the time when the content of the file was changed. + * + * @param string $filename Path to the file. + * @return int Returns the time the file was last modified. + * The time is returned as a Unix timestamp, which is + * suitable for the date function. + * @throws FilesystemException + * + */ +function filemtime(string $filename): int +{ + error_clear_last(); + $safeResult = \filemtime($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the file owner. + * + * @param string $filename Path to the file. + * @return int Returns the user ID of the owner of the file. + * The user ID is returned in numerical format, use + * posix_getpwuid to resolve it to a username. + * @throws FilesystemException + * + */ +function fileowner(string $filename): int +{ + error_clear_last(); + $safeResult = \fileowner($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets permissions for the given file. + * + * @param string $filename Path to the file. + * @return int Returns the file's permissions as a numeric mode. Lower bits of this mode + * are the same as the permissions expected by chmod, + * however on most platforms the return value will also include information on + * the type of file given as filename. The examples + * below demonstrate how to test the return value for specific permissions and + * file types on POSIX systems, including Linux and macOS. + * + * For local files, the specific return value is that of the + * st_mode member of the structure returned by the C + * library's stat function. Exactly which bits are set + * can vary from platform to platform, and looking up your specific platform's + * documentation is recommended if parsing the non-permission bits of the + * return value is required. + * + * Returns FALSE on failure. + * @throws FilesystemException + * + */ +function fileperms(string $filename): int +{ + error_clear_last(); + $safeResult = \fileperms($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the size for the given file. + * + * @param string $filename Path to the file. + * @return 0|positive-int Returns the size of the file in bytes, or FALSE (and generates an error + * of level E_WARNING) in case of an error. + * @throws FilesystemException + * + */ +function filesize(string $filename): int +{ + error_clear_last(); + $safeResult = \filesize($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Returns the type of the given file. + * + * @param string $filename Path to the file. + * @return string Returns the type of the file. Possible values are fifo, char, + * dir, block, link, file, socket and unknown. + * + * Returns FALSE if an error occurs. filetype will also + * produce an E_NOTICE message if the stat call fails + * or if the file type is unknown. + * @throws FilesystemException + * + */ +function filetype(string $filename): string +{ + error_clear_last(); + $safeResult = \filetype($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * flock allows you to perform a simple reader/writer + * model which can be used on virtually every platform (including most Unix + * derivatives and even Windows). + * + * The lock is released also by fclose, + * or when stream is garbage collected. + * + * PHP supports a portable way of locking complete files in an advisory way + * (which means all accessing programs have to use the same way of locking + * or it will not work). By default, this function will block until the + * requested lock is acquired; this may be controlled with the LOCK_NB option documented below. + * + * @param resource $stream A file system pointer resource + * that is typically created using fopen. + * @param int-mask $operation operation is one of the following: + * + * + * + * LOCK_SH to acquire a shared lock (reader). + * + * + * + * + * LOCK_EX to acquire an exclusive lock (writer). + * + * + * + * + * LOCK_UN to release a lock (shared or exclusive). + * + * + * + * + * It is also possible to add LOCK_NB as a bitmask to one + * of the above operations, if flock should not + * block during the locking attempt. + * @param 0|1|null $would_block The optional third argument is set to 1 if the lock would block + * (EWOULDBLOCK errno condition). + * @throws FilesystemException + * + */ +function flock($stream, int $operation, ?int &$would_block = null): void +{ + error_clear_last(); + $safeResult = \flock($stream, $operation, $would_block); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * fopen binds a named resource, specified by + * filename, to a stream. + * + * @param string $filename If filename is of the form "scheme://...", it + * is assumed to be a URL and PHP will search for a protocol handler + * (also known as a wrapper) for that scheme. If no wrappers for that + * protocol are registered, PHP will emit a notice to help you track + * potential problems in your script and then continue as though + * filename specifies a regular file. + * + * If PHP has decided that filename specifies + * a local file, then it will try to open a stream on that file. + * The file must be accessible to PHP, so you need to ensure that + * the file access permissions allow this access. + * If you have enabled + * open_basedir further + * restrictions may apply. + * + * If PHP has decided that filename specifies + * a registered protocol, and that protocol is registered as a + * network URL, PHP will check to make sure that + * allow_url_fopen is + * enabled. If it is switched off, PHP will emit a warning and + * the fopen call will fail. + * + * The list of supported protocols can be found in . Some protocols (also referred to as + * wrappers) support context + * and/or php.ini options. Refer to the specific page for the + * protocol in use for a list of options which can be set. (e.g. + * php.ini value user_agent used by the + * http wrapper). + * + * On the Windows platform, be careful to escape any backslashes + * used in the path to the file, or use forward slashes. + * + * + * + * ]]> + * + * + * @param string $mode The mode parameter specifies the type of access + * you require to the stream. It may be any of the following: + * + * + * A list of possible modes for fopen + * using mode + * + * + * + * + * mode + * Description + * + * + * + * + * 'r' + * + * Open for reading only; place the file pointer at the + * beginning of the file. + * + * + * + * 'r+' + * + * Open for reading and writing; place the file pointer at + * the beginning of the file. + * + * + * + * 'w' + * + * Open for writing only; place the file pointer at the + * beginning of the file and truncate the file to zero length. + * If the file does not exist, attempt to create it. + * + * + * + * 'w+' + * + * Open for reading and writing; otherwise it has the + * same behavior as 'w'. + * + * + * + * 'a' + * + * Open for writing only; place the file pointer at the end of + * the file. If the file does not exist, attempt to create it. + * In this mode, fseek has no effect, writes are always appended. + * + * + * + * 'a+' + * + * Open for reading and writing; place the file pointer at + * the end of the file. If the file does not exist, attempt to + * create it. In this mode, fseek only affects + * the reading position, writes are always appended. + * + * + * + * 'x' + * + * Create and open for writing only; place the file pointer at the + * beginning of the file. If the file already exists, the + * fopen call will fail by returning FALSE and + * generating an error of level E_WARNING. If + * the file does not exist, attempt to create it. This is equivalent + * to specifying O_EXCL|O_CREAT flags for the + * underlying open(2) system call. + * + * + * + * 'x+' + * + * Create and open for reading and writing; otherwise it has the + * same behavior as 'x'. + * + * + * + * 'c' + * + * Open the file for writing only. If the file does not exist, it is + * created. If it exists, it is neither truncated (as opposed to + * 'w'), nor the call to this function fails (as is + * the case with 'x'). The file pointer is + * positioned on the beginning of the file. This may be useful if it's + * desired to get an advisory lock (see flock) + * before attempting to modify the file, as using + * 'w' could truncate the file before the lock + * was obtained (if truncation is desired, + * ftruncate can be used after the lock is + * requested). + * + * + * + * 'c+' + * + * Open the file for reading and writing; otherwise it has the same + * behavior as 'c'. + * + * + * + * 'e' + * + * Set close-on-exec flag on the opened file descriptor. Only + * available in PHP compiled on POSIX.1-2008 conform systems. + * + * + * + * + * + * + * Different operating system families have different line-ending + * conventions. When you write a text file and want to insert a line + * break, you need to use the correct line-ending character(s) for your + * operating system. Unix based systems use \n as the + * line ending character, Windows based systems use \r\n + * as the line ending characters and Macintosh based systems (Mac OS Classic) used + * \r as the line ending character. + * + * If you use the wrong line ending characters when writing your files, you + * might find that other applications that open those files will "look + * funny". + * + * Windows offers a text-mode translation flag ('t') + * which will transparently translate \n to + * \r\n when working with the file. In contrast, you + * can also use 'b' to force binary mode, which will not + * translate your data. To use these flags, specify either + * 'b' or 't' as the last character + * of the mode parameter. + * + * The default translation mode is 'b'. + * You can use the 't' + * mode if you are working with plain-text files and you use + * \n to delimit your line endings in your script, but + * expect your files to be readable with applications such as old versions of notepad. You + * should use the 'b' in all other cases. + * + * If you specify the 't' flag when working with binary files, you + * may experience strange problems with your data, including broken image + * files and strange problems with \r\n characters. + * + * For portability, it is also strongly recommended that + * you re-write code that uses or relies upon the 't' + * mode so that it uses the correct line endings and + * 'b' mode instead. + * @param bool $use_include_path The optional third use_include_path parameter + * can be set to TRUE if you want to search for the file in the + * include_path, too. + * @param null|resource $context A context stream + * resource. + * @return resource Returns a file pointer resource on success + * @throws FilesystemException + * + */ +function fopen(string $filename, string $mode, bool $use_include_path = false, $context = null) +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \fopen($filename, $mode, $use_include_path, $context); + } else { + $safeResult = \fopen($filename, $mode, $use_include_path); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * fread reads up to + * length bytes from the file pointer + * referenced by stream. Reading stops as soon as one + * of the following conditions is met: + * + * + * + * length bytes have been read + * + * + * + * + * EOF (end of file) is reached + * + * + * + * + * a packet becomes available or the + * socket timeout occurs (for network streams) + * + * + * + * + * if the stream is read buffered and it does not represent a plain file, at + * most one read of up to a number of bytes equal to the chunk size (usually + * 8192) is made; depending on the previously buffered data, the size of the + * returned data may be larger than the chunk size. + * + * + * + * + * @param resource $stream A file system pointer resource + * that is typically created using fopen. + * @param positive-int $length Up to length number of bytes read. + * @return string Returns the read string. + * @throws FilesystemException + * + */ +function fread($stream, int $length): string +{ + error_clear_last(); + $safeResult = \fread($stream, $length); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gathers the statistics of the file opened by the file + * pointer stream. This function is similar to the + * stat function except that it operates + * on an open file pointer instead of a filename. + * + * @param resource $stream A file system pointer resource + * that is typically created using fopen. + * @return array Returns an array with the statistics of the file; the format of the array + * is described in detail on the stat manual page. + * Returns FALSE on failure. + * @throws FilesystemException + * + */ +function fstat($stream): array +{ + error_clear_last(); + $safeResult = \fstat($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function synchronizes changes to the file, including its meta-data. This is similar to fflush, + * but it also instructs the operating system to write to the storage media. + * + * @param resource $stream The file pointer must be valid, and must point to + * a file successfully opened by fopen or + * fsockopen (and not yet closed by + * fclose). + * @throws FilesystemException + * + */ +function fsync($stream): void +{ + error_clear_last(); + $safeResult = \fsync($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Returns the position of the file pointer referenced by stream. + * + * @param resource $stream The file pointer must be valid, and must point to a file successfully + * opened by fopen or popen. + * ftell gives undefined results for append-only streams + * (opened with "a" flag). + * @return int Returns the position of the file pointer referenced by + * stream as an integer; i.e., its offset into the file stream. + * + * If an error occurs, returns FALSE. + * @throws FilesystemException + * + */ +function ftell($stream): int +{ + error_clear_last(); + $safeResult = \ftell($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Takes the filepointer, stream, and truncates the file to + * length, size. + * + * @param resource $stream The file pointer. + * + * The stream must be open for writing. + * @param 0|positive-int $size The size to truncate to. + * + * If size is larger than the file then the file + * is extended with null bytes. + * + * If size is smaller than the file then the file + * is truncated to that size. + * @throws FilesystemException + * + */ +function ftruncate($stream, int $size): void +{ + error_clear_last(); + $safeResult = \ftruncate($stream, $size); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * + * + * @param resource $stream A file system pointer resource + * that is typically created using fopen. + * @param string $data The string that is to be written. + * @param 0|null|positive-int $length If length is an integer, writing will stop + * after length bytes have been written or the + * end of data is reached, whichever comes first. + * @return 0|positive-int + * @throws FilesystemException + * + */ +function fwrite($stream, string $data, ?int $length = null): int +{ + error_clear_last(); + if ($length !== null) { + $safeResult = \fwrite($stream, $data, $length); + } else { + $safeResult = \fwrite($stream, $data); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The glob function searches for all the pathnames + * matching pattern according to the rules used by + * the libc glob() function, which is similar to the rules used by common + * shells. + * + * @param string $pattern The pattern. No tilde expansion or parameter substitution is done. + * + * Special characters: + * + * + * + * * - Matches zero or more characters. + * + * + * + * + * ? - Matches exactly one character (any character). + * + * + * + * + * [...] - Matches one character from a group of + * characters. If the first character is !, + * matches any character not in the group. + * + * + * + * + * {a,b,c} - Matches one string from a group of + * strings delimited by a comma when the GLOB_BRACE + * flag is used. + * + * + * + * + * \ - Escapes the following character, + * except when the GLOB_NOESCAPE flag is used. + * + * + * + * @param int $flags Any of the GLOB_* constants. + * @return list Returns an array containing the matched files/directories, an empty array + * if no file matched. + * Unless GLOB_NOSORT was used, the names will + * be sorted alphanumerically. + * @throws FilesystemException + * + */ +function glob(string $pattern, int $flags = 0): array +{ + error_clear_last(); + $safeResult = \glob($pattern, $flags); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Attempts to change the group of the symlink filename + * to group. + * + * Only the superuser may change the group of a symlink arbitrarily; other + * users may change the group of a symlink to any group of which that user is + * a member. + * + * @param string $filename Path to the symlink. + * @param int|string $group The group specified by name or number. + * @throws FilesystemException + * + */ +function lchgrp(string $filename, $group): void +{ + error_clear_last(); + $safeResult = \lchgrp($filename, $group); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Attempts to change the owner of the symlink filename + * to user user. + * + * Only the superuser may change the owner of a symlink. + * + * @param string $filename Path to the file. + * @param int|string $user User name or number. + * @throws FilesystemException + * + */ +function lchown(string $filename, $user): void +{ + error_clear_last(); + $safeResult = \lchown($filename, $user); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * link creates a hard link. + * + * @param string $target Target of the link. + * @param string $link The link name. + * @throws FilesystemException + * + */ +function link(string $target, string $link): void +{ + error_clear_last(); + $safeResult = \link($target, $link); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Gathers the statistics of the file or symbolic link named by + * filename. + * + * @param string $filename Path to a file or a symbolic link. + * @return array See the manual page for stat for information on + * the structure of the array that lstat returns. + * This function is identical to the stat function + * except that if the filename parameter is a symbolic + * link, the status of the symbolic link is returned, not the status of the + * file pointed to by the symbolic link. + * + * On failure, FALSE is returned. + * @throws FilesystemException + * + */ +function lstat(string $filename): array +{ + error_clear_last(); + $safeResult = \lstat($filename); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Attempts to create the directory specified by directory. + * + * @param string $directory The directory path. + * A URL can be used as a + * filename with this function if the fopen wrappers have been enabled. + * See fopen for more details on how to specify the + * filename. See the for links to information + * about what abilities the various wrappers have, notes on their usage, + * and information on any predefined variables they may + * provide. + * @param int $permissions The permissions are 0777 by default, which means the widest possible + * access. For more information on permissions, read the details + * on the chmod page. + * + * permissions is ignored on Windows. + * + * Note that you probably want to specify the permissions as an octal number, + * which means it should have a leading zero. The permissions is also modified + * by the current umask, which you can change using + * umask. + * @param bool $recursive If TRUE, then any parent directories to the directory specified will + * also be created, with the same permissions. + * @param null|resource $context A context stream + * resource. + * @throws FilesystemException + * + */ +function mkdir(string $directory, int $permissions = 0777, bool $recursive = false, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \mkdir($directory, $permissions, $recursive, $context); + } else { + $safeResult = \mkdir($directory, $permissions, $recursive); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * parse_ini_file loads in the + * ini file specified in filename, + * and returns the settings in it in an associative array. + * + * The structure of the ini file is the same as the php.ini's. + * + * @param string $filename The filename of the ini file being parsed. If a relative path is used, + * it is evaluated relative to the current working directory, then the + * include_path. + * @param bool $process_sections By setting the process_sections + * parameter to TRUE, you get a multidimensional array, with + * the section names and settings included. The default + * for process_sections is FALSE + * @param int $scanner_mode Can either be INI_SCANNER_NORMAL (default) or + * INI_SCANNER_RAW. If INI_SCANNER_RAW + * is supplied, then option values will not be parsed. + * + * + * As of PHP 5.6.1 can also be specified as INI_SCANNER_TYPED. + * In this mode boolean, null and integer types are preserved when possible. + * String values "true", "on" and "yes" + * are converted to TRUE. "false", "off", "no" + * and "none" are considered FALSE. "null" is converted to NULL + * in typed mode. Also, all numeric strings are converted to integer type if it is possible. + * @return array The settings are returned as an associative array on success. + * @throws FilesystemException + * + */ +function parse_ini_file(string $filename, bool $process_sections = false, int $scanner_mode = INI_SCANNER_NORMAL): array +{ + error_clear_last(); + $safeResult = \parse_ini_file($filename, $process_sections, $scanner_mode); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * parse_ini_string returns the settings in string + * ini_string in an associative array. + * + * The structure of the ini string is the same as the php.ini's. + * + * @param string $ini_string The contents of the ini file being parsed. + * @param bool $process_sections By setting the process_sections + * parameter to TRUE, you get a multidimensional array, with + * the section names and settings included. The default + * for process_sections is FALSE + * @param int $scanner_mode Can either be INI_SCANNER_NORMAL (default) or + * INI_SCANNER_RAW. If INI_SCANNER_RAW + * is supplied, then option values will not be parsed. + * + * + * As of PHP 5.6.1 can also be specified as INI_SCANNER_TYPED. + * In this mode boolean, null and integer types are preserved when possible. + * String values "true", "on" and "yes" + * are converted to TRUE. "false", "off", "no" + * and "none" are considered FALSE. "null" is converted to NULL + * in typed mode. Also, all numeric strings are converted to integer type if it is possible. + * @return array The settings are returned as an associative array on success. + * @throws FilesystemException + * + */ +function parse_ini_string(string $ini_string, bool $process_sections = false, int $scanner_mode = INI_SCANNER_NORMAL): array +{ + error_clear_last(); + $safeResult = \parse_ini_string($ini_string, $process_sections, $scanner_mode); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Closes a file pointer to a pipe opened by popen. + * + * @param resource $handle The file pointer must be valid, and must have been returned by a + * successful call to popen. + * @return int Returns the termination status of the process that was run. + * @throws FilesystemException + * + */ +function pclose($handle): int +{ + error_clear_last(); + $safeResult = \pclose($handle); + if ($safeResult === -1) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Opens a pipe to a process executed by forking the command given + * by command. + * + * @param string $command The command + * @param string $mode The mode. Either 'r' for reading, or 'w' + * for writing. + * + * On Windows, popen defaults to text mode, i.e. any \n + * characters written to or read from the pipe will be translated to \r\n. + * If this is not desired, binary mode can be enforced by setting mode + * to 'rb' and 'wb', respectively. + * @return resource Returns a file pointer identical to that returned by + * fopen, except that it is unidirectional (may + * only be used for reading or writing) and must be closed with + * pclose. This pointer may be used with + * fgets, fgetss, and + * fwrite. When the mode is 'r', the returned + * file pointer equals to the STDOUT of the command, when the mode + * is 'w', the returned file pointer equals to the STDIN of the + * command. + * + * If an error occurs, returns FALSE. + * @throws FilesystemException + * + */ +function popen(string $command, string $mode) +{ + error_clear_last(); + $safeResult = \popen($command, $mode); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Reads a file and writes it to the output buffer. + * + * @param string $filename The filename being read. + * @param bool $use_include_path You can use the optional second parameter and set it to TRUE, if + * you want to search for the file in the include_path, too. + * @param null|resource $context A context stream + * resource. + * @return 0|positive-int Returns the number of bytes read from the file on success + * @throws FilesystemException + * + */ +function readfile(string $filename, bool $use_include_path = false, $context = null): int +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \readfile($filename, $use_include_path, $context); + } else { + $safeResult = \readfile($filename, $use_include_path); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * readlink does the same as the readlink C function. + * + * @param string $path The symbolic link path. + * @return string Returns the contents of the symbolic link path. + * @throws FilesystemException + * + */ +function readlink(string $path): string +{ + error_clear_last(); + $safeResult = \readlink($path); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * realpath expands all symbolic links and + * resolves references to /./, /../ and extra / characters in + * the input path and returns the canonicalized + * absolute pathname. + * + * @param string $path The path being checked. + * + * + * Whilst a path must be supplied, the value can be an empty string. + * In this case, the value is interpreted as the current directory. + * + * + * + * Whilst a path must be supplied, the value can be an empty string. + * In this case, the value is interpreted as the current directory. + * @return non-empty-string Returns the canonicalized absolute pathname on success. The resulting path + * will have no symbolic link, /./ or /../ components. Trailing delimiters, + * such as \ and /, are also removed. + * + * realpath returns FALSE on failure, e.g. if + * the file does not exist. + * @throws FilesystemException + * + */ +function realpath(string $path): string +{ + error_clear_last(); + $safeResult = \realpath($path); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Attempts to rename from to + * to, moving it between directories if necessary. + * If renaming a file and to exists, + * it will be overwritten. If renaming a directory and + * to exists, + * this function will emit a warning. + * + * @param string $from The old name. + * + * The wrapper used in from + * must match the wrapper used in + * to. + * @param string $to The new name. + * + * + * On Windows, if to already exists, it must be writable. + * Otherwise rename fails and issues E_WARNING. + * + * + * @param null|resource $context A context stream + * resource. + * @throws FilesystemException + * + */ +function rename(string $from, string $to, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \rename($from, $to, $context); + } else { + $safeResult = \rename($from, $to); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Sets the file position indicator for stream + * to the beginning of the file stream. + * + * @param resource $stream The file pointer must be valid, and must point to a file + * successfully opened by fopen. + * @throws FilesystemException + * + */ +function rewind($stream): void +{ + error_clear_last(); + $safeResult = \rewind($stream); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Attempts to remove the directory named by directory. + * The directory must be empty, and the relevant permissions must permit this. + * A E_WARNING level error will be generated on failure. + * + * @param string $directory Path to the directory. + * @param null|resource $context A context stream + * resource. + * @throws FilesystemException + * + */ +function rmdir(string $directory, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \rmdir($directory, $context); + } else { + $safeResult = \rmdir($directory); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * symlink creates a symbolic link to the existing + * target with the specified name + * link. + * + * @param string $target Target of the link. + * @param string $link The link name. + * @throws FilesystemException + * + */ +function symlink(string $target, string $link): void +{ + error_clear_last(); + $safeResult = \symlink($target, $link); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Creates a file with a unique filename, with access permission set to 0600, in the specified directory. + * If the directory does not exist or is not writable, tempnam may + * generate a file in the system's temporary directory, and return + * the full path to that file, including its name. + * + * @param string $directory The directory where the temporary filename will be created. + * @param string $prefix The prefix of the generated temporary filename. + * @return non-falsy-string Returns the new temporary filename (with path). + * @throws FilesystemException + * + */ +function tempnam(string $directory, string $prefix): string +{ + error_clear_last(); + $safeResult = \tempnam($directory, $prefix); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Creates a temporary file with a unique name in read-write-binary (w+b) mode and + * returns a file handle. + * + * The file is automatically removed when closed (for example, by calling + * fclose, or when there are no remaining references to + * the file handle returned by tmpfile), or when the + * script ends. + * + * @return resource Returns a file handle, similar to the one returned by + * fopen, for the new file. + * @throws FilesystemException + * + */ +function tmpfile() +{ + error_clear_last(); + $safeResult = \tmpfile(); + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Attempts to set the access and modification times of the file named in the + * filename parameter to the value given in + * mtime. + * Note that the access time is always modified, regardless of the number + * of parameters. + * + * If the file does not exist, it will be created. + * + * @param string $filename The name of the file being touched. + * @param int|null $mtime The touch time. If mtime is NULL, + * the current system time is used. + * @param int|null $atime If not NULL, the access time of the given filename is set to + * the value of atime. Otherwise, it is set to + * the value passed to the mtime parameter. + * If both are NULL, the current system time is used. + * @throws FilesystemException + * + */ +function touch(string $filename, ?int $mtime = null, ?int $atime = null): void +{ + error_clear_last(); + if ($atime !== null) { + $safeResult = \touch($filename, $mtime, $atime); + } elseif ($mtime !== null) { + $safeResult = \touch($filename, $mtime); + } else { + $safeResult = \touch($filename); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} + + +/** + * Deletes filename. Similar to the Unix C unlink() + * function. An E_WARNING level error will be generated on + * failure. + * + * @param string $filename Path to the file. + * + * If the file is a symlink, the symlink will be deleted. On Windows, to delete + * a symlink to a directory, rmdir has to be used instead. + * @param null|resource $context A context stream + * resource. + * @throws FilesystemException + * + */ +function unlink(string $filename, $context = null): void +{ + error_clear_last(); + if ($context !== null) { + $safeResult = \unlink($filename, $context); + } else { + $safeResult = \unlink($filename); + } + if ($safeResult === false) { + throw FilesystemException::createFromPhpError(); + } +} diff --git a/vendor/thecodingmachine/safe/generated/8.5/filter.php b/vendor/thecodingmachine/safe/generated/8.5/filter.php new file mode 100755 index 00000000..09eca12c --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.5/filter.php @@ -0,0 +1,48 @@ + + * + * + * + * channels will be 3 for RGB pictures and 4 for CMYK + * pictures. + * + * bits is the number of bits for each color. + * + * For some image types, the presence of channels and + * bits values can be a bit + * confusing. As an example, GIF always uses 3 channels + * per pixel, but the number of bits per pixel cannot be calculated for an + * animated GIF with a global color table. + * + * On failure, FALSE is returned. + * @throws ImageException + * + */ +function getimagesize(string $filename, ?array &$image_info = null): ?array +{ + error_clear_last(); + $safeResult = \getimagesize($filename, $image_info); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Returns the extension for the given IMAGETYPE_* + * constant. + * + * @param int $image_type One of the IMAGETYPE_* constant. + * @param bool $include_dot Whether to prepend a dot to the extension or not. Default to TRUE. + * @return string A string with the extension corresponding to the given image type. + * @throws ImageException + * + */ +function image_type_to_extension(int $image_type, bool $include_dot = true): string +{ + error_clear_last(); + $safeResult = \image_type_to_extension($image_type, $include_dot); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param array $affine Array with keys 0 to 5. + * @param array|null $clip Array with keys "x", "y", "width" and "height"; or NULL. + * @return \GdImage Return affined image object on success. + * @throws ImageException + * + */ +function imageaffine(\GdImage $image, array $affine, ?array $clip = null): \GdImage +{ + error_clear_last(); + if ($clip !== null) { + $safeResult = \imageaffine($image, $affine, $clip); + } else { + $safeResult = \imageaffine($image, $affine); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Returns the concatenation of two affine transformation matrices, + * what is useful if multiple transformations should be applied to the same + * image in one go. + * + * @param array $matrix1 An affine transformation matrix (an array with keys + * 0 to 5 and float values). + * @param array $matrix2 An affine transformation matrix (an array with keys + * 0 to 5 and float values). + * @return array{0:float,1:float,2:float,3:float,4:float,5:float} An affine transformation matrix (an array with keys + * 0 to 5 and float values). + * @throws ImageException + * + */ +function imageaffinematrixconcat(array $matrix1, array $matrix2): array +{ + error_clear_last(); + $safeResult = \imageaffinematrixconcat($matrix1, $matrix2); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Returns an affine transformation matrix. + * + * @param int $type One of the IMG_AFFINE_* constants. + * @param array|float $options If type is IMG_AFFINE_TRANSLATE + * or IMG_AFFINE_SCALE, + * options has to be an array with keys x + * and y, both having float values. + * + * If type is IMG_AFFINE_ROTATE, + * IMG_AFFINE_SHEAR_HORIZONTAL or IMG_AFFINE_SHEAR_VERTICAL, + * options has to be a float specifying the angle. + * @return array{0:float,1:float,2:float,3:float,4:float,5:float} An affine transformation matrix (an array with keys + * 0 to 5 and float values). + * @throws ImageException + * + */ +function imageaffinematrixget(int $type, $options): array +{ + error_clear_last(); + $safeResult = \imageaffinematrixget($type, $options); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagealphablending allows for two different + * modes of drawing on truecolor images. In blending mode, the + * alpha channel component of the color supplied to all drawing function, + * such as imagesetpixel determines how much of the + * underlying color should be allowed to shine through. As a result, gd + * automatically blends the existing color at that point with the drawing color, + * and stores the result in the image. The resulting pixel is opaque. In + * non-blending mode, the drawing color is copied literally with its alpha channel + * information, replacing the destination pixel. Blending mode is not available + * when drawing on palette images. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param bool $enable Whether to enable the blending mode or not. On true color images + * the default value is TRUE otherwise the default value is FALSE + * @throws ImageException + * + */ +function imagealphablending(\GdImage $image, bool $enable): void +{ + error_clear_last(); + $safeResult = \imagealphablending($image, $enable); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Activate the fast drawing antialiased methods for lines and wired polygons. + * It does not support alpha components. It works using a direct blend + * operation. It works only with truecolor images. + * + * Thickness and styled are not supported. + * + * Using antialiased primitives with transparent background color can end with + * some unexpected results. The blend method uses the background color as any + * other colors. The lack of alpha component support does not allow an alpha + * based antialiasing method. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param bool $enable Whether to enable antialiasing or not. + * @throws ImageException + * + */ +function imageantialias(\GdImage $image, bool $enable): void +{ + error_clear_last(); + $safeResult = \imageantialias($image, $enable); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagearc draws an arc of circle centered at the given + * coordinates. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $center_x x-coordinate of the center. + * @param int $center_y y-coordinate of the center. + * @param int $width The arc width. + * @param int $height The arc height. + * @param int $start_angle The arc start angle, in degrees. + * @param int $end_angle The arc end angle, in degrees. + * 0° is located at the three-o'clock position, and the arc is drawn + * clockwise. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagearc(\GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color): void +{ + error_clear_last(); + $safeResult = \imagearc($image, $center_x, $center_y, $width, $height, $start_angle, $end_angle, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Outputs or saves a AVIF Raster image from the given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @param int $quality quality is optional, and ranges from 0 (worst quality, smaller file) + * to 100 (best quality, larger file). + * If -1 is provided, the default value 52 is used. + * @param int $speed speed is optional, and ranges from 0 (slow, smaller file) + * to 10 (fast, larger file). + * If -1 is provided, the default value 6 is used. + * @throws ImageException + * + */ +function imageavif(\GdImage $image, $file = null, int $quality = -1, int $speed = -1): void +{ + error_clear_last(); + if ($speed !== -1) { + $safeResult = \imageavif($image, $file, $quality, $speed); + } elseif ($quality !== -1) { + $safeResult = \imageavif($image, $file, $quality); + } elseif ($file !== null) { + $safeResult = \imageavif($image, $file); + } else { + $safeResult = \imageavif($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Outputs or saves a BMP version of the given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * + * NULL is invalid if the compressed arguments is + * not used. + * @param bool $compressed Whether the BMP should be compressed with run-length encoding (RLE), or not. + * @throws ImageException + * + */ +function imagebmp(\GdImage $image, $file = null, bool $compressed = true): void +{ + error_clear_last(); + if ($compressed !== true) { + $safeResult = \imagebmp($image, $file, $compressed); + } elseif ($file !== null) { + $safeResult = \imagebmp($image, $file); + } else { + $safeResult = \imagebmp($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagechar draws the first character of + * char in the image identified by + * image with its upper-left at + * x,y (top left is 0, + * 0) with the color color. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $font Can be 1, 2, 3, 4, 5 for built-in + * fonts in latin2 encoding (where higher numbers corresponding to larger fonts) or GdFont instance, + * returned by imageloadfont. + * @param int $x x-coordinate of the start. + * @param int $y y-coordinate of the start. + * @param string $char The character to draw. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagechar(\GdImage $image, int $font, int $x, int $y, string $char, int $color): void +{ + error_clear_last(); + $safeResult = \imagechar($image, $font, $x, $y, $char, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws the character char vertically at the specified + * coordinate on the given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $font Can be 1, 2, 3, 4, 5 for built-in + * fonts in latin2 encoding (where higher numbers corresponding to larger fonts) or GdFont instance, + * returned by imageloadfont. + * @param int $x x-coordinate of the start. + * @param int $y y-coordinate of the start. + * @param string $char The character to draw. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagecharup(\GdImage $image, int $font, int $x, int $y, string $char, int $color): void +{ + error_clear_last(); + $safeResult = \imagecharup($image, $font, $x, $y, $char, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Returns the index of the color of the pixel at the + * specified location in the image specified by image. + * + * If the image is a + * truecolor image, this function returns the RGB value of that pixel as + * integer. Use bitshifting and masking to access the distinct red, green and blue + * component values: + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x x-coordinate of the point. + * @param int $y y-coordinate of the point. + * @return int Returns the index of the color. + * @throws ImageException + * + */ +function imagecolorat(\GdImage $image, int $x, int $y): int +{ + error_clear_last(); + $safeResult = \imagecolorat($image, $x, $y); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * De-allocates a color previously allocated with + * imagecolorallocate or + * imagecolorallocatealpha. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $color The color identifier. + * @throws ImageException + * + */ +function imagecolordeallocate(\GdImage $image, int $color): void +{ + error_clear_last(); + $safeResult = \imagecolordeallocate($image, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Makes the colors of the palette version of an image more closely match the true color version. + * + * @param \GdImage $image1 A truecolor image object. + * @param \GdImage $image2 A palette image object pointing to an image that has the same + * size as image1. + * @throws ImageException + * + */ +function imagecolormatch(\GdImage $image1, \GdImage $image2): void +{ + error_clear_last(); + $safeResult = \imagecolormatch($image1, $image2); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * This sets the specified index in the palette to the specified + * color. This is useful for creating flood-fill-like effects in + * palleted images without the overhead of performing the actual + * flood-fill. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $color An index in the palette. + * @param int $red Value of red component. + * @param int $green Value of green component. + * @param int $blue Value of blue component. + * @param int $alpha Value of alpha component. + * @throws ImageException + * + */ +function imagecolorset(\GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0): void +{ + error_clear_last(); + $safeResult = \imagecolorset($image, $color, $red, $green, $blue, $alpha); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Gets the color for a specified index. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $color The color index. + * @return array{red: int, green: int, blue: int, alpha: int} Returns an associative array with red, green, blue and alpha keys that + * contain the appropriate values for the specified color index. + * + */ +function imagecolorsforindex(\GdImage $image, int $color): array +{ + error_clear_last(); + $safeResult = \imagecolorsforindex($image, $color); + return $safeResult; +} + + +/** + * Applies a convolution matrix on the image, using the given coefficient and + * offset. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param array $matrix A 3x3 matrix: an array of three arrays of three floats. + * @param float $divisor The divisor of the result of the convolution, used for normalization. + * @param float $offset Color offset. + * @throws ImageException + * + */ +function imageconvolution(\GdImage $image, array $matrix, float $divisor, float $offset): void +{ + error_clear_last(); + $safeResult = \imageconvolution($image, $matrix, $divisor, $offset); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Copy a part of src_image onto + * dst_image starting at the x,y coordinates + * src_x, src_y with + * a width of src_width and a height of + * src_height. The portion defined will be copied + * onto the x,y coordinates, dst_x and + * dst_y. + * + * @param \GdImage $dst_image Destination image resource. + * @param \GdImage $src_image Source image resource. + * @param int $dst_x x-coordinate of destination point. + * @param int $dst_y y-coordinate of destination point. + * @param int $src_x x-coordinate of source point. + * @param int $src_y y-coordinate of source point. + * @param int $src_width Source width. + * @param int $src_height Source height. + * @throws ImageException + * + */ +function imagecopy(\GdImage $dst_image, \GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height): void +{ + error_clear_last(); + $safeResult = \imagecopy($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $src_width, $src_height); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Copy a part of src_image onto + * dst_image starting at the x,y coordinates + * src_x, src_y with + * a width of src_width and a height of + * src_height. The portion defined will be copied + * onto the x,y coordinates, dst_x and + * dst_y. + * + * @param \GdImage $dst_image Destination image resource. + * @param \GdImage $src_image Source image resource. + * @param int $dst_x x-coordinate of destination point. + * @param int $dst_y y-coordinate of destination point. + * @param int $src_x x-coordinate of source point. + * @param int $src_y y-coordinate of source point. + * @param int $src_width Source width. + * @param int $src_height Source height. + * @param int $pct The two images will be merged according to pct + * which can range from 0 to 100. When pct = 0, + * no action is taken, when 100 this function behaves identically + * to imagecopy for pallete images, except for + * ignoring alpha components, while it implements alpha transparency + * for true colour images. + * @throws ImageException + * + */ +function imagecopymerge(\GdImage $dst_image, \GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height, int $pct): void +{ + error_clear_last(); + $safeResult = \imagecopymerge($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $src_width, $src_height, $pct); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagecopymergegray copy a part of src_image onto + * dst_image starting at the x,y coordinates + * src_x, src_y with + * a width of src_width and a height of + * src_height. The portion defined will be copied + * onto the x,y coordinates, dst_x and + * dst_y. + * + * This function is identical to imagecopymerge except + * that when merging it preserves the hue of the source by converting + * the destination pixels to gray scale before the copy operation. + * + * @param \GdImage $dst_image Destination image resource. + * @param \GdImage $src_image Source image resource. + * @param int $dst_x x-coordinate of destination point. + * @param int $dst_y y-coordinate of destination point. + * @param int $src_x x-coordinate of source point. + * @param int $src_y y-coordinate of source point. + * @param int $src_width Source width. + * @param int $src_height Source height. + * @param int $pct The src_image will be changed to grayscale according + * to pct where 0 is fully grayscale and 100 is + * unchanged. When pct = 100 this function behaves + * identically to imagecopy for pallete images, except for + * ignoring alpha components, while + * it implements alpha transparency for true colour images. + * @throws ImageException + * + */ +function imagecopymergegray(\GdImage $dst_image, \GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height, int $pct): void +{ + error_clear_last(); + $safeResult = \imagecopymergegray($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $src_width, $src_height, $pct); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagecopyresampled copies a rectangular + * portion of one image to another image, smoothly interpolating pixel + * values so that, in particular, reducing the size of an image still + * retains a great deal of clarity. + * + * In other words, imagecopyresampled will take a + * rectangular area from src_image of width + * src_width and height src_height at + * position (src_x,src_y) + * and place it in a rectangular area of dst_image + * of width dst_width and height dst_height + * at position (dst_x,dst_y). + * + * If the source and destination coordinates and width and heights + * differ, appropriate stretching or shrinking of the image fragment + * will be performed. The coordinates refer to the upper left + * corner. This function can be used to copy regions within the + * same image (if dst_image is the same as + * src_image) but if the regions overlap the + * results will be unpredictable. + * + * @param \GdImage $dst_image Destination image resource. + * @param \GdImage $src_image Source image resource. + * @param int $dst_x x-coordinate of destination point. + * @param int $dst_y y-coordinate of destination point. + * @param int $src_x x-coordinate of source point. + * @param int $src_y y-coordinate of source point. + * @param int $dst_width Destination width. + * @param int $dst_height Destination height. + * @param int $src_width Source width. + * @param int $src_height Source height. + * @throws ImageException + * + */ +function imagecopyresampled(\GdImage $dst_image, \GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_height): void +{ + error_clear_last(); + $safeResult = \imagecopyresampled($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $dst_width, $dst_height, $src_width, $src_height); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagecopyresized copies a rectangular + * portion of one image to another image. + * dst_image is the destination image, + * src_image is the source image identifier. + * + * In other words, imagecopyresized will take a + * rectangular area from src_image of width + * src_width and height src_height at + * position (src_x,src_y) + * and place it in a rectangular area of dst_image + * of width dst_width and height dst_height + * at position (dst_x,dst_y). + * + * If the source and destination coordinates and width and heights + * differ, appropriate stretching or shrinking of the image fragment + * will be performed. The coordinates refer to the upper left + * corner. This function can be used to copy regions within the + * same image (if dst_image is the same as + * src_image) but if the regions overlap the + * results will be unpredictable. + * + * @param \GdImage $dst_image Destination image resource. + * @param \GdImage $src_image Source image resource. + * @param int $dst_x x-coordinate of destination point. + * @param int $dst_y y-coordinate of destination point. + * @param int $src_x x-coordinate of source point. + * @param int $src_y y-coordinate of source point. + * @param int $dst_width Destination width. + * @param int $dst_height Destination height. + * @param int $src_width Source width. + * @param int $src_height Source height. + * @throws ImageException + * + */ +function imagecopyresized(\GdImage $dst_image, \GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_height): void +{ + error_clear_last(); + $safeResult = \imagecopyresized($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $dst_width, $dst_height, $src_width, $src_height); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagecreate returns an image identifier + * representing a blank image of specified size. + * + * In general, we recommend the use of + * imagecreatetruecolor instead of + * imagecreate so that image processing occurs on the + * highest quality image possible. If you want to output a palette image, then + * imagetruecolortopalette should be called immediately + * before saving the image with imagepng or + * imagegif. + * + * @param int $width The image width. + * @param int $height The image height. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreate(int $width, int $height): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreate($width, $height); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromavif returns an image object + * representing the image obtained from the given filename. + * + * @param string $filename Path to the AVIF raster image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromavif(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromavif($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefrombmp returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the BMP image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefrombmp(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefrombmp($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Create a new image from GD file or URL. + * + * @param string $filename Path to the GD file. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromgd(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromgd($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Create a new image from GD2 file or URL. + * + * @param string $filename Path to the GD2 image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromgd2(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromgd2($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Create a new image from a given part of GD2 file or URL. + * + * @param string $filename Path to the GD2 image. + * @param int $x x-coordinate of source point. + * @param int $y y-coordinate of source point. + * @param int $width Source width. + * @param int $height Source height. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromgd2part(string $filename, int $x, int $y, int $width, int $height): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromgd2part($filename, $x, $y, $width, $height); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromgif returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the GIF image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromgif(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromgif($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromjpeg returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the JPEG image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromjpeg(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromjpeg($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefrompng returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the PNG image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefrompng(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefrompng($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromstring returns an image identifier + * representing the image obtained from the given data. + * These types will be automatically detected if your build of PHP supports + * them: JPEG, PNG, GIF, BMP, WBMP, GD2, WEBP and AVIF. + * + * @param string $data A string containing the image data. + * @return \GdImage An image object will be returned on success. FALSE is returned if + * the image type is unsupported, the data is not in a recognised format, + * or the image is corrupt and cannot be loaded. + * @throws ImageException + * + */ +function imagecreatefromstring(string $data): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromstring($data); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromtga returns an image object + * representing the image obtained from the given filename. + * + * @param string $filename Path to the Truevision TGA image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromtga(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromtga($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromwbmp returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the WBMP image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromwbmp(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromwbmp($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromwebp returns an image identifier + * representing the image obtained from the given filename. + * Note that animated WebP files cannot be read. + * + * @param string $filename Path to the WebP image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromwebp(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromwebp($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromxbm returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the XBM image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromxbm(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromxbm($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatefromxpm returns an image identifier + * representing the image obtained from the given filename. + * + * @param string $filename Path to the XPM image. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatefromxpm(string $filename): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatefromxpm($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagecreatetruecolor returns an image object + * representing a black image of the specified size. + * + * @param int $width Image width. + * @param int $height Image height. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagecreatetruecolor(int $width, int $height): \GdImage +{ + error_clear_last(); + $safeResult = \imagecreatetruecolor($width, $height); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Crops an image to the given rectangular area and returns the resulting image. + * The given image is not modified. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param array $rectangle The cropping rectangle as array with keys + * x, y, width and + * height. + * @return \GdImage Return cropped image object on success. + * @throws ImageException + * + */ +function imagecrop(\GdImage $image, array $rectangle): \GdImage +{ + error_clear_last(); + $safeResult = \imagecrop($image, $rectangle); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Automatically crops an image according to the given + * mode. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $mode One of the following constants: + * @param float $threshold + * @param int $color + * @return \GdImage Returns a cropped image object on success. + * FALSE is also returned if the whole image was cropped. + * @throws ImageException + * + */ +function imagecropauto(\GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $color = -1): \GdImage +{ + error_clear_last(); + $safeResult = \imagecropauto($image, $mode, $threshold, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function is deprecated. Use combination of + * imagesetstyle and imageline + * instead. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x1 Upper left x coordinate. + * @param int $y1 Upper left y coordinate 0, 0 is the top left corner of the image. + * @param int $x2 Bottom right x coordinate. + * @param int $y2 Bottom right y coordinate. + * @param int $color The fill color. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagedashedline(\GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): void +{ + error_clear_last(); + $safeResult = \imagedashedline($image, $x1, $y1, $x2, $y2, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Prior to PHP 8.0.0, imagedestroy freed any memory + * associated with the image resource. As of 8.0.0, + * the GD extension uses objects instead of resources, and objects + * cannot be explicitly closed. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @throws ImageException + * + */ +function imagedestroy(\GdImage $image): void +{ + error_clear_last(); + $safeResult = \imagedestroy($image); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws an ellipse centered at the specified coordinates. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $center_x x-coordinate of the center. + * @param int $center_y y-coordinate of the center. + * @param int $width The ellipse width. + * @param int $height The ellipse height. + * @param int $color The color of the ellipse. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imageellipse(\GdImage $image, int $center_x, int $center_y, int $width, int $height, int $color): void +{ + error_clear_last(); + $safeResult = \imageellipse($image, $center_x, $center_y, $width, $height, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Performs a flood fill starting at the given coordinate (top left is 0, 0) + * with the given color in the + * image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x x-coordinate of start point. + * @param int $y y-coordinate of start point. + * @param int $color The fill color. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagefill(\GdImage $image, int $x, int $y, int $color): void +{ + error_clear_last(); + $safeResult = \imagefill($image, $x, $y, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws a partial arc centered at the specified coordinate in the + * given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $center_x x-coordinate of the center. + * @param int $center_y y-coordinate of the center. + * @param int $width The arc width. + * @param int $height The arc height. + * @param int $start_angle The arc start angle, in degrees. + * @param int $end_angle The arc end angle, in degrees. + * 0° is located at the three-o'clock position, and the arc is drawn + * clockwise. + * @param int $color A color identifier created with imagecolorallocate. + * @param int $style A bitwise OR of the following possibilities: + * + * IMG_ARC_PIE + * IMG_ARC_CHORD + * IMG_ARC_NOFILL + * IMG_ARC_EDGED + * + * IMG_ARC_PIE and IMG_ARC_CHORD are + * mutually exclusive; IMG_ARC_CHORD just + * connects the starting and ending angles with a straight line, while + * IMG_ARC_PIE produces a rounded edge. + * IMG_ARC_NOFILL indicates that the arc + * or chord should be outlined, not filled. IMG_ARC_EDGED, + * used together with IMG_ARC_NOFILL, indicates that the + * beginning and ending angles should be connected to the center - this is a + * good way to outline (rather than fill) a 'pie slice'. + * @throws ImageException + * + */ +function imagefilledarc(\GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color, int $style): void +{ + error_clear_last(); + $safeResult = \imagefilledarc($image, $center_x, $center_y, $width, $height, $start_angle, $end_angle, $color, $style); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws an ellipse centered at the specified coordinate on the given + * image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $center_x x-coordinate of the center. + * @param int $center_y y-coordinate of the center. + * @param int $width The ellipse width. + * @param int $height The ellipse height. + * @param int $color The fill color. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagefilledellipse(\GdImage $image, int $center_x, int $center_y, int $width, int $height, int $color): void +{ + error_clear_last(); + $safeResult = \imagefilledellipse($image, $center_x, $center_y, $width, $height, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Creates a rectangle filled with color in the given + * image starting at point 1 and ending at point 2. + * 0, 0 is the top left corner of the image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x1 x-coordinate for point 1. + * @param int $y1 y-coordinate for point 1. + * @param int $x2 x-coordinate for point 2. + * @param int $y2 y-coordinate for point 2. + * @param int $color The fill color. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagefilledrectangle(\GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): void +{ + error_clear_last(); + $safeResult = \imagefilledrectangle($image, $x1, $y1, $x2, $y2, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagefilltoborder performs a flood fill + * whose border color is defined by border_color. + * The starting point for the fill is x, + * y (top left is 0, 0) and the region is + * filled with color color. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x x-coordinate of start. + * @param int $y y-coordinate of start. + * @param int $border_color The border color. A color identifier created with imagecolorallocate. + * @param int $color The fill color. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagefilltoborder(\GdImage $image, int $x, int $y, int $border_color, int $color): void +{ + error_clear_last(); + $safeResult = \imagefilltoborder($image, $x, $y, $border_color, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagefilter applies the given filter + * filter on the image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $filter filter can be one of the following: + * + * + * + * IMG_FILTER_NEGATE: Reverses all colors of + * the image. + * + * + * + * + * IMG_FILTER_GRAYSCALE: Converts the image into + * grayscale by changing the red, green and blue components to their + * weighted sum using the same coefficients as the REC.601 luma (Y') + * calculation. The alpha components are retained. For palette images the + * result may differ due to palette limitations. + * + * + * + * + * IMG_FILTER_BRIGHTNESS: Changes the brightness + * of the image. Use args to set the level of + * brightness. The range for the brightness is -255 to 255. + * + * + * + * + * IMG_FILTER_CONTRAST: Changes the contrast of + * the image. Use args to set the level of + * contrast. + * + * + * + * + * IMG_FILTER_COLORIZE: Like + * IMG_FILTER_GRAYSCALE, except you can specify the + * color. Use args, arg2 and + * arg3 in the form of + * red, green, + * blue and arg4 for the + * alpha channel. The range for each color is 0 to 255. + * + * + * + * + * IMG_FILTER_EDGEDETECT: Uses edge detection to + * highlight the edges in the image. + * + * + * + * + * IMG_FILTER_EMBOSS: Embosses the image. + * + * + * + * + * IMG_FILTER_GAUSSIAN_BLUR: Blurs the image using + * the Gaussian method. + * + * + * + * + * IMG_FILTER_SELECTIVE_BLUR: Blurs the image. + * + * + * + * + * IMG_FILTER_MEAN_REMOVAL: Uses mean removal to + * achieve a "sketchy" effect. + * + * + * + * + * IMG_FILTER_SMOOTH: Makes the image smoother. + * Use args to set the level of smoothness. + * + * + * + * + * IMG_FILTER_PIXELATE: Applies pixelation effect + * to the image, use args to set the block size + * and arg2 to set the pixelation effect mode. + * + * + * + * + * IMG_FILTER_SCATTER: Applies scatter effect + * to the image, use args and + * arg2 to define the effect strength and + * additionally arg3 to only apply the + * on select pixel colors. + * + * + * + * @param int $args + * + * + * IMG_FILTER_BRIGHTNESS: Brightness level. + * + * + * + * + * IMG_FILTER_CONTRAST: Contrast level. + * + * + * + * + * IMG_FILTER_COLORIZE: Value of red component. + * + * + * + * + * IMG_FILTER_SMOOTH: Smoothness level. + * + * + * + * + * IMG_FILTER_PIXELATE: Block size in pixels. + * + * + * + * + * IMG_FILTER_SCATTER: Effect substraction level. + * This must not be higher or equal to the addition level set with + * arg2. + * + * + * + * @throws ImageException + * + */ +function imagefilter(\GdImage $image, int $filter, int ...$args): void +{ + error_clear_last(); + if ($args !== []) { + $safeResult = \imagefilter($image, $filter, ...$args); + } else { + $safeResult = \imagefilter($image, $filter); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Flips the image image using the given + * mode. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $mode Flip mode, this can be one of the IMG_FLIP_* constants: + * + * + * + * + * + * Constant + * Meaning + * + * + * + * + * IMG_FLIP_HORIZONTAL + * + * Flips the image horizontally. + * + * + * + * IMG_FLIP_VERTICAL + * + * Flips the image vertically. + * + * + * + * IMG_FLIP_BOTH + * + * Flips the image both horizontally and vertically. + * + * + * + * + * + * @throws ImageException + * + */ +function imageflip(\GdImage $image, int $mode): void +{ + error_clear_last(); + $safeResult = \imageflip($image, $mode); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * This function calculates and returns the bounding box in pixels + * for a FreeType text. + * + * @param float $size The font size in points. + * @param float $angle Angle in degrees in which string will be + * measured. + * @param string $font_filename The name of the TrueType font file (can be a URL). Depending on + * which version of the GD library that PHP is using, it may attempt to + * search for files that do not begin with a leading '/' by appending + * '.ttf' to the filename and searching along a library-defined font path. + * @param string $string The string to be measured. + * @param array $options + * Possible array indexes for options + * + * + * + * Key + * Type + * Meaning + * + * + * + * + * linespacing + * float + * Defines drawing linespacing + * + * + * + * + * @return array imageftbbox returns an array with 8 + * elements representing four points making the bounding box of the + * text: + * + * + * + * + * 0 + * lower left corner, X position + * + * + * 1 + * lower left corner, Y position + * + * + * 2 + * lower right corner, X position + * + * + * 3 + * lower right corner, Y position + * + * + * 4 + * upper right corner, X position + * + * + * 5 + * upper right corner, Y position + * + * + * 6 + * upper left corner, X position + * + * + * 7 + * upper left corner, Y position + * + * + * + * + * + * The points are relative to the text regardless of the + * angle, so "upper left" means in the top left-hand + * corner seeing the text horizontally. + * + * On failure, FALSE is returned. + * @throws ImageException + * + */ +function imageftbbox(float $size, float $angle, string $font_filename, string $string, array $options = []): array +{ + error_clear_last(); + $safeResult = \imageftbbox($size, $angle, $font_filename, $string, $options); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param float $size The font size to use in points. + * @param float $angle The angle in degrees, with 0 degrees being left-to-right reading text. + * Higher values represent a counter-clockwise rotation. For example, a + * value of 90 would result in bottom-to-top reading text. + * @param int $x The coordinates given by x and + * y will define the basepoint of the first + * character (roughly the lower-left corner of the character). This + * is different from the imagestring, where + * x and y define the + * upper-left corner of the first character. For example, "top left" + * is 0, 0. + * @param int $y The y-ordinate. This sets the position of the fonts baseline, not the + * very bottom of the character. + * @param int $color The index of the desired color for the text, see + * imagecolorexact. + * @param string $font_filename The path to the TrueType font you wish to use. + * + * Depending on which version of the GD library PHP is using, when + * font_filename does not begin with a leading + * / then .ttf will be appended + * to the filename and the library will attempt to search for that + * filename along a library-defined font path. + * + * In many cases where a font resides in the same directory as the script using it + * the following trick will alleviate any include problems. + * + * + * ]]> + * + * @param string $text Text to be inserted into image. + * @param array $options + * Possible array indexes for options + * + * + * + * Key + * Type + * Meaning + * + * + * + * + * linespacing + * float + * Defines drawing linespacing + * + * + * + * + * @return array This function returns an array defining the four points of the box, starting in the lower left and moving counter-clockwise: + * + * + * + * + * 0 + * lower left x-coordinate + * + * + * 1 + * lower left y-coordinate + * + * + * 2 + * lower right x-coordinate + * + * + * 3 + * lower right y-coordinate + * + * + * 4 + * upper right x-coordinate + * + * + * 5 + * upper right y-coordinate + * + * + * 6 + * upper left x-coordinate + * + * + * 7 + * upper left y-coordinate + * + * + * + * + * + * On failure, FALSE is returned. + * @throws ImageException + * + */ +function imagefttext(\GdImage $image, float $size, float $angle, int $x, int $y, int $color, string $font_filename, string $text, array $options = []): array +{ + error_clear_last(); + $safeResult = \imagefttext($image, $size, $angle, $x, $y, $color, $font_filename, $text, $options); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Applies gamma correction to the given gd image + * given an input and an output gamma. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param float $input_gamma The input gamma. + * @param float $output_gamma The output gamma. + * @throws ImageException + * + */ +function imagegammacorrect(\GdImage $image, float $input_gamma, float $output_gamma): void +{ + error_clear_last(); + $safeResult = \imagegammacorrect($image, $input_gamma, $output_gamma); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Outputs or saves the given image in GD format. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @throws ImageException + * + */ +function imagegd(\GdImage $image, $file = null): void +{ + error_clear_last(); + if ($file !== null) { + $safeResult = \imagegd($image, $file); + } else { + $safeResult = \imagegd($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Outputs or saves the given image in GD2 format. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @param int $chunk_size Chunk size. + * @param int $mode Either IMG_GD2_RAW or + * IMG_GD2_COMPRESSED. Default is + * IMG_GD2_RAW. + * @throws ImageException + * + */ +function imagegd2(\GdImage $image, $file = null, int $chunk_size = 128, int $mode = IMG_GD2_RAW): void +{ + error_clear_last(); + if ($mode !== IMG_GD2_RAW) { + $safeResult = \imagegd2($image, $file, $chunk_size, $mode); + } elseif ($chunk_size !== 128) { + $safeResult = \imagegd2($image, $file, $chunk_size); + } elseif ($file !== null) { + $safeResult = \imagegd2($image, $file); + } else { + $safeResult = \imagegd2($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagegif creates the GIF + * file in file from the image image. The + * image argument is the return from the + * imagecreate or imagecreatefrom* + * function. + * + * The image format will be GIF87a unless the + * image has been made transparent with + * imagecolortransparent, in which case the + * image format will be GIF89a. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @throws ImageException + * + */ +function imagegif(\GdImage $image, $file = null): void +{ + error_clear_last(); + if ($file !== null) { + $safeResult = \imagegif($image, $file); + } else { + $safeResult = \imagegif($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Grabs a screenshot of the whole screen. + * + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagegrabscreen(): \GdImage +{ + error_clear_last(); + $safeResult = \imagegrabscreen(); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Grabs a window or its client area using a windows handle (HWND property in COM instance) + * + * @param int $handle The HWND window ID. + * @param bool $client_area Include the client area of the application window. + * @return \GdImage Returns an image object on success. + * @throws ImageException + * + */ +function imagegrabwindow(int $handle, bool $client_area = false): \GdImage +{ + error_clear_last(); + $safeResult = \imagegrabwindow($handle, $client_area); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagejpeg creates a JPEG file from + * the given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @param int $quality quality is optional, and ranges from 0 (worst + * quality, smaller file) to 100 (best quality, biggest file). The + * default (-1) uses the default IJG quality value (about 75). + * @throws ImageException + * + */ +function imagejpeg(\GdImage $image, $file = null, int $quality = -1): void +{ + error_clear_last(); + if ($quality !== -1) { + $safeResult = \imagejpeg($image, $file, $quality); + } elseif ($file !== null) { + $safeResult = \imagejpeg($image, $file); + } else { + $safeResult = \imagejpeg($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Set the alpha blending flag to use layering effects. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $effect One of the following constants: + * + * + * IMG_EFFECT_REPLACE + * + * + * Use pixel replacement (equivalent of passing TRUE to + * imagealphablending) + * + * + * + * + * IMG_EFFECT_ALPHABLEND + * + * + * Use normal pixel blending (equivalent of passing FALSE to + * imagealphablending) + * + * + * + * + * IMG_EFFECT_NORMAL + * + * + * Same as IMG_EFFECT_ALPHABLEND. + * + * + * + * + * IMG_EFFECT_OVERLAY + * + * + * Overlay has the effect that black background pixels will remain + * black, white background pixels will remain white, but grey + * background pixels will take the colour of the foreground pixel. + * + * + * + * + * IMG_EFFECT_MULTIPLY + * + * + * Overlays with a multiply effect. + * + * + * + * + * @throws ImageException + * + */ +function imagelayereffect(\GdImage $image, int $effect): void +{ + error_clear_last(); + $safeResult = \imagelayereffect($image, $effect); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws a line between the two given points. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x1 x-coordinate for first point. + * @param int $y1 y-coordinate for first point. + * @param int $x2 x-coordinate for second point. + * @param int $y2 y-coordinate for second point. + * @param int $color The line color. A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imageline(\GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): void +{ + error_clear_last(); + $safeResult = \imageline($image, $x1, $y1, $x2, $y2, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imageloadfont loads a user-defined bitmap and returns + * its identifier. + * + * @param string $filename The font file format is currently binary and architecture + * dependent. This means you should generate the font files on the + * same type of CPU as the machine you are running PHP on. + * + * + * Font file format + * + * + * + * byte position + * C data type + * description + * + * + * + * + * byte 0-3 + * int + * number of characters in the font + * + * + * byte 4-7 + * int + * + * value of first character in the font (often 32 for space) + * + * + * + * byte 8-11 + * int + * pixel width of each character + * + * + * byte 12-15 + * int + * pixel height of each character + * + * + * byte 16- + * char + * + * array with character data, one byte per pixel in each + * character, for a total of (nchars*width*height) bytes. + * + * + * + * + * + * @return int Returns an GdFont instance. + * @throws ImageException + * + */ +function imageloadfont(string $filename): int +{ + error_clear_last(); + $safeResult = \imageloadfont($filename); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Outputs or saves a PNG image from the given + * image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * + * NULL is invalid if the quality and + * filters arguments are not used. + * @param int $quality Compression level: from 0 (no compression) to 9. + * The default (-1) uses the zlib compression default. + * For more information see the zlib manual. + * @param int $filters Allows reducing the PNG file size. It is a bitmask field which may be + * set to any combination of the PNG_FILTER_* + * constants. PNG_NO_FILTER or + * PNG_ALL_FILTERS may also be used to respectively + * disable or activate all filters. + * The default value (-1) disables filtering. + * @throws ImageException + * + */ +function imagepng(\GdImage $image, $file = null, int $quality = -1, int $filters = -1): void +{ + error_clear_last(); + if ($filters !== -1) { + $safeResult = \imagepng($image, $file, $quality, $filters); + } elseif ($quality !== -1) { + $safeResult = \imagepng($image, $file, $quality); + } elseif ($file !== null) { + $safeResult = \imagepng($image, $file); + } else { + $safeResult = \imagepng($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagerectangle creates a rectangle starting at + * the specified coordinates. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x1 Upper left x coordinate. + * @param int $y1 Upper left y coordinate + * 0, 0 is the top left corner of the image. + * @param int $x2 Bottom right x coordinate. + * @param int $y2 Bottom right y coordinate. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagerectangle(\GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): void +{ + error_clear_last(); + $safeResult = \imagerectangle($image, $x1, $y1, $x2, $y2, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imageresolution allows to set and get the resolution of + * an image in DPI (dots per inch). If the optional parameters are NULL, + * the current resolution is returned as an indexed array. If only + * resolution_x is not NULL, the horizontal and vertical resolution + * are set to this value. If none of the optional parameters are NULL, the horizontal + * and vertical resolution are set to these values, respectively. + * + * The resolution is only used as meta information when images are read from and + * written to formats supporting this kind of information (curently PNG and + * JPEG). It does not affect any drawing operations. The default resolution + * for new images is 96 DPI. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int|null $resolution_x The horizontal resolution in DPI. + * @param int|null $resolution_y The vertical resolution in DPI. + * @return mixed When used as getter, + * it returns an indexed array of the horizontal and vertical resolution on + * success. + * When used as setter, it returns + * TRUE on success. + * @throws ImageException + * + */ +function imageresolution(\GdImage $image, ?int $resolution_x = null, ?int $resolution_y = null) +{ + error_clear_last(); + if ($resolution_y !== null) { + $safeResult = \imageresolution($image, $resolution_x, $resolution_y); + } elseif ($resolution_x !== null) { + $safeResult = \imageresolution($image, $resolution_x); + } else { + $safeResult = \imageresolution($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Rotates the image image using the given + * angle in degrees. + * + * The center of rotation is the center of the image, and the rotated + * image may have different dimensions than the original image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param float $angle Rotation angle, in degrees. The rotation angle is interpreted as the + * number of degrees to rotate the image anticlockwise. + * @param int $background_color Specifies the color of the uncovered zone after the rotation + * @return \GdImage Returns an image object for the rotated image. + * @throws ImageException + * + */ +function imagerotate(\GdImage $image, float $angle, int $background_color): \GdImage +{ + error_clear_last(); + $safeResult = \imagerotate($image, $angle, $background_color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagesavealpha sets the flag which determines whether to retain + * full alpha channel information (as opposed to single-color transparency) + * when saving images. + * This is only supported for image formats which support full alpha channel information, + * i.e. PNG, WebP and AVIF. + * + * + * imagesavealpha is only meaningful for PNG + * images, since the full alpha channel is always saved for WebP + * and AVIF. It is not recommended to rely on this behavior, + * as it may change in the future. Thus, imagesavealpha + * should be called deliberately also for WebP and + * AVIF images. + * + * + * + * Alphablending has to be disabled (imagealphablending($im, false)) + * to retain the alpha-channel in the first place. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param bool $enable Whether to save the alpha channel or not. Defaults to FALSE. + * @throws ImageException + * + */ +function imagesavealpha(\GdImage $image, bool $enable): void +{ + error_clear_last(); + $safeResult = \imagesavealpha($image, $enable); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagescale scales an image using the given + * interpolation algorithm. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $width The width to scale the image to. + * @param int $height The height to scale the image to. If omitted or negative, the aspect + * ratio will be preserved. + * @param int $mode One of IMG_NEAREST_NEIGHBOUR, + * IMG_BILINEAR_FIXED, + * IMG_BICUBIC, + * IMG_BICUBIC_FIXED or anything else (will use two + * pass). + * + * + * IMG_WEIGHTED4 is not yet supported. + * + * + * @return \GdImage Return the scaled image object on success. + * @throws ImageException + * + */ +function imagescale(\GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): \GdImage +{ + error_clear_last(); + $safeResult = \imagescale($image, $width, $height, $mode); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagesetbrush sets the brush image to be + * used by all line drawing functions (such as imageline + * and imagepolygon) when drawing with the special + * colors IMG_COLOR_BRUSHED or + * IMG_COLOR_STYLEDBRUSHED. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param \GdImage $brush An image object. + * @throws ImageException + * + */ +function imagesetbrush(\GdImage $image, \GdImage $brush): void +{ + error_clear_last(); + $safeResult = \imagesetbrush($image, $brush); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagesetclip sets the current clipping rectangle, i.e. + * the area beyond which no pixels will be drawn. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x1 The x-coordinate of the upper left corner. + * @param int $y1 The y-coordinate of the upper left corner. + * @param int $x2 The x-coordinate of the lower right corner. + * @param int $y2 The y-coordinate of the lower right corner. + * @throws ImageException + * + */ +function imagesetclip(\GdImage $image, int $x1, int $y1, int $x2, int $y2): void +{ + error_clear_last(); + $safeResult = \imagesetclip($image, $x1, $y1, $x2, $y2); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Sets the interpolation method, setting an interpolation method affects the rendering + * of various functions in GD, such as the imagerotate function. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $method The interpolation method, which can be one of the following: + * + * + * + * IMG_BELL: Bell filter. + * + * + * + * + * IMG_BESSEL: Bessel filter. + * + * + * + * + * IMG_BICUBIC: Bicubic interpolation. + * + * + * + * + * IMG_BICUBIC_FIXED: Fixed point implementation of the bicubic interpolation. + * + * + * + * + * IMG_BILINEAR_FIXED: Fixed point implementation of the bilinear interpolation (default (also on image creation)). + * + * + * + * + * IMG_BLACKMAN: Blackman window function. + * + * + * + * + * IMG_BOX: Box blur filter. + * + * + * + * + * IMG_BSPLINE: Spline interpolation. + * + * + * + * + * IMG_CATMULLROM: Cubic Hermite spline interpolation. + * + * + * + * + * IMG_GAUSSIAN: Gaussian function. + * + * + * + * + * IMG_GENERALIZED_CUBIC: Generalized cubic spline fractal interpolation. + * + * + * + * + * IMG_HERMITE: Hermite interpolation. + * + * + * + * + * IMG_HAMMING: Hamming filter. + * + * + * + * + * IMG_HANNING: Hanning filter. + * + * + * + * + * IMG_MITCHELL: Mitchell filter. + * + * + * + * + * IMG_POWER: Power interpolation. + * + * + * + * + * IMG_QUADRATIC: Inverse quadratic interpolation. + * + * + * + * + * IMG_SINC: Sinc function. + * + * + * + * + * IMG_NEAREST_NEIGHBOUR: Nearest neighbour interpolation. + * + * + * + * + * IMG_WEIGHTED4: Weighting filter. + * + * + * + * + * IMG_TRIANGLE: Triangle interpolation. + * + * + * + * @throws ImageException + * + */ +function imagesetinterpolation(\GdImage $image, int $method = IMG_BILINEAR_FIXED): void +{ + error_clear_last(); + $safeResult = \imagesetinterpolation($image, $method); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagesetpixel draws a pixel at the specified + * coordinate. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $x x-coordinate. + * @param int $y y-coordinate. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagesetpixel(\GdImage $image, int $x, int $y, int $color): void +{ + error_clear_last(); + $safeResult = \imagesetpixel($image, $x, $y, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagesetstyle sets the style to be used by all + * line drawing functions (such as imageline + * and imagepolygon) when drawing with the special + * color IMG_COLOR_STYLED or lines of images with color + * IMG_COLOR_STYLEDBRUSHED. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param array $style An array of pixel colors. You can use the + * IMG_COLOR_TRANSPARENT constant to add a + * transparent pixel. + * Note that style must not be an empty array. + * @throws ImageException + * + */ +function imagesetstyle(\GdImage $image, array $style): void +{ + error_clear_last(); + $safeResult = \imagesetstyle($image, $style); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagesetthickness sets the thickness of the lines + * drawn when drawing rectangles, polygons, arcs etc. to + * thickness pixels. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $thickness Thickness, in pixels. + * @throws ImageException + * + */ +function imagesetthickness(\GdImage $image, int $thickness): void +{ + error_clear_last(); + $safeResult = \imagesetthickness($image, $thickness); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * imagesettile sets the tile image to be + * used by all region filling functions (such as imagefill + * and imagefilledpolygon) when filling with the special + * color IMG_COLOR_TILED. + * + * A tile is an image used to fill an area with a repeated pattern. Any + * GD image can be used as a tile, and by setting the transparent color index of the tile + * image with imagecolortransparent, a tile allows certain parts + * of the underlying area to shine through can be created. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param \GdImage $tile The image object to be used as a tile. + * @throws ImageException + * + */ +function imagesettile(\GdImage $image, \GdImage $tile): void +{ + error_clear_last(); + $safeResult = \imagesettile($image, $tile); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws a string at the given coordinates. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $font Can be 1, 2, 3, 4, 5 for built-in + * fonts in latin2 encoding (where higher numbers corresponding to larger fonts) or GdFont instance, + * returned by imageloadfont. + * @param int $x x-coordinate of the upper left corner. + * @param int $y y-coordinate of the upper left corner. + * @param string $string The string to be written. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagestring(\GdImage $image, int $font, int $x, int $y, string $string, int $color): void +{ + error_clear_last(); + $safeResult = \imagestring($image, $font, $x, $y, $string, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Draws a string vertically at the given + * coordinates. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param int $font Can be 1, 2, 3, 4, 5 for built-in + * fonts in latin2 encoding (where higher numbers corresponding to larger fonts) or GdFont instance, + * returned by imageloadfont. + * @param int $x x-coordinate of the bottom left corner. + * @param int $y y-coordinate of the bottom left corner. + * @param string $string The string to be written. + * @param int $color A color identifier created with imagecolorallocate. + * @throws ImageException + * + */ +function imagestringup(\GdImage $image, int $font, int $x, int $y, string $string, int $color): void +{ + error_clear_last(); + $safeResult = \imagestringup($image, $font, $x, $y, $string, $color); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Returns the width of the given image object. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @return int Return the width of the image. + * + */ +function imagesx(\GdImage $image): int +{ + error_clear_last(); + $safeResult = \imagesx($image); + return $safeResult; +} + + +/** + * Returns the height of the given image object. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @return int Return the height of the image. + * + */ +function imagesy(\GdImage $image): int +{ + error_clear_last(); + $safeResult = \imagesy($image); + return $safeResult; +} + + +/** + * imagetruecolortopalette converts a truecolor image + * to a palette image. The code for this function was originally drawn from + * the Independent JPEG Group library code, which is excellent. The code + * has been modified to preserve as much alpha channel information as + * possible in the resulting palette, in addition to preserving colors as + * well as possible. This does not work as well as might be hoped. It is + * usually best to simply produce a truecolor output image instead, which + * guarantees the highest output quality. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param bool $dither Indicates if the image should be dithered - if it is TRUE then + * dithering will be used which will result in a more speckled image but + * with better color approximation. + * @param int $num_colors Sets the maximum number of colors that should be retained in the palette. + * @throws ImageException + * + */ +function imagetruecolortopalette(\GdImage $image, bool $dither, int $num_colors): void +{ + error_clear_last(); + $safeResult = \imagetruecolortopalette($image, $dither, $num_colors); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * This function calculates and returns the bounding box in pixels + * for a TrueType text. + * + * @param float $size The font size in points. + * @param float $angle Angle in degrees in which string will be measured. + * @param string $font_filename The path to the TrueType font you wish to use. + * + * Depending on which version of the GD library PHP is using, when + * fontfile does not begin with a leading + * / then .ttf will be appended + * to the filename and the library will attempt to search for that + * filename along a library-defined font path. + * + * When using versions of the GD library lower than 2.0.18, a space character, + * rather than a semicolon, was used as the 'path separator' for different font files. + * Unintentional use of this feature will result in the warning message: + * Warning: Could not find/open font. For these affected versions, the + * only solution is moving the font to a path which does not contain spaces. + * + * In many cases where a font resides in the same directory as the script using it + * the following trick will alleviate any include problems. + * + * + * ]]> + * + * + * Note that open_basedir does + * not apply to fontfile. + * @param string $string The string to be measured. + * @param array $options + * @return array imagettfbbox returns an array with 8 + * elements representing four points making the bounding box of the + * text on success and FALSE on error. + * + * + * + * + * key + * contents + * + * + * + * + * 0 + * lower left corner, X position + * + * + * 1 + * lower left corner, Y position + * + * + * 2 + * lower right corner, X position + * + * + * 3 + * lower right corner, Y position + * + * + * 4 + * upper right corner, X position + * + * + * 5 + * upper right corner, Y position + * + * + * 6 + * upper left corner, X position + * + * + * 7 + * upper left corner, Y position + * + * + * + * + * + * The points are relative to the text regardless of the + * angle, so "upper left" means in the top left-hand + * corner seeing the text horizontally. + * @throws ImageException + * + */ +function imagettfbbox(float $size, float $angle, string $font_filename, string $string, array $options = []): array +{ + error_clear_last(); + $safeResult = \imagettfbbox($size, $angle, $font_filename, $string, $options); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Writes the given text into the image using TrueType + * fonts. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param float $size The font size in points. + * @param float $angle The angle in degrees, with 0 degrees being left-to-right reading text. + * Higher values represent a counter-clockwise rotation. For example, a + * value of 90 would result in bottom-to-top reading text. + * @param int $x The coordinates given by x and + * y will define the basepoint of the first + * character (roughly the lower-left corner of the character). This + * is different from the imagestring, where + * x and y define the + * upper-left corner of the first character. For example, "top left" + * is 0, 0. + * @param int $y The y-ordinate. This sets the position of the fonts baseline, not the + * very bottom of the character. + * @param int $color The color index. Using the negative of a color index has the effect of + * turning off antialiasing. See imagecolorallocate. + * @param string $font_filename The path to the TrueType font you wish to use. + * + * Depending on which version of the GD library PHP is using, when + * fontfile does not begin with a leading + * / then .ttf will be appended + * to the filename and the library will attempt to search for that + * filename along a library-defined font path. + * + * When using versions of the GD library lower than 2.0.18, a space character, + * rather than a semicolon, was used as the 'path separator' for different font files. + * Unintentional use of this feature will result in the warning message: + * Warning: Could not find/open font. For these affected versions, the + * only solution is moving the font to a path which does not contain spaces. + * + * In many cases where a font resides in the same directory as the script using it + * the following trick will alleviate any include problems. + * + * + * ]]> + * + * + * Note that open_basedir does + * not apply to fontfile. + * @param string $text The text string in UTF-8 encoding. + * + * May include decimal numeric character references (of the form: + * &#8364;) to access characters in a font beyond position 127. + * The hexadecimal format (like &#xA9;) is supported. + * Strings in UTF-8 encoding can be passed directly. + * + * Named entities, such as &copy;, are not supported. Consider using + * html_entity_decode + * to decode these named entities into UTF-8 strings. + * + * If a character is used in the string which is not supported by the + * font, a hollow rectangle will replace the character. + * @param array $options + * @return array Returns an array with 8 elements representing four points making the + * bounding box of the text. The order of the points is lower left, lower + * right, upper right, upper left. The points are relative to the text + * regardless of the angle, so "upper left" means in the top left-hand + * corner when you see the text horizontally. + * @throws ImageException + * + */ +function imagettftext(\GdImage $image, float $size, float $angle, int $x, int $y, int $color, string $font_filename, string $text, array $options = []): array +{ + error_clear_last(); + $safeResult = \imagettftext($image, $size, $angle, $x, $y, $color, $font_filename, $text, $options); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * imagewbmp outputs or save a WBMP + * version of the given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @param int|null $foreground_color You can set the foreground color with this parameter by setting an + * identifier obtained from imagecolorallocate. + * The default foreground color is black. + * @throws ImageException + * + */ +function imagewbmp(\GdImage $image, $file = null, ?int $foreground_color = null): void +{ + error_clear_last(); + if ($foreground_color !== null) { + $safeResult = \imagewbmp($image, $file, $foreground_color); + } elseif ($file !== null) { + $safeResult = \imagewbmp($image, $file); + } else { + $safeResult = \imagewbmp($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Outputs or saves a WebP version of the given image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. + * @param int $quality quality ranges from 0 (worst + * quality, smaller file) to 100 (best quality, biggest file). + * If -1 is provided, the default value 80 is used. + * @throws ImageException + * + */ +function imagewebp(\GdImage $image, $file = null, int $quality = -1): void +{ + error_clear_last(); + if ($quality !== -1) { + $safeResult = \imagewebp($image, $file, $quality); + } elseif ($file !== null) { + $safeResult = \imagewebp($image, $file); + } else { + $safeResult = \imagewebp($image); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Outputs or save an XBM version of the given + * image. + * + * @param \GdImage $image A GdImage object, returned by one of the image creation functions, + * such as imagecreatetruecolor. + * @param null|resource|string $filename The path to save the file to, given as string. If NULL, the raw image stream will be output directly. + * + * The filename (without the .xbm extension) is also + * used for the C identifiers of the XBM, whereby non + * alphanumeric characters of the current locale are substituted by + * underscores. If filename is set to NULL, + * image is used to build the C identifiers. + * @param int|null $foreground_color You can set the foreground color with this parameter by setting an + * identifier obtained from imagecolorallocate. + * The default foreground color is black. All other colors are treated as + * background. + * @throws ImageException + * + */ +function imagexbm(\GdImage $image, $filename, ?int $foreground_color = null): void +{ + error_clear_last(); + if ($foreground_color !== null) { + $safeResult = \imagexbm($image, $filename, $foreground_color); + } else { + $safeResult = \imagexbm($image, $filename); + } + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } +} + + +/** + * Embeds binary IPTC data into a JPEG image. + * + * @param string $iptc_data The data to be written. + * @param string $filename Path to the JPEG image. + * @param int $spool Spool flag. If the spool flag is less than 2 then the JPEG will be + * returned as a string. Otherwise the JPEG will be printed to STDOUT. + * @return bool|string If spool is less than 2, the JPEG will be returned. Otherwise returns TRUE on success. + * @throws ImageException + * + */ +function iptcembed(string $iptc_data, string $filename, int $spool = 0) +{ + error_clear_last(); + $safeResult = \iptcembed($iptc_data, $filename, $spool); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Parses an IPTC block into its single tags. + * + * @param string $iptc_block A binary IPTC block. + * @return array Returns an array using the tagmarker as an index and the value as the + * value. It returns FALSE on error or if no IPTC data was found. + * @throws ImageException + * + */ +function iptcparse(string $iptc_block): array +{ + error_clear_last(); + $safeResult = \iptcparse($iptc_block); + if ($safeResult === false) { + throw ImageException::createFromPhpError(); + } + return $safeResult; +} diff --git a/vendor/thecodingmachine/safe/generated/8.5/imap.php b/vendor/thecodingmachine/safe/generated/8.5/imap.php new file mode 100755 index 00000000..059998f4 --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.5/imap.php @@ -0,0 +1,2273 @@ + + * + * + * @param array|null $controls Array of LDAP Controls to send with the request. + * @throws LdapException + * + */ +function ldap_add(\LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_add($ldap, $dn, $entry, $controls); + } else { + $safeResult = \ldap_add($ldap, $dn, $entry); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Binds to the LDAP directory with specified RDN and password. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param null|string $dn + * @param null|string $password + * @throws LdapException + * + */ +function ldap_bind(\LDAP\Connection $ldap, ?string $dn = null, ?string $password = null): void +{ + error_clear_last(); + if ($password !== null) { + $safeResult = \ldap_bind($ldap, $dn, $password); + } elseif ($dn !== null) { + $safeResult = \ldap_bind($ldap, $dn); + } else { + $safeResult = \ldap_bind($ldap); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Compare value of attribute + * with value of same attribute in an LDAP directory entry. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param string $attribute The attribute name. + * @param string $value The compared value. + * @param array|null $controls Array of LDAP Controls to send with the request. + * @return bool Returns TRUE if value matches otherwise returns + * FALSE. + * @throws LdapException + * + */ +function ldap_compare(\LDAP\Connection $ldap, string $dn, string $attribute, string $value, ?array $controls = null): bool +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_compare($ldap, $dn, $attribute, $value, $controls); + } else { + $safeResult = \ldap_compare($ldap, $dn, $attribute, $value); + } + if ($safeResult === -1) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Retrieve the pagination information send by the server. + * + * @param resource $link An LDAP resource, returned by ldap_connect. + * @param resource $result + * @param null|string $cookie An opaque structure sent by the server. + * @param int|null $estimated The estimated number of entries to retrieve. + * @throws LdapException + * + */ +function ldap_control_paged_result_response($link, $result, ?string &$cookie = null, ?int &$estimated = null): void +{ + error_clear_last(); + $safeResult = \ldap_control_paged_result_response($link, $result, $cookie, $estimated); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Enable LDAP pagination by sending the pagination control (page size, cookie...). + * + * @param resource $link An LDAP resource, returned by ldap_connect. + * @param int $pagesize The number of entries by page. + * @param bool $iscritical Indicates whether the pagination is critical or not. + * If true and if the server doesn't support pagination, the search + * will return no result. + * @param string $cookie An opaque structure sent by the server + * (ldap_control_paged_result_response). + * @throws LdapException + * + */ +function ldap_control_paged_result($link, int $pagesize, bool $iscritical = false, string $cookie = ""): void +{ + error_clear_last(); + $safeResult = \ldap_control_paged_result($link, $pagesize, $iscritical, $cookie); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Returns the number of entries stored in the result of previous search + * operations. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\Result $result An LDAP\Result instance, returned by ldap_list or ldap_search. + * @return int Returns number of entries in the result. + * @throws LdapException + * + */ +function ldap_count_entries(\LDAP\Connection $ldap, \LDAP\Result $result): int +{ + error_clear_last(); + $safeResult = \ldap_count_entries($ldap, $result); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Deletes a particular entry in LDAP directory. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param array|null $controls Array of LDAP Controls to send with the request. + * @throws LdapException + * + */ +function ldap_delete(\LDAP\Connection $ldap, string $dn, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_delete($ldap, $dn, $controls); + } else { + $safeResult = \ldap_delete($ldap, $dn); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Turns the specified dn, into a more user-friendly + * form, stripping off type names. + * + * @param string $dn The distinguished name of an LDAP entity. + * @return string Returns the user friendly name. + * @throws LdapException + * + */ +function ldap_dn2ufn(string $dn): string +{ + error_clear_last(); + $safeResult = \ldap_dn2ufn($dn); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Performs a PASSWD extended operation. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $user dn of the user to change the password of. + * @param string $old_password The old password of this user. May be ommited depending of server configuration. + * @param string $new_password The new password for this user. May be omitted or empty to have a generated password. + * @param array|null $controls If provided, a password policy request control is send with the request and this is + * filled with an array of LDAP Controls + * returned with the request. + * @return bool|string Returns the generated password if new_password is empty or omitted. + * Otherwise returns TRUE on success. + * @throws LdapException + * + */ +function ldap_exop_passwd(\LDAP\Connection $ldap, string $user = "", string $old_password = "", string $new_password = "", ?array &$controls = null) +{ + error_clear_last(); + $safeResult = \ldap_exop_passwd($ldap, $user, $old_password, $new_password, $controls); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Performs a WHOAMI extended operation and returns the data. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @return bool|string The data returned by the server. + * @throws LdapException + * + */ +function ldap_exop_whoami(\LDAP\Connection $ldap) +{ + error_clear_last(); + $safeResult = \ldap_exop_whoami($ldap); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Performs an extended operation on the specified ldap with + * request_oid the OID of the operation and + * request_data the data. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $request_oid The extended operation request OID. You may use one of LDAP_EXOP_START_TLS, LDAP_EXOP_MODIFY_PASSWD, LDAP_EXOP_REFRESH, LDAP_EXOP_WHO_AM_I, LDAP_EXOP_TURN, or a string with the OID of the operation you want to send. + * @param null|string $request_data The extended operation request data. May be NULL for some operations like LDAP_EXOP_WHO_AM_I, may also need to be BER encoded. + * @param array|null $controls Array of LDAP Controls to send with the request. + * @param null|string $response_data Will be filled with the extended operation response data if provided. + * If not provided you may use ldap_parse_exop on the result object + * later to get this data. + * @param null|string $response_oid Will be filled with the response OID if provided, usually equal to the request OID. + * @return bool|resource When used with response_data, returns TRUE on success. + * When used without response_data, returns a result identifier. + * @throws LdapException + * + */ +function ldap_exop(\LDAP\Connection $ldap, string $request_oid, ?string $request_data = null, ?array $controls = null, ?string &$response_data = null, ?string &$response_oid = null) +{ + error_clear_last(); + if ($response_oid !== null) { + $safeResult = \ldap_exop($ldap, $request_oid, $request_data, $controls, $response_data, $response_oid); + } elseif ($response_data !== null) { + $safeResult = \ldap_exop($ldap, $request_oid, $request_data, $controls, $response_data); + } elseif ($controls !== null) { + $safeResult = \ldap_exop($ldap, $request_oid, $request_data, $controls); + } elseif ($request_data !== null) { + $safeResult = \ldap_exop($ldap, $request_oid, $request_data); + } else { + $safeResult = \ldap_exop($ldap, $request_oid); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Splits the DN returned by ldap_get_dn and breaks it + * up into its component parts. Each part is known as Relative Distinguished + * Name, or RDN. + * + * @param string $dn The distinguished name of an LDAP entity. + * @param int $with_attrib Used to request if the RDNs are returned with only values or their + * attributes as well. To get RDNs with the attributes (i.e. in + * attribute=value format) set with_attrib to 0 + * and to get only values set it to 1. + * @return array Returns an array of all DN components. + * The first element in the array has count key and + * represents the number of returned values, next elements are numerically + * indexed DN components. + * @throws LdapException + * + */ +function ldap_explode_dn(string $dn, int $with_attrib): array +{ + error_clear_last(); + $safeResult = \ldap_explode_dn($dn, $with_attrib); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Gets the first attribute in the given entry. Remaining attributes are + * retrieved by calling ldap_next_attribute successively. + * + * Similar to reading entries, attributes are also read one by one from a + * particular entry. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\ResultEntry $entry An LDAP\ResultEntry instance. + * @return string Returns the first attribute in the entry on success and FALSE on + * error. + * @throws LdapException + * + */ +function ldap_first_attribute(\LDAP\Connection $ldap, \LDAP\ResultEntry $entry): string +{ + error_clear_last(); + $safeResult = \ldap_first_attribute($ldap, $entry); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Returns the entry identifier for first entry in the result. This entry + * identifier is then supplied to ldap_next_entry + * routine to get successive entries from the result. + * + * Entries in the LDAP result are read sequentially using the + * ldap_first_entry and + * ldap_next_entry functions. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\Result $result An LDAP\Result instance, returned by ldap_list or ldap_search. + * @return \LDAP\ResultEntry Returns an LDAP\ResultEntry instance. + * @throws LdapException + * + */ +function ldap_first_entry(\LDAP\Connection $ldap, \LDAP\Result $result): \LDAP\ResultEntry +{ + error_clear_last(); + $safeResult = \ldap_first_entry($ldap, $result); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Frees up the memory allocated internally to store the result. All result + * memory will be automatically freed when the script terminates. + * + * Typically all the memory allocated for the LDAP result gets freed at the + * end of the script. In case the script is making successive searches which + * return large result sets, ldap_free_result could be + * called to keep the runtime memory usage by the script low. + * + * @param \LDAP\Result $result An LDAP\Result instance, returned by ldap_list or ldap_search. + * @throws LdapException + * + */ +function ldap_free_result(\LDAP\Result $result): void +{ + error_clear_last(); + $safeResult = \ldap_free_result($result); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Reads attributes and values from an entry in the search result. + * + * Having located a specific entry in the directory, you can find out what + * information is held for that entry by using this call. You would use this + * call for an application which "browses" directory entries and/or where you + * do not know the structure of the directory entries. In many applications + * you will be searching for a specific attribute such as an email address or + * a surname, and won't care what other data is held. + * + * + * + * + * + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\ResultEntry $entry An LDAP\ResultEntry instance. + * @return array Returns a complete entry information in a multi-dimensional array. + * + */ +function ldap_get_attributes(\LDAP\Connection $ldap, \LDAP\ResultEntry $entry): array +{ + error_clear_last(); + $safeResult = \ldap_get_attributes($ldap, $entry); + return $safeResult; +} + + +/** + * Finds out the DN of an entry in the result. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\ResultEntry $entry An LDAP\ResultEntry instance. + * @return string Returns the DN of the result entry and FALSE on error. + * @throws LdapException + * + */ +function ldap_get_dn(\LDAP\Connection $ldap, \LDAP\ResultEntry $entry): string +{ + error_clear_last(); + $safeResult = \ldap_get_dn($ldap, $entry); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Reads multiple entries from the given result, and then reading the + * attributes and multiple values. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\Result $result An LDAP\Result instance, returned by ldap_list or ldap_search. + * @return array Returns a complete result information in a multi-dimensional array on + * success. + * + * The structure of the array is as follows. + * The attribute index is converted to lowercase. (Attributes are + * case-insensitive for directory servers, but not when used as + * array indices.) + * + * + * + * + * + * @throws LdapException + * + */ +function ldap_get_entries(\LDAP\Connection $ldap, \LDAP\Result $result): array +{ + error_clear_last(); + $safeResult = \ldap_get_entries($ldap, $result); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Sets value to the value of the specified option. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param int $option The parameter option can be one of: + * + * + * + * + * Option + * Type + * since + * + * + * + * + * LDAP_OPT_DEREF + * int + * + * + * + * LDAP_OPT_SIZELIMIT + * int + * + * + * + * LDAP_OPT_TIMELIMIT + * int + * + * + * + * LDAP_OPT_NETWORK_TIMEOUT + * int + * + * + * + * LDAP_OPT_PROTOCOL_VERSION + * int + * + * + * + * LDAP_OPT_ERROR_NUMBER + * int + * + * + * + * LDAP_OPT_DIAGNOSTIC_MESSAGE + * string + * + * + * + * LDAP_OPT_REFERRALS + * int + * + * + * + * LDAP_OPT_RESTART + * int + * + * + * + * LDAP_OPT_HOST_NAME + * string + * + * + * + * LDAP_OPT_ERROR_STRING + * string + * + * + * + * LDAP_OPT_MATCHED_DN + * string + * + * + * + * LDAP_OPT_SERVER_CONTROLS + * array + * + * + * + * LDAP_OPT_CLIENT_CONTROLS + * array + * + * + * + * LDAP_OPT_X_KEEPALIVE_IDLE + * int + * 7.1 + * + * + * LDAP_OPT_X_KEEPALIVE_PROBES + * int + * 7.1 + * + * + * LDAP_OPT_X_KEEPALIVE_INTERVAL + * int + * 7.1 + * + * + * LDAP_OPT_X_TLS_CACERTDIR + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_CACERTFILE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_CERTFILE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_CIPHER_SUITE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_CRLCHECK + * int + * 7.1 + * + * + * LDAP_OPT_X_TLS_CRL_NONE + * int + * 7.1 + * + * + * LDAP_OPT_X_TLS_CRL_PEER + * int + * 7.1 + * + * + * LDAP_OPT_X_TLS_CRL_ALL + * int + * 7.1 + * + * + * LDAP_OPT_X_TLS_CRLFILE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_DHFILE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_KEYFILE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_PACKAGE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_PROTOCOL_MIN + * int + * 7.1 + * + * + * LDAP_OPT_X_TLS_RANDOM_FILE + * string + * 7.1 + * + * + * LDAP_OPT_X_TLS_REQUIRE_CERT + * int + * + * + * + * + * + * @param mixed $value This will be set to the option value. + * @throws LdapException + * + */ +function ldap_get_option(\LDAP\Connection $ldap, int $option, &$value = null): void +{ + error_clear_last(); + $safeResult = \ldap_get_option($ldap, $option, $value); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Reads all the values of the attribute in the entry in the result. + * + * This function is used exactly like ldap_get_values + * except that it handles binary data and not string data. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\ResultEntry $entry An LDAP\ResultEntry instance. + * @param string $attribute + * @return array Returns an array of values for the attribute on success and FALSE on + * error. Individual values are accessed by integer index in the array. The + * first index is 0. The number of values can be found by indexing "count" + * in the resultant array. + * @throws LdapException + * + */ +function ldap_get_values_len(\LDAP\Connection $ldap, \LDAP\ResultEntry $entry, string $attribute): array +{ + error_clear_last(); + $safeResult = \ldap_get_values_len($ldap, $entry, $attribute); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Reads all the values of the attribute in the entry in the result. + * + * This call needs a entry, + * so needs to be preceded by one of the ldap search calls and one + * of the calls to get an individual entry. + * + * You application will either be hard coded to look for certain + * attributes (such as "surname" or "mail") or you will have to use + * the ldap_get_attributes call to work out + * what attributes exist for a given entry. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\ResultEntry $entry An LDAP\ResultEntry instance. + * @param string $attribute + * @return array Returns an array of values for the attribute on success and FALSE on + * error. The number of values can be found by indexing "count" in the + * resultant array. Individual values are accessed by integer index in the + * array. The first index is 0. + * + * LDAP allows more than one entry for an attribute, so it can, for example, + * store a number of email addresses for one person's directory entry all + * labeled with the attribute "mail" + * + * + * return_value["count"] = number of values for attribute + * return_value[0] = first value of attribute + * return_value[i] = ith value of attribute + * + * + * @throws LdapException + * + */ +function ldap_get_values(\LDAP\Connection $ldap, \LDAP\ResultEntry $entry, string $attribute): array +{ + error_clear_last(); + $safeResult = \ldap_get_values($ldap, $entry, $attribute); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Adds one or more attribute values to the specified dn. + * To add a whole new object see ldap_add function. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param array $entry An associative array listing the attirbute values to add. If an attribute was not existing yet it will be added. If an attribute is existing you can only add values to it if it supports multiple values. + * @param array|null $controls Array of LDAP Controls to send with the request. + * @throws LdapException + * + */ +function ldap_mod_add(\LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_mod_add($ldap, $dn, $entry, $controls); + } else { + $safeResult = \ldap_mod_add($ldap, $dn, $entry); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Removes one or more attribute values from the specified dn. + * Object deletions are done by the + * ldap_delete function. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param array $entry + * @param array|null $controls Array of LDAP Controls to send with the request. + * @throws LdapException + * + */ +function ldap_mod_del(\LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_mod_del($ldap, $dn, $entry, $controls); + } else { + $safeResult = \ldap_mod_del($ldap, $dn, $entry); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Replaces one or more attributes from the specified dn. + * It may also add or remove attributes. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param array $entry An associative array listing the attributes to replace. Sending an empty array as value will remove the attribute, while sending an attribute not existing yet on this entry will add it. + * @param array|null $controls Array of LDAP Controls to send with the request. + * @throws LdapException + * + */ +function ldap_mod_replace(\LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_mod_replace($ldap, $dn, $entry, $controls); + } else { + $safeResult = \ldap_mod_replace($ldap, $dn, $entry); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Modifies an existing entry in the LDAP directory. Allows detailed + * specification of the modifications to perform. + * + * @param \LDAP\Connection $ldap An LDAP resource, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param array $modifications_info An array that specifies the modifications to make. Each entry in this + * array is an associative array with two or three keys: + * attrib maps to the name of the attribute to modify, + * modtype maps to the type of modification to perform, + * and (depending on the type of modification) values + * maps to an array of attribute values relevant to the modification. + * + * Possible values for modtype include: + * + * + * LDAP_MODIFY_BATCH_ADD + * + * + * Each value specified through values is added (as + * an additional value) to the attribute named by + * attrib. + * + * + * + * + * LDAP_MODIFY_BATCH_REMOVE + * + * + * Each value specified through values is removed + * from the attribute named by attrib. Any value of + * the attribute not contained in the values array + * will remain untouched. + * + * + * + * + * LDAP_MODIFY_BATCH_REMOVE_ALL + * + * + * All values are removed from the attribute named by + * attrib. A values entry must + * not be provided. + * + * + * + * + * LDAP_MODIFY_BATCH_REPLACE + * + * + * All current values of the attribute named by + * attrib are replaced with the values specified + * through values. + * + * + * + * + * + * Each value specified through values is added (as + * an additional value) to the attribute named by + * attrib. + * + * Each value specified through values is removed + * from the attribute named by attrib. Any value of + * the attribute not contained in the values array + * will remain untouched. + * + * All values are removed from the attribute named by + * attrib. A values entry must + * not be provided. + * + * All current values of the attribute named by + * attrib are replaced with the values specified + * through values. + * + * Note that any value for attrib must be a string, any + * value for values must be an array of strings, and + * any value for modtype must be one of the + * LDAP_MODIFY_BATCH_* constants listed above. + * @param array|null $controls Each value specified through values is added (as + * an additional value) to the attribute named by + * attrib. + * @throws LdapException + * + */ +function ldap_modify_batch(\LDAP\Connection $ldap, string $dn, array $modifications_info, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_modify_batch($ldap, $dn, $modifications_info, $controls); + } else { + $safeResult = \ldap_modify_batch($ldap, $dn, $modifications_info); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Retrieves the attributes in an entry. The first call to + * ldap_next_attribute is made with the + * entry returned from + * ldap_first_attribute. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\ResultEntry $entry An LDAP\ResultEntry instance. + * @return string Returns the next attribute in an entry on success and FALSE on + * error. + * @throws LdapException + * + */ +function ldap_next_attribute(\LDAP\Connection $ldap, \LDAP\ResultEntry $entry): string +{ + error_clear_last(); + $safeResult = \ldap_next_attribute($ldap, $entry); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Parse LDAP extended operation data from result object result + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\Result $result An LDAP\Result instance, returned by ldap_list or ldap_search. + * @param null|string $response_data Will be filled by the response data. + * @param null|string $response_oid Will be filled by the response OID. + * @throws LdapException + * + */ +function ldap_parse_exop(\LDAP\Connection $ldap, \LDAP\Result $result, ?string &$response_data = null, ?string &$response_oid = null): void +{ + error_clear_last(); + $safeResult = \ldap_parse_exop($ldap, $result, $response_data, $response_oid); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Parses an LDAP search result. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param \LDAP\Result $result An LDAP\Result instance, returned by ldap_list or ldap_search. + * @param int|null $error_code A reference to a variable that will be set to the LDAP error code in + * the result, or 0 if no error occurred. + * @param null|string $matched_dn A reference to a variable that will be set to a matched DN if one was + * recognised within the request, otherwise it will be set to NULL. + * @param null|string $error_message A reference to a variable that will be set to the LDAP error message in + * the result, or an empty string if no error occurred. + * @param array|null $referrals A reference to a variable that will be set to an array set + * to all of the referral strings in the result, or an empty array if no + * referrals were returned. + * @param array|null $controls An array of LDAP Controls which have been sent with the response. + * @throws LdapException + * + */ +function ldap_parse_result(\LDAP\Connection $ldap, \LDAP\Result $result, ?int &$error_code, ?string &$matched_dn = null, ?string &$error_message = null, ?array &$referrals = null, ?array &$controls = null): void +{ + error_clear_last(); + $safeResult = \ldap_parse_result($ldap, $result, $error_code, $matched_dn, $error_message, $referrals, $controls); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * The entry specified by dn is renamed/moved. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param string $dn The distinguished name of an LDAP entity. + * @param string $new_rdn The new RDN. + * @param string $new_parent The new parent/superior entry. + * @param bool $delete_old_rdn If TRUE the old RDN value(s) is removed, else the old RDN value(s) + * is retained as non-distinguished values of the entry. + * @param array|null $controls Array of LDAP Controls to send with the request. + * @throws LdapException + * + */ +function ldap_rename(\LDAP\Connection $ldap, string $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null): void +{ + error_clear_last(); + if ($controls !== null) { + $safeResult = \ldap_rename($ldap, $dn, $new_rdn, $new_parent, $delete_old_rdn, $controls); + } else { + $safeResult = \ldap_rename($ldap, $dn, $new_rdn, $new_parent, $delete_old_rdn); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * + * + * @param \LDAP\Connection $ldap + * @param null|string $dn + * @param null|string $password + * @param null|string $mech + * @param null|string $realm + * @param null|string $authc_id + * @param null|string $authz_id + * @param null|string $props + * @throws LdapException + * + */ +function ldap_sasl_bind(\LDAP\Connection $ldap, ?string $dn = null, ?string $password = null, ?string $mech = null, ?string $realm = null, ?string $authc_id = null, ?string $authz_id = null, ?string $props = null): void +{ + error_clear_last(); + if ($props !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn, $password, $mech, $realm, $authc_id, $authz_id, $props); + } elseif ($authz_id !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn, $password, $mech, $realm, $authc_id, $authz_id); + } elseif ($authc_id !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn, $password, $mech, $realm, $authc_id); + } elseif ($realm !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn, $password, $mech, $realm); + } elseif ($mech !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn, $password, $mech); + } elseif ($password !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn, $password); + } elseif ($dn !== null) { + $safeResult = \ldap_sasl_bind($ldap, $dn); + } else { + $safeResult = \ldap_sasl_bind($ldap); + } + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Sets the value of the specified option to be value. + * + * @param null|resource $ldap Either an LDAP\Connection instance, returned by + * ldap_connect, to set the option for that connection, + * or NULL to set the option globally. + * @param int $option The parameter option can be one of: + * + * + * + * + * Option + * Type + * Available since + * + * + * + * + * LDAP_OPT_DEREF + * int + * + * + * + * LDAP_OPT_SIZELIMIT + * int + * + * + * + * LDAP_OPT_TIMELIMIT + * int + * + * + * + * LDAP_OPT_NETWORK_TIMEOUT + * int + * + * + * + * LDAP_OPT_PROTOCOL_VERSION + * int + * + * + * + * LDAP_OPT_ERROR_NUMBER + * int + * + * + * + * LDAP_OPT_REFERRALS + * bool + * + * + * + * LDAP_OPT_RESTART + * bool + * + * + * + * LDAP_OPT_HOST_NAME + * string + * + * + * + * LDAP_OPT_ERROR_STRING + * string + * + * + * + * LDAP_OPT_DIAGNOSTIC_MESSAGE + * string + * + * + * + * LDAP_OPT_MATCHED_DN + * string + * + * + * + * LDAP_OPT_SERVER_CONTROLS + * array + * + * + * + * LDAP_OPT_CLIENT_CONTROLS + * array + * + * + * + * LDAP_OPT_X_KEEPALIVE_IDLE + * int + * PHP 7.1.0 + * + * + * LDAP_OPT_X_KEEPALIVE_PROBES + * int + * PHP 7.1.0 + * + * + * LDAP_OPT_X_KEEPALIVE_INTERVAL + * int + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_CACERTDIR + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_CACERTFILE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_CERTFILE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_CIPHER_SUITE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_CRLCHECK + * int + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_CRLFILE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_DHFILE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_KEYFILE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_PROTOCOL_MIN + * int + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_RANDOM_FILE + * string + * PHP 7.1.0 + * + * + * LDAP_OPT_X_TLS_REQUIRE_CERT + * int + * PHP 7.0.5 + * + * + * + * + * + * LDAP_OPT_SERVER_CONTROLS and + * LDAP_OPT_CLIENT_CONTROLS require a list of + * controls, this means that the value must be an array of controls. A + * control consists of an oid identifying the control, + * an optional value, and an optional flag for + * criticality. In PHP a control is given by an + * array containing an element with the key oid + * and string value, and two optional elements. The optional + * elements are key value with string value + * and key iscritical with boolean value. + * iscritical defaults to FALSE + * if not supplied. See draft-ietf-ldapext-ldap-c-api-xx.txt + * for details. See also the second example below. + * + * All TLS options must be set globally before + * ldap_connect for ldaps connection or + * for the connection before ldap_start_tls. + * @param mixed $value The new value for the specified option. + * @throws LdapException + * + */ +function ldap_set_option($ldap, int $option, $value): void +{ + error_clear_last(); + $safeResult = \ldap_set_option($ldap, $option, $value); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} + + +/** + * Unbinds from the LDAP directory. + * + * @param \LDAP\Connection $ldap An LDAP\Connection instance, returned by ldap_connect. + * @throws LdapException + * + */ +function ldap_unbind(\LDAP\Connection $ldap): void +{ + error_clear_last(); + $safeResult = \ldap_unbind($ldap); + if ($safeResult === false) { + throw LdapException::createFromPhpError(); + } +} diff --git a/vendor/thecodingmachine/safe/generated/8.5/libxml.php b/vendor/thecodingmachine/safe/generated/8.5/libxml.php new file mode 100755 index 00000000..ea055ba1 --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.5/libxml.php @@ -0,0 +1,59 @@ + + * + * The above example will output: + * + * example: , this is a test + * example: , this is a test + * ]]> + * + * + * So, $out[0] contains an array of strings that matched the full pattern, + * and $out[1] contains an array of strings enclosed by tags. + * + * + * + * + * If the pattern contains named subpatterns, $matches + * additionally contains entries for keys with the subpattern name. + * + * + * If the pattern contains duplicate named subpatterns, only the rightmost + * subpattern is stored in $matches[NAME]. + * + * + * + * ]]> + * + * The above example will output: + * + * + * [1] => bar + * ) + * ]]> + * + * + * + * + * + * + * PREG_SET_ORDER + * + * + * Orders results so that $matches[0] is an array of first set + * of matches, $matches[1] is an array of second set of matches, + * and so on. + * + * + * + * ]]> + * + * The above example will output: + * + * example: , example: + * this is a test, this is a test + * ]]> + * + * + * + * + * + * + * PREG_OFFSET_CAPTURE + * + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array of arrays where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * ) + * + * [1] => Array + * ( + * [0] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * ) + * + * [2] => Array + * ( + * [0] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * ) + * + * [3] => Array + * ( + * [0] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * + * ) + * ]]> + * + * + * + * + * + * + * PREG_UNMATCHED_AS_NULL + * + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * + * + * + * + * Orders results so that $matches[0] is an array of full + * pattern matches, $matches[1] is an array of strings matched by + * the first parenthesized subpattern, and so on. + * + * + * + * + * ]]> + * + * The above example will output: + * + * example: , this is a test + * example: , this is a test + * ]]> + * + * + * So, $out[0] contains an array of strings that matched the full pattern, + * and $out[1] contains an array of strings enclosed by tags. + * + * + * + * The above example will output: + * + * So, $out[0] contains an array of strings that matched the full pattern, + * and $out[1] contains an array of strings enclosed by tags. + * + * If the pattern contains named subpatterns, $matches + * additionally contains entries for keys with the subpattern name. + * + * If the pattern contains duplicate named subpatterns, only the rightmost + * subpattern is stored in $matches[NAME]. + * + * + * + * ]]> + * + * The above example will output: + * + * + * [1] => bar + * ) + * ]]> + * + * + * + * The above example will output: + * + * Orders results so that $matches[0] is an array of first set + * of matches, $matches[1] is an array of second set of matches, + * and so on. + * + * + * + * ]]> + * + * The above example will output: + * + * example: , example: + * this is a test, this is a test + * ]]> + * + * + * + * The above example will output: + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array of arrays where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * ) + * + * [1] => Array + * ( + * [0] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * ) + * + * [2] => Array + * ( + * [0] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * ) + * + * [3] => Array + * ( + * [0] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * + * ) + * ]]> + * + * + * + * The above example will output: + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * If no order flag is given, PREG_PATTERN_ORDER is + * assumed. + * @param int $offset Orders results so that $matches[0] is an array of full + * pattern matches, $matches[1] is an array of strings matched by + * the first parenthesized subpattern, and so on. + * + * + * + * + * ]]> + * + * The above example will output: + * + * example: , this is a test + * example: , this is a test + * ]]> + * + * + * So, $out[0] contains an array of strings that matched the full pattern, + * and $out[1] contains an array of strings enclosed by tags. + * + * + * + * The above example will output: + * + * So, $out[0] contains an array of strings that matched the full pattern, + * and $out[1] contains an array of strings enclosed by tags. + * + * If the pattern contains named subpatterns, $matches + * additionally contains entries for keys with the subpattern name. + * + * If the pattern contains duplicate named subpatterns, only the rightmost + * subpattern is stored in $matches[NAME]. + * + * + * + * ]]> + * + * The above example will output: + * + * + * [1] => bar + * ) + * ]]> + * + * + * + * The above example will output: + * @return 0|positive-int Returns the number of full pattern matches (which might be zero). + * @throws PcreException + * + */ +function preg_match_all(string $pattern, string $subject, ?array &$matches = null, int $flags = 0, int $offset = 0): int +{ + error_clear_last(); + $safeResult = \preg_match_all($pattern, $subject, $matches, $flags, $offset); + if ($safeResult === false) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Searches subject for a match to the regular + * expression given in pattern. + * + * @param string $pattern The pattern to search for, as a string. + * @param string $subject The input string. + * @param null|string[] $matches If matches is provided, then it is filled with + * the results of search. $matches[0] will contain the + * text that matched the full pattern, $matches[1] + * will have the text that matched the first captured parenthesized + * subpattern, and so on. + * @param int $flags flags can be a combination of the following flags: + * + * + * PREG_OFFSET_CAPTURE + * + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * [1] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * [2] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * [3] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * ]]> + * + * + * + * + * + * + * PREG_UNMATCHED_AS_NULL + * + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * + * + * ]]> + * + * The above example will output: + * + * + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * string(0) "" + * [3]=> + * string(1) "c" + * } + * array(4) { + * [0]=> + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * NULL + * [3]=> + * string(1) "c" + * } + * ]]> + * + * + * + * + * + * + * + * If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * [1] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * [2] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * [3] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * ]]> + * + * + * + * The above example will output: + * + * If this flag is passed, unmatched subpatterns are reported as NULL; + * otherwise they are reported as an empty string. + * + * + * + * ]]> + * + * The above example will output: + * + * + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * string(0) "" + * [3]=> + * string(1) "c" + * } + * array(4) { + * [0]=> + * string(2) "ac" + * [1]=> + * string(1) "a" + * [2]=> + * NULL + * [3]=> + * string(1) "c" + * } + * ]]> + * + * + * + * The above example will output: + * @param int $offset If this flag is passed, for every occurring match the appendant string + * offset (in bytes) will also be returned. Note that this changes the value of + * matches into an array where every element is an + * array consisting of the matched string at offset 0 + * and its string offset into subject at offset + * 1. + * + * + * + * ]]> + * + * The above example will output: + * + * Array + * ( + * [0] => foobarbaz + * [1] => 0 + * ) + * + * [1] => Array + * ( + * [0] => foo + * [1] => 0 + * ) + * + * [2] => Array + * ( + * [0] => bar + * [1] => 3 + * ) + * + * [3] => Array + * ( + * [0] => baz + * [1] => 6 + * ) + * + * ) + * ]]> + * + * + * + * The above example will output: + * @return 0|1 preg_match returns 1 if the pattern + * matches given subject, 0 if it does not. + * @throws PcreException + * + */ +function preg_match(string $pattern, string $subject, ?array &$matches = null, int $flags = 0, int $offset = 0): int +{ + error_clear_last(); + $safeResult = \preg_match($pattern, $subject, $matches, $flags, $offset); + if ($safeResult === false) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The behavior of this function is similar to + * preg_replace_callback, except that callbacks are + * executed on a per-pattern basis. + * + * @param array $pattern An associative array mapping patterns (keys) to callables (values). + * @param array|string $subject The string or an array with strings to search and replace. + * @param int $limit The maximum possible replacements for each pattern in each + * subject string. Defaults to + * -1 (no limit). + * @param int|null $count If specified, this variable will be filled with the number of + * replacements done. + * @param int $flags flags can be a combination of the + * PREG_OFFSET_CAPTURE and + * PREG_UNMATCHED_AS_NULL flags, which influence the + * format of the matches array. + * See the description in preg_match for more details. + * @return array|string preg_replace_callback_array returns an array if the + * subject parameter is an array, or a string + * otherwise. On errors the return value is NULL + * + * If matches are found, the new subject will be returned, otherwise + * subject will be returned unchanged. + * @throws PcreException + * + */ +function preg_replace_callback_array(array $pattern, $subject, int $limit = -1, ?int &$count = null, int $flags = 0) +{ + error_clear_last(); + $safeResult = \preg_replace_callback_array($pattern, $subject, $limit, $count, $flags); + if ($safeResult === null) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * The behavior of this function is almost identical to + * preg_replace, except for the fact that instead of + * replacement parameter, one should specify a + * callback. + * + * @param array|string $pattern The pattern to search for. It can be either a string or an array with + * strings. + * @param callable(array):string $callback A callback that will be called and passed an array of matched elements + * in the subject string. The callback should + * return the replacement string. This is the callback signature: + * + * + * stringhandler + * arraymatches + * + * + * You'll often need the callback function + * for a preg_replace_callback in just one place. + * In this case you can use an + * anonymous function to + * declare the callback within the call to + * preg_replace_callback. By doing it this way + * you have all information for the call in one place and do not + * clutter the function namespace with a callback function's name + * not used anywhere else. + * + * + * preg_replace_callback and + * anonymous function + * + * + * ]]> + * + * + * @param array|string $subject The string or an array with strings to search and replace. + * @param int $limit The maximum possible replacements for each pattern in each + * subject string. Defaults to + * -1 (no limit). + * @param int|null $count If specified, this variable will be filled with the number of + * replacements done. + * @param int $flags flags can be a combination of the + * PREG_OFFSET_CAPTURE and + * PREG_UNMATCHED_AS_NULL flags, which influence the + * format of the matches array. + * See the description in preg_match for more details. + * @return array|string preg_replace_callback returns an array if the + * subject parameter is an array, or a string + * otherwise. On errors the return value is NULL + * + * If matches are found, the new subject will be returned, otherwise + * subject will be returned unchanged. + * @throws PcreException + * + */ +function preg_replace_callback($pattern, callable $callback, $subject, int $limit = -1, ?int &$count = null, int $flags = 0) +{ + error_clear_last(); + $safeResult = \preg_replace_callback($pattern, $callback, $subject, $limit, $count, $flags); + if ($safeResult === null) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * Split the given string by a regular expression. + * + * @param string $pattern The pattern to search for, as a string. + * @param string $subject The input string. + * @param int|null $limit If specified, then only substrings up to limit + * are returned with the rest of the string being placed in the last + * substring. A limit of -1 or 0 means "no limit". + * @param int $flags flags can be any combination of the following + * flags (combined with the | bitwise operator): + * + * + * PREG_SPLIT_NO_EMPTY + * + * + * If this flag is set, only non-empty pieces will be returned by + * preg_split. + * + * + * + * + * PREG_SPLIT_DELIM_CAPTURE + * + * + * If this flag is set, parenthesized expression in the delimiter pattern + * will be captured and returned as well. + * + * + * + * + * PREG_SPLIT_OFFSET_CAPTURE + * + * + * If this flag is set, for every occurring match the appendant string + * offset will also be returned. Note that this changes the return + * value in an array where every element is an array consisting of the + * matched string at offset 0 and its string offset + * into subject at offset 1. + * + * + * + * + * + * If this flag is set, for every occurring match the appendant string + * offset will also be returned. Note that this changes the return + * value in an array where every element is an array consisting of the + * matched string at offset 0 and its string offset + * into subject at offset 1. + * @return list Returns an array containing substrings of subject + * split along boundaries matched by pattern. + * @throws PcreException + * + */ +function preg_split(string $pattern, string $subject, ?int $limit = -1, int $flags = 0): array +{ + error_clear_last(); + $safeResult = \preg_split($pattern, $subject, $limit, $flags); + if ($safeResult === false) { + throw PcreException::createFromPhpError(); + } + return $safeResult; +} diff --git a/vendor/thecodingmachine/safe/generated/8.5/pgsql.php b/vendor/thecodingmachine/safe/generated/8.5/pgsql.php new file mode 100755 index 00000000..65de2959 --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.5/pgsql.php @@ -0,0 +1,1425 @@ + + * + * + * @param bool $use_include_path Setting use_include_path to TRUE will result + * in PHP trying to open the file along the standard include path as per + * the include_path directive. + * This is used for local files, not URLs. + * @return array Returns an array with all the parsed meta tags. + * + * The value of the name property becomes the key, the value of the content + * property becomes the value of the returned array, so you can easily use + * standard array functions to traverse it or access single values. + * Special characters in the value of the name property are substituted with + * '_', the rest is converted to lower case. If two meta tags have the same + * name, only the last one is returned. + * + * Returns FALSE on failure. + * @throws UrlException + * + */ +function get_meta_tags(string $filename, bool $use_include_path = false): array +{ + error_clear_last(); + $safeResult = \get_meta_tags($filename, $use_include_path); + if ($safeResult === false) { + throw UrlException::createFromPhpError(); + } + return $safeResult; +} + + +/** + * This function parses a URL and returns an associative array containing any + * of the various components of the URL that are present. + * The values of the array elements are not URL decoded. + * + * This function is not meant to validate + * the given URL, it only breaks it up into the parts listed below. Partial and invalid + * URLs are also accepted, parse_url tries its best to + * parse them correctly. + * + * @param string $url The URL to parse. + * @param int $component Specify one of PHP_URL_SCHEME, + * PHP_URL_HOST, PHP_URL_PORT, + * PHP_URL_USER, PHP_URL_PASS, + * PHP_URL_PATH, PHP_URL_QUERY + * or PHP_URL_FRAGMENT to retrieve just a specific + * URL component as a string (except when + * PHP_URL_PORT is given, in which case the return + * value will be an int). + * @return array|int|null|string On seriously malformed URLs, parse_url. + * + * If the component parameter is omitted, an + * associative array is returned. At least one element will be + * present within the array. Potential keys within this array are: + * + * + * + * scheme - e.g. http + * + * + * + * + * host + * + * + * + * + * port + * + * + * + * + * user + * + * + * + * + * pass + * + * + * + * + * path + * + * + * + * + * query - after the question mark ? + * + * + * + * + * fragment - after the hashmark # + * + * + * + * + * If the component parameter is specified, + * parse_url returns a string (or an + * int, in the case of PHP_URL_PORT) + * instead of an array. If the requested component doesn't exist + * within the given URL, NULL will be returned. + * As of PHP 8.0.0, parse_url distinguishes absent and empty + * queries and fragments: + * + * + * + * + * + * + * + * Previously all cases resulted in query and fragment being NULL. + * + * Note that control characters (cf. ctype_cntrl) in the + * components are replaced with underscores (_). + * @throws UrlException + * + */ +function parse_url(string $url, int $component = -1) +{ + error_clear_last(); + $safeResult = \parse_url($url, $component); + if ($safeResult === false) { + throw UrlException::createFromPhpError(); + } + return $safeResult; +} diff --git a/vendor/thecodingmachine/safe/generated/8.5/var.php b/vendor/thecodingmachine/safe/generated/8.5/var.php new file mode 100755 index 00000000..70f048df --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.5/var.php @@ -0,0 +1,60 @@ + + * ]]> + * + * See section 4.7 of the XML 1.0 + * spec for the definition of notation declarations. + * + * @param \XMLParser $parser The XML parser. + * @param callable $handler + * If NULL is passed, the handler is reset to its default state. + * + * + * An empty string will also reset the handler, + * however this is deprecated as of PHP 8.4.0. + * + * + * + * + * If handler is a callable, + * the callable is set as the handler. + * + * + * If handler is a string, + * it can be the name of a method of an object set with + * xml_set_object. + * + * + * This is deprecated as of PHP 8.4.0. + * + * + * + * The signature of the handler must be: + * + * voidhandler + * XMLParserparser + * stringnotation_name + * stringfalsebase + * stringsystem_id + * stringfalsepublic_id + * + * + * + * parser + * + * + * The XML parser calling the handler. + * + * + * + * + * notation_name + * + * + * This is the notation's name, as per + * the notation format described above. + * + * + * + * + * + * base + * + * + * + * This is the base for resolving the system identifier + * (system_id) of the notation declaration. + * + * + * + * + * system_id + * + * + * System identifier of the external notation declaration. + * + * + * + * + * + * public_id + * + * + * + * Public identifier of the external notation declaration. + * + * + * + * + * @return bool Always returns TRUE. + * + */ +function xml_set_notation_decl_handler(\XMLParser $parser, callable $handler): bool +{ + error_clear_last(); + $safeResult = \xml_set_notation_decl_handler($parser, $handler); + return $safeResult; +} + + +/** + * This function allows to use parser inside + * object. All callback functions could be set with + * xml_set_element_handler etc and assumed to be + * methods of object. + * + * @param \XMLParser $parser A reference to the XML parser to use inside the object. + * @param object $object The object where to use the XML parser. + * @return bool Always returns TRUE. + * + */ +function xml_set_object(\XMLParser $parser, object $object): bool +{ + error_clear_last(); + $safeResult = \xml_set_object($parser, $object); + return $safeResult; +} + + +/** + * Sets the processing instruction (PI) handler function for the XML parser + * parser. + * + * A processing instruction has the following format: + * + * + * ]]> + * + * + * @param \XMLParser $parser The XML parser. + * @param callable $handler + * If NULL is passed, the handler is reset to its default state. + * + * + * An empty string will also reset the handler, + * however this is deprecated as of PHP 8.4.0. + * + * + * + * + * If handler is a callable, + * the callable is set as the handler. + * + * + * If handler is a string, + * it can be the name of a method of an object set with + * xml_set_object. + * + * + * This is deprecated as of PHP 8.4.0. + * + * + * + * The signature of the handler must be: + * + * voidhandler + * XMLParserparser + * stringtarget + * stringdata + * + * + * + * parser + * + * + * The XML parser calling the handler. + * + * + * + * + * target + * + * + * The processing instruction target. + * + * + * + * + * data + * + * + * The processing instruction data. + * + * + * + * + * @return bool Always returns TRUE. + * + */ +function xml_set_processing_instruction_handler(\XMLParser $parser, callable $handler): bool +{ + error_clear_last(); + $safeResult = \xml_set_processing_instruction_handler($parser, $handler); + return $safeResult; +} + + +/** + * Set a handler to be called when a namespace is declared. Namespace + * declarations occur inside start tags. But the namespace declaration start + * handler is called before the start tag handler for each namespace declared + * in that start tag. + * + * @param \XMLParser $parser The XML parser. + * @param callable $handler + * If NULL is passed, the handler is reset to its default state. + * + * + * An empty string will also reset the handler, + * however this is deprecated as of PHP 8.4.0. + * + * + * + * + * If handler is a callable, + * the callable is set as the handler. + * + * + * If handler is a string, + * it can be the name of a method of an object set with + * xml_set_object. + * + * + * This is deprecated as of PHP 8.4.0. + * + * + * + * The signature of the handler must be: + * + * voidhandler + * XMLParserparser + * stringfalseprefix + * stringuri + * + * + * + * parser + * + * + * The XML parser calling the handler. + * + * + * + * + * prefix + * + * + * The prefix is a string used to reference the namespace within an XML object. + * FALSE if no prefix exists. + * + * + * + * + * uri + * + * + * Uniform Resource Identifier (URI) of namespace. + * + * + * + * + * @return bool Always returns TRUE. + * + */ +function xml_set_start_namespace_decl_handler(\XMLParser $parser, callable $handler): bool +{ + error_clear_last(); + $safeResult = \xml_set_start_namespace_decl_handler($parser, $handler); + return $safeResult; +} + + +/** + * Sets the unparsed entity declaration handler function for the XML parser + * parser. + * + * The handler will be called if the XML parser + * encounters an external entity declaration with an NDATA declaration, like + * the following: + * + * name {publicId | systemId} + * NDATA notationName + * ]]> + * + * + * See section 4.2.2 of + * the XML 1.0 spec for the definition of notation declared + * external entities. + * + * @param \XMLParser $parser The XML parser. + * @param callable $handler + * If NULL is passed, the handler is reset to its default state. + * + * + * An empty string will also reset the handler, + * however this is deprecated as of PHP 8.4.0. + * + * + * + * + * If handler is a callable, + * the callable is set as the handler. + * + * + * If handler is a string, + * it can be the name of a method of an object set with + * xml_set_object. + * + * + * This is deprecated as of PHP 8.4.0. + * + * + * + * The signature of the handler must be: + * + * voidhandler + * XMLParserparser + * stringentity_name + * stringfalsebase + * stringsystem_id + * stringfalsepublic_id + * stringfalsenotation_name + * + * + * + * parser + * + * + * The XML parser calling the handler. + * + * + * + * + * entity_name + * + * + * The name of the entity that is about to be defined. + * + * + * + * + * base + * + * + * This is the base for resolving the system identifier + * (systemId) of the external entity. + * + * + * + * + * system_id + * + * + * System identifier for the external entity. + * + * + * + * + * public_id + * + * + * Public identifier for the external entity. + * + * + * + * + * notation_name + * + * + * Name of the notation of this entity (see + * xml_set_notation_decl_handler). + * + * + * + * + * @return bool Always returns TRUE. + * + */ +function xml_set_unparsed_entity_decl_handler(\XMLParser $parser, callable $handler): bool +{ + error_clear_last(); + $safeResult = \xml_set_unparsed_entity_decl_handler($parser, $handler); + return $safeResult; +} diff --git a/vendor/thecodingmachine/safe/generated/8.5/xmlrpc.php b/vendor/thecodingmachine/safe/generated/8.5/xmlrpc.php new file mode 100755 index 00000000..3007ab7d --- /dev/null +++ b/vendor/thecodingmachine/safe/generated/8.5/xmlrpc.php @@ -0,0 +1,22 @@ +