Skip to content

Commit f3a80b7

Browse files
Merge pull request #17 from jakzal/composer-stable
Rely on a stable version of phpspec.
2 parents 3f1d69b + 59f1542 commit f3a80b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
}
1717
},
1818
"require": {
19-
"phpspec/phpspec": ">=2.0.0-RC3"
20-
},
21-
"minimum-stability": "dev"
19+
"phpspec/phpspec": "~2.0"
20+
}
2221
}

0 commit comments

Comments
 (0)