File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 7
7
},
8
8
"conflict" : {
9
9
"doctrine/persistence" : " <2.0" ,
10
+ "symfony/flex" : " <1.23.0 || >=2.0.0,<2.8.0" ,
10
11
"symfony/framework-bundle" : " <6.4"
11
12
},
12
- "aliases" : [" foundry" ]
13
+ "aliases" : [" foundry" ],
14
+ "add-lines" : [
15
+ {
16
+ "file" : " phpunit.dist.xml" ,
17
+ "content" : " <bootstrap class=\" Zenstruck\\ Foundry\\ PHPUnit\\ FoundryExtension\" />" ,
18
+ "position" : " after_target" ,
19
+ "target" : " <extensions>" ,
20
+ "requires" : " phpunit/phpunit:>=10" ,
21
+ "warn_if_missing" : false
22
+ }
23
+ ]
13
24
}
Original file line number Diff line number Diff line change 8
8
},
9
9
"conflict" : {
10
10
"doctrine/persistence" : " <2.0" ,
11
+ "symfony/flex" : " <1.23.0 || >=2.0.0,<2.8.0" ,
11
12
"symfony/framework-bundle" : " <6.4"
12
13
},
13
- "aliases" : [" foundry" ]
14
+ "aliases" : [" foundry" ],
15
+ "add-lines" : [
16
+ {
17
+ "file" : " phpunit.dist.xml" ,
18
+ "content" : " <bootstrap class=\" Zenstruck\\ Foundry\\ PHPUnit\\ FoundryExtension\" />" ,
19
+ "position" : " after_target" ,
20
+ "target" : " <extensions>" ,
21
+ "requires" : " phpunit/phpunit:>=10" ,
22
+ "warn_if_missing" : false
23
+ }
24
+ ]
14
25
}
You can’t perform that action at this time.
0 commit comments