kdabrow / time-machine-postgres
时间机器的Postgres驱动程序
1.0.0
2022-07-15 15:45 UTC
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-09-15 20:46:00 UTC
README
为kdabrow/time-machine软件包提供Postgres驱动程序。
安装
composer require kdabrow/time-machine-postgres
测试
启动Docker容器
docker compose up -d php8.0
进入容器
docker compose exec php8.0 /bin/bash
安装依赖项
composer update
在容器内运行测试
vendor/bin/phpunit
可用的容器
- php7.2
- php7.3
- php7.4
- php8.0
- php8.1