Skip to content

Commit 72f69ea

Browse files
authored
Update lib (#21)
Update dependencies
1 parent 8bbac21 commit 72f69ea

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- "7.4"
1818
- "8.0"
1919
- "8.1"
20+
- "8.2"
21+
- "8.3"
2022
dependencies:
2123
- lowest
2224
- highest

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"require": {
55
"php": "^7.1 || ^8.0",
66
"league/tactician": "^1.0",
7-
"psr/container": "^1.0"
7+
"psr/container": "^1.0 || ^2.0"
88
},
99
"require-dev": {
1010
"league/tactician-doctrine": "^1.0",
@@ -29,6 +29,10 @@
2929
"name": "Gary Hockin",
3030
"homepage": "http://hock.in",
3131
"role": "Trailblazer"
32+
},
33+
{
34+
"name": "Witold Wasiczko",
35+
"homepage": "https://github.com/snapshotpl"
3236
}
3337
],
3438
"autoload": {

0 commit comments

Comments
 (0)