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

Commit a40c623

Browse files
committed
Added a missing dependency on the symfony framework-bundle.
1 parent 5701239 commit a40c623

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"homepage": "https://github.com/jakzal/PhpSpecSymfony2Extension",
77
"license": "MIT",
88
"require": {
9-
"php": ">=5.3.3",
10-
"phpspec/phpspec": "dev-master"
9+
"php": ">=5.3.3",
10+
"phpspec/phpspec": "dev-master",
11+
"symfony/framework-bundle": "~2.0"
1112
},
1213
"require-dev": {
1314
"behat/behat": "*",

0 commit comments

Comments
 (0)