We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sqlite3
1 parent d266e07 commit b1d59caCopy full SHA for b1d59ca
composer.json
@@ -18,15 +18,22 @@
18
"autoload-dev": {
19
"classmap": [
20
"tests/CPMDBTests/TestClasses"
21
+ ],
22
+ "files": [
23
+ "tools/functions.php",
24
+ "tools/detect-missing-tags.php",
25
+ "tools/generate-atelier-classes.php",
26
+ "tools/generate-tag-names.php"
27
]
28
},
29
"require": {
30
"mistralys/application-utils-core": ">=2.3.1",
31
"mistralys/application-utils-collections": ">=1.1.2",
- "mistralys/cyberpunk-mod-db": ">=2.0.10",
32
+ "mistralys/cyberpunk-mod-db": ">=2.1.1",
33
"mistralys/changelog-parser": ">=1.0.2",
34
"brick/event": ">=0.1.1",
35
"loupe/loupe": ">=0.7.0",
36
+ "ext-sqlite3": "*",
37
"php": ">=8.2"
38
39
"require-dev": {
0 commit comments