diff --git a/composer.json b/composer.json
index 05be6b3..5401a38 100644
--- a/composer.json
+++ b/composer.json
@@ -11,21 +11,21 @@
"authors": [
{
"name": "Joshua Parker",
- "email": "josh@joshuaparker.blog",
+ "email": "joshua@joshuaparker.dev",
"role": "Developer"
}
],
"require": {
- "php": ">=8.1",
- "friendsofphp/proxy-manager-lts": "^1.0",
+ "php": ">=8.2",
+ "friendsofphp/proxy-manager-lts": "^1",
"psr/container": "^2",
- "qubus/config": "^2.0",
- "qubus/exception": "^2.0"
+ "qubus/config": "^3",
+ "qubus/exception": "^3"
},
"require-dev": {
- "laminas/laminas-coding-standard": "^2.0",
"mockery/mockery": "1.3.1",
"phpunit/phpunit": "^9.0",
+ "qubus/qubus-coding-standard": "^1.1",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
diff --git a/phpcs.xml b/phpcs.xml
index d405454..d452835 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -15,6 +15,7 @@
./Cache
./Config
./Psr11
+ ./ServiceProvider
./ConfigException.php
./Executable.php
./Injection.php
@@ -24,114 +25,9 @@
./InjectorException.php
./InvalidMappingsException.php
./Reflector.php
+ ./ServiceContainer.php
./StandardReflector.php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
\ No newline at end of file