summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2026-07-27 22:00:55 +0100
committerSam Light <samlight1994@gmail.com>2026-07-27 22:00:55 +0100
commit827a53363e7a03329d6e5972d9d9be99d17c889e (patch)
tree28875bc15014a0acab23e2d9a9d66a1873bb5e72 /composer.lock
parent662efa20b3e3d4834a487eb98f69a3a3ea35ccec (diff)
Updated to support tighter laravel 13 order direction type
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock82
1 files changed, 81 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 06f205a..5c82e8c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "f8d788b2df21c460d6b34bc2bdf7909c",
+ "content-hash": "325ea7b6622e381e9b00505ce88f58ec",
"packages": [
{
"name": "brick/math",
@@ -4945,6 +4945,86 @@
"time": "2025-06-23T16:12:55+00:00"
},
{
+ "name": "symfony/polyfill-php86",
+ "version": "v1.38.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php86.git",
+ "reference": "fcec68d64f46dc84e1f6ffcf2c6dda40ff3143ad"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php86/zipball/fcec68d64f46dc84e1f6ffcf2c6dda40ff3143ad",
+ "reference": "fcec68d64f46dc84e1f6ffcf2c6dda40ff3143ad",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php86\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 8.6+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php86/tree/v1.38.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2026-05-25T11:52:35+00:00"
+ },
+ {
"name": "symfony/polyfill-uuid",
"version": "v1.33.0",
"source": {