We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3698a32 + 76f4e40 commit 7e655d2Copy full SHA for 7e655d2
1 file changed
composer.json
@@ -31,9 +31,9 @@
31
"bossa/phpspec2-expect": "^3.1",
32
"fabpot/goutte": "^3.2",
33
"phpspec/phpspec": "^5.1",
34
- "symfony/filesystem": "^4.2",
35
- "symfony/process": "^4.2",
36
- "symfony/yaml": "^4.2"
+ "symfony/filesystem": "^4.2 || ^5.0",
+ "symfony/process": "^4.2 || ^5.0",
+ "symfony/yaml": "^4.2 || ^5.0"
37
},
38
"suggest": {
39
"bossa/phpspec2-expect": "Allows to use PHPSpec2 matchers in Behat context files"
0 commit comments