UNPKG

@lipagas/storefront-engine

Version:

Headless Commerce & Marketplace Extension for Fleetbase

1,394 lines 686 kB
{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "78d0419ff951002fac07b7c58cf9d2db", "packages": [ { "name": "aloha/twilio", "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/aloha/laravel-twilio.git", "reference": "f430c272c4e21a53cab6aadade696ba8083e3207" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aloha/laravel-twilio/zipball/f430c272c4e21a53cab6aadade696ba8083e3207", "reference": "f430c272c4e21a53cab6aadade696ba8083e3207", "shasum": "" }, "require": { "php": ">=7.2.0", "twilio/sdk": "^6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16", "illuminate/console": "~6||~7||~8", "illuminate/support": "~6||~7||~8", "phpunit/phpunit": "^8.0" }, "type": "library", "extra": { "laravel": { "providers": [ "Aloha\\Twilio\\Support\\Laravel\\ServiceProvider" ], "aliases": { "Twilio": "Aloha\\Twilio\\Support\\Laravel\\Facade" } } }, "autoload": { "psr-4": { "Aloha\\Twilio\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Travis J Ryan", "email": "travisjryan@gmail.com" }, { "name": "Hannes Van De Vreken", "email": "vandevreken.hannes@gmail.com" } ], "description": "Twilio API for Laravel", "homepage": "https://github.com/aloha/laravel-twilio", "keywords": [ "ivr", "laravel", "sms", "twilio" ], "support": { "issues": "https://github.com/aloha/laravel-twilio/issues", "source": "https://github.com/aloha/laravel-twilio/tree/5.0.0" }, "funding": [ { "url": "https://github.com/sponsors/hannesvdvreken", "type": "github" } ], "time": "2021-02-10T17:00:02+00:00" }, { "name": "aws/aws-crt-php", "version": "v1.2.5", "source": { "type": "git", "url": "https://github.com/awslabs/aws-crt-php.git", "reference": "0ea1f04ec5aa9f049f97e012d1ed63b76834a31b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/0ea1f04ec5aa9f049f97e012d1ed63b76834a31b", "reference": "0ea1f04ec5aa9f049f97e012d1ed63b76834a31b", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5", "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality." }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "AWS SDK Common Runtime Team", "email": "aws-sdk-common-runtime@amazon.com" } ], "description": "AWS Common Runtime for PHP", "homepage": "https://github.com/awslabs/aws-crt-php", "keywords": [ "amazon", "aws", "crt", "sdk" ], "support": { "issues": "https://github.com/awslabs/aws-crt-php/issues", "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.5" }, "time": "2024-04-19T21:30:56+00:00" }, { "name": "aws/aws-sdk-php", "version": "3.308.7", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", "reference": "97074bd8cdd9fe498570821cefa4868fa3353cf3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/97074bd8cdd9fe498570821cefa4868fa3353cf3", "reference": "97074bd8cdd9fe498570821cefa4868fa3353cf3", "shasum": "" }, "require": { "aws/aws-crt-php": "^1.2.3", "ext-json": "*", "ext-pcre": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", "guzzlehttp/promises": "^1.4.0 || ^2.0", "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", "mtdowling/jmespath.php": "^2.6", "php": ">=7.2.5", "psr/http-message": "^1.0 || ^2.0" }, "require-dev": { "andrewsville/php-token-reflection": "^1.4", "aws/aws-php-sns-message-validator": "~1.0", "behat/behat": "~3.0", "composer/composer": "^1.10.22", "dms/phpunit-arraysubset-asserts": "^0.4.0", "doctrine/cache": "~1.4", "ext-dom": "*", "ext-openssl": "*", "ext-pcntl": "*", "ext-sockets": "*", "nette/neon": "^2.3", "paragonie/random_compat": ">= 2", "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5", "psr/cache": "^1.0", "psr/simple-cache": "^1.0", "sebastian/comparator": "^1.2.3 || ^4.0", "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", "doctrine/cache": "To use the DoctrineCacheAdapter", "ext-curl": "To send requests using cURL", "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", "ext-sockets": "To use client-side monitoring" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Aws\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Amazon Web Services", "homepage": "http://aws.amazon.com" } ], "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", "homepage": "http://aws.amazon.com/sdkforphp", "keywords": [ "amazon", "aws", "cloud", "dynamodb", "ec2", "glacier", "s3", "sdk" ], "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", "source": "https://github.com/aws/aws-sdk-php/tree/3.308.7" }, "time": "2024-05-31T18:17:12+00:00" }, { "name": "aws/aws-sdk-php-laravel", "version": "3.9.0", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php-laravel.git", "reference": "11cb363873bd77a91b262936936abfa6a2122d53" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aws/aws-sdk-php-laravel/zipball/11cb363873bd77a91b262936936abfa6a2122d53", "reference": "11cb363873bd77a91b262936936abfa6a2122d53", "shasum": "" }, "require": { "aws/aws-sdk-php": "^3.279.0", "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", "php": ">=7.2.5" }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0", "vlucas/phpdotenv": "^1.0 || ^2.0 || ^3.0 || ^4.0 || ^5.0", "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "laravel/framework": "To test the Laravel bindings", "laravel/lumen-framework": "To test the Lumen bindings" }, "type": "library", "extra": { "laravel": { "providers": [ "Aws\\Laravel\\AwsServiceProvider" ], "aliases": { "AWS": "Aws\\Laravel\\AwsFacade" } } }, "autoload": { "psr-4": { "Aws\\Laravel\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Amazon Web Services", "homepage": "http://aws.amazon.com" } ], "description": "A simple Laravel 6/7/8/9/10/11 service provider for including the AWS SDK for PHP.", "homepage": "https://aws.amazon.com/sdk-for-php/", "keywords": [ "amazon", "aws", "dynamodb", "ec2", "laravel", "laravel 10", "laravel 11", "laravel 6", "laravel 7", "laravel 8", "laravel 9", "s3", "sdk" ], "support": { "issues": "https://github.com/aws/aws-sdk-php-laravel/issues", "source": "https://github.com/aws/aws-sdk-php-laravel/tree/3.9.0" }, "time": "2024-03-18T17:43:45+00:00" }, { "name": "barryvdh/laravel-dompdf", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/barryvdh/laravel-dompdf.git", "reference": "c96f90c97666cebec154ca1ffb67afed372114d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/c96f90c97666cebec154ca1ffb67afed372114d8", "reference": "c96f90c97666cebec154ca1ffb67afed372114d8", "shasum": "" }, "require": { "dompdf/dompdf": "^2.0.7", "illuminate/support": "^6|^7|^8|^9|^10|^11", "php": "^7.2 || ^8.0" }, "require-dev": { "larastan/larastan": "^1.0|^2.7.0", "orchestra/testbench": "^4|^5|^6|^7|^8|^9", "phpro/grumphp": "^1 || ^2.5", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" }, "laravel": { "providers": [ "Barryvdh\\DomPDF\\ServiceProvider" ], "aliases": { "Pdf": "Barryvdh\\DomPDF\\Facade\\Pdf", "PDF": "Barryvdh\\DomPDF\\Facade\\Pdf" } } }, "autoload": { "psr-4": { "Barryvdh\\DomPDF\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Barry vd. Heuvel", "email": "barryvdh@gmail.com" } ], "description": "A DOMPDF Wrapper for Laravel", "keywords": [ "dompdf", "laravel", "pdf" ], "support": { "issues": "https://github.com/barryvdh/laravel-dompdf/issues", "source": "https://github.com/barryvdh/laravel-dompdf/tree/v2.2.0" }, "funding": [ { "url": "https://fruitcake.nl", "type": "custom" }, { "url": "https://github.com/barryvdh", "type": "github" } ], "time": "2024-04-25T13:16:04+00:00" }, { "name": "beste/clock", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/beste/clock.git", "reference": "7004b55fcd54737b539886244b3a3b2188181974" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/beste/clock/zipball/7004b55fcd54737b539886244b3a3b2188181974", "reference": "7004b55fcd54737b539886244b3a3b2188181974", "shasum": "" }, "require": { "php": "^8.0", "psr/clock": "^1.0" }, "provide": { "psr/clock-implementation": "1.0" }, "require-dev": { "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.9.1", "phpstan/phpstan-phpunit": "^1.2.2", "phpstan/phpstan-strict-rules": "^1.4.4", "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "^0.16.1", "vimeo/psalm": "^4.29" }, "type": "library", "autoload": { "files": [ "src/Clock.php" ], "psr-4": { "Beste\\Clock\\": "src/Clock" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jérôme Gamez", "email": "jerome@gamez.name" } ], "description": "A collection of Clock implementations", "keywords": [ "clock", "clock-interface", "psr-20", "psr20" ], "support": { "issues": "https://github.com/beste/clock/issues", "source": "https://github.com/beste/clock/tree/3.0.0" }, "funding": [ { "url": "https://github.com/jeromegamez", "type": "github" } ], "time": "2022-11-26T18:03:05+00:00" }, { "name": "beste/in-memory-cache", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/beste/in-memory-cache-php.git", "reference": "f2d504b4f15ac841b1d8b34046619505ba4c9e77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/beste/in-memory-cache-php/zipball/f2d504b4f15ac841b1d8b34046619505ba4c9e77", "reference": "f2d504b4f15ac841b1d8b34046619505ba4c9e77", "shasum": "" }, "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "psr/cache": "^2.0 || ^3.0", "psr/clock": "^1.0" }, "provide": { "psr/cache-implementation": "2.0 || 3.0" }, "require-dev": { "beste/clock": "^3.0", "friendsofphp/php-cs-fixer": "^3.41.0", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.48", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-strict-rules": "^1.5.2", "phpunit/phpunit": "^10.5.2", "symfony/var-dumper": "^6.4.0" }, "suggest": { "psr/clock-implementation": "Allows injecting a Clock, for example a frozen clock for testing" }, "type": "library", "autoload": { "psr-4": { "Beste\\Cache\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jérôme Gamez", "email": "jerome@gamez.name" } ], "description": "A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.", "keywords": [ "beste", "cache", "psr-6" ], "support": { "issues": "https://github.com/beste/in-memory-cache-php/issues", "source": "https://github.com/beste/in-memory-cache-php/tree/1.1.0" }, "funding": [ { "url": "https://github.com/jeromegamez", "type": "github" } ], "time": "2024-03-01T23:43:56+00:00" }, { "name": "beste/json", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/beste/json.git", "reference": "2d7aea5a7ceeb428350ba450e4a227ac581359b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/beste/json/zipball/2d7aea5a7ceeb428350ba450e4a227ac581359b4", "reference": "2d7aea5a7ceeb428350ba450e4a227ac581359b4", "shasum": "" }, "require": { "ext-json": "*", "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "require-dev": { "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "^10.4.2", "rector/rector": "^0.18.10" }, "type": "library", "autoload": { "files": [ "src/Json.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jérôme Gamez", "email": "jerome@gamez.name" } ], "description": "A simple JSON helper to decode and encode JSON", "keywords": [ "helper", "json" ], "support": { "issues": "https://github.com/beste/json/issues", "source": "https://github.com/beste/json/tree/1.4.0" }, "funding": [ { "url": "https://github.com/jeromegamez", "type": "github" } ], "time": "2023-11-30T22:41:32+00:00" }, { "name": "brick/geo", "version": "0.7.2", "source": { "type": "git", "url": "https://github.com/brick/geo.git", "reference": "725789f7c090235e230b9a666acf59e0fc7f8e24" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/brick/geo/zipball/725789f7c090235e230b9a666acf59e0fc7f8e24", "reference": "725789f7c090235e230b9a666acf59e0fc7f8e24", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "require-dev": { "brick/reflection": "~0.2.0 || ~0.3.0 || ~0.4.0", "ext-json": "*", "ext-pdo": "*", "ext-sqlite3": "*", "php-coveralls/php-coveralls": "^2.0", "phpunit/phpunit": "^8.0 || ^9.0", "vimeo/psalm": "4.3.1" }, "suggest": { "ext-json": "To read and write GeoJSON" }, "type": "library", "autoload": { "psr-4": { "Brick\\Geo\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "GIS geometry library", "keywords": [ "brick", "geo", "geography", "geometry", "gis" ], "support": { "issues": "https://github.com/brick/geo/issues", "source": "https://github.com/brick/geo/tree/0.7.2" }, "funding": [ { "url": "https://github.com/BenMorel", "type": "github" } ], "time": "2022-10-09T22:30:24+00:00" }, { "name": "brick/math", "version": "0.12.1", "source": { "type": "git", "url": "https://github.com/brick/math.git", "reference": "f510c0a40911935b77b86859eb5223d58d660df1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1", "reference": "f510c0a40911935b77b86859eb5223d58d660df1", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^10.1", "vimeo/psalm": "5.16.0" }, "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.1" }, "funding": [ { "url": "https://github.com/BenMorel", "type": "github" } ], "time": "2023-11-29T23:19:16+00:00" }, { "name": "cache/adapter-common", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/php-cache/adapter-common.git", "reference": "8788309be72aa7be69b88cdc0687549c74a7d479" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-cache/adapter-common/zipball/8788309be72aa7be69b88cdc0687549c74a7d479", "reference": "8788309be72aa7be69b88cdc0687549c74a7d479", "shasum": "" }, "require": { "cache/tag-interop": "^1.0", "php": ">=7.4", "psr/cache": "^1.0 || ^2.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "psr/simple-cache": "^1.0" }, "require-dev": { "cache/integration-tests": "^0.17", "phpunit/phpunit": "^7.5.20 || ^9.5.10" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "Cache\\Adapter\\Common\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aaron Scherer", "email": "aequasi@gmail.com", "homepage": "https://github.com/aequasi" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/nyholm" } ], "description": "Common classes for PSR-6 adapters", "homepage": "http://www.php-cache.com/en/latest/", "keywords": [ "cache", "psr-6", "tag" ], "support": { "source": "https://github.com/php-cache/adapter-common/tree/1.3.0" }, "time": "2022-01-15T15:47:19+00:00" }, { "name": "cache/array-adapter", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/php-cache/array-adapter.git", "reference": "7658acf46b35a23b7be13e50a2792049e1c678c4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-cache/array-adapter/zipball/7658acf46b35a23b7be13e50a2792049e1c678c4", "reference": "7658acf46b35a23b7be13e50a2792049e1c678c4", "shasum": "" }, "require": { "cache/adapter-common": "^1.0", "cache/hierarchical-cache": "^1.0", "php": ">=7.4", "psr/cache": "^1.0 || ^2.0", "psr/simple-cache": "^1.0" }, "provide": { "psr/cache-implementation": "^1.0", "psr/simple-cache-implementation": "^1.0" }, "require-dev": { "cache/integration-tests": "^0.17", "phpunit/phpunit": "^7.5.20 || ^9.5.10" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "Cache\\Adapter\\PHPArray\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aaron Scherer", "email": "aequasi@gmail.com", "homepage": "https://github.com/aequasi" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/nyholm" } ], "description": "A PSR-6 cache implementation using a php array. This implementation supports tags", "homepage": "http://www.php-cache.com/en/latest/", "keywords": [ "array", "cache", "psr-6", "tag" ], "support": { "source": "https://github.com/php-cache/array-adapter/tree/1.2.0" }, "time": "2022-01-15T15:47:19+00:00" }, { "name": "cache/hierarchical-cache", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/php-cache/hierarchical-cache.git", "reference": "dedffd0a74f72c1db76e57ce29885836944e27f3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-cache/hierarchical-cache/zipball/dedffd0a74f72c1db76e57ce29885836944e27f3", "reference": "dedffd0a74f72c1db76e57ce29885836944e27f3", "shasum": "" }, "require": { "cache/adapter-common": "^1.0", "php": ">=7.4", "psr/cache": "^1.0 || ^2.0" }, "require-dev": { "phpunit/phpunit": "^7.5.20 || ^9.5.10" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "Cache\\Hierarchy\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aaron Scherer", "email": "aequasi@gmail.com", "homepage": "https://github.com/aequasi" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/nyholm" } ], "description": "A helper trait and interface to your PSR-6 cache to support hierarchical keys.", "homepage": "http://www.php-cache.com/en/latest/", "keywords": [ "cache", "hierarchical", "hierarchy", "psr-6" ], "support": { "source": "https://github.com/php-cache/hierarchical-cache/tree/1.2.0" }, "time": "2022-01-15T15:47:19+00:00" }, { "name": "cache/tag-interop", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-cache/tag-interop.git", "reference": "b062b1d735357da50edf8387f7a8696f3027d328" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/b062b1d735357da50edf8387f7a8696f3027d328", "reference": "b062b1d735357da50edf8387f7a8696f3027d328", "shasum": "" }, "require": { "php": "^5.5 || ^7.0 || ^8.0", "psr/cache": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "Cache\\TagInterop\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/nyholm" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com", "homepage": "https://github.com/nicolas-grekas" } ], "description": "Framework interoperable interfaces for tags", "homepage": "https://www.php-cache.com/en/latest/", "keywords": [ "cache", "psr", "psr6", "tag" ], "support": { "issues": "https://github.com/php-cache/tag-interop/issues", "source": "https://github.com/php-cache/tag-interop/tree/1.1.0" }, "time": "2021-12-31T10:03:23+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": "cknow/laravel-money", "version": "v7.2.1", "source": { "type": "git", "url": "https://github.com/cknow/laravel-money.git", "reference": "82d506202f95e8b6977a9ffffcdbd218bc58bdc5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cknow/laravel-money/zipball/82d506202f95e8b6977a9ffffcdbd218bc58bdc5", "reference": "82d506202f95e8b6977a9ffffcdbd218bc58bdc5", "shasum": "" }, "require": { "ext-intl": "*", "ext-json": "*", "illuminate/support": "^7.0|^8.0|^9.0|^10.0", "illuminate/view": "^7.0|^8.0|^9.0|^10.0", "moneyphp/money": "^3.3|^4.2", "php": "^7.3|^8.0" }, "require-dev": { "graham-campbell/testbench": "^5.7", "illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0", "mockery/mockery": "^1.6", "phpunit/phpunit": "^8.5|^9.5.10|^10.0", "spatie/phpunit-watcher": "^1.23" }, "type": "library", "extra": { "laravel": { "providers": [ "Cknow\\Money\\MoneyServiceProvider" ] } }, "autoload": { "files": [ "src/helpers.php" ], "psr-4": { "Cknow\\Money\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ricardo Gobbo de Souza", "email": "ricardogobbosouza@yahoo.com.br" } ], "description": "Laravel Money", "homepage": "https://github.com/cknow/laravel-money", "keywords": [ "currency", "laravel", "money" ], "support": { "issues": "https://github.com/cknow/laravel-money/issues", "source": "https://github.com/cknow/laravel-money/tree/v7.2.1" }, "time": "2024-03-16T12:43:13+00:00" }, { "name": "clue/stream-filter", "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/clue/stream-filter.git", "reference": "049509fef80032cb3f051595029ab75b49a3c2f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/clue/stream-filter/zipball/049509fef80032cb3f051595029ab75b49a3c2f7", "reference": "049509fef80032cb3f051595029ab75b49a3c2f7", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "Clue\\StreamFilter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering" } ], "description": "A simple and modern approach to stream filtering in PHP", "homepage": "https://github.com/clue/stream-filter", "keywords": [ "bucket brigade", "callback", "filter", "php_user_filter", "stream", "stream_filter_append", "stream_filter_register" ], "support": { "issues": "https://github.com/clue/stream-filter/issues", "source": "https://github.com/clue/stream-filter/tree/v1.7.0" }, "funding": [ { "url": "https://clue.engineering/support", "type": "custom" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2023-12-20T15:40:13+00:00" }, { "name": "colinodell/json5", "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/colinodell/json5.git", "reference": "15b063f8cb5e6deb15f0cd39123264ec0d19c710" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/colinodell/json5/zipball/15b063f8cb5e6deb15f0cd39123264ec0d19c710", "reference": "15b063f8cb5e6deb15f0cd39123264ec0d19c710", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": "^7.1.3|^8.0" }, "conflict": { "scrutinizer/ocular": "1.7.*" }, "require-dev": { "mikehaertl/php-shellcommand": "^1.2.5", "phpstan/phpstan": "^1.4", "scrutinizer/ocular": "^1.6", "squizlabs/php_codesniffer": "^2.3 || ^3.0", "symfony/finder": "^4.4|^5.4|^6.0", "symfony/phpunit-bridge": "^5.4|^6.0" }, "bin": [ "bin/json5" ], "type": "library", "extra": { "branch-alias": { "dev-main": "3.0-dev" } }, "autoload": { "files": [ "src/global.php" ], "psr-4": { "ColinODell\\Json5\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Colin O'Dell", "email": "colinodell@gmail.com", "homepage": "https://www.colinodell.com", "role": "Developer" } ], "description": "UTF-8 compatible JSON5 parser for PHP", "homepage": "https://github.com/colinodell/json5", "keywords": [ "JSON5", "json", "json5_decode", "json_decode" ], "support": { "issues": "https://github.com/colinodell/json5/issues", "source": "https://github.com/colinodell/json5/tree/v2.3.0" }, "funding": [ { "url": "https://www.colinodell.com/sponsor", "type": "custom" }, { "url": "https://www.paypal.me/colinpodell/10.00", "type": "custom" }, { "url": "https://github.com/colinodell", "type": "github" }, { "url": "https://www.patreon.com/colinodell", "type": "patreon" } ], "time": "2022-12-27T16:44:40+00:00" }, { "name": "composer/semver", "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.4", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", "source": "https://github.com/composer/semver/tree/3.4.0" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2023-08-31T09:50:34+00:00" }, { "name": "dflydev/dot-access-data", "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", "reference": "f41715465d65213d644d3141a6a93081be5d3549" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549", "reference": "f41715465d65213d644d3141a6a93081be5d3549", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12.42", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", "scrutinizer/ocular": "1.6.0", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Dflydev\\DotAccessData\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" }, { "name": "Carlos Frutos", "email": "carlos@kiwing.it", "homepage": "https://github.com/cfrutos" }, { "name": "Colin O'Dell", "email": "colinodell@gma