Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"require": {
"php": "^8.1",
"ext-parallel": "*",
"react-parallel/contracts": "^2@dev",
"react-parallel/event-loop": "^2@dev",
"react-parallel/infinite-pool": "^3@dev",
"react-parallel/limited-pool": "^2@dev",
"react-parallel/runtime": "^3@dev",
"react-parallel/streams": "^2@dev",
"react/promise": "^2.9 || ^3.1",
"wyrihaximus/constants": "^1.5",
"react-parallel/contracts": "^2.0.0",
"react-parallel/event-loop": "^2.0.0",
"react-parallel/infinite-pool": "^3.0.0",

Check failure on line 17 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.1 (zts) with lowest dependency preference

react-parallel/infinite-pool is unused

Check failure on line 17 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (zts) with lowest dependency preference

react-parallel/infinite-pool is unused

Check failure on line 17 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (zts) with lowest dependency preference

react-parallel/infinite-pool is unused

Check failure on line 17 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.4 (zts) with lowest dependency preference

react-parallel/infinite-pool is unused
"react-parallel/limited-pool": "^2.0.0",

Check failure on line 18 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.1 (zts) with lowest dependency preference

react-parallel/limited-pool is unused

Check failure on line 18 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (zts) with lowest dependency preference

react-parallel/limited-pool is unused

Check failure on line 18 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (zts) with lowest dependency preference

react-parallel/limited-pool is unused

Check failure on line 18 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.4 (zts) with lowest dependency preference

react-parallel/limited-pool is unused
"react-parallel/runtime": "^3.0.0",
"react-parallel/streams": "^2.0.0",

Check failure on line 20 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.1 (zts) with lowest dependency preference

react-parallel/streams is unused

Check failure on line 20 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (zts) with lowest dependency preference

react-parallel/streams is unused

Check failure on line 20 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (zts) with lowest dependency preference

react-parallel/streams is unused

Check failure on line 20 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.4 (zts) with lowest dependency preference

react-parallel/streams is unused
"react/promise": "^2.11 || ^3.2",
"wyrihaximus/metrics": "^2"
},
"require-dev": {
"react-parallel/stubs": "^1.1",
"wyrihaximus/async-test-utilities": "^5 || ^7.2"
},
"minimum-stability": "dev",
Expand Down
Loading
Loading