Skip to content

Commit

Permalink
Allow PhpSpec 3.x & 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sroze committed Nov 24, 2017
1 parent 13d6adf commit 7cb0b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"symfony/symfony": "~2.1|~3.0|~4.0",
"behat/mink-extension": "~2.0",
"behat/mink-browserkit-driver": "~1.0",
"phpspec/phpspec": "~2.0",
"phpspec/phpspec": "~2.0|~3.0|~4.0",
"phpunit/phpunit": "~4.0|~5.0"
},

Expand Down

0 comments on commit 7cb0b32

Please sign in to comment.