File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Technical Requirements
18
18
Before creating your first Symfony application you must:
19
19
20
20
* Install PHP 8.0.2 or higher and these PHP extensions (which are installed and
21
- enabled by default in most PHP 8 installations): `Ctype `_, `iconv `_, ` JSON `_,
21
+ enabled by default in most PHP 8 installations): `Ctype `_, `iconv `_,
22
22
`PCRE `_, `Session `_, `SimpleXML `_, and `Tokenizer `_;
23
23
* `Install Composer `_, which is used to install PHP packages.
24
24
@@ -315,7 +315,6 @@ Learn More
315
315
.. _`Contrib recipe repository` : https://github.com/symfony/recipes-contrib
316
316
.. _`Symfony Recipes documentation` : https://github.com/symfony/recipes/blob/master/README.rst
317
317
.. _`iconv` : https://www.php.net/book.iconv
318
- .. _`JSON` : https://www.php.net/book.json
319
318
.. _`Session` : https://www.php.net/book.session
320
319
.. _`Ctype` : https://www.php.net/book.ctype
321
320
.. _`Tokenizer` : https://www.php.net/book.tokenizer
You can’t perform that action at this time.
0 commit comments