savvy-tech / race
task
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/savvy-tech/race
Requires
- php: 8.3.*
- wp-cli/php-cli-tools: ^0.11.22
Requires (Dev)
- orchestra/testbench: ^8.21
- phpunit/phpunit: ^10.5
This package is not auto-updated.
Last update: 2025-10-25 22:24:45 UTC
README
A race between two players with selected vehicle in vehicles.json file.
Requirements
- PHP >= 8.3
Usage
In a Laravel App use this command:
composer require savvy-tech/race
To install as a package and run the following command:
php artisan race:start
Or
clone the project and run:
composer install
to install dependencies and then run:
phpunit