PHP8 Support

This commit is contained in:
Justin Foell
2023-01-27 11:51:25 -06:00
parent c4df4301ec
commit be18f52b65
3 changed files with 484 additions and 541 deletions
+5
View File
@@ -16,5 +16,10 @@
}, },
"scripts": { "scripts": {
"lint": "phpcs -s" "lint": "phpcs -s"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
} }
} }
Generated
+478 -540
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -9,7 +9,7 @@
</rule> </rule>
<rule ref="PHPCompatibility"/> <rule ref="PHPCompatibility"/>
<config name="testVersion" value="5.3-7.4"/> <config name="testVersion" value="5.3-8.0"/>
<arg name="extensions" value="php"/> <arg name="extensions" value="php"/>
<file>./src</file> <file>./src</file>