Skip to content

Commit

Permalink
Update lib (#21)
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
snapshotpl authored Mar 4, 2024
1 parent 8bbac21 commit 72f69ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
dependencies:
- lowest
- highest
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -29,6 +29,10 @@
"name": "Gary Hockin",
"homepage": "http://hock.in",
"role": "Trailblazer"
},
{
"name": "Witold Wasiczko",
"homepage": "https://github.com/snapshotpl"
}
],
"autoload": {
Expand Down

0 comments on commit 72f69ea

Please sign in to comment.