Skip to content

Commit 1f23907

Browse files
authored
Merge pull request #6 from langemeijer/master
Expanded compatibility
2 parents 5d1eb8a + 294f663 commit 1f23907

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212

1313
"require": {
14-
"guzzlehttp/guzzle": "~6.0"
14+
"guzzlehttp/guzzle": "~6.0|~7.0"
1515
},
1616

1717
"autoload": {
1818
"psr-4": {
1919
"Sightengine\\": "src/"
2020
}
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)