Page MenuHomeDevCentral

No OneTemporary

diff --git a/composer.json b/composer.json
index ec91cf4..2c58418 100644
--- a/composer.json
+++ b/composer.json
@@ -1,23 +1,23 @@
{
"name": "keruald/database",
"description": "Allow to query a database",
"type": "library",
"require-dev": {
"phan/phan": "^5.3.2",
- "squizlabs/php_codesniffer": "^3.6.2",
+ "squizlabs/php_codesniffer": "^4.0.0",
"phpunit/phpunit": "^10.2",
- "nasqueron/codestyle": "^0.0.1"
+ "nasqueron/codestyle": "^0.1.2"
},
"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
text/x-diff
Expires
Wed, Oct 22, 13:06 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3089396
Default Alt Text
(921 B)

Event Timeline