From ef5de778fbe8ba86c6a6500752916f998e9b8ba7 Mon Sep 17 00:00:00 2001 From: Anton Sukhachev Date: Wed, 15 Mar 2023 22:32:41 +0300 Subject: [PATCH 1/2] nikic/PHP-Parser v4.15.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7e41d2..61960c5 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": "94.15.2", + "mrsuh/php-parser": "94.15.4", "symfony/console": "^4.0|^5.0|^6.0", "symfony/filesystem": "^4.0|^5.0|^6.0", "symfony/finder": "^4.0|^5.0|^6.0" From bb8afb01509a050b0b2d46829222d6e7debc9115 Mon Sep 17 00:00:00 2001 From: Anton Sukhachev Date: Wed, 15 Mar 2023 22:33:57 +0300 Subject: [PATCH 2/2] .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cf525eb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/.github export-ignore +/bin export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore