We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b63afe commit a632ec7Copy full SHA for a632ec7
composer.json
@@ -22,7 +22,7 @@
22
"php": "^8.0",
23
"cweagans/composer-patches": "^1.7",
24
"doctrine/annotations": "^1.12",
25
- "vyuldashev/laravel-openapi": "dev-master"
+ "ogsoft/laravel-openapi": "^1.2"
26
},
27
"require-dev": {
28
"orchestra/testbench": "^5.3|^6.0",
@@ -43,12 +43,5 @@
43
"sort-packages": true
44
45
"minimum-stability": "dev",
46
- "prefer-stable": true,
47
- "extra": {
48
- "patches": {
49
- "vyuldashev/laravel-openapi": {
50
- "Add PR": "https://github.com/vyuldashev/laravel-openapi/pull/37.patch"
51
- }
52
53
+ "prefer-stable": true
54
}
0 commit comments