Skip to content

Commit d77065b

Browse files
committed
In PHP 8 the JSON extension is built-in
1 parent 9db73ba commit d77065b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Technical Requirements
1818
Before creating your first Symfony application you must:
1919

2020
* 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`_,
2222
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;
2323
* `Install Composer`_, which is used to install PHP packages.
2424

@@ -315,7 +315,6 @@ Learn More
315315
.. _`Contrib recipe repository`: https://github.com/symfony/recipes-contrib
316316
.. _`Symfony Recipes documentation`: https://github.com/symfony/recipes/blob/master/README.rst
317317
.. _`iconv`: https://www.php.net/book.iconv
318-
.. _`JSON`: https://www.php.net/book.json
319318
.. _`Session`: https://www.php.net/book.session
320319
.. _`Ctype`: https://www.php.net/book.ctype
321320
.. _`Tokenizer`: https://www.php.net/book.tokenizer

0 commit comments

Comments
 (0)