????
Current Path : /home/thenclexdoctor.com/public_html/vendor/spatie/calendar-links/ |
Current File : /home/thenclexdoctor.com/public_html/vendor/spatie/calendar-links/composer.json |
{ "name": "spatie/calendar-links", "description": "Generate add to calendar links for Google, iCal and other calendar systems", "license": "MIT", "keywords": [ "spatie", "calendar-links" ], "authors": [ { "name": "Sebastian De Deyne", "email": "sebastian@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "homepage": "https://github.com/spatie/calendar-links", "require": { "php": "^8.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.48", "phpunit/phpunit": "^10.1", "spatie/phpunit-snapshot-assertions": "^5.1", "vimeo/psalm": "^5.20" }, "autoload": { "psr-4": { "Spatie\\CalendarLinks\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\CalendarLinks\\Tests\\": "tests" } }, "config": { "sort-packages": true }, "scripts": { "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes", "psalm": "vendor/bin/psalm --find-unused-psalm-suppress --output-format=phpstorm", "psalm:ci": "vendor/bin/psalm --find-unused-psalm-suppress --output-format=github --shepherd", "test": "vendor/bin/phpunit", "test:update-snapshots": "vendor/bin/phpunit -d --update-snapshots" } }
Sorry, this page is not available...