@domenico
To check the version of Symfony, you can use the following methods:
For example:
1 2 3 4 |
"require": { "php": "^7.1.3", "symfony/symfony": "4.4.*" }, |
In this example, the Symfony version is 4.4
.
1
|
symfony version |
This will output the version number of Symfony, for example:
1
|
Symfony 4.4.11 (env: dev, debug: true) |
In this example, the Symfony version is 4.4.11
.