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

add ext-pdo as a requirement

ksieren пре 2 година
родитељ
комит
ee3e606fc9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      composer.json

+ 1 - 0
composer.json

@@ -4,6 +4,7 @@
   "description": "An extension to manage pages in the backend.",
   "require": {
     "php": ">=7.4.0",
+    "ext-pdo": "*",
     "typo3/cms-core": "^10.4 || ^11.5"
   },
   "type": "typo3-cms-extension",