Skip to content

Commit 9617f91

Browse files
authored
Merge pull request #6 from StoreFactory/feature/YP-3232
Updated zoho-subscription-api
2 parents c05821a + 7aa8afb commit 9617f91

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Resources/config/services.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<service id="zoho.api.invoice" class="Zoho\Subscription\Api\Invoice" parent="zoho.api.manager"></service>
1717
<service id="zoho.api.customer" class="Zoho\Subscription\Api\Customer" parent="zoho.api.manager"></service>
1818
<service id="zoho.api.subscription" class="Zoho\Subscription\Api\Subscription" parent="zoho.api.manager"></service>
19+
<service id="zoho.api.hosted_page" class="Zoho\Subscription\Api\HostedPage" parent="zoho.api.manager"></service>
1920

2021
<service id="zoho.array.cache" class="Doctrine\Common\Cache\ArrayCache"></service>
2122

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"description": "Zoho Subscription Bundle uses the zoho-subscription-api PHP client library",
1717
"require": {
18-
"php": ">=5.4.0",
19-
"symfony/framework-bundle": "^2.2",
20-
"storefactory/zoho-subscription-api": ">=1.0.0"
18+
"php": "^7.0",
19+
"symfony/framework-bundle": "^2.8 | ^3.0",
20+
"storefactory/zoho-subscription-api": "^2.0"
2121
},
2222
"minimum-stability": "stable"
2323
}

0 commit comments

Comments
 (0)