We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266d19c commit 3a4aa75Copy full SHA for 3a4aa75
README.md
@@ -6,7 +6,7 @@ Generate OpenAPI specification from Laravel routes and Laravel Data objects
6
7
## Add composer repository
8
9
-In `composer.json` add:
+In `composer.json` add this repository:
10
11
```json
12
"repositories": [
@@ -21,13 +21,6 @@ In `composer.json` add:
21
22
`composer require xolvio/laravel-data-openapi-generator`
23
24
-If there is a Github action involved, make sure to add this to the job that runs `composer i`:
25
-
26
-```yml
27
- before_script:
28
- - git config --global github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}"
29
-```
30
31
# Optional
32
33
## Version
0 commit comments