Skip to content

Commit 40804d9

Browse files
committed
Update README.md
1 parent 1e866a5 commit 40804d9

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,23 @@ $ composer require alexacrm/dynamics-webapi-toolkit:dev-master
3434

3535
See the [Tutorial](https://github.com/AlexaCRM/dynamics-webapi-toolkit/wiki/Tutorial) to learn how to consume the library.
3636

37+
## Development
38+
39+
The version compatible with PHP 8.2 and above is now available as `v4.x-dev`. Please note that this version is still under development, and its use is at your own risk. You can install it with the following command:
40+
41+
```
42+
$ composer require alexacrm/dynamics-webapi-toolkit:v4.x-dev
43+
```
44+
3745
## Built With
3846

3947
* David Yack's [Xrm.Tools.CRMWebAPI](https://github.com/davidyack/Xrm.Tools.CRMWebAPI) - some code was borrowed as OData helper code
4048
* [Guzzle](https://github.com/guzzle/guzzle) - an extensible PHP HTTP client
4149

4250
## Versioning
4351

44-
Currently the toolkit code is not tagged. Once the library is stable API-wise, we will use [SemVer](http://semver.org/) for versioning.
52+
Toolkit uses [SemVer](http://semver.org/) for versioning.
4553

4654
## License
4755

48-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
56+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)