You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#12157 Simplified the docs about Symfony technical requirements (javiereguiluz)
This PR was squashed before being merged into the 4.3 branch (closessymfony#12157).
Discussion
----------
Simplified the docs about Symfony technical requirements
The `symfony` binary is so great that we can simplify lots of things thanks to the new `check:requirements` command.
@nicolas-grekas quick question. Is this still true?
```
Install PHP 7.1 or higher and these PHP extensions (which are installed and
enabled by default in most PHP 7 installations): `Ctype`_, `iconv`_, `JSON`_,
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;
```
Do we require all those extensions or things like `ctype` are no longer required because of some polyfills? Thanks.
Commits
-------
455d613 Simplified the docs about Symfony technical requirements
0 commit comments