Skip to content

Commit

Permalink
Merge pull request #63 from WyriHaximus/update-to-promise-v3
Browse files Browse the repository at this point in the history
Update to Promise v3
  • Loading branch information
WyriHaximus authored Jan 9, 2024
2 parents cdc9983 + 64ca1d2 commit 7d0e904
Show file tree
Hide file tree
Showing 6 changed files with 287 additions and 247 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release-managment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- unlabeled
- synchronize
- reopened
- milestoned
- demilestoned
- ready_for_review
milestone:
types:
- closed
Expand All @@ -16,7 +19,7 @@ permissions:
pull-requests: write
jobs:
release-managment:
name: Create Release
name: Release Management
uses: WyriHaximus/github-workflows/.github/workflows/package-release-managment.yaml@main
with:
milestone: ${{ github.event.milestone.title }}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
],
"require": {
"php": "^8.2",
"clue/redis-react": "^2.6",
"clue/redis-react": "^2.7",
"evenement/evenement": "^3.0.2",
"react/cache": "^1.1.1",
"react/promise": "^2.8 || ^3",
"thecodingmachine/safe": "^1.3 || ^2"
"react/cache": "^1.2",
"react/promise": "^3.1",
"thecodingmachine/safe": "^2"
},
"require-dev": {
"wyrihaximus/async-test-utilities": "^7.2"
Expand Down
Loading

0 comments on commit 7d0e904

Please sign in to comment.