We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05821a commit 5746559Copy full SHA for 5746559
composer.json
@@ -15,9 +15,9 @@
15
],
16
"description": "Zoho Subscription Bundle uses the zoho-subscription-api PHP client library",
17
"require": {
18
- "php": ">=5.4.0",
19
- "symfony/framework-bundle": "^2.2",
20
- "storefactory/zoho-subscription-api": ">=1.0.0"
+ "php": "^7.0",
+ "symfony/framework-bundle": "^2.8 | ^3.0",
+ "storefactory/zoho-subscription-api": "^2.0"
21
},
22
"minimum-stability": "stable"
23
}
0 commit comments