Skip to content

Commit c150fa7

Browse files
committed
Normalize composer.json
1 parent 73e6ead commit c150fa7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@
1010
],
1111
"require": {
1212
"php": "^7.1 || ^8.0",
13-
1413
"behat/behat": "^3.4",
15-
"symfony/dependency-injection": "^3.4|^4.1|^5.0"
14+
"symfony/dependency-injection": "^3.4 || ^4.1 || ^5.0"
1615
},
1716
"require-dev": {
1817
"friends-of-behat/test-context": "^1.0"
1918
},
20-
"autoload": {
21-
"psr-4": { "FriendsOfBehat\\VariadicExtension\\": "src/" }
22-
},
2319
"extra": {
2420
"branch-alias": {
2521
"dev-master": "1.2-dev"
2622
}
23+
},
24+
"autoload": {
25+
"psr-4": {
26+
"FriendsOfBehat\\VariadicExtension\\": "src/"
27+
}
2728
}
2829
}

0 commit comments

Comments
 (0)