Skip to content

Commit abd68c7

Browse files
authored
Merge pull request #7 from HBLL-Collection-Development/dev
Dev
2 parents 2900cc7 + 125e70b commit abd68c7

19 files changed

Lines changed: 309 additions & 276 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $results = $affiliationSearch
7171

7272
Example `JSON` response:
7373

74-
```
74+
```json
7575
{
7676
"search-results": {
7777
"opensearch:totalResults": "992",
@@ -162,7 +162,7 @@ $results = $authorSearch
162162

163163
Example `JSON` response:
164164

165-
```
165+
```json
166166
{
167167
"search-results": {
168168
"opensearch:totalResults": "1",
@@ -268,7 +268,7 @@ $results = $scopusSearch
268268

269269
Example `JSON` response:
270270

271-
```
271+
```json
272272
{
273273
"search-results": {
274274
"opensearch:totalResults": "432",
@@ -390,7 +390,7 @@ For example:
390390

391391
Example `JSON` response:
392392

393-
```
393+
```json
394394
{
395395
"abstracts-retrieval-response": {
396396
"coredata": {

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
"homepage": "https://github.com/hbll-collection-development/scopus-api",
55
"license": "MIT",
66
"autoload": {
7-
"psr-0": {
8-
"Scopus": "src"
7+
"psr-4": {
8+
"Scopus\\": "src"
99
}
1010
},
1111
"authors": [
1212
{
1313
"name": "Jared Howland",
14-
"homepage": "http://jaredhowland.com",
14+
"homepage": "https://www.jaredhowland.com",
1515
"role": "developer"
1616
}
1717
],
1818
"require": {
1919
"php": ">=7.0",
20-
"guzzlehttp/guzzle": "^6.0"
20+
"guzzlehttp/guzzle": "^7.0",
21+
"symfony/yaml": "^6.2"
2122
}
2223
}

0 commit comments

Comments
 (0)