Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12269668
D3748.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D3748.diff
View Options
diff --git a/_utils/templates/generate-compose-json.php b/_utils/templates/generate-compose-json.php
--- a/_utils/templates/generate-compose-json.php
+++ b/_utils/templates/generate-compose-json.php
@@ -151,11 +151,11 @@
"ext-mbstring" => "*",
"ext-mysqli" => "*",
"ext-xmlwriter" => "*",
- "nasqueron/codestyle" => "^0.0.1",
+ "nasqueron/codestyle" => "^0.1.2",
"phan/phan" => "^5.3.1",
"phpunit/phpunit" => "^10.2",
"symfony/yaml" => "^6.0.3",
- "squizlabs/php_codesniffer" => "^3.6",
+ "squizlabs/php_codesniffer" => "^4.0.0",
],
"suggest" => [
"ext-memcached" => "*",
diff --git a/composer.json b/composer.json
--- a/composer.json
+++ b/composer.json
@@ -28,11 +28,11 @@
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-xmlwriter": "*",
- "nasqueron/codestyle": "^0.0.1",
+ "nasqueron/codestyle": "^0.1.2",
"phan/phan": "^5.3.1",
"phpunit/phpunit": "^10.2",
"symfony/yaml": "^6.0.3",
- "squizlabs/php_codesniffer": "^3.6"
+ "squizlabs/php_codesniffer": "^4.0.0"
},
"suggest": {
"ext-memcached": "*",
diff --git a/database/composer.json b/database/composer.json
--- a/database/composer.json
+++ b/database/composer.json
@@ -4,9 +4,9 @@
"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",
diff --git a/omnitools/composer.json b/omnitools/composer.json
--- a/omnitools/composer.json
+++ b/omnitools/composer.json
@@ -19,9 +19,9 @@
"ext-intl": "*"
},
"require-dev": {
- "nasqueron/codestyle": "^0.0.1",
+ "nasqueron/codestyle": "^0.1.2",
"phan/phan": "^5.3.1",
"phpunit/phpunit": "^10.2",
- "squizlabs/php_codesniffer": "^3.6"
+ "squizlabs/php_codesniffer": "^4.0.0"
}
}
diff --git a/report/composer.json b/report/composer.json
--- a/report/composer.json
+++ b/report/composer.json
@@ -3,10 +3,10 @@
"description": "Build a report with sections and entries. Markdown, PHP objects and HTML outputs.",
"type": "library",
"require-dev": {
- "nasqueron/codestyle": "^0.0.1",
+ "nasqueron/codestyle": "^0.1.2",
"phan/phan": "^5.3",
"phpunit/phpunit": "^10.2",
- "squizlabs/php_codesniffer": "^3.6"
+ "squizlabs/php_codesniffer": "^4.0.0"
},
"license": "BSD-2-Clause",
"autoload": {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 16, 08:55 (16 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3078520
Default Alt Text
D3748.diff (2 KB)
Attached To
Mode
D3748: Upgrade to PHP_CodeSniffer 4.0.0
Attached
Detach File
Event Timeline
Log In to Comment