Skip to content

Commit

Permalink
Add a forked version of sqllite driver
Browse files Browse the repository at this point in the history
Attempt to see if it will work on WP 6.5
  • Loading branch information
dingo-d committed Jun 18, 2024
1 parent 0ba461d commit 1fa9c46
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dingo-d/wp-sqlite-db"
}
],
"require": {
"ext-json": "*",
"ext-zip": "*",
"php": "^7.4 || ^8.0",
"aaemnnosttv/wp-sqlite-db": "^1.2",
"aaemnnosttv/wp-sqlite-db": "^1.0.0",
"guzzlehttp/guzzle": "^7.4",
"pestphp/pest": "^1.2",
"symfony/filesystem": "^5.4",
Expand Down Expand Up @@ -61,6 +67,13 @@
"@test:unit"
]
},
"scripts-descriptions": {
"test:types": "Run the PHPStan script cagainst the entire codebase.",
"test:style": "Run the PHPCS script against the entire codebase.",
"test:unit": "Run unit tests.",
"test:coverage": "Run unit tests with code coverage.",
"test": "Run all checks and tests."
},
"config": {
"allow-plugins": {
"composer/installers": true,
Expand Down

0 comments on commit 1fa9c46

Please sign in to comment.