From 766bffdb9de1dbeaa9bf9fa10398016b1cc45ae5 Mon Sep 17 00:00:00 2001 From: gggeek Date: Wed, 30 Nov 2022 15:53:15 +0000 Subject: [PATCH] nitpicks --- .gitattributes | 4 ++-- .gitignore | 1 + composer.json | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5b0bb2dc..54f34572 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,11 @@ *.inc diff=php +.github/ export-ignore demo/ export-ignore doc/ export-ignore extras/ export-ignore - -.github/ export-ignore tests/ export-ignore + .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore diff --git a/.gitignore b/.gitignore index 6d8fdb4c..6b586b47 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /vendor/* /.phpunit.result.cache /composer.lock +/phpunit.xml diff --git a/composer.json b/composer.json index 8bcc6edf..c1590ab1 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ }, "_comment::tests": "The dev packages below require a minimum of php 5.4, even though we support php 5.3. Can we manage to do better?", "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.0 || ^8.5.14", - "phpunit/phpunit-selenium": "*", - "yoast/phpunit-polyfills": "*", "ext-curl": "*", "ext-dom": "*", - "ext-mbstring": "*" + "ext-mbstring": "*", + "phpunit/phpunit": "^4.8 || ^5.0 || ^8.5.14", + "phpunit/phpunit-selenium": "*", + "yoast/phpunit-polyfills": "*" }, "suggest": { "ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...", -- 2.47.0