Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyvanhees committed Aug 1, 2024
1 parent 3e8a434 commit 02a6fcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Scramble Model States
This package adds support for [laravel-model-states](https://github.com/spatie/laravel-model-states) to [dedoc/scramble](https://github.com/dedoc/scramble) by providing an extension. After installing the extension, all possible states are added as possible values to the response body:
# Spatie Model States support for Scramble (Laravel OpenAPI (Swagger) Documentation Generator)
This package adds support for [laravel-model-states](https://github.com/spatie/laravel-model-states) to [dedoc/scramble](https://github.com/dedoc/scramble) by providing an extension. After installing the extension, all possible states are added as possible values to the response body, like Scramble does with an enum.


![Screenshot_2024-08-01_at_11 02 47](https://github.com/user-attachments/assets/54c27db5-54ef-4f03-a79d-a08788425725)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jeffreyvanhees/scramble-model-states",
"description": "Add Spatie's Model States package support for Scramble",
"description": "Add Spatie's Model States package support for Scramble (Laravel)",
"type": "library",
"require": {
"php": "^8.0",
Expand Down

0 comments on commit 02a6fcf

Please sign in to comment.