We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbac21 commit 72f69eaCopy full SHA for 72f69ea
.github/workflows/unit-tests.yml
@@ -17,6 +17,8 @@ jobs:
17
- "7.4"
18
- "8.0"
19
- "8.1"
20
+ - "8.2"
21
+ - "8.3"
22
dependencies:
23
- lowest
24
- highest
composer.json
@@ -4,7 +4,7 @@
4
"require": {
5
"php": "^7.1 || ^8.0",
6
"league/tactician": "^1.0",
7
- "psr/container": "^1.0"
+ "psr/container": "^1.0 || ^2.0"
8
},
9
"require-dev": {
10
"league/tactician-doctrine": "^1.0",
@@ -29,6 +29,10 @@
29
"name": "Gary Hockin",
30
"homepage": "http://hock.in",
31
"role": "Trailblazer"
32
+ },
33
+ {
34
+ "name": "Witold Wasiczko",
35
+ "homepage": "https://github.com/snapshotpl"
36
}
37
],
38
"autoload": {
0 commit comments