From c9922ac6f312585defeb8ae5752c89703196d158 Mon Sep 17 00:00:00 2001 From: Paul Water Date: Sat, 4 Feb 2023 13:00:39 +0100 Subject: [PATCH] Add .gitattributes. --- .gitattributes | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..021c67e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/.gitattributes export-ignore +/.gitignore export-ignore +/README.md export-ignore diff --git a/composer.json b/composer.json index c11cefa..3255046 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ ], "license": "MIT", "require": { - "php": ">=7.3" + "php": ">=8.1" }, "autoload": { "psr-4": {