Composer update

This commit is contained in:
Lance Pioch 2024-05-16 00:15:35 -04:00
parent 3c14e1ffa4
commit 8b62df6c53
3 changed files with 14 additions and 34 deletions

View File

@ -12,7 +12,7 @@
"abdelhamiderrahmouni/filament-monaco-editor": "0.2.1",
"aws/aws-sdk-php": "~3.288.1",
"chillerlan/php-qrcode": "^5.0.2",
"dedoc/scramble": "^0.9.0",
"dedoc/scramble": "^0.10.0",
"doctrine/dbal": "~3.6.0",
"filament/filament": "^3.2",
"guzzlehttp/guzzle": "^7.8.1",

26
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b42081b535003bee230744894b97bc31",
"content-hash": "6cf41ff7536e68e0fa3a5403f4c07620",
"packages": [
{
"name": "abdelhamiderrahmouni/filament-monaco-editor",
@ -850,16 +850,16 @@
},
{
"name": "dedoc/scramble",
"version": "v0.9.0",
"version": "v0.10.4",
"source": {
"type": "git",
"url": "https://github.com/dedoc/scramble.git",
"reference": "6280da6809eecaa03243d726b957cc174b1ccb70"
"reference": "11607883f3f8453992553e8d64a300c8ba4dd9f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dedoc/scramble/zipball/6280da6809eecaa03243d726b957cc174b1ccb70",
"reference": "6280da6809eecaa03243d726b957cc174b1ccb70",
"url": "https://api.github.com/repos/dedoc/scramble/zipball/11607883f3f8453992553e8d64a300c8ba4dd9f0",
"reference": "11607883f3f8453992553e8d64a300c8ba4dd9f0",
"shasum": ""
},
"require": {
@ -912,7 +912,7 @@
],
"support": {
"issues": "https://github.com/dedoc/scramble/issues",
"source": "https://github.com/dedoc/scramble/tree/v0.9.0"
"source": "https://github.com/dedoc/scramble/tree/v0.10.4"
},
"funding": [
{
@ -920,7 +920,7 @@
"type": "github"
}
],
"time": "2024-03-11T19:27:28+00:00"
"time": "2024-05-15T13:20:53+00:00"
},
{
"name": "dflydev/dot-access-data",
@ -10814,16 +10814,16 @@
},
{
"name": "mockery/mockery",
"version": "1.6.11",
"version": "1.6.12",
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
"reference": "81a161d0b135df89951abd52296adf97deb0723d"
"reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/81a161d0b135df89951abd52296adf97deb0723d",
"reference": "81a161d0b135df89951abd52296adf97deb0723d",
"url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
"reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
"shasum": ""
},
"require": {
@ -10893,7 +10893,7 @@
"security": "https://github.com/mockery/mockery/security/advisories",
"source": "https://github.com/mockery/mockery"
},
"time": "2024-03-21T18:34:15+00:00"
"time": "2024-05-16T03:13:13+00:00"
},
{
"name": "myclabs/deep-copy",
@ -13137,5 +13137,5 @@
"ext-zip": "*"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}

View File

@ -1,20 +0,0 @@
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Pelican - {{ str($api ?? 'all')->title() }} API Docs</title>
<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css">
</head>
<body style="height: 100vh; overflow-y: hidden">
<elements-api
apiDescriptionUrl="{{ route('scramble.docs.' . $api ?? 'all') }}"
tryItCredentialsPolicy="{{ config('scramble.ui.try_it_credentials_policy', 'include') }}"
router="hash"
@if(config('scramble.ui.hide_try_it')) hideTryIt="true" @endif
logo="/pelican.svg"
/>
</body>
</html>