Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Commit 857848f

Browse files
author
Norbert Orzechowicz
committed
Merge pull request #6 from FabriZZio/master
use tilde notation when referencing phpspec from composer
2 parents a541583 + 2ea450a commit 857848f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=5.3.0",
18-
"phpspec/phpspec": "2.0.*"
18+
"phpspec/phpspec": "~2.0"
1919
},
2020
"require-dev": {
2121
"behat/behat": "2.4.*@stable",

0 commit comments

Comments
 (0)