Skip to content

Commit

Permalink
Make sure the preferred stability is stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmab committed Apr 24, 2024
1 parent cab90a5 commit 97e4159
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 169 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"guzzlehttp/guzzle": "^7.0.1",
"http-interop/http-factory-guzzle": "^1.0.0"
},
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"autoload": {
"psr-0": {
"Snowcap\\Emarsys": "src/"
Expand All @@ -36,11 +42,5 @@
"name": "Alex Oanea",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
]
}
Loading

0 comments on commit 97e4159

Please sign in to comment.