Commit:    80abfff45301cb69fcd992a911ed6925625455e6
Author:    Peter Kokot <[email protected]>         Tue, 21 May 2019 03:18:03 
+0200
Parents:   1c9eef526724d1ea42381eabfcfe7a649bf592b6
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=80abfff45301cb69fcd992a911ed6925625455e6

Log:
Add sorting and pdo_sqlite requirement to composer.json

Changed paths:
  M  composer.json
  M  composer.lock


Diff:
diff --git a/composer.json b/composer.json
index 64ea11e..abec91d 100644
--- a/composer.json
+++ b/composer.json
@@ -31,6 +31,7 @@
         "ext-session": "*"
     },
     "require-dev": {
+        "ext-pdo_sqlite": "*",
         "phpunit/phpunit": "^8.1.5"
     },
     "autoload": {
@@ -44,6 +45,9 @@
             "App\\Tests\\": "tests/"
         }
     },
+    "config": {
+        "sort-packages": true
+    },
     "scripts":{
         "post-install-cmd": [
             "App\\Utils\\ComposerScripts::installConfig",
diff --git a/composer.lock b/composer.lock
index c2e6783..8111618 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies";,
         "This file is @generated automatically"
     ],
-    "content-hash": "17ababe7c83360ac61eb5e7adc7d9024",
+    "content-hash": "994d11b989a10210dc468c7046539905",
     "packages": [],
     "packages-dev": [
         {
@@ -1496,5 +1496,7 @@
         "ext-pdo_mysql": "*",
         "ext-session": "*"
     },
-    "platform-dev": []
+    "platform-dev": {
+        "ext-pdo_sqlite": "*"
+    }
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to