Compare commits

...

1 Commits

Author SHA1 Message Date
Abel Hoogeveen 5abb6b63b6 Moved platform dependencies into suggestions. 2023-02-14 15:01:23 +01:00
1 changed files with 9 additions and 4 deletions

View File

@ -12,14 +12,19 @@
"require": {
"php": ">=8.1.0",
"fuzeworks/core": "~1.3.0",
"fuzeworks/mvcr": "~1.3.0",
"ext-pdo": "*",
"ext-mongodb": "*"
"fuzeworks/mvcr": "~1.3.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
"fuzeworks/tracycomponent": "~1.3.0",
"mongodb/mongodb": "~1.15.0"
"mongodb/mongodb": "~1.15.0",
"ext-pdo": "*",
"ext-mongodb": "*"
},
"suggest": {
"mongodb/mongodb": "For using MongoDB databases with this component",
"ext-pdo": "For using PDO endpoints with this component",
"ext-mongodb": "For using MongoDB endpoints with this component"
},
"autoload": {
"psr-4": {