Skip to content

Commit

Permalink
Merge pull request #263 from elifesciences/require-stable-api-client
Browse files Browse the repository at this point in the history
Require a stable version of elife/api-client
  • Loading branch information
scottaubrey authored Nov 7, 2024
2 parents 7e4262e + b62bf13 commit f3ded81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^7.1",
"composer/package-versions-deprecated": "1.11.99.2",
"elife/api-client": "^1.0@dev",
"elife/api-client": "^1.0",
"guzzlehttp/promises": "^1.0",
"symfony/serializer": "^2.8.2 || ^3.0.2"
},
Expand Down

0 comments on commit f3ded81

Please sign in to comment.