From 773b2e75f047fca1d69bd265f9fd6a54a866a74b Mon Sep 17 00:00:00 2001 From: Anton Sukhachev Date: Sun, 24 Nov 2024 21:41:35 +0200 Subject: [PATCH 1/2] Modified readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9e6cd6..d111d4c 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ class Test extends GenericClass implements GenericInterface { // <-- } ``` -:blue_book: You can read more about `monomorphization` [here](https://dev.to/mrsuh/generics-implementation-approaches-3bf0). +:blue_book: You can read more about `monomorphization` [here](https://mrsuh.com/articles/2022/generics-implementation-approaches/). ## Type erasure @@ -348,7 +348,7 @@ class Test extends GenericClass implements GenericInterface { // <-- } ``` -:blue_book: You can read more about `type-erasure` [here](https://dev.to/mrsuh/generics-implementation-approaches-3bf0). +:blue_book: You can read more about `type-erasure` [here](https://mrsuh.com/articles/2022/generics-implementation-approaches/). ## Features From 18db3fc6660f2c0de8eb16d0a936fde56c12ea93 Mon Sep 17 00:00:00 2001 From: Anton Sukhachev Date: Tue, 31 Dec 2024 13:42:06 +0200 Subject: [PATCH 2/2] nikic/PHP-Parser v5.4.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84036e9..38dda1a 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require": { "php": ">=7.4", "composer-plugin-api": "^1.0|^2.0", - "mrsuh/php-parser": "95.3.0", + "mrsuh/php-parser": "95.4.0", "symfony/console": "^4.0|^5.0|^6.0", "symfony/filesystem": "^4.0|^5.0|^6.0", "symfony/finder": "^4.0|^5.0|^6.0"