diff --git a/.gitattributes b/.gitattributes index a973b8e..706c9cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ /.gitattributes export-ignore /.github/ export-ignore /.gitignore export-ignore -/.laminas-ci.json export-ignore /composer.lock export-ignore /docs/ export-ignore /mkdocs.yml export-ignore diff --git a/.laminas-ci.json b/.laminas-ci.json deleted file mode 100644 index c6aab18..0000000 --- a/.laminas-ci.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "ignore_php_platform_requirements": { - "8.3": true - } -}