webkernel / dependencies
Centralized dependency bundle for the Webkernel ecosystem, offering a unified set of core libraries shared across all modules.
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/webkernel/dependencies
Requires
- php: ^8.4
- calebporzio/sushi: ^2.5
- filament/filament: ^4.0
- jeremykendall/php-domain-parser: ^6.4
- laravel/framework: ^12.0
- laravel/octane: ^2.12
- laravel/prompts: *
- laravel/tinker: ^2.10.1
- mallardduck/blade-lucide-icons: ^1.23
README
Webkernel Dependencies
Centralized dependency bundle for the Webkernel ecosystem. This package defines and validates all required libraries for consistent development and deployment.
Requirements
- PHP ^8.4
- Composer
- Laravel Framework ^12.0
- Filament ^4.0
- Octane ^2.12
- Sushi ^2.5
- Domain Parser ^6.4
- Laravel Prompts ^0.3.8
- Laravel Tinker ^2.10.1
Webkernel Installation
composer require webkernel/dependencies composer update # use in development to refresh versions and update composer.lock composer install # use in production to respect composer.lock
Validation
To ensure the composer.json file is correct and reproducible:
composer validate --no-check-lock --strict
Continuous Integration
GitHub Actions workflow validates dependencies and generates the coverage badge.
The badge is stored at .github/badges/coverage.svg and can be displayed in the README:

License
Licensed under the MPL-2.0.