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 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"