mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-05 20:44:19 +01:00
Symfony 8.0 (#69)
* Pre upgrade * Symfony 8.0 * Update recipe for sentry * symfony/framework-bundle recipe * symfony/phpunut recipe * symfony/routing recipe * symfony/security recipe * symfony/timulus-bundle recipe * doctine recipe
This commit is contained in:
6
Justfile
6
Justfile
@@ -45,3 +45,9 @@ reload-tests:
|
||||
@docker compose exec php bin/console --env=test doctrine:database:create
|
||||
@docker compose exec php bin/console --env=test doctrine:migrations:migrate -n
|
||||
@docker compose exec php bin/console --env=test doctrine:fixtures:load -n --group=test
|
||||
|
||||
trust-cert:
|
||||
sudo security add-trusted-cer -d \
|
||||
-r trustRoot \
|
||||
-k "$HOME/Library/Keychains/login.keychain" \
|
||||
./frankenphp/data/caddy/pki/authorities/local/root.crt
|
||||
|
||||
Reference in New Issue
Block a user