Skip to content

Commit

Permalink
Actually downgrade domPDF
Browse files Browse the repository at this point in the history
  • Loading branch information
collectiveaccess committed Dec 30, 2020
1 parent 6176d86 commit f7b9b0d
Show file tree
Hide file tree
Showing 155 changed files with 2,131 additions and 2,649 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"phpoffice/phpexcel": "v1.8.1",
"tedivm/stash": "0.14.*",
"pear/file_marc": "~1.2",
"dompdf/dompdf": "~0.8.5",
"dompdf/dompdf": "0.8.5",
"scholarslab/bagit": "~0.2",
"guzzlehttp/psr7": "^1.4",
"joshralph/password-policy": "~0.2",
Expand Down
96 changes: 46 additions & 50 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/aws/aws-sdk-php/src/AppRegistry/AppRegistryClient.php
Expand Up @@ -35,6 +35,8 @@
* @method \GuzzleHttp\Promise\Promise listAttributeGroupsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result syncResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise syncResourceAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
Expand Down
Expand Up @@ -21,6 +21,8 @@
* @method \GuzzleHttp\Promise\Promise getEC2RecommendationProjectedMetricsAsync(array $args = [])
* @method \Aws\Result getEnrollmentStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEnrollmentStatusAsync(array $args = [])
* @method \Aws\Result getLambdaFunctionRecommendations(array $args = [])
* @method \GuzzleHttp\Promise\Promise getLambdaFunctionRecommendationsAsync(array $args = [])
* @method \Aws\Result getRecommendationSummaries(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRecommendationSummariesAsync(array $args = [])
* @method \Aws\Result updateEnrollmentStatus(array $args = [])
Expand Down
10 changes: 10 additions & 0 deletions vendor/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php
Expand Up @@ -38,6 +38,8 @@
* @method \GuzzleHttp\Promise\Promise deleteResourceConfigAsync(array $args = [])
* @method \Aws\Result deleteRetentionConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRetentionConfigurationAsync(array $args = [])
* @method \Aws\Result deleteStoredQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteStoredQueryAsync(array $args = [])
* @method \Aws\Result deliverConfigSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise deliverConfigSnapshotAsync(array $args = [])
* @method \Aws\Result describeAggregateComplianceByConfigRules(array $args = [])
Expand Down Expand Up @@ -116,10 +118,14 @@
* @method \GuzzleHttp\Promise\Promise getOrganizationConformancePackDetailedStatusAsync(array $args = [])
* @method \Aws\Result getResourceConfigHistory(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResourceConfigHistoryAsync(array $args = [])
* @method \Aws\Result getStoredQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise getStoredQueryAsync(array $args = [])
* @method \Aws\Result listAggregateDiscoveredResources(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAggregateDiscoveredResourcesAsync(array $args = [])
* @method \Aws\Result listDiscoveredResources(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDiscoveredResourcesAsync(array $args = [])
* @method \Aws\Result listStoredQueries(array $args = [])
* @method \GuzzleHttp\Promise\Promise listStoredQueriesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result putAggregationAuthorization(array $args = [])
Expand All @@ -136,6 +142,8 @@
* @method \GuzzleHttp\Promise\Promise putDeliveryChannelAsync(array $args = [])
* @method \Aws\Result putEvaluations(array $args = [])
* @method \GuzzleHttp\Promise\Promise putEvaluationsAsync(array $args = [])
* @method \Aws\Result putExternalEvaluation(array $args = [])
* @method \GuzzleHttp\Promise\Promise putExternalEvaluationAsync(array $args = [])
* @method \Aws\Result putOrganizationConfigRule(array $args = [])
* @method \GuzzleHttp\Promise\Promise putOrganizationConfigRuleAsync(array $args = [])
* @method \Aws\Result putOrganizationConformancePack(array $args = [])
Expand All @@ -148,6 +156,8 @@
* @method \GuzzleHttp\Promise\Promise putResourceConfigAsync(array $args = [])
* @method \Aws\Result putRetentionConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise putRetentionConfigurationAsync(array $args = [])
* @method \Aws\Result putStoredQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise putStoredQueryAsync(array $args = [])
* @method \Aws\Result selectAggregateResourceConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise selectAggregateResourceConfigAsync(array $args = [])
* @method \Aws\Result selectResourceConfig(array $args = [])
Expand Down

0 comments on commit f7b9b0d

Please sign in to comment.