Skip to content

Commit 2eb3a60

Browse files
committed
Move the sqlite-database-integration plugin into a package
1 parent 7fd59c5 commit 2eb3a60

24 files changed

Lines changed: 360 additions & 5 deletions

packages/sqlite-database-integration/LICENSE

Lines changed: 339 additions & 0 deletions
Large diffs are not rendered by default.

activate.php renamed to packages/sqlite-database-integration/activate.php

File renamed without changes.

admin-notices.php renamed to packages/sqlite-database-integration/admin-notices.php

File renamed without changes.

admin-page.php renamed to packages/sqlite-database-integration/admin-page.php

File renamed without changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "wordpress/sqlite-database-integration",
3+
"license": "GPL-2.0-or-later",
4+
"description": "SQLite integration plugin for WordPress.",
5+
"homepage": "https://github.com/wordpress/sqlite-database-integration",
6+
"keywords": [ "wordpress", "plugin", "database", "sqlite" ],
7+
"support": {
8+
"issues": "https://github.com/wordpress/sqlite-database-integration/issues"
9+
},
10+
"require": {
11+
"php": ">=7.2",
12+
"ext-pdo": "*",
13+
"ext-pdo_sqlite": "*"
14+
}
15+
}

constants.php renamed to packages/sqlite-database-integration/constants.php

File renamed without changes.

db.copy renamed to packages/sqlite-database-integration/db.copy

File renamed without changes.

deactivate.php renamed to packages/sqlite-database-integration/deactivate.php

File renamed without changes.

health-check.php renamed to packages/sqlite-database-integration/health-check.php

File renamed without changes.

integrations/query-monitor/boot.php renamed to packages/sqlite-database-integration/integrations/query-monitor/boot.php

File renamed without changes.

0 commit comments

Comments
 (0)