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.
1 parent 73e6ead commit c150fa7Copy full SHA for c150fa7
1 file changed
composer.json
@@ -10,19 +10,20 @@
10
],
11
"require": {
12
"php": "^7.1 || ^8.0",
13
-
14
"behat/behat": "^3.4",
15
- "symfony/dependency-injection": "^3.4|^4.1|^5.0"
+ "symfony/dependency-injection": "^3.4 || ^4.1 || ^5.0"
16
},
17
"require-dev": {
18
"friends-of-behat/test-context": "^1.0"
19
20
- "autoload": {
21
- "psr-4": { "FriendsOfBehat\\VariadicExtension\\": "src/" }
22
- },
23
"extra": {
24
"branch-alias": {
25
"dev-master": "1.2-dev"
26
}
+ },
+ "autoload": {
+ "psr-4": {
+ "FriendsOfBehat\\VariadicExtension\\": "src/"
27
+ }
28
29
0 commit comments