2012-11-03 02:28:55 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe/sqlite3",
|
|
|
|
"description": "Adds SQLite3 support to SilverStripe",
|
2017-10-02 16:12:27 +02:00
|
|
|
"type": "silverstripe-vendormodule",
|
2012-11-03 02:28:55 +01:00
|
|
|
"keywords": ["silverstripe", "sqlite3", "database"],
|
|
|
|
"authors": [
|
2014-07-10 22:47:18 +02:00
|
|
|
{
|
|
|
|
"name": "Ingo Schommer",
|
|
|
|
"email": "ingo@silverstripe.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sean Harvey",
|
|
|
|
"email": "sean@silverstripe.com"
|
|
|
|
}
|
2012-11-03 02:28:55 +01:00
|
|
|
],
|
2014-07-10 22:47:18 +02:00
|
|
|
"require": {
|
2023-01-10 01:33:07 +01:00
|
|
|
"silverstripe/framework": "^5",
|
|
|
|
"silverstripe/vendor-plugin": "^2"
|
2014-07-10 22:47:18 +02:00
|
|
|
},
|
2022-08-05 02:33:00 +02:00
|
|
|
"require-dev": {
|
2023-03-02 22:50:02 +01:00
|
|
|
"squizlabs/php_codesniffer": "^3",
|
|
|
|
"phpunit/phpunit": "^9.5"
|
2022-08-05 02:33:00 +02:00
|
|
|
},
|
2016-06-29 03:55:45 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"SilverStripe\\SQLite\\": "code/"
|
|
|
|
}
|
|
|
|
},
|
2017-11-21 05:35:20 +01:00
|
|
|
"scripts": {
|
|
|
|
"lint": "phpcs code/ *.php",
|
|
|
|
"lint-clean": "phpcbf code/ *.php"
|
|
|
|
},
|
2016-03-23 12:20:55 +01:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2012-11-03 02:28:55 +01:00
|
|
|
}
|