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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## License ##

Copyright 2025 [Cees-Jan Kiewiet](http://wyrihaximus.net/)
Copyright 2026 [Cees-Jan Kiewiet](http://wyrihaximus.net/)

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"php": "^8.4",
"ext-parallel": "*",
"react-parallel/event-loop": "^2.1.0",
"react/event-loop": "^1.5",
"react/promise": "^3.1"
"react/event-loop": "^1.6.0",
"react/promise": "^3.3.0"
},
"require-dev": {
"react-parallel/stubs": "^1.2",
"wyrihaximus/async-test-utilities": "^10.5.0",
"wyrihaximus/makefiles": "^0.7.12",
"wyrihaximus/async-test-utilities": "^12.2.0",
"wyrihaximus/makefiles": "^0.7.16",
"wyrihaximus/ticking-promise": "^3.1.0"
},
"autoload": {
Expand Down
Loading
Loading