Skip to content

Commit

Permalink
Merge pull request #54 from reactphp-parallel/2.x-downbump-to-php-8.1
Browse files Browse the repository at this point in the history
Down bump to PHP 8.1
  • Loading branch information
WyriHaximus authored Jul 24, 2024
2 parents 4d17590 + 849f8e4 commit 94cf9c8
Show file tree
Hide file tree
Showing 6 changed files with 1,902 additions and 3,200 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.1",
"react-parallel/contracts": "^2@dev",
"react/async": "^4.2",
"react/event-loop": "^1.5",
"react/promise": "^3.1",
"wyrihaximus/pool-info": "^2"
"react/promise": "^2 || ^3.1",
"wyrihaximus/pool-info": "^1.1 || ^2"
},
"require-dev": {
"ext-parallel": "*",
Expand All @@ -24,7 +24,7 @@
"react-parallel/infinite-pool": "^3@dev",
"react-parallel/pool-tests": "^4@dev",
"react-parallel/runtime": "^3@dev",
"wyrihaximus/async-test-utilities": "^7.2"
"wyrihaximus/async-test-utilities": "^5 || ^7.2"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -47,7 +47,7 @@
"ocramius/package-versions": true
},
"platform": {
"php": "8.2.13"
"php": "8.1.13"
},
"sort-packages": true
},
Expand Down
Loading

0 comments on commit 94cf9c8

Please sign in to comment.