kdabrow / time-machine-postgres
Postgres driver for time machine
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^7.2|^8.0
- illuminate/database: ^6.0|^7.0|^8.0|^9.0
- kdabrow/time-machine: ^1.0
Requires (Dev)
- orchestra/testbench: ^4.0|^5.0|^6.0|^7.0
This package is auto-updated.
Last update: 2024-11-15 21:08:23 UTC
README
Postgres driver for kdabrow/time-machine package.
Installation
composer require kdabrow/time-machine-postgres
Testing
Start docker container
docker compose up -d php8.0
Enter the container
docker compose exec php8.0 /bin/bash
Install dependencies
composer update
Run tests from inside containers
vendor/bin/phpunit
Available containers:
- php7.2
- php7.3
- php7.4
- php8.0
- php8.1