We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8d4eb9 + af611f6 commit 1dd3532Copy full SHA for 1dd3532
1 file changed
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "kasparsj/scopus-search-api",
3
"description": "Scopus API for PHP (Unofficial)",
4
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
5
"license": "MIT",
6
"version": "1.1",
7
"authors": [
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "guzzlehttp/guzzle": "6.2.1"
+ "guzzlehttp/guzzle": ">=6.3.0"
19
},
20
"autoload": {
21
"psr-0": {
0 commit comments