| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/distill/releases/20260615150256/ |
Upload File : |
{
"$schema": "https://getcomposer.org/schema.json",
"name": "philiprehberger/distill",
"type": "project",
"description": "Distill — AI-assisted CRM data-cleanup tool. Connects to HubSpot, finds duplicate contacts via embeddings + string similarity, surfaces clusters in a human-review queue, writes reversible merges back through the HubSpot API with full audit log.",
"keywords": ["laravel", "hubspot", "crm", "deduplication", "embeddings", "pgvector", "data-cleanup", "filament"],
"license": "MIT",
"require": {
"php": "^8.3",
"filament/filament": "^5.6",
"guzzlehttp/guzzle": "^7.9",
"laravel/framework": "^13.8",
"laravel/horizon": "^5.47",
"laravel/tinker": "^3.0",
"opis/json-schema": "^2.4",
"predis/predis": "^3.5",
"sentry/sentry-laravel": "^4.0"
},
"require-dev": {
"brianium/paratest": "^7.20",
"fakerphp/faker": "^1.23",
"hotmeteor/spectator": "^3.0",
"laravel/pail": "^1.2.5",
"laravel/pao": "^1.0.6",
"laravel/pint": "^1.27",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.6",
"phpunit/phpunit": "^12.5.12"
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"setup": [
"composer install",
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php artisan key:generate",
"@php artisan migrate --force"
],
"dev": [
"Composer\\Config::disableProcessTimeout",
"npx concurrently -c \"#93c5fd,#c4b5fd,#fdba74\" \"php artisan serve\" \"php artisan pail --timeout=0\" --names=server,logs --kill-others"
],
"test": [
"@php artisan config:clear --ansi",
"@php artisan test"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi",
"@php artisan filament:upgrade"
]
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true
}
},
"minimum-stability": "stable",
"prefer-stable": true
}