Skip to content

Commit f2ec41a

Browse files
committed
sensio checker
1 parent 8e93439 commit f2ec41a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@
3232

3333
# Composer PHAR
3434
/composer.phar
35-
36-
.idea

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "storefactory/zoho-subscription-bundle",
33
"type": "symfony-bundle",
4+
"license": "MIT",
45
"autoload": {
56
"psr-4": {
67
"StoreFactory\\ZohoSubscriptionBundle\\": ""
@@ -16,7 +17,7 @@
1617
"require": {
1718
"php": ">=5.4.0",
1819
"symfony/framework-bundle": "^2.2",
19-
"storefactory/zoho-subscription-api": "dev-master"
20+
"storefactory/zoho-subscription-api": ">=1.0.0"
2021
},
2122
"minimum-stability": "stable"
2223
}

0 commit comments

Comments
 (0)