Skip to content

Commit 593896c

Browse files
authored
Bit mor flexible with the academe/authorizenet-objects versions
^0.7 was >=0.7 and <0.8 ~0.7 is >=0.7 and <1.0
1 parent f6e5bf0 commit 593896c

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
@@ -25,7 +25,7 @@
2525
},
2626
"require": {
2727
"omnipay/common": "^3",
28-
"academe/authorizenet-objects": "^0.7",
28+
"academe/authorizenet-objects": "~0.7",
2929
"symfony/property-access": "^3.2 || ^4.0"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)