Skip to content

Commit 009866f

Browse files
Merge pull request #4 from DocPlanner/dq/fix-version
Set Gatekeeper version to 1.*
2 parents ba5ea44 + 45bc9ca commit 009866f

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
@@ -16,11 +16,11 @@
1616
"require": {
1717
"php": ">=5.3.3",
1818
"symfony/symfony": "~2.3|~3.0",
19-
"docplanner/gatekeeper": "dev-master"
19+
"docplanner/gatekeeper": "1.*"
2020
},
2121
"autoload": {
2222
"psr-4": {
2323
"GateKeeperBundle\\": ""
2424
}
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)