Skip to content

Commit 03754e7

Browse files
committed
Prevent getting new Square Connect updates
The next update of the Square Connect package deprecates some endpoints and breaks this repo at this point.
1 parent 4891675 commit 03754e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"require": {
2929
"omnipay/common": "~3.0",
30-
"square/connect": "*"
30+
"square/connect": "<=2.20190710.0"
3131
},
3232
"require-dev": {
3333
"omnipay/tests": "~3.0"

0 commit comments

Comments
 (0)