Skip to content

Commit

Permalink
fix: lock Jane to 7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bencromwell committed Jul 2, 2024
1 parent 5724579 commit 7ed6c55
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 228 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@
"jane-php/open-api-runtime": "^7.5"
},
"require-dev": {
"jane-php/open-api-3": "^7.5"
"jane-php/open-api-3": "7.5"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 7ed6c55

Please sign in to comment.