Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12297766
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
921 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Oct 22, 13:06 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3089396
Default Alt Text
(921 B)
Attached To
Mode
rKDB Keruald Database
Attached
Detach File
Event Timeline
Log In to Comment