From 6c5f95e0d8e5b68d4ecea48e811ba2ab7def8d1f Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Sat, 9 Sep 2023 21:32:20 +0200 Subject: [PATCH] Require PHP 8.1+ --- .editorconfig | 22 ++++++++++++++++++++++ README.md | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0a6abee --- /dev/null +++ b/.editorconfig @@ -0,0 +1,22 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +end_of_line = lf + +[composer.json] +indent_size = 4 + +[*.js] +indent_size = 4 + +[*.neon] +indent_size = 4 +indent_style = tab + +[*.xml] +indent_size = 4 + +[*.yml] +indent_size = 4 diff --git a/README.md b/README.md index 6b2bff8..76010f1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Latest Version on Packagist](https://img.shields.io/github/release/selective-php/luhn.svg)](https://packagist.org/packages/selective/luhn) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) -[![build](https://github.com/selective-php/luhn/workflows/build/badge.svg)](https://github.com/selective-php/luhn/actions) +[![Build Status](https://github.com/selective-php/luhn/workflows/build/badge.svg)](https://github.com/selective-php/luhn/actions) [![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/selective-php/luhn.svg)](https://scrutinizer-ci.com/g/selective-php/luhn/code-structure) [![Quality Score](https://img.shields.io/scrutinizer/quality/g/selective-php/luhn.svg)](https://scrutinizer-ci.com/g/selective-php/luhn/?branch=master) [![Total Downloads](https://img.shields.io/packagist/dt/selective/luhn.svg)](https://packagist.org/packages/selective/luhn/stats)