Skip to content

Commit

Permalink
Fix: Added version and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminPaap committed Oct 19, 2015
1 parent b4f8796 commit 20f824b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.3",
"checkdomain/holiday": "dev-master"
"checkdomain/holiday": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
Expand All @@ -22,4 +22,4 @@
"psr-0": { "Checkdomain\\HolidayBundle": "" }
},
"target-dir": "Checkdomain/HolidayBundle"
}
}

0 comments on commit 20f824b

Please sign in to comment.