Procházet zdrojové kódy

Replace unmaintained yosymfony/toml with php-collective/toml (#1401)

* Replace unmaintained yosymfony/toml with php-collective/toml
pull/1383/merge
Mark Scherer před 1 měsícem
rodič
revize
3db0d15dea
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      README.md

+ 1
- 1
README.md Zobrazit soubor

@@ -809,7 +809,7 @@ Libraries to help manage database schemas and migrations.
809 809
 
810 810
 * [PHP Dotenv](https://github.com/vlucas/phpdotenv) - Parse and load environment variables from `.env` files.
811 811
 * [Symfony Dotenv](https://github.com/symfony/dotenv)- Parse and load environment variables from `.env` files.
812
-* [Yo! Symfony TOML](https://github.com/yosymfony/toml) - A PHP parser for [TOML](https://github.com/toml-lang/toml).
812
+* [Toml](https://github.com/php-collective/toml) - A TOML parser and encoder with AST access and error recovery.
813 813
 
814 814
 ### LLMs
815 815
 *Libraries for working with Large Language Models.*

Načítá se…
Zrušit
Uložit