Skip to content

Commit 6020efd

Browse files
committed
fix: remove beta constraint
1 parent 383d646 commit 6020efd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

laravel/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ cd my-api-platform-laravel-app
4444
In your Laravel project, install the API Platform integration for Laravel:
4545

4646
```console
47-
composer config minimum-stability beta
48-
composer require api-platform/laravel:^4@beta
47+
composer require api-platform/laravel:^4
4948
```
5049

5150
If it's not already done, run `php artisan serve` to start the built-in web server.
@@ -191,7 +190,7 @@ By default, only the REST endpoints are enabled, but API Platform also [supports
191190
Install the GraphQL support package:
192191

193192
```console
194-
composer require api-platform/graphql:^4@beta
193+
composer require api-platform/graphql:^4
195194
```
196195

197196
Then, enable GraphQL in `config/api-platform.php`:

0 commit comments

Comments
 (0)