Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.x] Prepare for v2 release #13

Merged
merged 1 commit into from
Dec 25, 2024
Merged
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ReactPHP Parallel Contracts

[![Latest Stable Version](https://poser.pugx.org/react-parallel/contracts/v/stable.png)](https://packagist.org/packages/react-parallel/contracts)
[![Total Downloads](https://poser.pugx.org/react-parallel/contracts/downloads.png)](https://packagist.org/packages/react-parallel/contracts)
[![License](https://poser.pugx.org/react-parallel/contracts/license.png)](https://packagist.org/packages/react-parallel/contracts)
[![Latest Stable Version](https://poser.pugx.org/react-parallel/contracts/v)](https://packagist.org/packages/react-parallel/contracts)
[![Total Downloads](https://poser.pugx.org/react-parallel/contracts/downloads)](https://packagist.org/packages/react-parallel/contracts)
[![License](https://poser.pugx.org/react-parallel/contracts/license)](https://packagist.org/packages/react-parallel/contracts)

Interfaces for ReactPHP ext-parallel related packages

Expand All @@ -11,12 +11,12 @@ Interfaces for ReactPHP ext-parallel related packages
To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `~`.

```
composer require react-parallel/contracts
composer require react-parallel/contracts
```

## License ##

Copyright 2019 [Cees-Jan Kiewiet](http://wyrihaximus.net/)
Copyright 2025 [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
Loading