We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bc373 commit 88710d0Copy full SHA for 88710d0
Justfile
@@ -45,6 +45,10 @@ run-cs-fix *options:
45
tests-legacy:
46
{{ dockerExec }} php data/bin/symfony symfony:test --trace
47
48
+# Show the given PHP extensions's configuration from the running PHP container
49
+php-ext-config extname:
50
+ {{ dockerExec }} php --ri {{ extname }}
51
+
52
# Setup and initialize the project (docker image must be running)
53
setup:
54
git submodule update --checkout --recursive --force
0 commit comments