Skip to content

Commit

Permalink
Improved dev version message
Browse files Browse the repository at this point in the history
  • Loading branch information
LaravelFreelancerNL committed Aug 18, 2024
1 parent 0d2317c commit cf5e292
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,18 @@ The goal is to create a drop-in ArangoDB replacement for Laravel's database, mig
**This package is in development; use at your own peril.**

## Installation
You may use composer to install Aranguent:
This driver is currently in the v1 beta stage.
To install it make sure that the minimum stability is
set to beta or lower, and that prefer-stable is set to false in composer.json:

``` composer require laravel-freelancer-nl/aranguent ```

While this driver is in the beta stage, changes are you will get a type error upon installation.

composer.json will probably not list a specific version:
```"laravel-freelancer-nl/aranguent": "*"```

If so, either set the minimum-stability level to 'dev' or install the latest version:
```
composer require laravel-freelancer-nl/aranguent:v1.0.0-beta.8 laravel-freelancer-nl/fluentaql:2.1.1
"minimum-stability": "beta",
"prefer-stable": false,
```
This updates the package to the latest beta, and properly installs the fluentaql package as well.

You may then use composer to install Aranguent:

``` composer require laravel-freelancer-nl/aranguent ```


### Version compatibility
Expand Down

0 comments on commit cf5e292

Please sign in to comment.