Skip to content

Commit

Permalink
Add psr/simple-cache v2 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk authored May 9, 2024
1 parent 5abd8c0 commit a9e13c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
os: >-
['ubuntu-latest']
stability: >-
['prefer-stable']
['prefer-lowest', 'prefer-stable']
2 changes: 2 additions & 0 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
with:
os: >-
['ubuntu-latest']
php: >-
['8.1']
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"psr/simple-cache": "3",
"psr/simple-cache": "2 - 3",
"roadrunner-php/roadrunner-api-dto": "^1.0",
"spiral/roadrunner": "^2023.1 || ^2024.1",
"spiral/goridge": "^4.0",
Expand Down

0 comments on commit a9e13c8

Please sign in to comment.