Page MenuHomeDevCentral

composer.json
No OneTemporary

composer.json

{
"name": "keruald/database",
"description": "Allow to query a database",
"type": "library",
"require-dev": {
"phan/phan": "^5.3.2",
"squizlabs/php_codesniffer": "^4.0.0",
"phpunit/phpunit": "^10.2",
"nasqueron/codestyle": "^0.1.2"
},
"suggest": {
"keruald/omnitools": "Allows to fire database events"
},
"scripts": {
"lint-src": "find src -type f -name '*.php' | xargs -n1 php -l",
"lint-tests": "find tests -type f -name '*.php' | xargs -n1 php -l",
"test": "vendor/bin/phpunit"
},
"license": "BSD-2-Clause",
"autoload": {
"psr-4": {
"Keruald\\Database\\": "src/",
"Keruald\\Database\\Tests\\": "tests/"
}
}
}

File Metadata

Mime Type
application/json
Expires
Thu, Nov 6, 18:15 (6 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3117181
Default Alt Text
composer.json (764 B)

Event Timeline