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 8e93439 commit f2ec41aCopy full SHA for f2ec41a
.gitignore
@@ -32,5 +32,3 @@
32
33
# Composer PHAR
34
/composer.phar
35
-
36
-.idea
composer.json
@@ -1,6 +1,7 @@
1
{
2
"name": "storefactory/zoho-subscription-bundle",
3
"type": "symfony-bundle",
4
+ "license": "MIT",
5
"autoload": {
6
"psr-4": {
7
"StoreFactory\\ZohoSubscriptionBundle\\": ""
@@ -16,7 +17,7 @@
16
17
"require": {
18
"php": ">=5.4.0",
19
"symfony/framework-bundle": "^2.2",
- "storefactory/zoho-subscription-api": "dev-master"
20
+ "storefactory/zoho-subscription-api": ">=1.0.0"
21
},
22
"minimum-stability": "stable"
23
}
0 commit comments