| Server IP : 139.59.63.204 / Your IP : 216.73.217.62 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu-s-1vcpu-1gb-blr1-01 6.8.0-110-generic #110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 15:09:20 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/abyogasms.com/vendor/ueberdosis/tiptap-php/ |
Upload File : |
{
"name": "ueberdosis/tiptap-php",
"description": "A PHP package to work with Tiptap output",
"keywords": [
"ueberdosis",
"tiptap",
"prosemirror"
],
"homepage": "https://github.com/ueberdosis/tiptap-php",
"license": "MIT",
"authors": [
{
"name": "Hans Pagel",
"email": "humans@tiptap.dev",
"role": "Developer"
}
],
"require": {
"php": "^8.0",
"scrivo/highlight.php": "^9.18",
"spatie/shiki-php": "^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
"pestphp/pest": "^1.21",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.3"
},
"autoload": {
"psr-4": {
"Tiptap\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Tiptap\\Tests\\": "tests"
}
},
"scripts": {
"psalm": "vendor/bin/psalm",
"psalm-watch": "nodemon --exec './vendor/bin/psalm || exit 1' --ext php",
"test": "./vendor/bin/pest",
"test-watch": "nodemon --exec './vendor/bin/pest || exit 1' --ext php",
"test-coverage": "./vendor/bin/pest --coverage-html coverage",
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes --config=.php_cs.dist.php"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}