File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
.idea /
2
- vendor /
2
+
3
3
build /
4
4
! build /.gitkeep
5
+
6
+ vendor /
5
7
infection.phar.asc
8
+
9
+ composer.lock
Original file line number Diff line number Diff line change 1
1
test : # # Run phpunit tests
2
2
vendor/bin/phpspec run
3
3
4
- test-coverage : # # Run phpunit tests
4
+ test-coverage : # # Run phpunit tests
5
5
phpdbg -qrr vendor/bin/phpspec run
6
6
7
7
test-mutator :
8
- infection --threads=4 --min-msi=60 --only-covered --log-verbosity=2 --test-framework=phpspec
8
+ infection --threads=4 --min-msi=60 --only-covered --log-verbosity=2 --test-framework=phpspec
9
9
10
10
phpstan :
11
11
vendor/bin/phpstan analyse -l max src
12
-
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"repositories" : [
13
- {
14
- "type" : " vcs" ,
15
- "url" : " git@github.com:smart-gamma/pact-php.git" },
16
13
{
17
14
"type" : " vcs" ,
18
15
"url" : " https://github.com/samsonasik/phpspec-code-coverage" ,
23
20
"require" : {
24
21
"php" : " >=7.0" ,
25
22
"behat/behat" : " ^3.4" ,
26
- "pact-foundation/pact-php" : " dev-improved-library "
23
+ "pact-foundation/pact-php" : " ^5.0 "
27
24
},
28
25
"autoload" : {
29
26
"psr-4" : {
You can’t perform that action at this time.
0 commit comments