Преглед изворни кода

Remove ext-pdo requirement from composer.json

F. Michel пре 1 недеља
родитељ
комит
4b62729e7b
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      composer.json

+ 1 - 2
composer.json

@@ -16,8 +16,7 @@
     }
   },
   "require": {
-    "php": ">=7.4",
-    "ext-pdo": "*"
+    "php": ">=7.4"
   },
   "require-dev": {
     "michel/unitester": "^1.0.0"