Skip to content

Commit 20f824b

Browse files
committed
Fix: Added version and dependency
1 parent b4f8796 commit 20f824b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.3",
16-
"checkdomain/holiday": "dev-master"
16+
"checkdomain/holiday": "~1.1"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "3.7.*"
@@ -22,4 +22,4 @@
2222
"psr-0": { "Checkdomain\\HolidayBundle": "" }
2323
},
2424
"target-dir": "Checkdomain/HolidayBundle"
25-
}
25+
}

0 commit comments

Comments
 (0)