Skip to content

Commit 88710d0

Browse files
committed
Justfile: add command to show extension's configuration on container
1 parent 74bc373 commit 88710d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: Justfile

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ run-cs-fix *options:
4545
tests-legacy:
4646
{{ dockerExec }} php data/bin/symfony symfony:test --trace
4747

48+
# Show the given PHP extensions's configuration from the running PHP container
49+
php-ext-config extname:
50+
{{ dockerExec }} php --ri {{ extname }}
51+
4852
# Setup and initialize the project (docker image must be running)
4953
setup:
5054
git submodule update --checkout --recursive --force

0 commit comments

Comments
 (0)