chore(composer.json): minor update

This commit is contained in:
Cory Dransfeldt 2025-06-14 16:26:02 -07:00
parent c4043bd812
commit 6c659fe1d0
No known key found for this signature in database
4 changed files with 6 additions and 5 deletions

View file

@ -24,5 +24,6 @@
"sort-packages": true
},
"minimum-stability": "stable",
"prefer-stable": true,
"license": "MIT"
}

4
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": "6f62ebb63bb51c04310e829e19beeab5",
"content-hash": "d44329419cf23b795cc4babc3b019b70",
"packages": [
{
"name": "guzzlehttp/guzzle",
@ -758,7 +758,7 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^8.1"

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "10.0.3",
"version": "10.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "10.0.3",
"version": "10.0.4",
"license": "MIT",
"dependencies": {
"minisearch": "^7.1.2",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "10.0.3",
"version": "10.0.4",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {