From 0400a808744184d5ea4f4476be701ce8561c341b Mon Sep 17 00:00:00 2001 From: Steve Ross Date: Sun, 23 Nov 2025 17:34:49 +0000 Subject: [PATCH] default content block that uses core inner blocks --- composer.json | 1 - composer.lock | 5279 +---------------- web/app/themes/badegg/app/ACF/CloneGroup.php | 50 +- web/app/themes/badegg/app/Admin/Blocks.php | 20 + .../themes/badegg/app/Blocks/BadExample.php | 65 - .../badegg/app/Utilities/CssClasses.php | 3 +- .../themes/badegg/app/View/Composers/App.php | 3 - web/app/themes/badegg/composer.json | 3 +- web/app/themes/badegg/functions.php | 15 +- ..._example.json => group_block_content.json} | 47 +- .../resources/acf/group_block_intro.json | 82 - .../acf/group_clone_background_settings.json | 471 +- ...ter.json => group_clone_block_footer.json} | 59 +- .../acf/group_clone_block_intro.json | 149 + .../acf/group_clone_block_settings.json | 100 +- .../resources/acf/group_clone_button.json | 71 +- .../views/blocks/Content/Content.blade.php | 18 + .../views/blocks/Content/Content.jpg | Bin 0 -> 41347 bytes .../views/blocks/Content/Content.php | 111 + .../Content.scss} | 0 .../views/components/button.blade.php | 5 + .../views/components/image.blade.php | 29 +- .../resources/views/layouts/app.blade.php | 25 +- .../resources/views/layouts/block.blade.php | 76 +- .../views/partials/menu-off-canvas.blade.php | 28 + .../sections/{ => footer}/footer.blade.php | 0 .../views/sections/footer/footer.scss | 0 .../sections/{ => header}/header.blade.php | 0 .../views/sections/header/header.scss | 0 29 files changed, 699 insertions(+), 6011 deletions(-) delete mode 100644 web/app/themes/badegg/app/Blocks/BadExample.php rename web/app/themes/badegg/resources/acf/{group_block_bad_example.json => group_block_content.json} (68%) delete mode 100644 web/app/themes/badegg/resources/acf/group_block_intro.json rename web/app/themes/badegg/resources/acf/{group_block_footer.json => group_clone_block_footer.json} (65%) create mode 100644 web/app/themes/badegg/resources/acf/group_clone_block_intro.json create mode 100644 web/app/themes/badegg/resources/views/blocks/Content/Content.blade.php create mode 100644 web/app/themes/badegg/resources/views/blocks/Content/Content.jpg create mode 100644 web/app/themes/badegg/resources/views/blocks/Content/Content.php rename web/app/themes/badegg/resources/views/blocks/{bad-example.blade.php => Content/Content.scss} (100%) create mode 100644 web/app/themes/badegg/resources/views/components/button.blade.php create mode 100644 web/app/themes/badegg/resources/views/partials/menu-off-canvas.blade.php rename web/app/themes/badegg/resources/views/sections/{ => footer}/footer.blade.php (100%) create mode 100644 web/app/themes/badegg/resources/views/sections/footer/footer.scss rename web/app/themes/badegg/resources/views/sections/{ => header}/header.blade.php (100%) create mode 100644 web/app/themes/badegg/resources/views/sections/header/header.scss diff --git a/composer.json b/composer.json index 92c67b3..126375f 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,6 @@ "roots/wordpress": "6.8.2", "roots/wp-config": "1.0.0", "wpackagist-theme/twentytwentyfive": "^1.0", - "roots/acorn": "^4.3", "koodimonni-language/core-en_gb": "^6.8", "johnbillion/extended-cpts": "^5.1", "wpackagist-plugin/autodescription": "^5.1", diff --git a/composer.lock b/composer.lock index a96c4e0..bf77726 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": "a99bd1262162472206d7c77290fa770a", + "content-hash": "f209eaafc3d1cf6e18d565699316ca22", "packages": [ { "name": "badegguk/bad-egg-digital-login-page", @@ -32,135 +32,6 @@ }, "time": "2025-06-03T15:19:29+00:00" }, - { - "name": "brick/math", - "version": "0.12.3", - "source": { - "type": "git", - "url": "https://github.com/brick/math.git", - "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba", - "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^10.1", - "vimeo/psalm": "6.8.8" - }, - "type": "library", - "autoload": { - "psr-4": { - "Brick\\Math\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Arbitrary-precision arithmetic library", - "keywords": [ - "Arbitrary-precision", - "BigInteger", - "BigRational", - "arithmetic", - "bigdecimal", - "bignum", - "bignumber", - "brick", - "decimal", - "integer", - "math", - "mathematics", - "rational" - ], - "support": { - "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.12.3" - }, - "funding": [ - { - "url": "https://github.com/BenMorel", - "type": "github" - } - ], - "time": "2025-02-28T13:11:00+00:00" - }, - { - "name": "carbonphp/carbon-doctrine-types", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git", - "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb", - "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb", - "shasum": "" - }, - "require": { - "php": "^7.4 || ^8.0" - }, - "conflict": { - "doctrine/dbal": "<3.7.0 || >=4.0.0" - }, - "require-dev": { - "doctrine/dbal": "^3.7.0", - "nesbot/carbon": "^2.71.0 || ^3.0.0", - "phpunit/phpunit": "^10.3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Carbon\\Doctrine\\": "src/Carbon/Doctrine/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "KyleKatarn", - "email": "kylekatarnls@gmail.com" - } - ], - "description": "Types to use Carbon in Doctrine", - "keywords": [ - "carbon", - "date", - "datetime", - "doctrine", - "time" - ], - "support": { - "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", - "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0" - }, - "funding": [ - { - "url": "https://github.com/kylekatarnls", - "type": "github" - }, - { - "url": "https://opencollective.com/Carbon", - "type": "open_collective" - }, - { - "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", - "type": "tidelift" - } - ], - "time": "2023-12-11T17:09:12+00:00" - }, { "name": "composer/installers", "version": "v2.3.0", @@ -307,311 +178,6 @@ ], "time": "2024-06-24T20:46:46+00:00" }, - { - "name": "doctrine/inflector", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/inflector.git", - "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b", - "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^12.0 || ^13.0", - "phpstan/phpstan": "^1.12 || ^2.0", - "phpstan/phpstan-phpunit": "^1.4 || ^2.0", - "phpstan/phpstan-strict-rules": "^1.6 || ^2.0", - "phpunit/phpunit": "^8.5 || ^12.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Inflector\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", - "homepage": "https://www.doctrine-project.org/projects/inflector.html", - "keywords": [ - "inflection", - "inflector", - "lowercase", - "manipulation", - "php", - "plural", - "singular", - "strings", - "uppercase", - "words" - ], - "support": { - "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.1.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", - "type": "tidelift" - } - ], - "time": "2025-08-10T19:31:58+00:00" - }, - { - "name": "doctrine/lexer", - "version": "3.0.1", - "source": { - "type": "git", - "url": "https://github.com/doctrine/lexer.git", - "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", - "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "doctrine/coding-standard": "^12", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.5", - "psalm/plugin-phpunit": "^0.18.3", - "vimeo/psalm": "^5.21" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Lexer\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "https://www.doctrine-project.org/projects/lexer.html", - "keywords": [ - "annotations", - "docblock", - "lexer", - "parser", - "php" - ], - "support": { - "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/3.0.1" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", - "type": "tidelift" - } - ], - "time": "2024-02-05T11:56:58+00:00" - }, - { - "name": "egulias/email-validator", - "version": "4.0.4", - "source": { - "type": "git", - "url": "https://github.com/egulias/EmailValidator.git", - "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", - "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", - "shasum": "" - }, - "require": { - "doctrine/lexer": "^2.0 || ^3.0", - "php": ">=8.1", - "symfony/polyfill-intl-idn": "^1.26" - }, - "require-dev": { - "phpunit/phpunit": "^10.2", - "vimeo/psalm": "^5.12" - }, - "suggest": { - "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Egulias\\EmailValidator\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Eduardo Gulias Davis" - } - ], - "description": "A library for validating emails against several RFCs", - "homepage": "https://github.com/egulias/EmailValidator", - "keywords": [ - "email", - "emailvalidation", - "emailvalidator", - "validation", - "validator" - ], - "support": { - "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/4.0.4" - }, - "funding": [ - { - "url": "https://github.com/egulias", - "type": "github" - } - ], - "time": "2025-03-06T22:45:56+00:00" - }, - { - "name": "fruitcake/php-cors", - "version": "v1.3.0", - "source": { - "type": "git", - "url": "https://github.com/fruitcake/php-cors.git", - "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b", - "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b", - "shasum": "" - }, - "require": { - "php": "^7.4|^8.0", - "symfony/http-foundation": "^4.4|^5.4|^6|^7" - }, - "require-dev": { - "phpstan/phpstan": "^1.4", - "phpunit/phpunit": "^9", - "squizlabs/php_codesniffer": "^3.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2-dev" - } - }, - "autoload": { - "psr-4": { - "Fruitcake\\Cors\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fruitcake", - "homepage": "https://fruitcake.nl" - }, - { - "name": "Barryvdh", - "email": "barryvdh@gmail.com" - } - ], - "description": "Cross-origin resource sharing library for the Symfony HttpFoundation", - "homepage": "https://github.com/fruitcake/php-cors", - "keywords": [ - "cors", - "laravel", - "symfony" - ], - "support": { - "issues": "https://github.com/fruitcake/php-cors/issues", - "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0" - }, - "funding": [ - { - "url": "https://fruitcake.nl", - "type": "custom" - }, - { - "url": "https://github.com/barryvdh", - "type": "github" - } - ], - "time": "2023-10-12T05:21:21+00:00" - }, { "name": "graham-campbell/result-type", "version": "v1.1.3", @@ -674,1719 +240,6 @@ ], "time": "2024-07-20T21:45:45+00:00" }, - { - "name": "guzzlehttp/guzzle", - "version": "7.10.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/guzzle.git", - "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", - "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", - "shasum": "" - }, - "require": { - "ext-json": "*", - "guzzlehttp/promises": "^2.3", - "guzzlehttp/psr7": "^2.8", - "php": "^7.2.5 || ^8.0", - "psr/http-client": "^1.0", - "symfony/deprecation-contracts": "^2.2 || ^3.0" - }, - "provide": { - "psr/http-client-implementation": "1.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "ext-curl": "*", - "guzzle/client-integration-tests": "3.0.2", - "php-http/message-factory": "^1.1", - "phpunit/phpunit": "^8.5.39 || ^9.6.20", - "psr/log": "^1.1 || ^2.0 || ^3.0" - }, - "suggest": { - "ext-curl": "Required for CURL handler support", - "ext-intl": "Required for Internationalized Domain Name (IDN) support", - "psr/log": "Required for using the Log middleware" - }, - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - } - }, - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "GuzzleHttp\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Jeremy Lindblom", - "email": "jeremeamia@gmail.com", - "homepage": "https://github.com/jeremeamia" - }, - { - "name": "George Mponos", - "email": "gmponos@gmail.com", - "homepage": "https://github.com/gmponos" - }, - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://github.com/sagikazarmark" - }, - { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" - } - ], - "description": "Guzzle is a PHP HTTP client library", - "keywords": [ - "client", - "curl", - "framework", - "http", - "http client", - "psr-18", - "psr-7", - "rest", - "web service" - ], - "support": { - "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.10.0" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", - "type": "tidelift" - } - ], - "time": "2025-08-23T22:36:01+00:00" - }, - { - "name": "guzzlehttp/promises", - "version": "2.3.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/promises.git", - "reference": "481557b130ef3790cf82b713667b43030dc9c957" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", - "reference": "481557b130ef3790cf82b713667b43030dc9c957", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.44 || ^9.6.25" - }, - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" - }, - { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" - } - ], - "description": "Guzzle promises library", - "keywords": [ - "promise" - ], - "support": { - "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.3.0" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", - "type": "tidelift" - } - ], - "time": "2025-08-22T14:34:08+00:00" - }, - { - "name": "guzzlehttp/psr7", - "version": "2.8.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "21dc724a0583619cd1652f673303492272778051" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", - "reference": "21dc724a0583619cd1652f673303492272778051", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.1 || ^2.0", - "ralouphie/getallheaders": "^3.0" - }, - "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "http-interop/http-factory-tests": "0.9.0", - "phpunit/phpunit": "^8.5.44 || ^9.6.25" - }, - "suggest": { - "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" - }, - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "George Mponos", - "email": "gmponos@gmail.com", - "homepage": "https://github.com/gmponos" - }, - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://github.com/sagikazarmark" - }, - { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://sagikazarmark.hu" - } - ], - "description": "PSR-7 message implementation that also provides common utility methods", - "keywords": [ - "http", - "message", - "psr-7", - "request", - "response", - "stream", - "uri", - "url" - ], - "support": { - "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.8.0" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", - "type": "tidelift" - } - ], - "time": "2025-08-23T21:21:41+00:00" - }, - { - "name": "guzzlehttp/uri-template", - "version": "v1.0.5", - "source": { - "type": "git", - "url": "https://github.com/guzzle/uri-template.git", - "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1", - "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0", - "symfony/polyfill-php80": "^1.24" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.44 || ^9.6.25", - "uri-template/tests": "1.0.0" - }, - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\UriTemplate\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "George Mponos", - "email": "gmponos@gmail.com", - "homepage": "https://github.com/gmponos" - }, - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" - } - ], - "description": "A polyfill class for uri_template of PHP", - "keywords": [ - "guzzlehttp", - "uri-template" - ], - "support": { - "issues": "https://github.com/guzzle/uri-template/issues", - "source": "https://github.com/guzzle/uri-template/tree/v1.0.5" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template", - "type": "tidelift" - } - ], - "time": "2025-08-22T14:27:06+00:00" - }, - { - "name": "illuminate/bus", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/bus.git", - "reference": "c66d57011eec385055e1426d026c270aeecb05aa" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/bus/zipball/c66d57011eec385055e1426d026c270aeecb05aa", - "reference": "c66d57011eec385055e1426d026c270aeecb05aa", - "shasum": "" - }, - "require": { - "illuminate/collections": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/pipeline": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1" - }, - "suggest": { - "illuminate/queue": "Required to use closures when chaining jobs (^7.0)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Bus\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Bus package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, - { - "name": "illuminate/cache", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/cache.git", - "reference": "20f36c3209107ee5c8c646f88a0562a2c1b05a6c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/cache/zipball/20f36c3209107ee5c8c646f88a0562a2c1b05a6c", - "reference": "20f36c3209107ee5c8c646f88a0562a2c1b05a6c", - "shasum": "" - }, - "require": { - "illuminate/collections": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/macroable": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1" - }, - "provide": { - "psr/simple-cache-implementation": "1.0|2.0|3.0" - }, - "suggest": { - "ext-apcu": "Required to use the APC cache driver.", - "ext-filter": "Required to use the DynamoDb cache driver.", - "ext-memcached": "Required to use the memcache cache driver.", - "illuminate/database": "Required to use the database cache driver (^10.0).", - "illuminate/filesystem": "Required to use the file cache driver (^10.0).", - "illuminate/redis": "Required to use the redis cache driver (^10.0).", - "symfony/cache": "Required to use PSR-6 cache bridge (^6.2)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Cache\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Cache package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, - { - "name": "illuminate/collections", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/collections.git", - "reference": "48de3d6bc6aa779112ddcb608a3a96fc975d89d8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/48de3d6bc6aa779112ddcb608a3a96fc975d89d8", - "reference": "48de3d6bc6aa779112ddcb608a3a96fc975d89d8", - "shasum": "" - }, - "require": { - "illuminate/conditionable": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/macroable": "^10.0", - "php": "^8.1" - }, - "suggest": { - "symfony/var-dumper": "Required to use the dump method (^6.2)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "files": [ - "helpers.php" - ], - "psr-4": { - "Illuminate\\Support\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Collections package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, - { - "name": "illuminate/conditionable", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/conditionable.git", - "reference": "3ee34ac306fafc2a6f19cd7cd68c9af389e432a5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/conditionable/zipball/3ee34ac306fafc2a6f19cd7cd68c9af389e432a5", - "reference": "3ee34ac306fafc2a6f19cd7cd68c9af389e432a5", - "shasum": "" - }, - "require": { - "php": "^8.0.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Support\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Conditionable package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, - { - "name": "illuminate/config", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/config.git", - "reference": "d5e83ceff5c4d5607b1b81763eb4c436911c35da" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/config/zipball/d5e83ceff5c4d5607b1b81763eb4c436911c35da", - "reference": "d5e83ceff5c4d5607b1b81763eb4c436911c35da", - "shasum": "" - }, - "require": { - "illuminate/collections": "^10.0", - "illuminate/contracts": "^10.0", - "php": "^8.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Config\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Config package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2022-08-21T15:47:27+00:00" - }, - { - "name": "illuminate/console", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/console.git", - "reference": "e30d1f6ec68bd8138ba5f21998a2ee1c65ca82ca" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/console/zipball/e30d1f6ec68bd8138ba5f21998a2ee1c65ca82ca", - "reference": "e30d1f6ec68bd8138ba5f21998a2ee1c65ca82ca", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "illuminate/collections": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/macroable": "^10.0", - "illuminate/support": "^10.0", - "illuminate/view": "^10.0", - "laravel/prompts": "^0.1.9", - "nunomaduro/termwind": "^1.13", - "php": "^8.1", - "symfony/console": "^6.2", - "symfony/process": "^6.2" - }, - "suggest": { - "dragonmantank/cron-expression": "Required to use scheduler (^3.3.2).", - "ext-pcntl": "Required to use signal trapping.", - "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^7.5).", - "illuminate/bus": "Required to use the scheduled job dispatcher (^10.0).", - "illuminate/container": "Required to use the scheduler (^10.0).", - "illuminate/filesystem": "Required to use the generator command (^10.0).", - "illuminate/queue": "Required to use closures for scheduled jobs (^10.0)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Console\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Console package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2025-01-10T00:56:56+00:00" - }, - { - "name": "illuminate/container", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/container.git", - "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/container/zipball/ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3", - "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3", - "shasum": "" - }, - "require": { - "illuminate/contracts": "^10.0", - "php": "^8.1", - "psr/container": "^1.1.1|^2.0.1" - }, - "provide": { - "psr/container-implementation": "1.1|2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Container\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Container package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, - { - "name": "illuminate/contracts", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/contracts.git", - "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/f90663a69f926105a70b78060a31f3c64e2d1c74", - "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74", - "shasum": "" - }, - "require": { - "php": "^8.1", - "psr/container": "^1.1.1|^2.0.1", - "psr/simple-cache": "^1.0|^2.0|^3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Contracts\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Contracts package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, - { - "name": "illuminate/database", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/database.git", - "reference": "2246a636ba1f1e0cc6a5711f0e3929c6c303d937" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/database/zipball/2246a636ba1f1e0cc6a5711f0e3929c6c303d937", - "reference": "2246a636ba1f1e0cc6a5711f0e3929c6c303d937", - "shasum": "" - }, - "require": { - "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12", - "ext-pdo": "*", - "illuminate/collections": "^10.0", - "illuminate/container": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/macroable": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1" - }, - "conflict": { - "carbonphp/carbon-doctrine-types": ">=3.0", - "doctrine/dbal": ">=4.0" - }, - "suggest": { - "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).", - "ext-filter": "Required to use the Postgres database driver.", - "fakerphp/faker": "Required to use the eloquent factory builder (^1.21).", - "illuminate/console": "Required to use the database commands (^10.0).", - "illuminate/events": "Required to use the observers with Eloquent (^10.0).", - "illuminate/filesystem": "Required to use the migrations (^10.0).", - "illuminate/pagination": "Required to paginate the result set (^10.0).", - "symfony/finder": "Required to use Eloquent model factories (^6.2)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Database\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Database package.", - "homepage": "https://laravel.com", - "keywords": [ - "database", - "laravel", - "orm", - "sql" - ], - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-12-08T15:36:59+00:00" - }, - { - "name": "illuminate/encryption", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/encryption.git", - "reference": "0ab9942a891f82f927d03abb9a7320b89262f2a2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/encryption/zipball/0ab9942a891f82f927d03abb9a7320b89262f2a2", - "reference": "0ab9942a891f82f927d03abb9a7320b89262f2a2", - "shasum": "" - }, - "require": { - "ext-hash": "*", - "ext-mbstring": "*", - "ext-openssl": "*", - "illuminate/contracts": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Encryption\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Encryption package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2023-11-21T16:21:31+00:00" - }, - { - "name": "illuminate/events", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/events.git", - "reference": "3edcdad2f2fe6da6802afb0a256b0f7ee00d72e9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/events/zipball/3edcdad2f2fe6da6802afb0a256b0f7ee00d72e9", - "reference": "3edcdad2f2fe6da6802afb0a256b0f7ee00d72e9", - "shasum": "" - }, - "require": { - "illuminate/bus": "^10.0", - "illuminate/collections": "^10.0", - "illuminate/container": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/macroable": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "files": [ - "functions.php" - ], - "psr-4": { - "Illuminate\\Events\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Events package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, - { - "name": "illuminate/filesystem", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/filesystem.git", - "reference": "584ff4da2218e63e7210bba1c541ce526f24f37e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/filesystem/zipball/584ff4da2218e63e7210bba1c541ce526f24f37e", - "reference": "584ff4da2218e63e7210bba1c541ce526f24f37e", - "shasum": "" - }, - "require": { - "illuminate/collections": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/macroable": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1", - "symfony/finder": "^6.2" - }, - "suggest": { - "ext-fileinfo": "Required to use the Filesystem class.", - "ext-ftp": "Required to use the Flysystem FTP driver.", - "ext-hash": "Required to use the Filesystem class.", - "illuminate/http": "Required for handling uploaded files (^7.0).", - "league/flysystem": "Required to use the Flysystem local driver (^3.0.16).", - "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).", - "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).", - "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).", - "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", - "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).", - "symfony/mime": "Required to enable support for guessing extensions (^6.2)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "files": [ - "functions.php" - ], - "psr-4": { - "Illuminate\\Filesystem\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Filesystem package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2025-01-24T16:09:31+00:00" - }, - { - "name": "illuminate/http", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/http.git", - "reference": "71a34c9779765007906ace63096bbcbf0bd6d6a5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/http/zipball/71a34c9779765007906ace63096bbcbf0bd6d6a5", - "reference": "71a34c9779765007906ace63096bbcbf0bd6d6a5", - "shasum": "" - }, - "require": { - "ext-filter": "*", - "fruitcake/php-cors": "^1.2", - "guzzlehttp/uri-template": "^1.0", - "illuminate/collections": "^10.0", - "illuminate/macroable": "^10.0", - "illuminate/session": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1", - "symfony/http-foundation": "^6.4", - "symfony/http-kernel": "^6.2", - "symfony/mime": "^6.2" - }, - "suggest": { - "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", - "guzzlehttp/guzzle": "Required to use the HTTP Client (^7.5)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Http\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Http package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-12-09T16:17:12+00:00" - }, - { - "name": "illuminate/log", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/log.git", - "reference": "d8841de3aab93435daa9c16ae3454620cca92404" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/log/zipball/d8841de3aab93435daa9c16ae3454620cca92404", - "reference": "d8841de3aab93435daa9c16ae3454620cca92404", - "shasum": "" - }, - "require": { - "illuminate/contracts": "^10.0", - "illuminate/support": "^10.0", - "monolog/monolog": "^3.0", - "php": "^8.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Log\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Log package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, - { - "name": "illuminate/macroable", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/macroable.git", - "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27", - "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Support\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Macroable package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2023-06-05T12:46:42+00:00" - }, - { - "name": "illuminate/pipeline", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/pipeline.git", - "reference": "3030a131e5e9cb18c9a826428fcffc076df9dcd7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/pipeline/zipball/3030a131e5e9cb18c9a826428fcffc076df9dcd7", - "reference": "3030a131e5e9cb18c9a826428fcffc076df9dcd7", - "shasum": "" - }, - "require": { - "illuminate/contracts": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Pipeline\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Pipeline package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, - { - "name": "illuminate/queue", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/queue.git", - "reference": "7047f449072313ee9a04fa140d9044685a4d5741" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/queue/zipball/7047f449072313ee9a04fa140d9044685a4d5741", - "reference": "7047f449072313ee9a04fa140d9044685a4d5741", - "shasum": "" - }, - "require": { - "illuminate/collections": "^10.0", - "illuminate/console": "^10.0", - "illuminate/container": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/database": "^10.0", - "illuminate/filesystem": "^10.0", - "illuminate/pipeline": "^10.0", - "illuminate/support": "^10.0", - "laravel/serializable-closure": "^1.2.2", - "php": "^8.1", - "ramsey/uuid": "^4.7", - "symfony/process": "^6.2" - }, - "suggest": { - "aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.235.5).", - "ext-filter": "Required to use the SQS queue worker.", - "ext-mbstring": "Required to use the database failed job providers.", - "ext-pcntl": "Required to use all features of the queue worker.", - "ext-pdo": "Required to use the database queue worker.", - "ext-posix": "Required to use all features of the queue worker.", - "illuminate/redis": "Required to use the Redis queue driver (^10.0).", - "pda/pheanstalk": "Required to use the Beanstalk queue driver (^4.0)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Queue\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Queue package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, - { - "name": "illuminate/routing", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/routing.git", - "reference": "979a7e291e1e3b5448571f258045819a2381296c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/routing/zipball/979a7e291e1e3b5448571f258045819a2381296c", - "reference": "979a7e291e1e3b5448571f258045819a2381296c", - "shasum": "" - }, - "require": { - "ext-filter": "*", - "ext-hash": "*", - "illuminate/collections": "^10.0", - "illuminate/container": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/http": "^10.0", - "illuminate/macroable": "^10.0", - "illuminate/pipeline": "^10.0", - "illuminate/session": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1", - "symfony/http-foundation": "^6.4", - "symfony/http-kernel": "^6.2", - "symfony/routing": "^6.2" - }, - "suggest": { - "illuminate/console": "Required to use the make commands (^10.0).", - "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", - "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Routing\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Routing package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, - { - "name": "illuminate/session", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/session.git", - "reference": "c607dff2f3288ceaf16ed7215e193ffa6495ee3c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/session/zipball/c607dff2f3288ceaf16ed7215e193ffa6495ee3c", - "reference": "c607dff2f3288ceaf16ed7215e193ffa6495ee3c", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "ext-session": "*", - "illuminate/collections": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/filesystem": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1", - "symfony/finder": "^6.2", - "symfony/http-foundation": "^6.4" - }, - "suggest": { - "illuminate/console": "Required to use the session:table command (^10.0)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Session\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Session package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, - { - "name": "illuminate/support", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/support.git", - "reference": "6d09b480d34846245d9288f4dcefb17a73ce6e6a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/6d09b480d34846245d9288f4dcefb17a73ce6e6a", - "reference": "6d09b480d34846245d9288f4dcefb17a73ce6e6a", - "shasum": "" - }, - "require": { - "doctrine/inflector": "^2.0", - "ext-ctype": "*", - "ext-filter": "*", - "ext-mbstring": "*", - "illuminate/collections": "^10.0", - "illuminate/conditionable": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/macroable": "^10.0", - "nesbot/carbon": "^2.67", - "php": "^8.1", - "voku/portable-ascii": "^2.0" - }, - "conflict": { - "tightenco/collect": "<5.5.33" - }, - "suggest": { - "illuminate/filesystem": "Required to use the composer class (^10.0).", - "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.6).", - "ramsey/uuid": "Required to use Str::uuid() (^4.7).", - "symfony/process": "Required to use the composer class (^6.2).", - "symfony/uid": "Required to use Str::ulid() (^6.2).", - "symfony/var-dumper": "Required to use the dd function (^6.2).", - "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "files": [ - "helpers.php" - ], - "psr-4": { - "Illuminate\\Support\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Support package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-12-10T14:47:55+00:00" - }, - { - "name": "illuminate/translation", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/translation.git", - "reference": "4da8ed16d6ea6008acf43c7375a9b2073fb10e0b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/translation/zipball/4da8ed16d6ea6008acf43c7375a9b2073fb10e0b", - "reference": "4da8ed16d6ea6008acf43c7375a9b2073fb10e0b", - "shasum": "" - }, - "require": { - "illuminate/collections": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/filesystem": "^10.0", - "illuminate/macroable": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Translation\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Translation package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-01-30T15:55:48+00:00" - }, - { - "name": "illuminate/validation", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/validation.git", - "reference": "99c9b328a60209e574705df18b6fc67f50f9332e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/validation/zipball/99c9b328a60209e574705df18b6fc67f50f9332e", - "reference": "99c9b328a60209e574705df18b6fc67f50f9332e", - "shasum": "" - }, - "require": { - "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12", - "egulias/email-validator": "^3.2.5|^4.0", - "ext-filter": "*", - "ext-mbstring": "*", - "illuminate/collections": "^10.0", - "illuminate/container": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/macroable": "^10.0", - "illuminate/support": "^10.0", - "illuminate/translation": "^10.0", - "php": "^8.1", - "symfony/http-foundation": "^6.4", - "symfony/mime": "^6.2" - }, - "suggest": { - "illuminate/database": "Required to use the database presence verifier (^10.0)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Validation\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Validation package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2025-01-06T15:06:44+00:00" - }, - { - "name": "illuminate/view", - "version": "v10.48.28", - "source": { - "type": "git", - "url": "https://github.com/illuminate/view.git", - "reference": "51c9feaf1364bc35ffb056463cde1d6e639b7c6e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/illuminate/view/zipball/51c9feaf1364bc35ffb056463cde1d6e639b7c6e", - "reference": "51c9feaf1364bc35ffb056463cde1d6e639b7c6e", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "illuminate/collections": "^10.0", - "illuminate/container": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/events": "^10.0", - "illuminate/filesystem": "^10.0", - "illuminate/macroable": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Illuminate\\View\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate View package.", - "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2024-11-21T14:02:44+00:00" - }, { "name": "johnbillion/args", "version": "2.2.2", @@ -2827,608 +680,6 @@ }, "time": "2022-02-02T11:42:57+00:00" }, - { - "name": "laravel/prompts", - "version": "v0.1.25", - "source": { - "type": "git", - "url": "https://github.com/laravel/prompts.git", - "reference": "7b4029a84c37cb2725fc7f011586e2997040bc95" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/prompts/zipball/7b4029a84c37cb2725fc7f011586e2997040bc95", - "reference": "7b4029a84c37cb2725fc7f011586e2997040bc95", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "illuminate/collections": "^10.0|^11.0", - "php": "^8.1", - "symfony/console": "^6.2|^7.0" - }, - "conflict": { - "illuminate/console": ">=10.17.0 <10.25.0", - "laravel/framework": ">=10.17.0 <10.25.0" - }, - "require-dev": { - "mockery/mockery": "^1.5", - "pestphp/pest": "^2.3", - "phpstan/phpstan": "^1.11", - "phpstan/phpstan-mockery": "^1.1" - }, - "suggest": { - "ext-pcntl": "Required for the spinner to be animated." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "0.1.x-dev" - } - }, - "autoload": { - "files": [ - "src/helpers.php" - ], - "psr-4": { - "Laravel\\Prompts\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Add beautiful and user-friendly forms to your command-line applications.", - "support": { - "issues": "https://github.com/laravel/prompts/issues", - "source": "https://github.com/laravel/prompts/tree/v0.1.25" - }, - "time": "2024-08-12T22:06:33+00:00" - }, - { - "name": "laravel/serializable-closure", - "version": "v1.3.7", - "source": { - "type": "git", - "url": "https://github.com/laravel/serializable-closure.git", - "reference": "4f48ade902b94323ca3be7646db16209ec76be3d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d", - "reference": "4f48ade902b94323ca3be7646db16209ec76be3d", - "shasum": "" - }, - "require": { - "php": "^7.3|^8.0" - }, - "require-dev": { - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", - "nesbot/carbon": "^2.61|^3.0", - "pestphp/pest": "^1.21.3", - "phpstan/phpstan": "^1.8.2", - "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Laravel\\SerializableClosure\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - }, - { - "name": "Nuno Maduro", - "email": "nuno@laravel.com" - } - ], - "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", - "keywords": [ - "closure", - "laravel", - "serializable" - ], - "support": { - "issues": "https://github.com/laravel/serializable-closure/issues", - "source": "https://github.com/laravel/serializable-closure" - }, - "time": "2024-11-14T18:34:49+00:00" - }, - { - "name": "league/flysystem", - "version": "3.30.0", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/flysystem.git", - "reference": "2203e3151755d874bb2943649dae1eb8533ac93e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2203e3151755d874bb2943649dae1eb8533ac93e", - "reference": "2203e3151755d874bb2943649dae1eb8533ac93e", - "shasum": "" - }, - "require": { - "league/flysystem-local": "^3.0.0", - "league/mime-type-detection": "^1.0.0", - "php": "^8.0.2" - }, - "conflict": { - "async-aws/core": "<1.19.0", - "async-aws/s3": "<1.14.0", - "aws/aws-sdk-php": "3.209.31 || 3.210.0", - "guzzlehttp/guzzle": "<7.0", - "guzzlehttp/ringphp": "<1.1.1", - "phpseclib/phpseclib": "3.0.15", - "symfony/http-client": "<5.2" - }, - "require-dev": { - "async-aws/s3": "^1.5 || ^2.0", - "async-aws/simple-s3": "^1.1 || ^2.0", - "aws/aws-sdk-php": "^3.295.10", - "composer/semver": "^3.0", - "ext-fileinfo": "*", - "ext-ftp": "*", - "ext-mongodb": "^1.3|^2", - "ext-zip": "*", - "friendsofphp/php-cs-fixer": "^3.5", - "google/cloud-storage": "^1.23", - "guzzlehttp/psr7": "^2.6", - "microsoft/azure-storage-blob": "^1.1", - "mongodb/mongodb": "^1.2|^2", - "phpseclib/phpseclib": "^3.0.36", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.5.11|^10.0", - "sabre/dav": "^4.6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "League\\Flysystem\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Frank de Jonge", - "email": "info@frankdejonge.nl" - } - ], - "description": "File storage abstraction for PHP", - "keywords": [ - "WebDAV", - "aws", - "cloud", - "file", - "files", - "filesystem", - "filesystems", - "ftp", - "s3", - "sftp", - "storage" - ], - "support": { - "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.30.0" - }, - "time": "2025-06-25T13:29:59+00:00" - }, - { - "name": "league/flysystem-local", - "version": "3.30.0", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/flysystem-local.git", - "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/6691915f77c7fb69adfb87dcd550052dc184ee10", - "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10", - "shasum": "" - }, - "require": { - "ext-fileinfo": "*", - "league/flysystem": "^3.0.0", - "league/mime-type-detection": "^1.0.0", - "php": "^8.0.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "League\\Flysystem\\Local\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Frank de Jonge", - "email": "info@frankdejonge.nl" - } - ], - "description": "Local filesystem adapter for Flysystem.", - "keywords": [ - "Flysystem", - "file", - "files", - "filesystem", - "local" - ], - "support": { - "source": "https://github.com/thephpleague/flysystem-local/tree/3.30.0" - }, - "time": "2025-05-21T10:34:19+00:00" - }, - { - "name": "league/mime-type-detection", - "version": "1.16.0", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/mime-type-detection.git", - "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", - "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", - "shasum": "" - }, - "require": { - "ext-fileinfo": "*", - "php": "^7.4 || ^8.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^3.2", - "phpstan/phpstan": "^0.12.68", - "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "League\\MimeTypeDetection\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Frank de Jonge", - "email": "info@frankdejonge.nl" - } - ], - "description": "Mime-type detection for Flysystem", - "support": { - "issues": "https://github.com/thephpleague/mime-type-detection/issues", - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0" - }, - "funding": [ - { - "url": "https://github.com/frankdejonge", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/league/flysystem", - "type": "tidelift" - } - ], - "time": "2024-09-21T08:32:55+00:00" - }, - { - "name": "monolog/monolog", - "version": "3.9.0", - "source": { - "type": "git", - "url": "https://github.com/Seldaek/monolog.git", - "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6", - "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/log": "^2.0 || ^3.0" - }, - "provide": { - "psr/log-implementation": "3.0.0" - }, - "require-dev": { - "aws/aws-sdk-php": "^3.0", - "doctrine/couchdb": "~1.0@dev", - "elasticsearch/elasticsearch": "^7 || ^8", - "ext-json": "*", - "graylog2/gelf-php": "^1.4.2 || ^2.0", - "guzzlehttp/guzzle": "^7.4.5", - "guzzlehttp/psr7": "^2.2", - "mongodb/mongodb": "^1.8", - "php-amqplib/php-amqplib": "~2.4 || ^3", - "php-console/php-console": "^3.1.8", - "phpstan/phpstan": "^2", - "phpstan/phpstan-deprecation-rules": "^2", - "phpstan/phpstan-strict-rules": "^2", - "phpunit/phpunit": "^10.5.17 || ^11.0.7", - "predis/predis": "^1.1 || ^2", - "rollbar/rollbar": "^4.0", - "ruflin/elastica": "^7 || ^8", - "symfony/mailer": "^5.4 || ^6", - "symfony/mime": "^5.4 || ^6" - }, - "suggest": { - "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", - "doctrine/couchdb": "Allow sending log messages to a CouchDB server", - "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", - "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", - "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", - "ext-mbstring": "Allow to work properly with unicode symbols", - "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", - "ext-openssl": "Required to send log messages using SSL", - "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", - "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", - "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", - "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", - "rollbar/rollbar": "Allow sending log messages to Rollbar", - "ruflin/elastica": "Allow sending log messages to an Elastic Search server" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Monolog\\": "src/Monolog" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "https://seld.be" - } - ], - "description": "Sends your logs to files, sockets, inboxes, databases and various web services", - "homepage": "https://github.com/Seldaek/monolog", - "keywords": [ - "log", - "logging", - "psr-3" - ], - "support": { - "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/3.9.0" - }, - "funding": [ - { - "url": "https://github.com/Seldaek", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", - "type": "tidelift" - } - ], - "time": "2025-03-24T10:02:05+00:00" - }, - { - "name": "nesbot/carbon", - "version": "2.73.0", - "source": { - "type": "git", - "url": "https://github.com/CarbonPHP/carbon.git", - "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/9228ce90e1035ff2f0db84b40ec2e023ed802075", - "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075", - "shasum": "" - }, - "require": { - "carbonphp/carbon-doctrine-types": "*", - "ext-json": "*", - "php": "^7.1.8 || ^8.0", - "psr/clock": "^1.0", - "symfony/polyfill-mbstring": "^1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" - }, - "provide": { - "psr/clock-implementation": "1.0" - }, - "require-dev": { - "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0", - "doctrine/orm": "^2.7 || ^3.0", - "friendsofphp/php-cs-fixer": "^3.0", - "kylekatarnls/multi-tester": "^2.0", - "ondrejmirtes/better-reflection": "<6", - "phpmd/phpmd": "^2.9", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12.99 || ^1.7.14", - "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6", - "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20", - "squizlabs/php_codesniffer": "^3.4" - }, - "bin": [ - "bin/carbon" - ], - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Carbon\\Laravel\\ServiceProvider" - ] - }, - "phpstan": { - "includes": [ - "extension.neon" - ] - }, - "branch-alias": { - "dev-2.x": "2.x-dev", - "dev-master": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Carbon\\": "src/Carbon/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Brian Nesbitt", - "email": "brian@nesbot.com", - "homepage": "https://markido.com" - }, - { - "name": "kylekatarnls", - "homepage": "https://github.com/kylekatarnls" - } - ], - "description": "An API extension for DateTime that supports 281 different languages.", - "homepage": "https://carbon.nesbot.com", - "keywords": [ - "date", - "datetime", - "time" - ], - "support": { - "docs": "https://carbon.nesbot.com/docs", - "issues": "https://github.com/briannesbitt/Carbon/issues", - "source": "https://github.com/briannesbitt/Carbon" - }, - "funding": [ - { - "url": "https://github.com/sponsors/kylekatarnls", - "type": "github" - }, - { - "url": "https://opencollective.com/Carbon#sponsor", - "type": "opencollective" - }, - { - "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme", - "type": "tidelift" - } - ], - "time": "2025-01-08T20:10:23+00:00" - }, - { - "name": "nunomaduro/termwind", - "version": "v1.17.0", - "source": { - "type": "git", - "url": "https://github.com/nunomaduro/termwind.git", - "reference": "5369ef84d8142c1d87e4ec278711d4ece3cbf301" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/5369ef84d8142c1d87e4ec278711d4ece3cbf301", - "reference": "5369ef84d8142c1d87e4ec278711d4ece3cbf301", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": "^8.1", - "symfony/console": "^6.4.15" - }, - "require-dev": { - "illuminate/console": "^10.48.24", - "illuminate/support": "^10.48.24", - "laravel/pint": "^1.18.2", - "pestphp/pest": "^2.36.0", - "pestphp/pest-plugin-mock": "2.0.0", - "phpstan/phpstan": "^1.12.11", - "phpstan/phpstan-strict-rules": "^1.6.1", - "symfony/var-dumper": "^6.4.15", - "thecodingmachine/phpstan-strict-rules": "^1.0.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Termwind\\Laravel\\TermwindServiceProvider" - ] - } - }, - "autoload": { - "files": [ - "src/Functions.php" - ], - "psr-4": { - "Termwind\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nuno Maduro", - "email": "enunomaduro@gmail.com" - } - ], - "description": "Its like Tailwind CSS, but for the console.", - "keywords": [ - "cli", - "console", - "css", - "package", - "php", - "style" - ], - "support": { - "issues": "https://github.com/nunomaduro/termwind/issues", - "source": "https://github.com/nunomaduro/termwind/tree/v1.17.0" - }, - "funding": [ - { - "url": "https://www.paypal.com/paypalme/enunomaduro", - "type": "custom" - }, - { - "url": "https://github.com/nunomaduro", - "type": "github" - }, - { - "url": "https://github.com/xiCO2k", - "type": "github" - } - ], - "time": "2024-11-21T10:36:35+00:00" - }, { "name": "oscarotero/env", "version": "v2.1.1", @@ -3608,725 +859,6 @@ ], "time": "2024-07-20T21:41:07+00:00" }, - { - "name": "psr/clock", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/clock.git", - "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "shasum": "" - }, - "require": { - "php": "^7.0 || ^8.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Psr\\Clock\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for reading the clock.", - "homepage": "https://github.com/php-fig/clock", - "keywords": [ - "clock", - "now", - "psr", - "psr-20", - "time" - ], - "support": { - "issues": "https://github.com/php-fig/clock/issues", - "source": "https://github.com/php-fig/clock/tree/1.0.0" - }, - "time": "2022-11-25T14:36:26+00:00" - }, - { - "name": "psr/container", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", - "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", - "shasum": "" - }, - "require": { - "php": ">=7.4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Container\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", - "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" - ], - "support": { - "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/2.0.2" - }, - "time": "2021-11-05T16:47:00+00:00" - }, - { - "name": "psr/event-dispatcher", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/event-dispatcher.git", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", - "shasum": "" - }, - "require": { - "php": ">=7.2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\EventDispatcher\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Standard interfaces for event handling.", - "keywords": [ - "events", - "psr", - "psr-14" - ], - "support": { - "issues": "https://github.com/php-fig/event-dispatcher/issues", - "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" - }, - "time": "2019-01-08T18:20:26+00:00" - }, - { - "name": "psr/http-client", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-client.git", - "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", - "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", - "shasum": "" - }, - "require": { - "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0 || ^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Client\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP clients", - "homepage": "https://github.com/php-fig/http-client", - "keywords": [ - "http", - "http-client", - "psr", - "psr-18" - ], - "support": { - "source": "https://github.com/php-fig/http-client" - }, - "time": "2023-09-23T14:17:50+00:00" - }, - { - "name": "psr/http-factory", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-factory.git", - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", - "shasum": "" - }, - "require": { - "php": ">=7.1", - "psr/http-message": "^1.0 || ^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", - "keywords": [ - "factory", - "http", - "message", - "psr", - "psr-17", - "psr-7", - "request", - "response" - ], - "support": { - "source": "https://github.com/php-fig/http-factory" - }, - "time": "2024-04-15T12:06:14+00:00" - }, - { - "name": "psr/http-message", - "version": "2.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", - "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", - "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" - ], - "support": { - "source": "https://github.com/php-fig/http-message/tree/2.0" - }, - "time": "2023-04-04T09:54:51+00:00" - }, - { - "name": "psr/log", - "version": "3.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", - "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "support": { - "source": "https://github.com/php-fig/log/tree/3.0.2" - }, - "time": "2024-09-11T13:17:53+00:00" - }, - { - "name": "psr/simple-cache", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/simple-cache.git", - "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", - "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\SimpleCache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interfaces for simple caching", - "keywords": [ - "cache", - "caching", - "psr", - "psr-16", - "simple-cache" - ], - "support": { - "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" - }, - "time": "2021-10-29T13:26:27+00:00" - }, - { - "name": "ralouphie/getallheaders", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "120b605dfeb996808c31b6477290a714d356e822" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", - "reference": "120b605dfeb996808c31b6477290a714d356e822", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5 || ^6.5" - }, - "type": "library", - "autoload": { - "files": [ - "src/getallheaders.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" - } - ], - "description": "A polyfill for getallheaders.", - "support": { - "issues": "https://github.com/ralouphie/getallheaders/issues", - "source": "https://github.com/ralouphie/getallheaders/tree/develop" - }, - "time": "2019-03-08T08:55:37+00:00" - }, - { - "name": "ramsey/collection", - "version": "2.1.1", - "source": { - "type": "git", - "url": "https://github.com/ramsey/collection.git", - "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2", - "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "captainhook/plugin-composer": "^5.3", - "ergebnis/composer-normalize": "^2.45", - "fakerphp/faker": "^1.24", - "hamcrest/hamcrest-php": "^2.0", - "jangregor/phpstan-prophecy": "^2.1", - "mockery/mockery": "^1.6", - "php-parallel-lint/php-console-highlighter": "^1.0", - "php-parallel-lint/php-parallel-lint": "^1.4", - "phpspec/prophecy-phpunit": "^2.3", - "phpstan/extension-installer": "^1.4", - "phpstan/phpstan": "^2.1", - "phpstan/phpstan-mockery": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", - "phpunit/phpunit": "^10.5", - "ramsey/coding-standard": "^2.3", - "ramsey/conventional-commits": "^1.6", - "roave/security-advisories": "dev-latest" - }, - "type": "library", - "extra": { - "captainhook": { - "force-install": true - }, - "ramsey/conventional-commits": { - "configFile": "conventional-commits.json" - } - }, - "autoload": { - "psr-4": { - "Ramsey\\Collection\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ben Ramsey", - "email": "ben@benramsey.com", - "homepage": "https://benramsey.com" - } - ], - "description": "A PHP library for representing and manipulating collections.", - "keywords": [ - "array", - "collection", - "hash", - "map", - "queue", - "set" - ], - "support": { - "issues": "https://github.com/ramsey/collection/issues", - "source": "https://github.com/ramsey/collection/tree/2.1.1" - }, - "time": "2025-03-22T05:38:12+00:00" - }, - { - "name": "ramsey/uuid", - "version": "4.9.0", - "source": { - "type": "git", - "url": "https://github.com/ramsey/uuid.git", - "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/4e0e23cc785f0724a0e838279a9eb03f28b092a0", - "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0", - "shasum": "" - }, - "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13", - "php": "^8.0", - "ramsey/collection": "^1.2 || ^2.0" - }, - "replace": { - "rhumsaa/uuid": "self.version" - }, - "require-dev": { - "captainhook/captainhook": "^5.25", - "captainhook/plugin-composer": "^5.3", - "dealerdirect/phpcodesniffer-composer-installer": "^1.0", - "ergebnis/composer-normalize": "^2.47", - "mockery/mockery": "^1.6", - "paragonie/random-lib": "^2", - "php-mock/php-mock": "^2.6", - "php-mock/php-mock-mockery": "^1.5", - "php-parallel-lint/php-parallel-lint": "^1.4.0", - "phpbench/phpbench": "^1.2.14", - "phpstan/extension-installer": "^1.4", - "phpstan/phpstan": "^2.1", - "phpstan/phpstan-mockery": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", - "phpunit/phpunit": "^9.6", - "slevomat/coding-standard": "^8.18", - "squizlabs/php_codesniffer": "^3.13" - }, - "suggest": { - "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", - "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", - "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", - "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", - "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." - }, - "type": "library", - "extra": { - "captainhook": { - "force-install": true - } - }, - "autoload": { - "files": [ - "src/functions.php" - ], - "psr-4": { - "Ramsey\\Uuid\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", - "keywords": [ - "guid", - "identifier", - "uuid" - ], - "support": { - "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.9.0" - }, - "time": "2025-06-25T14:20:11+00:00" - }, - { - "name": "roots/acorn", - "version": "v4.3.1", - "source": { - "type": "git", - "url": "https://github.com/roots/acorn.git", - "reference": "3c6040dcad79446be94e03fd2f09321fd581e40b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/roots/acorn/zipball/3c6040dcad79446be94e03fd2f09321fd581e40b", - "reference": "3c6040dcad79446be94e03fd2f09321fd581e40b", - "shasum": "" - }, - "require": { - "ext-json": "*", - "ext-mbstring": "*", - "guzzlehttp/guzzle": "^7.8", - "illuminate/cache": "^10.43", - "illuminate/config": "^10.43", - "illuminate/console": "^10.43", - "illuminate/container": "^10.43", - "illuminate/contracts": "^10.43", - "illuminate/database": "^10.43", - "illuminate/encryption": "^10.43", - "illuminate/events": "^10.43", - "illuminate/filesystem": "^10.43", - "illuminate/http": "^10.43", - "illuminate/log": "^10.43", - "illuminate/queue": "^10.43", - "illuminate/routing": "^10.43", - "illuminate/support": "^10.43", - "illuminate/validation": "^10.43", - "illuminate/view": "^10.43", - "laravel/prompts": "^0.1.7", - "laravel/serializable-closure": "^1.3", - "league/flysystem": "^3.8", - "php": ">=8.1", - "ramsey/uuid": "^4.7", - "roots/support": "^1.0", - "symfony/error-handler": "^6.2", - "symfony/var-dumper": "^6.2", - "vlucas/phpdotenv": "^5.4.1" - }, - "require-dev": { - "laravel/pint": "1.14", - "mockery/mockery": "^1.6", - "pestphp/pest": "^2.25", - "phpcompatibility/php-compatibility": "^9.3", - "roave/security-advisories": "dev-master", - "spatie/laravel-ignition": "^2.1", - "spatie/pest-plugin-snapshots": "^2.1", - "spatie/temporary-directory": "^2.0", - "tmarsteel/mockery-callable-mock": "^2.1", - "wp-cli/wp-cli": "^2.5" - }, - "suggest": { - "roots/acorn-prettify": "A collection of modules to apply theme-agnostic front-end modifications (^1.0).", - "spatie/laravel-ignition": "A beautiful error page for development (^2.0)." - }, - "bin": [ - "bin/acorn" - ], - "type": "library", - "autoload": { - "files": [ - "src/Roots/helpers.php", - "src/Roots/globals.php" - ], - "psr-4": { - "Roots\\": "src/Roots/", - "Illuminate\\": "src/Illuminate/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "QWp6t", - "email": "hi@qwp6t.me" - }, - { - "name": "Brandon Nifong", - "email": "brandon@tendency.me" - } - ], - "description": "Framework for Roots WordPress projects built with Laravel components.", - "homepage": "https://roots.io/acorn/", - "keywords": [ - "laravel", - "livewire", - "sage", - "wordpress" - ], - "support": { - "forum": "https://discourse.roots.io/", - "issues": "https://github.com/roots/acorn/issues", - "source": "https://github.com/roots/acorn/tree/v4.3.1" - }, - "funding": [ - { - "url": "https://github.com/roots", - "type": "github" - } - ], - "time": "2024-11-06T22:33:56+00:00" - }, { "name": "roots/acorn-prettify", "version": "v1.0.2", @@ -4519,57 +1051,6 @@ ], "time": "2020-05-20T01:25:07+00:00" }, - { - "name": "roots/support", - "version": "v1.0.1", - "source": { - "type": "git", - "url": "https://github.com/roots/support.git", - "reference": "e1b76fb2feb806e195833b125b6d23d598a88bb3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/roots/support/zipball/e1b76fb2feb806e195833b125b6d23d598a88bb3", - "reference": "e1b76fb2feb806e195833b125b6d23d598a88bb3", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "require-dev": { - "phpunit/phpunit": "^7.2", - "squizlabs/php_codesniffer": "^3.3" - }, - "type": "library", - "autoload": { - "files": [ - "helpers.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "QWp6t", - "email": "hi@qwp6t.me" - } - ], - "homepage": "https://github.com/roots/support/", - "support": { - "forum": "https://discourse.roots.io/", - "issues": "https://github.com/roots/support/issues", - "source": "https://github.com/roots/support/tree/v1.0.1" - }, - "funding": [ - { - "url": "https://github.com/roots", - "type": "github" - } - ], - "time": "2024-05-08T21:05:03+00:00" - }, { "name": "roots/wordpress", "version": "6.8.2", @@ -4793,766 +1274,6 @@ "description": "Collect configuration values and safely define() them", "time": "2018-08-10T14:18:38+00:00" }, - { - "name": "symfony/console", - "version": "v6.4.25", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "273fd29ff30ba0a88ca5fb83f7cf1ab69306adae" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/273fd29ff30ba0a88ca5fb83f7cf1ab69306adae", - "reference": "273fd29ff30ba0a88ca5fb83f7cf1ab69306adae", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/service-contracts": "^2.5|^3", - "symfony/string": "^5.4|^6.0|^7.0" - }, - "conflict": { - "symfony/dependency-injection": "<5.4", - "symfony/dotenv": "<5.4", - "symfony/event-dispatcher": "<5.4", - "symfony/lock": "<5.4", - "symfony/process": "<5.4" - }, - "provide": { - "psr/log-implementation": "1.0|2.0|3.0" - }, - "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/event-dispatcher": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^6.4|^7.0", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/lock": "^5.4|^6.0|^7.0", - "symfony/messenger": "^5.4|^6.0|^7.0", - "symfony/process": "^5.4|^6.0|^7.0", - "symfony/stopwatch": "^5.4|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Eases the creation of beautiful and testable command line interfaces", - "homepage": "https://symfony.com", - "keywords": [ - "cli", - "command-line", - "console", - "terminal" - ], - "support": { - "source": "https://github.com/symfony/console/tree/v6.4.25" - }, - "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": "2025-08-22T10:21:53+00:00" - }, - { - "name": "symfony/deprecation-contracts", - "version": "v3.6.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", - "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, - "branch-alias": { - "dev-main": "3.6-dev" - } - }, - "autoload": { - "files": [ - "function.php" - ] - }, - "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": "A generic function and convention to trigger deprecation notices", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-25T14:21:43+00:00" - }, - { - "name": "symfony/error-handler", - "version": "v6.4.24", - "source": { - "type": "git", - "url": "https://github.com/symfony/error-handler.git", - "reference": "30fd0b3cf0e972e82636038ce4db0e4fe777112c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/30fd0b3cf0e972e82636038ce4db0e4fe777112c", - "reference": "30fd0b3cf0e972e82636038ce4db0e4fe777112c", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/log": "^1|^2|^3", - "symfony/var-dumper": "^5.4|^6.0|^7.0" - }, - "conflict": { - "symfony/deprecation-contracts": "<2.5", - "symfony/http-kernel": "<6.4" - }, - "require-dev": { - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/serializer": "^5.4|^6.0|^7.0" - }, - "bin": [ - "Resources/bin/patch-type-declarations" - ], - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\ErrorHandler\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides tools to manage errors and ease debugging PHP code", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.4.24" - }, - "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": "2025-07-24T08:25:04+00:00" - }, - { - "name": "symfony/event-dispatcher", - "version": "v6.4.25", - "source": { - "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "b0cf3162020603587363f0551cd3be43958611ff" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b0cf3162020603587363f0551cd3be43958611ff", - "reference": "b0cf3162020603587363f0551cd3be43958611ff", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/event-dispatcher-contracts": "^2.5|^3" - }, - "conflict": { - "symfony/dependency-injection": "<5.4", - "symfony/service-contracts": "<2.5" - }, - "provide": { - "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "2.0|3.0" - }, - "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/error-handler": "^5.4|^6.0|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^5.4|^6.0|^7.0", - "symfony/service-contracts": "^2.5|^3", - "symfony/stopwatch": "^5.4|^6.0|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.25" - }, - "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": "2025-08-13T09:41:44+00:00" - }, - { - "name": "symfony/event-dispatcher-contracts", - "version": "v3.6.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "59eb412e93815df44f05f342958efa9f46b1e586" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586", - "reference": "59eb412e93815df44f05f342958efa9f46b1e586", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/event-dispatcher": "^1" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, - "branch-alias": { - "dev-main": "3.6-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\EventDispatcher\\": "" - } - }, - "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": "Generic abstractions related to dispatching event", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-25T14:21:43+00:00" - }, - { - "name": "symfony/finder", - "version": "v6.4.24", - "source": { - "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "73089124388c8510efb8d2d1689285d285937b08" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/73089124388c8510efb8d2d1689285d285937b08", - "reference": "73089124388c8510efb8d2d1689285d285937b08", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "require-dev": { - "symfony/filesystem": "^6.0|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Finds files and directories via an intuitive fluent interface", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.24" - }, - "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": "2025-07-15T12:02:45+00:00" - }, - { - "name": "symfony/http-foundation", - "version": "v6.4.25", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-foundation.git", - "reference": "6bc974c0035b643aa497c58d46d9e25185e4b272" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6bc974c0035b643aa497c58d46d9e25185e4b272", - "reference": "6bc974c0035b643aa497c58d46d9e25185e4b272", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php83": "^1.27" - }, - "conflict": { - "symfony/cache": "<6.4.12|>=7.0,<7.1.5" - }, - "require-dev": { - "doctrine/dbal": "^2.13.1|^3|^4", - "predis/predis": "^1.1|^2.0", - "symfony/cache": "^6.4.12|^7.1.5", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0", - "symfony/mime": "^5.4|^6.0|^7.0", - "symfony/rate-limiter": "^5.4|^6.0|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\HttpFoundation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Defines an object-oriented layer for the HTTP specification", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.4.25" - }, - "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": "2025-08-20T06:48:20+00:00" - }, - { - "name": "symfony/http-kernel", - "version": "v6.4.25", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-kernel.git", - "reference": "a0ee3cea5cabf4ed960fd2ef57668ceeacdb6e15" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a0ee3cea5cabf4ed960fd2ef57668ceeacdb6e15", - "reference": "a0ee3cea5cabf4ed960fd2ef57668ceeacdb6e15", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/log": "^1|^2|^3", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/error-handler": "^6.4|^7.0", - "symfony/event-dispatcher": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^6.4|^7.0", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "symfony/browser-kit": "<5.4", - "symfony/cache": "<5.4", - "symfony/config": "<6.1", - "symfony/console": "<5.4", - "symfony/dependency-injection": "<6.4", - "symfony/doctrine-bridge": "<5.4", - "symfony/form": "<5.4", - "symfony/http-client": "<5.4", - "symfony/http-client-contracts": "<2.5", - "symfony/mailer": "<5.4", - "symfony/messenger": "<5.4", - "symfony/translation": "<5.4", - "symfony/translation-contracts": "<2.5", - "symfony/twig-bridge": "<5.4", - "symfony/validator": "<6.4", - "symfony/var-dumper": "<6.3", - "twig/twig": "<2.13" - }, - "provide": { - "psr/log-implementation": "1.0|2.0|3.0" - }, - "require-dev": { - "psr/cache": "^1.0|^2.0|^3.0", - "symfony/browser-kit": "^5.4|^6.0|^7.0", - "symfony/clock": "^6.2|^7.0", - "symfony/config": "^6.1|^7.0", - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/css-selector": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/dom-crawler": "^5.4|^6.0|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/finder": "^5.4|^6.0|^7.0", - "symfony/http-client-contracts": "^2.5|^3", - "symfony/process": "^5.4|^6.0|^7.0", - "symfony/property-access": "^5.4.5|^6.0.5|^7.0", - "symfony/routing": "^5.4|^6.0|^7.0", - "symfony/serializer": "^6.4.4|^7.0.4", - "symfony/stopwatch": "^5.4|^6.0|^7.0", - "symfony/translation": "^5.4|^6.0|^7.0", - "symfony/translation-contracts": "^2.5|^3", - "symfony/uid": "^5.4|^6.0|^7.0", - "symfony/validator": "^6.4|^7.0", - "symfony/var-dumper": "^5.4|^6.4|^7.0", - "symfony/var-exporter": "^6.2|^7.0", - "twig/twig": "^2.13|^3.0.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\HttpKernel\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides a structured process for converting a Request into a Response", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.4.25" - }, - "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": "2025-08-29T07:55:45+00:00" - }, - { - "name": "symfony/mime", - "version": "v6.4.24", - "source": { - "type": "git", - "url": "https://github.com/symfony/mime.git", - "reference": "664d5e844a2de5e11c8255d0aef6bc15a9660ac7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/664d5e844a2de5e11c8255d0aef6bc15a9660ac7", - "reference": "664d5e844a2de5e11c8255d0aef6bc15a9660ac7", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0" - }, - "conflict": { - "egulias/email-validator": "~3.0.0", - "phpdocumentor/reflection-docblock": "<3.2.2", - "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<5.4", - "symfony/serializer": "<6.4.3|>7.0,<7.0.3" - }, - "require-dev": { - "egulias/email-validator": "^2.1.10|^3.1|^4", - "league/html-to-markdown": "^5.0", - "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/process": "^5.4|^6.4|^7.0", - "symfony/property-access": "^5.4|^6.0|^7.0", - "symfony/property-info": "^5.4|^6.0|^7.0", - "symfony/serializer": "^6.4.3|^7.0.3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Mime\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Allows manipulating MIME messages", - "homepage": "https://symfony.com", - "keywords": [ - "mime", - "mime-type" - ], - "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.24" - }, - "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": "2025-07-15T12:02:45+00:00" - }, { "name": "symfony/polyfill-ctype", "version": "v1.30.0", @@ -5632,260 +1353,6 @@ ], "time": "2024-05-31T15:07:36+00:00" }, - { - "name": "symfony/polyfill-intl-grapheme", - "version": "v1.33.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70", - "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Intl\\Grapheme\\": "" - } - }, - "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 for intl's grapheme_* functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "grapheme", - "intl", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.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": "2025-06-27T09:58:17+00:00" - }, - { - "name": "symfony/polyfill-intl-idn", - "version": "v1.33.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3", - "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3", - "shasum": "" - }, - "require": { - "php": ">=7.2", - "symfony/polyfill-intl-normalizer": "^1.10" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Laurent Bassin", - "email": "laurent@bassin.info" - }, - { - "name": "Trevor Rowbotham", - "email": "trevor.rowbotham@pm.me" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "idn", - "intl", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.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": "2024-09-10T14:38:51+00:00" - }, - { - "name": "symfony/polyfill-intl-normalizer", - "version": "v1.33.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "3833d7255cc303546435cb650316bff708a1c75c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", - "reference": "3833d7255cc303546435cb650316bff708a1c75c", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, - "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 for intl's Normalizer class and related functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "intl", - "normalizer", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.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": "2024-09-09T11:45:10+00:00" - }, { "name": "symfony/polyfill-mbstring", "version": "v1.30.0", @@ -6046,676 +1513,6 @@ ], "time": "2024-05-31T15:07:36+00:00" }, - { - "name": "symfony/polyfill-php83", - "version": "v1.33.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5", - "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5", - "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\\Php83\\": "" - }, - "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.3+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.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": "2025-07-08T02:45:35+00:00" - }, - { - "name": "symfony/process", - "version": "v6.4.25", - "source": { - "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "6be2f0c9ab3428587c07bed03aa9e3d1b823c6c8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/6be2f0c9ab3428587c07bed03aa9e3d1b823c6c8", - "reference": "6be2f0c9ab3428587c07bed03aa9e3d1b823c6c8", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Executes commands in sub-processes", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/process/tree/v6.4.25" - }, - "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": "2025-08-14T06:23:17+00:00" - }, - { - "name": "symfony/routing", - "version": "v6.4.24", - "source": { - "type": "git", - "url": "https://github.com/symfony/routing.git", - "reference": "e4f94e625c8e6f910aa004a0042f7b2d398278f5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/e4f94e625c8e6f910aa004a0042f7b2d398278f5", - "reference": "e4f94e625c8e6f910aa004a0042f7b2d398278f5", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3" - }, - "conflict": { - "doctrine/annotations": "<1.12", - "symfony/config": "<6.2", - "symfony/dependency-injection": "<5.4", - "symfony/yaml": "<5.4" - }, - "require-dev": { - "doctrine/annotations": "^1.12|^2", - "psr/log": "^1|^2|^3", - "symfony/config": "^6.2|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^5.4|^6.0|^7.0", - "symfony/yaml": "^5.4|^6.0|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Routing\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Maps an HTTP request to a set of configuration variables", - "homepage": "https://symfony.com", - "keywords": [ - "router", - "routing", - "uri", - "url" - ], - "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.24" - }, - "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": "2025-07-15T08:46:37+00:00" - }, - { - "name": "symfony/service-contracts", - "version": "v3.6.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/service-contracts.git", - "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4", - "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/container": "^1.1|^2.0", - "symfony/deprecation-contracts": "^2.5|^3" - }, - "conflict": { - "ext-psr": "<1.1|>=2" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, - "branch-alias": { - "dev-main": "3.6-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\Service\\": "" - }, - "exclude-from-classmap": [ - "/Test/" - ] - }, - "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": "Generic abstractions related to writing services", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.6.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2025-04-25T09:37:31+00:00" - }, - { - "name": "symfony/string", - "version": "v6.4.25", - "source": { - "type": "git", - "url": "https://github.com/symfony/string.git", - "reference": "7cdec7edfaf2cdd9c18901e35bcf9653d6209ff1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/7cdec7edfaf2cdd9c18901e35bcf9653d6209ff1", - "reference": "7cdec7edfaf2cdd9c18901e35bcf9653d6209ff1", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-intl-grapheme": "~1.0", - "symfony/polyfill-intl-normalizer": "~1.0", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/translation-contracts": "<2.5" - }, - "require-dev": { - "symfony/error-handler": "^5.4|^6.0|^7.0", - "symfony/http-client": "^5.4|^6.0|^7.0", - "symfony/intl": "^6.2|^7.0", - "symfony/translation-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^5.4|^6.0|^7.0" - }, - "type": "library", - "autoload": { - "files": [ - "Resources/functions.php" - ], - "psr-4": { - "Symfony\\Component\\String\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "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": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", - "homepage": "https://symfony.com", - "keywords": [ - "grapheme", - "i18n", - "string", - "unicode", - "utf-8", - "utf8" - ], - "support": { - "source": "https://github.com/symfony/string/tree/v6.4.25" - }, - "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": "2025-08-22T12:33:20+00:00" - }, - { - "name": "symfony/translation", - "version": "v6.4.24", - "source": { - "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "300b72643e89de0734d99a9e3f8494a3ef6936e1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/300b72643e89de0734d99a9e3f8494a3ef6936e1", - "reference": "300b72643e89de0734d99a9e3f8494a3ef6936e1", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/translation-contracts": "^2.5|^3.0" - }, - "conflict": { - "symfony/config": "<5.4", - "symfony/console": "<5.4", - "symfony/dependency-injection": "<5.4", - "symfony/http-client-contracts": "<2.5", - "symfony/http-kernel": "<5.4", - "symfony/service-contracts": "<2.5", - "symfony/twig-bundle": "<5.4", - "symfony/yaml": "<5.4" - }, - "provide": { - "symfony/translation-implementation": "2.3|3.0" - }, - "require-dev": { - "nikic/php-parser": "^4.18|^5.0", - "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/finder": "^5.4|^6.0|^7.0", - "symfony/http-client-contracts": "^2.5|^3.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/intl": "^5.4|^6.0|^7.0", - "symfony/polyfill-intl-icu": "^1.21", - "symfony/routing": "^5.4|^6.0|^7.0", - "symfony/service-contracts": "^2.5|^3", - "symfony/yaml": "^5.4|^6.0|^7.0" - }, - "type": "library", - "autoload": { - "files": [ - "Resources/functions.php" - ], - "psr-4": { - "Symfony\\Component\\Translation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides tools to internationalize your application", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/translation/tree/v6.4.24" - }, - "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": "2025-07-30T17:30:48+00:00" - }, - { - "name": "symfony/translation-contracts", - "version": "v3.6.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/translation-contracts.git", - "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d", - "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, - "branch-alias": { - "dev-main": "3.6-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\Translation\\": "" - }, - "exclude-from-classmap": [ - "/Test/" - ] - }, - "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": "Generic abstractions related to translation", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-27T08:32:26+00:00" - }, - { - "name": "symfony/var-dumper", - "version": "v6.4.25", - "source": { - "type": "git", - "url": "https://github.com/symfony/var-dumper.git", - "reference": "c6cd92486e9fc32506370822c57bc02353a5a92c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c6cd92486e9fc32506370822c57bc02353a5a92c", - "reference": "c6cd92486e9fc32506370822c57bc02353a5a92c", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/console": "<5.4" - }, - "require-dev": { - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/error-handler": "^6.3|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/process": "^5.4|^6.0|^7.0", - "symfony/uid": "^5.4|^6.0|^7.0", - "twig/twig": "^2.13|^3.0.4" - }, - "bin": [ - "Resources/bin/var-dump-server" - ], - "type": "library", - "autoload": { - "files": [ - "Resources/functions/dump.php" - ], - "psr-4": { - "Symfony\\Component\\VarDumper\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "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": "Provides mechanisms for walking through any arbitrary PHP variable", - "homepage": "https://symfony.com", - "keywords": [ - "debug", - "dump" - ], - "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.25" - }, - "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": "2025-08-13T09:41:44+00:00" - }, { "name": "vlucas/phpdotenv", "version": "v5.6.2", @@ -6800,80 +1597,6 @@ ], "time": "2025-04-30T23:37:27+00:00" }, - { - "name": "voku/portable-ascii", - "version": "2.0.3", - "source": { - "type": "git", - "url": "https://github.com/voku/portable-ascii.git", - "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", - "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", - "shasum": "" - }, - "require": { - "php": ">=7.0.0" - }, - "require-dev": { - "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" - }, - "suggest": { - "ext-intl": "Use Intl for transliterator_transliterate() support" - }, - "type": "library", - "autoload": { - "psr-4": { - "voku\\": "src/voku/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Lars Moelleken", - "homepage": "https://www.moelleken.org/" - } - ], - "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", - "homepage": "https://github.com/voku/portable-ascii", - "keywords": [ - "ascii", - "clean", - "php" - ], - "support": { - "issues": "https://github.com/voku/portable-ascii/issues", - "source": "https://github.com/voku/portable-ascii/tree/2.0.3" - }, - "funding": [ - { - "url": "https://www.paypal.me/moelleken", - "type": "custom" - }, - { - "url": "https://github.com/voku", - "type": "github" - }, - { - "url": "https://opencollective.com/portable-ascii", - "type": "open_collective" - }, - { - "url": "https://www.patreon.com/voku", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", - "type": "tidelift" - } - ], - "time": "2024-11-21T01:49:47+00:00" - }, { "name": "wpackagist-plugin/autodescription", "version": "5.1.2", diff --git a/web/app/themes/badegg/app/ACF/CloneGroup.php b/web/app/themes/badegg/app/ACF/CloneGroup.php index 04052f0..ace0bcb 100644 --- a/web/app/themes/badegg/app/ACF/CloneGroup.php +++ b/web/app/themes/badegg/app/ACF/CloneGroup.php @@ -8,21 +8,51 @@ class CloneGroup { } - public function background() + public function block_background() { return [ 'contrast', - 'bg_type', 'bg_colour', 'bg_tint', - 'bg_opacity', - 'bg_image', - 'bg_video', - 'pattern', - 'pattern_top', - 'pattern_bottom', - 'padding_top', - 'padding_bottom', ]; } + + public function block_intro() + { + return [ + 'overline', + 'heading', + 'blurb', + 'intro_alignment', + ]; + } + + public function block_footer() + { + return [ + 'blurb_footer', + 'links', + 'footer_alignment', + ]; + } + + public function block_settings() + { + return [ + 'section_anchor_id', + 'padding_top', + 'padding_bottom', + 'container_width', + 'angle_status', + 'angle_position', + 'angle_direction', + 'angle_colour', + 'angle_tint', + ]; + } + + public function block_all() + { + return array_merge($this->block_intro(), $this->block_footer(), $this->block_settings(), $this->block_background()); + } } diff --git a/web/app/themes/badegg/app/Admin/Blocks.php b/web/app/themes/badegg/app/Admin/Blocks.php index 5825412..2917dc8 100644 --- a/web/app/themes/badegg/app/Admin/Blocks.php +++ b/web/app/themes/badegg/app/Admin/Blocks.php @@ -1,14 +1,30 @@ 'badegg', + 'title' => __('Provided by Bad Egg Digital'), + ], + ], $categories); + + return $categories; + } + public function blacklist() { // Reference: @@ -130,6 +146,10 @@ class Blocks 'core/social-links', ]; + $Content = new Content\Content(); + + $blacklist = array_diff($blacklist, $Content->inner_blocks()); + return array_values( array_diff( $blocks, $blacklist ) ); } } diff --git a/web/app/themes/badegg/app/Blocks/BadExample.php b/web/app/themes/badegg/app/Blocks/BadExample.php deleted file mode 100644 index 5419f9c..0000000 --- a/web/app/themes/badegg/app/Blocks/BadExample.php +++ /dev/null @@ -1,65 +0,0 @@ - 'badegg/bad-example', - 'title' => __('Bad Example'), - 'description' => __('This is an example block'), - 'render_callback' => [ $this, 'render'], - 'category' => 'layout', - 'multiple' => false, - 'icon' => [ - 'src' => 'dismiss', - ], - 'supports' => [ - 'align' => false, - ], - ]); - } - - public function render($block) - { - $CssClasses = new Utilities\CssClasses; - $Colour = new Utilities\Colour; - $CloneGroup = new ACF\CloneGroup; - - $data = []; - - $fields = [ - 'heading', - 'blurb', - ]; - - $fields = array_merge($fields, $CloneGroup->background()); - - foreach($fields as $field): - $data[$field] = get_field($field); - endforeach; - - unset($block['data']); - $block['name'] = str_replace('acf/', '', $block['name']); - - $data = array_merge($data, $block); - $data['section_classes'] = $CssClasses->section($data); - $data['block'] = $block; - - $data['knockout'] = ($Colour->is_dark($data['bg_colour'], $data['bg_tint'], $data['contrast'])) ? null : 'knockout'; - - echo \Roots\view('blocks.bad-example', [ - 'data' => $data, - 'block' => $block, - ])->render(); - } -} diff --git a/web/app/themes/badegg/app/Utilities/CssClasses.php b/web/app/themes/badegg/app/Utilities/CssClasses.php index 9f95405..04dd80f 100644 --- a/web/app/themes/badegg/app/Utilities/CssClasses.php +++ b/web/app/themes/badegg/app/Utilities/CssClasses.php @@ -14,7 +14,8 @@ class CssClasses { $classes = [ 'section', - 'section-' . str_replace('acf/', '', $props['name']), + 'section-' . $props['name'], + // 'section-' . str_replace('acf/', '', $props['name']), 'bg-' . $this->colourTint([ 'colour' => @$props['bg_colour'], 'tint' => @$props['bg_tint'], diff --git a/web/app/themes/badegg/app/View/Composers/App.php b/web/app/themes/badegg/app/View/Composers/App.php index 2934c77..d4ca3cd 100644 --- a/web/app/themes/badegg/app/View/Composers/App.php +++ b/web/app/themes/badegg/app/View/Composers/App.php @@ -31,9 +31,6 @@ class App extends Composer 'VideoSrcset' => new Utilities\VideoSrcset, 'ImageSrcset' => new Utilities\ImageSrcset, 'siteName' => $this->siteName(), - 'company_legal' => get_field('badegg_company_legal', 'option'), - 'company_tel' => get_field('badegg_company_tel', 'option'), - 'company_email' => get_field('badegg_company_email', 'option'), ]; } } diff --git a/web/app/themes/badegg/composer.json b/web/app/themes/badegg/composer.json index 10f0436..97c8917 100644 --- a/web/app/themes/badegg/composer.json +++ b/web/app/themes/badegg/composer.json @@ -35,7 +35,8 @@ }, "autoload": { "psr-4": { - "App\\": "app/" + "App\\": "app/", + "Blocks\\": "resources/views/blocks" } }, "require": { diff --git a/web/app/themes/badegg/functions.php b/web/app/themes/badegg/functions.php index 53061a4..d5eb088 100644 --- a/web/app/themes/badegg/functions.php +++ b/web/app/themes/badegg/functions.php @@ -57,9 +57,22 @@ autoload_psr4('PostTypes'); autoload_psr4('ACF'); autoload_psr4('Utilities'); autoload_psr4('Admin'); -autoload_psr4('Blocks'); autoload_psr4('Ajax'); +function autoload_psr4_blocks() { + $path = __dir__ . '/resources/views/blocks/*'; + $namespace = 'Blocks\\'; + + foreach(glob($path, GLOB_ONLYDIR) as $directory) { + $name = basename($directory); + $class = $namespace . $name . '\\' . $name; + + new $class(); + } +} + +autoload_psr4_blocks(); + /* |-------------------------------------------------------------------------- | Register Sage Theme Files diff --git a/web/app/themes/badegg/resources/acf/group_block_bad_example.json b/web/app/themes/badegg/resources/acf/group_block_content.json similarity index 68% rename from web/app/themes/badegg/resources/acf/group_block_bad_example.json rename to web/app/themes/badegg/resources/acf/group_block_content.json index 46929d9..9ee60fc 100644 --- a/web/app/themes/badegg/resources/acf/group_block_bad_example.json +++ b/web/app/themes/badegg/resources/acf/group_block_content.json @@ -1,9 +1,9 @@ { - "key": "group_block_bad_example", - "title": "Block: Bad Example", + "key": "group_block_content", + "title": "Block: Content", "fields": [ { - "key": "field_676599038e31d", + "key": "field_67659ad8dc795", "label": "", "name": "", "aria-label": "", @@ -16,42 +16,7 @@ "class": "", "id": "" }, - "message": "

<\/span> Bad Example<\/h3>", - "new_lines": "wpautop", - "esc_html": 0 - }, - { - "key": "field_67659accdc794", - "label": "Content", - "name": "", - "aria-label": "", - "type": "tab", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "placement": "top", - "endpoint": 0 - }, - { - "key": "field_67659ad8dc795", - "label": "Example", - "name": "", - "aria-label": "", - "type": "message", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "message": "Place your block-specific custom fields here.", + "message": "You can insert a variety of blocks inside of this one to build your page or post.", "new_lines": "wpautop", "esc_html": 0 }, @@ -127,7 +92,7 @@ { "param": "block", "operator": "==", - "value": "acf\/badegg-bad-example" + "value": "acf\/badegg-content" } ] ], @@ -140,5 +105,5 @@ "active": true, "description": "", "show_in_rest": 0, - "modified": 1734712286 + "modified": 1763915024 } diff --git a/web/app/themes/badegg/resources/acf/group_block_intro.json b/web/app/themes/badegg/resources/acf/group_block_intro.json deleted file mode 100644 index 8c5494b..0000000 --- a/web/app/themes/badegg/resources/acf/group_block_intro.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "key": "group_block_intro", - "title": "Clone: Block Intro", - "fields": [ - { - "key": "field_67659970db415", - "label": "Introduction", - "name": "", - "aria-label": "", - "type": "tab", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "placement": "top", - "endpoint": 0 - }, - { - "key": "field_676599964d3cc", - "label": "Heading", - "name": "heading", - "aria-label": "", - "type": "text", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "default_value": "", - "maxlength": "", - "placeholder": "", - "prepend": "", - "append": "" - }, - { - "key": "field_6765999d4d3cd", - "label": "Blurb", - "name": "blurb", - "aria-label": "", - "type": "textarea", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "default_value": "", - "maxlength": "", - "rows": 3, - "placeholder": "", - "new_lines": "" - } - ], - "location": [ - [ - { - "param": "widget", - "operator": "==", - "value": "rss" - } - ] - ], - "menu_order": 0, - "position": "normal", - "style": "default", - "label_placement": "top", - "instruction_placement": "label", - "hide_on_screen": "", - "active": true, - "description": "", - "show_in_rest": 0, - "modified": 1734711913 -} diff --git a/web/app/themes/badegg/resources/acf/group_clone_background_settings.json b/web/app/themes/badegg/resources/acf/group_clone_background_settings.json index c4474f7..7b63f06 100644 --- a/web/app/themes/badegg/resources/acf/group_clone_background_settings.json +++ b/web/app/themes/badegg/resources/acf/group_clone_background_settings.json @@ -2,33 +2,6 @@ "key": "group_clone_background_settings", "title": "Clone: Background Settings", "fields": [ - { - "key": "field_672d3ba78bc40", - "label": "Background Type", - "name": "bg_type", - "aria-label": "", - "type": "select", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "20", - "class": "", - "id": "" - }, - "choices": { - "0": "Solid Colour", - "image": "Still Photo", - "video": "Looping Video" - }, - "default_value": 0, - "return_format": "value", - "multiple": 0, - "allow_null": 0, - "ui": 0, - "ajax": 0, - "placeholder": "" - }, { "key": "field_67325dd23234e", "label": "Background Colour", @@ -39,26 +12,33 @@ "required": 0, "conditional_logic": 0, "wrapper": { - "width": "20", + "width": "50", "class": "", "id": "" }, "choices": { - "primary": "<\/i> Kimberly", - "secondary": "<\/i> Trendy Pink", - "tertiary": "<\/i> Turkish Rose", - "quaternary": "<\/i> Waikawa Gray", - "quinary": "<\/i> Boston Blue", + "primary": "<\/i> Prussian Blue", + "secondary": "<\/i> Sunset Orange", + "tertiary": "<\/i> Gold", + "quaternary": "<\/i> Moody Blue", + "quinary": "<\/i> Frangipani", + "0": "<\/i> White", "black": "<\/i> Black", - "0": "<\/i> White" + "quaternary-white": "<\/i> Moody Blue to White", + "quinary-white": "<\/i> Frangipani to White", + "white-quaternary": "<\/i> White to Moody Blue", + "white-quinary": "<\/i> White to Frangipani" }, "default_value": 0, "return_format": "value", "multiple": 0, "allow_null": 0, + "allow_in_bindings": 1, "ui": 1, "ajax": 0, - "placeholder": "" + "placeholder": "", + "create_options": 0, + "save_options": 0 }, { "key": "field_67325e213234f", @@ -70,7 +50,7 @@ "required": 0, "conditional_logic": 0, "wrapper": { - "width": "20", + "width": "50", "class": "", "id": "" }, @@ -87,9 +67,12 @@ "return_format": "value", "multiple": 0, "allow_null": 0, + "allow_in_bindings": 1, "ui": 1, "ajax": 0, - "placeholder": "" + "placeholder": "", + "create_options": 0, + "save_options": 0 }, { "key": "field_67350f526abf1", @@ -101,7 +84,7 @@ "required": 0, "conditional_logic": 0, "wrapper": { - "width": "20", + "width": "", "class": "", "id": "" }, @@ -116,413 +99,9 @@ "allow_null": 0, "ui": 0, "ajax": 0, - "placeholder": "" - }, - { - "key": "field_67325e3432350", - "label": "Opacity", - "name": "bg_opacity", - "aria-label": "", - "type": "range", - "instructions": "", - "required": 0, - "conditional_logic": [ - [ - { - "field": "field_672d3ba78bc40", - "operator": "!=", - "value": "0" - } - ] - ], - "wrapper": { - "width": "20", - "class": "", - "id": "" - }, - "default_value": 30, - "min": 5, - "max": 100, - "step": 5, - "prepend": "", - "append": "%" - }, - { - "key": "field_6734b234f9c47", - "label": "Pattern Edge", - "name": "pattern", - "aria-label": "", - "type": "select", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "20", - "class": "", - "id": "" - }, - "choices": { - "0": "Disabled", - "top": "Top", - "bottom": "Bottom", - "both": "Both" - }, - "default_value": 0, - "return_format": "value", - "multiple": 0, - "allow_null": 0, - "ui": 0, - "ajax": 0, - "placeholder": "" - }, - { - "key": "field_6734b2daf9c4b", - "label": "Top Pattern", - "name": "pattern_top", - "aria-label": "", - "type": "group", - "instructions": "", - "required": 0, - "conditional_logic": [ - [ - { - "field": "field_6734b234f9c47", - "operator": "==", - "value": "top" - } - ], - [ - { - "field": "field_6734b234f9c47", - "operator": "==", - "value": "both" - } - ] - ], - "wrapper": { - "width": "40", - "class": "", - "id": "" - }, - "layout": "block", - "sub_fields": [ - { - "key": "field_673514b45e977", - "label": "Colour", - "name": "colour", - "aria-label": "", - "type": "select", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "50", - "class": "", - "id": "" - }, - "choices": { - "primary": "<\/i> Kimberly", - "secondary": "<\/i> Trendy Pink", - "tertiary": "<\/i> Turkish Rose", - "quaternary": "<\/i> Waikawa Gray", - "quinary": "<\/i> Boston Blue", - "black": "<\/i> Black", - "0": "<\/i> White" - }, - "default_value": false, - "return_format": "", - "multiple": 0, - "allow_null": 0, - "ui": 1, - "ajax": 0, - "placeholder": "" - }, - { - "key": "field_673514d85e978", - "label": "Tint", - "name": "tint", - "aria-label": "", - "type": "select", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "50", - "class": "", - "id": "" - }, - "choices": { - "lightest": "Lightest", - "lighter": "Lighter", - "light": "Light", - "0": "None", - "dark": "Dark", - "darker": "Darker", - "darkest": "Darkest" - }, - "default_value": 0, - "return_format": "value", - "multiple": 0, - "allow_null": 0, - "ui": 0, - "ajax": 0, - "placeholder": "" - } - ] - }, - { - "key": "field_673514f15e979", - "label": "Bottom Pattern", - "name": "pattern_bottom", - "aria-label": "", - "type": "group", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "40", - "class": "", - "id": "" - }, - "layout": "block", - "sub_fields": [ - { - "key": "field_673514f15e97a", - "label": "Colour", - "name": "colour", - "aria-label": "", - "type": "select", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "50", - "class": "", - "id": "" - }, - "choices": { - "primary": "<\/i> Kimberly", - "secondary": "<\/i> Trendy Pink", - "tertiary": "<\/i> Turkish Rose", - "quaternary": "<\/i> Waikawa Gray", - "quinary": "<\/i> Boston Blue", - "black": "<\/i> Black", - "0": "<\/i> White" - }, - "default_value": false, - "return_format": "value", - "multiple": 0, - "allow_null": 0, - "ui": 1, - "ajax": 0, - "placeholder": "" - }, - { - "key": "field_673514f15e97b", - "label": "Tint", - "name": "tint", - "aria-label": "", - "type": "select", - "instructions": "", - "required": 0, - "conditional_logic": [ - [ - { - "field": "field_673514f15e97a", - "operator": "!=", - "value": "black" - } - ], - [ - { - "field": "field_673514f15e97a", - "operator": "!=", - "value": "0" - } - ] - ], - "wrapper": { - "width": "50", - "class": "", - "id": "" - }, - "choices": { - "lightest": "Lightest", - "lighter": "Lighter", - "light": "Light", - "0": "None", - "dark": "Dark", - "darker": "Darker", - "darkest": "Darkest" - }, - "default_value": 0, - "return_format": "value", - "multiple": 0, - "allow_null": 0, - "ui": 0, - "ajax": 0, - "placeholder": "" - } - ] - }, - { - "key": "field_672d3b128bc39", - "label": "Background Image", - "name": "bg_image", - "aria-label": "", - "type": "image", - "instructions": "", - "required": 0, - "conditional_logic": [ - [ - { - "field": "field_672d3ba78bc40", - "operator": "!=", - "value": "0" - } - ] - ], - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "return_format": "id", - "library": "all", - "min_width": "", - "min_height": "", - "min_size": "", - "max_width": "", - "max_height": "", - "max_size": "", - "mime_types": "", - "preview_size": "medium" - }, - { - "key": "field_672d3b228bc3a", - "label": "Background Video", - "name": "bg_video", - "aria-label": "", - "type": "group", - "instructions": "", - "required": 0, - "conditional_logic": [ - [ - { - "field": "field_672d3ba78bc40", - "operator": "==", - "value": "video" - } - ] - ], - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "layout": "block", - "sub_fields": [ - { - "key": "field_672d3b428bc3b", - "label": "Extra Small", - "name": "xs", - "aria-label": "", - "type": "file", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "20", - "class": "", - "id": "" - }, - "return_format": "array", - "library": "all", - "min_size": "", - "max_size": "", - "mime_types": "mp4" - }, - { - "key": "field_672d3b678bc3c", - "label": "Small", - "name": "sm", - "aria-label": "", - "type": "file", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "20", - "class": "", - "id": "" - }, - "return_format": "array", - "library": "all", - "min_size": "", - "max_size": "", - "mime_types": "mp4" - }, - { - "key": "field_672d3b728bc3d", - "label": "Medium", - "name": "md", - "aria-label": "", - "type": "file", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "20", - "class": "", - "id": "" - }, - "return_format": "array", - "library": "all", - "min_size": "", - "max_size": "", - "mime_types": "mp4" - }, - { - "key": "field_672d3b7a8bc3e", - "label": "Large", - "name": "lg", - "aria-label": "", - "type": "file", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "20", - "class": "", - "id": "" - }, - "return_format": "array", - "library": "all", - "min_size": "", - "max_size": "", - "mime_types": "mp4" - }, - { - "key": "field_672d3b838bc3f", - "label": "Extra Large", - "name": "xl", - "aria-label": "", - "type": "file", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "20", - "class": "", - "id": "" - }, - "return_format": "array", - "library": "all", - "min_size": "", - "max_size": "", - "mime_types": "mp4" - } - ] + "placeholder": "", + "create_options": 0, + "save_options": 0 } ], "location": [ @@ -543,5 +122,5 @@ "active": true, "description": "", "show_in_rest": 0, - "modified": 1733505903 + "modified": 1748194684 } diff --git a/web/app/themes/badegg/resources/acf/group_block_footer.json b/web/app/themes/badegg/resources/acf/group_clone_block_footer.json similarity index 65% rename from web/app/themes/badegg/resources/acf/group_block_footer.json rename to web/app/themes/badegg/resources/acf/group_clone_block_footer.json index 08e144c..aa0605d 100644 --- a/web/app/themes/badegg/resources/acf/group_block_footer.json +++ b/web/app/themes/badegg/resources/acf/group_clone_block_footer.json @@ -1,5 +1,5 @@ { - "key": "group_block_footer", + "key": "group_clone_block_footer", "title": "Clone: Block Footer", "fields": [ { @@ -7,7 +7,7 @@ "label": "Footer", "name": "", "aria-label": "", - "type": "tab", + "type": "accordion", "instructions": "", "required": 0, "conditional_logic": 0, @@ -16,7 +16,8 @@ "class": "", "id": "" }, - "placement": "top", + "open": 0, + "multi_expand": 0, "endpoint": 0 }, { @@ -53,7 +54,7 @@ "class": "", "id": "" }, - "layout": "table", + "layout": "block", "pagination": 0, "min": 0, "max": 2, @@ -85,6 +86,54 @@ "parent_repeater": "field_67659b7502137" } ] + }, + { + "key": "field_682fb9ff58080", + "label": "Alignment", + "name": "footer_alignment", + "aria-label": "", + "type": "select", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "choices": { + "centre": "Centre", + "left": "Left", + "right": "Right" + }, + "default_value": "centre", + "return_format": "value", + "multiple": 0, + "allow_null": 0, + "allow_in_bindings": 0, + "ui": 0, + "ajax": 0, + "placeholder": "", + "create_options": 0, + "save_options": 0 + }, + { + "key": "field_6828dac95eb68", + "label": "Footer (end)", + "name": "", + "aria-label": "", + "type": "accordion", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "open": 0, + "multi_expand": 0, + "endpoint": 1 } ], "location": [ @@ -105,5 +154,5 @@ "active": true, "description": "", "show_in_rest": 0, - "modified": 1734712326 + "modified": 1747958307 } diff --git a/web/app/themes/badegg/resources/acf/group_clone_block_intro.json b/web/app/themes/badegg/resources/acf/group_clone_block_intro.json new file mode 100644 index 0000000..db466f5 --- /dev/null +++ b/web/app/themes/badegg/resources/acf/group_clone_block_intro.json @@ -0,0 +1,149 @@ +{ + "key": "group_clone_block_intro", + "title": "Clone: Block Intro", + "fields": [ + { + "key": "field_67659970db415", + "label": "Introduction", + "name": "", + "aria-label": "", + "type": "accordion", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "open": 0, + "multi_expand": 0, + "endpoint": 0 + }, + { + "key": "field_676599964d3cc", + "label": "Heading", + "name": "heading", + "aria-label": "", + "type": "textarea", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "hfont", + "id": "" + }, + "default_value": "", + "maxlength": "", + "allow_in_bindings": 0, + "rows": 2, + "placeholder": "", + "new_lines": "" + }, + { + "key": "field_6765999d4d3cd", + "label": "Blurb", + "name": "blurb", + "aria-label": "", + "type": "textarea", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "default_value": "", + "maxlength": "", + "rows": 3, + "placeholder": "", + "new_lines": "" + }, + { + "key": "field_68bf1126c2760", + "label": "Links", + "name": "links", + "aria-label": "", + "type": "repeater", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "layout": "block", + "pagination": 0, + "min": 0, + "max": 1, + "collapsed": "", + "button_label": "Add Button", + "rows_per_page": 20, + "sub_fields": [ + { + "key": "field_68bf1171c2761", + "label": "Link", + "name": "link", + "aria-label": "", + "type": "clone", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "clone": [ + "group_clone_button" + ], + "display": "seamless", + "layout": "block", + "prefix_label": 0, + "prefix_name": 0, + "parent_repeater": "field_68bf1126c2760" + } + ] + }, + { + "key": "field_6828dae1d1bb0", + "label": "Intro (end)", + "name": "", + "aria-label": "", + "type": "accordion", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "open": 0, + "multi_expand": 0, + "endpoint": 1 + } + ], + "location": [ + [ + { + "param": "widget", + "operator": "==", + "value": "rss" + } + ] + ], + "menu_order": 0, + "position": "normal", + "style": "default", + "label_placement": "top", + "instruction_placement": "label", + "hide_on_screen": "", + "active": true, + "description": "", + "show_in_rest": 0, + "modified": 1757498726 +} diff --git a/web/app/themes/badegg/resources/acf/group_clone_block_settings.json b/web/app/themes/badegg/resources/acf/group_clone_block_settings.json index 49b97d2..e7b1868 100644 --- a/web/app/themes/badegg/resources/acf/group_clone_block_settings.json +++ b/web/app/themes/badegg/resources/acf/group_clone_block_settings.json @@ -7,7 +7,7 @@ "label": "Settings", "name": "", "aria-label": "", - "type": "tab", + "type": "accordion", "instructions": "", "required": 0, "conditional_logic": 0, @@ -16,9 +16,59 @@ "class": "", "id": "" }, - "placement": "top", + "open": 0, + "multi_expand": 0, "endpoint": 0 }, + { + "key": "field_680016e0fac24", + "label": "Anchor ID", + "name": "section_anchor_id", + "aria-label": "", + "type": "text", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "default_value": "", + "maxlength": "", + "placeholder": "", + "prepend": "#", + "append": "" + }, + { + "key": "field_6800097e61765", + "label": "Container Width", + "name": "container_width", + "aria-label": "", + "type": "select", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "choices": { + "0": "Full Width", + "large": "Large", + "medium": "Medium", + "small": "Small", + "narrow": "Narrow" + }, + "default_value": 0, + "return_format": "value", + "multiple": 0, + "allow_null": 0, + "ui": 0, + "ajax": 0, + "placeholder": "" + }, { "key": "field_67350eb62cdf9", "label": "Top Padding", @@ -29,7 +79,7 @@ "required": 0, "conditional_logic": 0, "wrapper": { - "width": "33.33", + "width": "50", "class": "", "id": "" }, @@ -54,7 +104,7 @@ "required": 0, "conditional_logic": 0, "wrapper": { - "width": "33.33", + "width": "50", "class": "", "id": "" }, @@ -108,6 +158,46 @@ "layout": "block", "prefix_label": 0, "prefix_name": 0 + }, + { + "key": "field_67fff4d4ddbb7", + "label": "Angle", + "name": "angle", + "aria-label": "", + "type": "clone", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "clone": [ + "group_clone_angle" + ], + "display": "seamless", + "layout": "block", + "prefix_label": 1, + "prefix_name": 1 + }, + { + "key": "field_6828da67543fc", + "label": "Settings (end)", + "name": "", + "aria-label": "", + "type": "accordion", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "open": 0, + "multi_expand": 0, + "endpoint": 1 } ], "location": [ @@ -128,5 +218,5 @@ "active": true, "description": "", "show_in_rest": 0, - "modified": 1731536288 + "modified": 1747508044 } diff --git a/web/app/themes/badegg/resources/acf/group_clone_button.json b/web/app/themes/badegg/resources/acf/group_clone_button.json index a0e81b2..b1881dc 100644 --- a/web/app/themes/badegg/resources/acf/group_clone_button.json +++ b/web/app/themes/badegg/resources/acf/group_clone_button.json @@ -9,14 +9,15 @@ "aria-label": "", "type": "link", "instructions": "", - "required": 0, + "required": 1, "conditional_logic": 0, "wrapper": { - "width": "40", + "width": "", "class": "", "id": "" }, - "return_format": "array" + "return_format": "array", + "allow_in_bindings": 1 }, { "key": "field_673529a2a37a1", @@ -26,14 +27,22 @@ "type": "text", "instructions": "", "required": 0, - "conditional_logic": 0, + "conditional_logic": [ + [ + { + "field": "field_672d3d7b2c273", + "operator": "!=empty" + } + ] + ], "wrapper": { - "width": "20", + "width": "", "class": "", "id": "" }, "default_value": "", "maxlength": "", + "allow_in_bindings": 1, "placeholder": "", "prepend": "", "append": "" @@ -46,28 +55,42 @@ "type": "select", "instructions": "", "required": 0, - "conditional_logic": 0, + "conditional_logic": [ + [ + { + "field": "field_672d3d7b2c273", + "operator": "!=empty" + } + ] + ], "wrapper": { - "width": "20", + "width": "", "class": "", "id": "" }, "choices": { - "primary": "<\/i> Kimberly", - "secondary": "<\/i> Trendy Pink", - "tertiary": "<\/i> Turkish Rose", - "quaternary": "<\/i> Waikawa Gray", - "quinary": "<\/i> Boston Blue", + "primary": "<\/i> Prussian Blue", + "secondary": "<\/i> Sunset Orange", + "tertiary": "<\/i> Gold", + "quaternary": "<\/i> Moody Blue", + "quinary": "<\/i> Frangipani", + "0": "<\/i> White", "black": "<\/i> Black", - "0": "<\/i> White" + "quaternary-white": "<\/i> Moody Blue to White", + "quinary-white": "<\/i> Frangipani to White", + "white-quaternary": "<\/i> White to Moody Blue", + "white-quinary": "<\/i> White to Frangipani" }, - "default_value": 0, + "default_value": "primary", "return_format": "value", "multiple": 0, "allow_null": 0, + "allow_in_bindings": 1, "ui": 1, "ajax": 0, - "placeholder": "" + "placeholder": "", + "create_options": 0, + "save_options": 0 }, { "key": "field_672d3dc52c275", @@ -77,9 +100,16 @@ "type": "select", "instructions": "", "required": 0, - "conditional_logic": 0, + "conditional_logic": [ + [ + { + "field": "field_672d3d7b2c273", + "operator": "!=empty" + } + ] + ], "wrapper": { - "width": "20", + "width": "", "class": "", "id": "" }, @@ -91,9 +121,12 @@ "return_format": "value", "multiple": 0, "allow_null": 0, + "allow_in_bindings": 1, "ui": 0, "ajax": 0, - "placeholder": "" + "placeholder": "", + "create_options": 0, + "save_options": 0 } ], "location": [ @@ -114,5 +147,5 @@ "active": true, "description": "", "show_in_rest": 0, - "modified": 1731537485 + "modified": 1748001311 } diff --git a/web/app/themes/badegg/resources/views/blocks/Content/Content.blade.php b/web/app/themes/badegg/resources/views/blocks/Content/Content.blade.php new file mode 100644 index 0000000..39d59d8 --- /dev/null +++ b/web/app/themes/badegg/resources/views/blocks/Content/Content.blade.php @@ -0,0 +1,18 @@ +@if(@$data['section_anchor_id']) +
+@endif + +
+ +
+
+ +
+
+ +
diff --git a/web/app/themes/badegg/resources/views/blocks/Content/Content.jpg b/web/app/themes/badegg/resources/views/blocks/Content/Content.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdc42366c89ade6956836ac8da54cded03db1906 GIT binary patch literal 41347 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 aI|+x6b<<}5mfHP))}#JEE>QYw?mqzH)TUej literal 0 HcmV?d00001 diff --git a/web/app/themes/badegg/resources/views/blocks/Content/Content.php b/web/app/themes/badegg/resources/views/blocks/Content/Content.php new file mode 100644 index 0000000..07dd563 --- /dev/null +++ b/web/app/themes/badegg/resources/views/blocks/Content/Content.php @@ -0,0 +1,111 @@ + 'badegg/content', + 'title' => __('Content'), + 'description' => __('Wordpress blocks inside a wrapper'), + 'render_callback' => [ $this, 'render'], + 'category' => 'badegg', + 'icon' => 'columns', + 'supports' => [ + 'align' => false, + 'jsx' => true, + ], + 'example' => [ + 'attributes' => [ + 'mode' => 'preview', + 'data' => [ + 'inserter' => true, + ], + ], + ], + ]); + } + + public function render($block, $content = '', $is_preview = false) + { + $name = basename(__FILE__, '.php'); + $themeURL = get_template_directory_uri(); + + if($is_preview && @$block['data']['inserter']): + echo ''; + return; + endif; + + $CssClasses = new Utilities\CssClasses; + $Colour = new Utilities\Colour; + $CloneGroup = new ACF\CloneGroup; + + $data = []; + + $fields = [ + + ]; + + $fields = array_merge($fields, $CloneGroup->block_all()); + + foreach($fields as $field): + $data[$field] = get_field($field); + endforeach; + + unset($block['data']); + $block['name'] = str_replace('acf/', '', $block['name']); + + $data = array_merge($data, $block); + $data['section_classes'] = $CssClasses->section($data); + $data['allowed_blocks'] = $this->inner_blocks(); + $data['block'] = $block; + + echo \Roots\view("blocks.$name.$name", [ + 'data' => $data, + 'block' => $block, + ])->render(); + } + + public function inner_blocks() + { + return [ + // Design + 'core/separator', + 'core/spacer', + + // Media + 'core/cover', + 'core/file', + 'core/gallery', + 'core/image', + 'core/media-text', + 'core/audio', + 'core/video', + + // Text + 'core/footnotes', + 'core/heading', + 'core/list', + 'core/code', + 'core/details', + 'core/freeform', + 'core/list-item', + 'core/missing', + 'core/paragraph', + 'core/preformatted', + 'core/pullquote', + 'core/quote', + 'core/table', + 'core/verse', + ]; + } +} diff --git a/web/app/themes/badegg/resources/views/blocks/bad-example.blade.php b/web/app/themes/badegg/resources/views/blocks/Content/Content.scss similarity index 100% rename from web/app/themes/badegg/resources/views/blocks/bad-example.blade.php rename to web/app/themes/badegg/resources/views/blocks/Content/Content.scss diff --git a/web/app/themes/badegg/resources/views/components/button.blade.php b/web/app/themes/badegg/resources/views/components/button.blade.php new file mode 100644 index 0000000..39d7a30 --- /dev/null +++ b/web/app/themes/badegg/resources/views/components/button.blade.php @@ -0,0 +1,5 @@ +@if(@$link) + + {{ @$link['title'] }} + +@endif diff --git a/web/app/themes/badegg/resources/views/components/image.blade.php b/web/app/themes/badegg/resources/views/components/image.blade.php index bcc84e5..cfc6b07 100644 --- a/web/app/themes/badegg/resources/views/components/image.blade.php +++ b/web/app/themes/badegg/resources/views/components/image.blade.php @@ -1,15 +1,18 @@ -@php($image = wp_get_attachment_image_src(@$id, 'medium')) +@php($image = wp_get_attachment_image_src(@$id, @$size)) -{{ get_post_meta( $id, '_wp_attachment_image_alt', true ) }} + alt="{{ get_post_meta( $id, '_wp_attachment_image_alt', true ) }}" + width="{{ $image[1] }}" + height="{{ $image[2] }}" + /> +@endif diff --git a/web/app/themes/badegg/resources/views/layouts/app.blade.php b/web/app/themes/badegg/resources/views/layouts/app.blade.php index f8c5572..e4dd306 100644 --- a/web/app/themes/badegg/resources/views/layouts/app.blade.php +++ b/web/app/themes/badegg/resources/views/layouts/app.blade.php @@ -17,19 +17,24 @@ {{ __('Skip to content', 'sage') }} - @include('sections.header') + @include('sections.header.header') -
- @yield('content') -
+
+
+ @yield('content') +
- @hasSection('sidebar') - - @endif + @hasSection('sidebar') + + @endif + + @include('sections.footer.footer') +
+ + @include('partials.menu-off-canvas') - @include('sections.footer') @php(do_action('get_footer')) diff --git a/web/app/themes/badegg/resources/views/layouts/block.blade.php b/web/app/themes/badegg/resources/views/layouts/block.blade.php index 48f7e62..5717c84 100644 --- a/web/app/themes/badegg/resources/views/layouts/block.blade.php +++ b/web/app/themes/badegg/resources/views/layouts/block.blade.php @@ -1,34 +1,50 @@ -
- @if(@$data['heading'] || @$data['blurb']) -
-

{{ @$data['heading'] }}

- @include('components.divider') -

{{ @$data['blurb'] }}

-
- @endif +@if(@$data['section_anchor_id']) +
+@endif + +
+ +
+ @if(@$data['heading'] || @$data['blurb']) +
+
+
+

{{ @$data['heading'] }}

+

{{ @$data['blurb'] }}

+
+ + @if(@$data['links']) +
+ @foreach($data['links'] as $link) + @include('components.button', $link) + @endforeach +
+ @endif +
+
+ @endif + +
+ @yield('block-content') +
+ + @if(@$data['links']) + + @endif -
- @yield('block-content')
- @if(@$data['links']) - - @endif - - @if(@$data['bg_image']) -
- {!! $ImageSrcset->render([ - 'image' => $data['bg_image'], - 'name' => 'hero', - 'lazy' => true, - ]) !!} -
- @endif -
diff --git a/web/app/themes/badegg/resources/views/partials/menu-off-canvas.blade.php b/web/app/themes/badegg/resources/views/partials/menu-off-canvas.blade.php new file mode 100644 index 0000000..b454d0f --- /dev/null +++ b/web/app/themes/badegg/resources/views/partials/menu-off-canvas.blade.php @@ -0,0 +1,28 @@ + diff --git a/web/app/themes/badegg/resources/views/sections/footer.blade.php b/web/app/themes/badegg/resources/views/sections/footer/footer.blade.php similarity index 100% rename from web/app/themes/badegg/resources/views/sections/footer.blade.php rename to web/app/themes/badegg/resources/views/sections/footer/footer.blade.php diff --git a/web/app/themes/badegg/resources/views/sections/footer/footer.scss b/web/app/themes/badegg/resources/views/sections/footer/footer.scss new file mode 100644 index 0000000..e69de29 diff --git a/web/app/themes/badegg/resources/views/sections/header.blade.php b/web/app/themes/badegg/resources/views/sections/header/header.blade.php similarity index 100% rename from web/app/themes/badegg/resources/views/sections/header.blade.php rename to web/app/themes/badegg/resources/views/sections/header/header.blade.php diff --git a/web/app/themes/badegg/resources/views/sections/header/header.scss b/web/app/themes/badegg/resources/views/sections/header/header.scss new file mode 100644 index 0000000..e69de29