Skip to content

Commit e71885a

Browse files
09242025MB4
1 parent c1c3370 commit e71885a

5 files changed

Lines changed: 30 additions & 580 deletions

File tree

composer.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "maximilliangroup/sparxstar-user-environment-check",
3+
"description": "A network-wide utility that checks browser compatibility and logs anonymized technical data for diagnostics, with consent via the WP Consent API.",
4+
"type": "wordpress-plugin",
5+
"require-dev": {
6+
"php-stubs/wordpress-stubs": "^6.8",
7+
"psr/simple-cache": "^3.0",
8+
"wp-coding-standards/wpcs": "^3.2",
9+
"phpcompatibility/phpcompatibility-wp": "^2.1",
10+
"phpstan/phpstan": "^2.1",
11+
"friendsofphp/php-cs-fixer": "^3.88",
12+
"squizlabs/php_codesniffer": "^4.0",
13+
"automattic/eslint-config-target-es": "^4.0",
14+
"automattic/eslint-changed": "^2.1"
15+
},
16+
"license": "Proprietary",
17+
"autoload": {
18+
"psr-4": {
19+
"Maximilliangroup\\SparxstarUserEnvironmentCheck\\": "src/"
20+
}
21+
},
22+
"authors": [
23+
{
24+
"name": "Starisian Technologies (Max Barrett)",
25+
"email": "support@starisian.com"
26+
}
27+
],
28+
"minimum-stability": "stable",
29+
"require": {}
30+
}

src/SparxstarUEC.php

Lines changed: 0 additions & 30 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)