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

Added notes that this library is still under development #587

Merged
merged 1 commit into from
Oct 10, 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
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Laravel Doctrine ORM
An integration library for Laravel and Doctrine ORM


UNDER DEVELOPMENT
-----------------

Version 3.0 of this library is under active development. If you would like to help, please
fork the repository at branch 3.0.x and submit a pull request.


Version 3.0 Notes
-----------------

Expand All @@ -22,9 +29,9 @@ Installation

Via composer:

```bash
composer require laravel-doctrine/orm ^3.0
```
~~composer require laravel-doctrine/orm ^3.0~~

**No stable release yet. Use the development branch 3.0.x for now.**

Because of the auto package discovery feature Laravel has, the ServiceProvider and Facades
are automatically registered.
Expand Down
Loading