From 477a53c22b194e5917ebf6df627bb73112af1087 Mon Sep 17 00:00:00 2001 From: Joshua Parker Date: Sun, 27 Aug 2023 00:13:00 -0600 Subject: [PATCH] Bumped minimum PHP version and used Qubus coding standard. --- composer.json | 12 +++--- phpcs.xml | 112 ++------------------------------------------------ 2 files changed, 10 insertions(+), 114 deletions(-) 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