diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index f61f9d9..8efb6dd 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -17,6 +17,8 @@ jobs: - "7.4" - "8.0" - "8.1" + - "8.2" + - "8.3" dependencies: - lowest - highest diff --git a/composer.json b/composer.json index f745b14..0b61e20 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "require": { "php": "^7.1 || ^8.0", "league/tactician": "^1.0", - "psr/container": "^1.0" + "psr/container": "^1.0 || ^2.0" }, "require-dev": { "league/tactician-doctrine": "^1.0", @@ -29,6 +29,10 @@ "name": "Gary Hockin", "homepage": "http://hock.in", "role": "Trailblazer" + }, + { + "name": "Witold Wasiczko", + "homepage": "https://github.com/snapshotpl" } ], "autoload": {