{
    "packages": [
        {
            "name": "craigk5n/php-icalendar-core",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/craigk5n/php-icalendar-core.git",
                "reference": "5dcfc2b6fb940322312fb0884f000ff574058e17"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craigk5n/php-icalendar-core/zipball/5dcfc2b6fb940322312fb0884f000ff574058e17",
                "reference": "5dcfc2b6fb940322312fb0884f000ff574058e17",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "require-dev": {
                "infection/infection": "^0.29",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^10.0",
                "vimeo/psalm": "^5.0 || ^6.0"
            },
            "time": "2026-02-27T05:24:31+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Icalendar\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "RFC 5545 compliant PHP library for iCalendar parsing and writing",
            "homepage": "https://github.com/craigk5n/php-icalendar-core",
            "keywords": [
                "calendar",
                "iCalendar",
                "ics",
                "parser",
                "rfc5545",
                "writer"
            ],
            "support": {
                "issues": "https://github.com/craigk5n/php-icalendar-core/issues",
                "source": "https://github.com/craigk5n/php-icalendar-core"
            },
            "install-path": "../craigk5n/php-icalendar-core"
        },
        {
            "name": "craigk5n/webcalendar-core",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "dist": {
                "type": "path",
                "url": "../webcalendar-core",
                "reference": "91848a74c336754fcc339af5331d956145834f22"
            },
            "require": {
                "craigk5n/php-icalendar-core": "^1.1.0",
                "php": ">=8.2",
                "psr/log": "^3.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.0",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^9.0|^10.0",
                "psalm/plugin-phpunit": "^0.19",
                "squizlabs/php_codesniffer": "^3.7",
                "vimeo/psalm": "^6.15"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WebCalendar\\Core\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "WebCalendar\\Core\\Tests\\": "tests/"
                }
            },
            "scripts": {
                "test": [
                    "phpunit"
                ],
                "phpstan": [
                    "phpstan analyse"
                ],
                "psalm": [
                    "psalm"
                ],
                "psalm-taint": [
                    "psalm --taint-analysis"
                ],
                "cs-check": [
                    "phpcs"
                ],
                "cs-fix": [
                    "php-cs-fixer fix"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Craig Knudsen",
                    "email": "craig@k5n.us",
                    "homepage": "https://www.k5n.us"
                },
                {
                    "name": "WebCalendar Contributors",
                    "homepage": "https://github.com/craigk5n/webcalendar-core/graphs/contributors"
                }
            ],
            "description": "WebCalendar Core - PHP 8.2+ business logic library for calendar management",
            "homepage": "https://github.com/craigk5n/webcalendar-core",
            "keywords": [
                "calendar",
                "events",
                "icalendar",
                "scheduling",
                "webcalendar"
            ],
            "transport-options": {
                "symlink": true,
                "relative": true
            },
            "install-path": "../craigk5n/webcalendar-core"
        },
        {
            "name": "psr/log",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "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"
            },
            "time": "2024-09-11T13:17:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/log"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
