nitpicks
authorgggeek <giunta.gaetano@gmail.com>
Wed, 30 Nov 2022 15:53:15 +0000 (15:53 +0000)
committergggeek <giunta.gaetano@gmail.com>
Wed, 30 Nov 2022 15:53:15 +0000 (15:53 +0000)
.gitattributes
.gitignore
composer.json

index 5b0bb2d..54f3457 100644 (file)
@@ -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
index 6d8fdb4..6b586b4 100644 (file)
@@ -4,3 +4,4 @@
 /vendor/*
 /.phpunit.result.cache
 /composer.lock
+/phpunit.xml
index 8bcc6ed..c1590ab 100644 (file)
     },
     "_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...",