Skip to content
Snippets Groups Projects
composer.lock 201 KiB
Newer Older
  • Learn to ignore specific revisions
  •       "time": "2023-08-27T10:20:53+00:00"
    
        },
        {
          "name": "guzzlehttp/promises",
          "version": "2.0.1",
          "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
            "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
            "shasum": ""
          },
          "require": {
            "php": "^7.2.5 || ^8.0"
          },
          "require-dev": {
            "bamarni/composer-bin-plugin": "^1.8.1",
            "phpunit/phpunit": "^8.5.29 || ^9.5.23"
          },
          "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.0.1"
          },
          "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": "2023-08-03T15:11:55+00:00"
        },
        {
          "name": "guzzlehttp/psr7",
    
          "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
    
            "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
    
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
            "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
    
            "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.1",
            "http-interop/http-factory-tests": "^0.9",
            "phpunit/phpunit": "^8.5.29 || ^9.5.23"
          },
          "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.6.1"
    
          },
          "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": "2023-08-27T10:13:57+00:00"
    
        },
        {
          "name": "james-heinrich/getid3",
          "version": "v2.0.0-beta5",
          "source": {
            "type": "git",
            "url": "https://github.com/JamesHeinrich/getID3.git",
            "reference": "4e7aca96e7f4cf5ce6e08bca998334f567259965"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/4e7aca96e7f4cf5ce6e08bca998334f567259965",
            "reference": "4e7aca96e7f4cf5ce6e08bca998334f567259965",
            "shasum": ""
          },
          "require": {
            "php": ">=5.4.0"
          },
          "require-dev": {
            "php-parallel-lint/php-parallel-lint": "^1.0",
            "phpunit/phpunit": "^4.8 || ^5.0 || ^6.1 || ^7.5 || ^8.5"
          },
          "suggest": {
            "ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
            "ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
            "ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.",
            "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
            "ext-exif": "EXIF extension is required for graphic modules.",
            "ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).",
            "ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
            "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
            "ext-mbstring": "mbstring extension is required to work with different character sets.",
            "ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
            "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
            "ext-rar": "RAR extension is required for RAR archive module.",
            "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
            "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
            "ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "2.0.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "JamesHeinrich\\GetID3\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["GPL-1.0-or-later", "LGPL-3.0-only", "MPL-2.0"],
          "authors": [
            {
              "name": "James Heinrich",
              "email": "info@getid3.org",
              "homepage": "https://github.com/JamesHeinrich",
              "role": "Developer"
            },
            {
              "name": "Craig Duncan",
              "email": "git@duncanc.co.uk",
              "homepage": "https://github.com/duncan3dc",
              "role": "Developer"
            }
          ],
          "description": "Extract and write useful information to/from popular multimedia file formats",
          "homepage": "https://www.getid3.org/",
          "keywords": ["audio", "codecs", "id3", "metadata", "tags", "video"],
          "support": {
            "issues": "https://github.com/JamesHeinrich/getID3/issues",
            "source": "https://github.com/JamesHeinrich/getID3/tree/v2.0.0-beta5"
          },
          "time": "2022-10-28T11:52:26+00:00"
        },
        {
          "name": "laminas/laminas-escaper",
          "version": "2.12.0",
          "source": {
            "type": "git",
            "url": "https://github.com/laminas/laminas-escaper.git",
            "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
            "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
            "shasum": ""
          },
          "require": {
            "ext-ctype": "*",
            "ext-mbstring": "*",
            "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
          },
          "conflict": {
            "zendframework/zend-escaper": "*"
          },
          "require-dev": {
            "infection/infection": "^0.26.6",
            "laminas/laminas-coding-standard": "~2.4.0",
            "maglnet/composer-require-checker": "^3.8.0",
            "phpunit/phpunit": "^9.5.18",
            "psalm/plugin-phpunit": "^0.17.0",
            "vimeo/psalm": "^4.22.0"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Laminas\\Escaper\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
          "homepage": "https://laminas.dev",
          "keywords": ["escaper", "laminas"],
          "support": {
            "chat": "https://laminas.dev/chat",
            "docs": "https://docs.laminas.dev/laminas-escaper/",
            "forum": "https://discourse.laminas.dev",
            "issues": "https://github.com/laminas/laminas-escaper/issues",
            "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
            "source": "https://github.com/laminas/laminas-escaper"
          },
          "funding": [
            {
              "url": "https://funding.communitybridge.org/projects/laminas-project",
              "type": "community_bridge"
            }
          ],
          "time": "2022-10-10T10:11:09+00:00"
        },
        {
          "name": "league/commonmark",
    
          "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/commonmark.git",
    
            "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5"
    
            "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
            "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
    
            "shasum": ""
          },
          "require": {
            "ext-mbstring": "*",
            "league/config": "^1.1.1",
            "php": "^7.4 || ^8.0",
            "psr/event-dispatcher": "^1.0",
            "symfony/deprecation-contracts": "^2.1 || ^3.0",
            "symfony/polyfill-php80": "^1.16"
          },
          "require-dev": {
            "cebe/markdown": "^1.0",
            "commonmark/cmark": "0.30.0",
            "commonmark/commonmark.js": "0.30.0",
            "composer/package-versions-deprecated": "^1.8",
            "embed/embed": "^4.4",
            "erusev/parsedown": "^1.0",
            "ext-json": "*",
            "github/gfm": "0.29.0",
            "michelf/php-markdown": "^1.4 || ^2.0",
            "nyholm/psr7": "^1.5",
            "phpstan/phpstan": "^1.8.2",
            "phpunit/phpunit": "^9.5.21",
            "scrutinizer/ocular": "^1.8.1",
            "symfony/finder": "^5.3 | ^6.0",
            "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
            "unleashedtech/php-coding-standard": "^3.1.1",
            "vimeo/psalm": "^4.24.0 || ^5.0.0"
          },
          "suggest": {
            "symfony/yaml": "v2.3+ required if using the Front Matter extension"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "2.5-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "League\\CommonMark\\": "src"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Colin O'Dell",
              "email": "colinodell@gmail.com",
              "homepage": "https://www.colinodell.com",
              "role": "Lead Developer"
            }
          ],
          "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
          "homepage": "https://commonmark.thephpleague.com",
          "keywords": [
            "commonmark",
            "flavored",
            "gfm",
            "github",
            "github-flavored",
            "markdown",
            "md",
            "parser"
          ],
          "support": {
            "docs": "https://commonmark.thephpleague.com/",
            "forum": "https://github.com/thephpleague/commonmark/discussions",
            "issues": "https://github.com/thephpleague/commonmark/issues",
            "rss": "https://github.com/thephpleague/commonmark/releases.atom",
            "source": "https://github.com/thephpleague/commonmark"
          },
          "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://tidelift.com/funding/github/packagist/league/commonmark",
              "type": "tidelift"
            }
          ],
    
          "time": "2023-08-30T16:55:00+00:00"
    
    1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761
        },
        {
          "name": "league/config",
          "version": "v1.2.0",
          "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/config.git",
            "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
            "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
            "shasum": ""
          },
          "require": {
            "dflydev/dot-access-data": "^3.0.1",
            "nette/schema": "^1.2",
            "php": "^7.4 || ^8.0"
          },
          "require-dev": {
            "phpstan/phpstan": "^1.8.2",
            "phpunit/phpunit": "^9.5.5",
            "scrutinizer/ocular": "^1.8.1",
            "unleashedtech/php-coding-standard": "^3.1",
            "vimeo/psalm": "^4.7.3"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "1.2-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "League\\Config\\": "src"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Colin O'Dell",
              "email": "colinodell@gmail.com",
              "homepage": "https://www.colinodell.com",
              "role": "Lead Developer"
            }
          ],
          "description": "Define configuration arrays with strict schemas and access values with dot notation",
          "homepage": "https://config.thephpleague.com",
          "keywords": [
            "array",
            "config",
            "configuration",
            "dot",
            "dot-access",
            "nested",
            "schema"
          ],
          "support": {
            "docs": "https://config.thephpleague.com/",
            "issues": "https://github.com/thephpleague/config/issues",
            "rss": "https://github.com/thephpleague/config/releases.atom",
            "source": "https://github.com/thephpleague/config"
          },
          "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"
            }
          ],
          "time": "2022-12-11T20:36:23+00:00"
        },
        {
          "name": "league/html-to-markdown",
          "version": "5.1.1",
          "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/html-to-markdown.git",
            "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0b4066eede55c48f38bcee4fb8f0aa85654390fd",
            "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd",
            "shasum": ""
          },
          "require": {
            "ext-dom": "*",
            "ext-xml": "*",
            "php": "^7.2.5 || ^8.0"
          },
          "require-dev": {
            "mikehaertl/php-shellcommand": "^1.1.0",
            "phpstan/phpstan": "^1.8.8",
            "phpunit/phpunit": "^8.5 || ^9.2",
            "scrutinizer/ocular": "^1.6",
            "unleashedtech/php-coding-standard": "^2.7 || ^3.0",
            "vimeo/psalm": "^4.22 || ^5.0"
          },
          "bin": ["bin/html-to-markdown"],
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "5.2-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "League\\HTMLToMarkdown\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Colin O'Dell",
              "email": "colinodell@gmail.com",
              "homepage": "https://www.colinodell.com",
              "role": "Lead Developer"
            },
            {
              "name": "Nick Cernis",
              "email": "nick@cern.is",
              "homepage": "http://modernnerd.net",
              "role": "Original Author"
            }
          ],
          "description": "An HTML-to-markdown conversion helper for PHP",
          "homepage": "https://github.com/thephpleague/html-to-markdown",
          "keywords": ["html", "markdown"],
          "support": {
            "issues": "https://github.com/thephpleague/html-to-markdown/issues",
            "source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.1"
          },
          "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://tidelift.com/funding/github/packagist/league/html-to-markdown",
              "type": "tidelift"
            }
          ],
          "time": "2023-07-12T21:21:09+00:00"
        },
        {
          "name": "maxmind-db/reader",
          "version": "v1.11.0",
          "source": {
            "type": "git",
            "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
            "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b",
            "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b",
            "shasum": ""
          },
          "require": {
            "php": ">=7.2"
          },
          "conflict": {
            "ext-maxminddb": "<1.10.1,>=2.0.0"
          },
          "require-dev": {
            "friendsofphp/php-cs-fixer": "3.*",
            "php-coveralls/php-coveralls": "^2.1",
            "phpstan/phpstan": "*",
            "phpunit/phpcov": ">=6.0.0",
            "phpunit/phpunit": ">=8.0.0,<10.0.0",
            "squizlabs/php_codesniffer": "3.*"
          },
          "suggest": {
            "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
            "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
            "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "MaxMind\\Db\\": "src/MaxMind/Db"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["Apache-2.0"],
          "authors": [
            {
              "name": "Gregory J. Oschwald",
              "email": "goschwald@maxmind.com",
              "homepage": "https://www.maxmind.com/"
            }
          ],
          "description": "MaxMind DB Reader API",
          "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
          "keywords": ["database", "geoip", "geoip2", "geolocation", "maxmind"],
          "support": {
            "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
            "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0"
          },
          "time": "2021-10-18T15:23:10+00:00"
        },
        {
          "name": "maxmind/web-service-common",
          "version": "v0.9.0",
          "source": {
            "type": "git",
            "url": "https://github.com/maxmind/web-service-common-php.git",
            "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
            "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
            "shasum": ""
          },
          "require": {
            "composer/ca-bundle": "^1.0.3",
            "ext-curl": "*",
            "ext-json": "*",
            "php": ">=7.2"
          },
          "require-dev": {
            "friendsofphp/php-cs-fixer": "3.*",
            "phpstan/phpstan": "*",
            "phpunit/phpunit": "^8.0 || ^9.0",
            "squizlabs/php_codesniffer": "3.*"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "MaxMind\\Exception\\": "src/Exception",
              "MaxMind\\WebService\\": "src/WebService"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["Apache-2.0"],
          "authors": [
            {
              "name": "Gregory Oschwald",
              "email": "goschwald@maxmind.com"
            }
          ],
          "description": "Internal MaxMind Web Service API",
          "homepage": "https://github.com/maxmind/web-service-common-php",
          "support": {
            "issues": "https://github.com/maxmind/web-service-common-php/issues",
            "source": "https://github.com/maxmind/web-service-common-php/tree/v0.9.0"
          },
          "time": "2022-03-28T17:43:20+00:00"
        },
        {
          "name": "melbahja/seo",
          "version": "v2.1.1",
          "source": {
            "type": "git",
            "url": "https://github.com/melbahja/seo.git",
            "reference": "22b0b3273bf9c8867cadf018e4daa3e426525929"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/melbahja/seo/zipball/22b0b3273bf9c8867cadf018e4daa3e426525929",
            "reference": "22b0b3273bf9c8867cadf018e4daa3e426525929",
            "shasum": ""
          },
          "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "ext-xml": "*",
            "php": ">=7.2"
          },
          "require-dev": {
            "phpunit/phpunit": "^8.5"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Melbahja\\Seo\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Mohamed ELbahja",
              "email": "mohamed@elbahja.me",
              "homepage": "https://elbahja.me",
              "role": "Developer"
            }
          ],
          "description": "Simple PHP library to help developers 🍻 do better on-page SEO optimization",
          "keywords": [
            "PHP7",
            "meta tags",
            "open graph",
            "schema.org",
            "search engine optimization",
            "seo",
            "sitemap index",
            "sitemap.xml",
            "sitemaps",
            "twitter tags"
          ],
          "support": {
            "issues": "https://github.com/melbahja/seo/issues",
            "source": "https://github.com/melbahja/seo/tree/v2.1.1"
          },
          "time": "2022-09-11T11:16:07+00:00"
        },
        {
          "name": "michalsn/codeigniter4-uuid",
    
          "source": {
            "type": "git",
            "url": "https://github.com/michalsn/codeigniter4-uuid.git",
    
            "reference": "be75ec5d7d2c967e046e7c2091f2cbcf126979f0"
    
            "url": "https://api.github.com/repos/michalsn/codeigniter4-uuid/zipball/be75ec5d7d2c967e046e7c2091f2cbcf126979f0",
            "reference": "be75ec5d7d2c967e046e7c2091f2cbcf126979f0",
    
            "shasum": ""
          },
          "require": {
            "php": ">=7.3",
            "ramsey/uuid": "^4.0"
          },
          "require-dev": {
            "codeigniter4/codeigniter4": "dev-develop",
            "phpunit/phpunit": "8.5.*"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Michalsn\\Uuid\\": "src"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "michalsn",
              "homepage": "https://github.com/michalsn",
              "role": "Developer"
            }
          ],
          "description": "UUID package for CodeIgniter 4 with support for Model and Entity.",
          "homepage": "https://github.com/michalsn/codeigniter4-uuid",
          "keywords": ["codeigniter4", "entity", "model", "uuid"],
          "support": {
            "issues": "https://github.com/michalsn/codeigniter4-uuid/issues",
    
            "source": "https://github.com/michalsn/codeigniter4-uuid/tree/v1.0.2"
    
          "time": "2023-08-30T19:46:01+00:00"
    
        },
        {
          "name": "mpratt/embera",
          "version": "2.0.34",
          "source": {
            "type": "git",
            "url": "https://github.com/mpratt/Embera.git",
            "reference": "7cee7dfd4e46cb45fd8f2f15195d90cf2442becc"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mpratt/Embera/zipball/7cee7dfd4e46cb45fd8f2f15195d90cf2442becc",
            "reference": "7cee7dfd4e46cb45fd8f2f15195d90cf2442becc",
            "shasum": ""
          },
          "require": {
            "ext-json": "*",
            "php": ">=5.6"
          },
          "require-dev": {
            "phpstan/phpstan": "^1.4",
            "phpunit/phpunit": "^9.0"
          },
          "suggest": {
            "ext-curl": "Fetch data using curl instead of using file_get_contents"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Embera\\": "src/Embera"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Michael Pratt",
              "email": "yo@michael-pratt.com",
              "homepage": "http://www.michael-pratt.com",
              "role": "Author/Developer"
            }
          ],
          "description": "Oembed consumer library. Converts urls into their html embed code. Supports 150+ sites, such as Youtube, Twitter, vimeo, Instagram etc.",
          "homepage": "https://github.com/mpratt/Embera",
          "keywords": [
            "Auto embed",
            "Embed Text",
            "Responsive Embeds",
            "Url Embed",
            "embed",
            "instagram",
            "oembed",
            "twitter",
            "vimeo",
            "vine",
            "youtube"
          ],
          "support": {
            "issues": "https://github.com/mpratt/Embera/issues",
            "source": "https://github.com/mpratt/Embera/tree/2.0.34"
          },
          "funding": [
            {
              "url": "https://paypal.me/mtpratt",
              "type": "paypal"
            }
          ],
          "time": "2023-06-21T04:06:34+00:00"
        },
        {
          "name": "mtdowling/jmespath.php",
          "version": "2.7.0",
          "source": {
            "type": "git",
            "url": "https://github.com/jmespath/jmespath.php.git",
            "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
            "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
            "shasum": ""
          },
          "require": {
            "php": "^7.2.5 || ^8.0",
            "symfony/polyfill-mbstring": "^1.17"
          },
          "require-dev": {
            "composer/xdebug-handler": "^3.0.3",
            "phpunit/phpunit": "^8.5.33"
          },
          "bin": ["bin/jp.php"],
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "2.7-dev"
            }
          },
          "autoload": {
            "files": ["src/JmesPath.php"],
            "psr-4": {
              "JmesPath\\": "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"
            }
          ],
          "description": "Declaratively specify how to extract elements from a JSON document",
          "keywords": ["json", "jsonpath"],
          "support": {
            "issues": "https://github.com/jmespath/jmespath.php/issues",
            "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
          },
          "time": "2023-08-25T10:54:48+00:00"
        },
        {
          "name": "nette/schema",
          "version": "v1.2.4",
          "source": {
            "type": "git",
            "url": "https://github.com/nette/schema.git",
            "reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/schema/zipball/c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
            "reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
            "shasum": ""
          },
          "require": {
            "nette/utils": "^2.5.7 || ^3.1.5 ||  ^4.0",
            "php": "7.1 - 8.3"
          },
          "require-dev": {
            "nette/tester": "^2.3 || ^2.4",
            "phpstan/phpstan-nette": "^1.0",
            "tracy/tracy": "^2.7"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "1.2-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"],
          "authors": [
            {
              "name": "David Grudl",
              "homepage": "https://davidgrudl.com"
            },
            {
              "name": "Nette Community",
              "homepage": "https://nette.org/contributors"
            }
          ],
          "description": "📐 Nette Schema: validating data structures against a given Schema.",
          "homepage": "https://nette.org",
          "keywords": ["config", "nette"],
          "support": {
            "issues": "https://github.com/nette/schema/issues",
            "source": "https://github.com/nette/schema/tree/v1.2.4"
          },
          "time": "2023-08-05T18:56:25+00:00"
        },
        {
          "name": "nette/utils",
          "version": "v3.2.10",
          "source": {
            "type": "git",
            "url": "https://github.com/nette/utils.git",
            "reference": "a4175c62652f2300c8017fb7e640f9ccb11648d2"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/utils/zipball/a4175c62652f2300c8017fb7e640f9ccb11648d2",
            "reference": "a4175c62652f2300c8017fb7e640f9ccb11648d2",
            "shasum": ""
          },
          "require": {
            "php": ">=7.2 <8.4"
          },