Skip to content

Commit a632ec7

Browse files
author
František Mazura
committed
temporary use ogsoft/laravel-openapi until main package will accept PR
1 parent 2b63afe commit a632ec7

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "^8.0",
2323
"cweagans/composer-patches": "^1.7",
2424
"doctrine/annotations": "^1.12",
25-
"vyuldashev/laravel-openapi": "dev-master"
25+
"ogsoft/laravel-openapi": "^1.2"
2626
},
2727
"require-dev": {
2828
"orchestra/testbench": "^5.3|^6.0",
@@ -43,12 +43,5 @@
4343
"sort-packages": true
4444
},
4545
"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-
}
46+
"prefer-stable": true
5447
}

0 commit comments

Comments
 (0)