diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml
index a463502..b8f18b3 100644
--- a/.github/workflows/php.yml
+++ b/.github/workflows/php.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ['7.4', '8.0', '8.1', '8.2']
+ php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-versions }}
steps:
diff --git a/composer.json b/composer.json
index de37dd1..baee5a6 100644
--- a/composer.json
+++ b/composer.json
@@ -21,9 +21,10 @@
}
},
"require": {
- "php": "~7.4 | ~8.0.0 | ~8.1.0 | ~8.2.0",
+ "php": "~7.4 | ~8.0.0 | ~8.1.0 | ~8.2.0 | ~8.3.0",
"b2pweb/bdf-prime": "~1.1|~2.0",
- "moln/php-mysql-replication": "~1.2"
+ "moln/php-mysql-replication": "~1.2",
+ "psr/simple-cache": "^1.0@stable | ^3.0@stable"
},
"require-dev": {
"ext-pcntl": "*",
diff --git a/psalm.xml b/psalm.xml
index 2e453d2..904f505 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -8,6 +8,10 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
+
+
+
+