Skip to content

Commit 3825a15

Browse files
authored
Upgrade to TestFrameworkAdapter 0.3.0 (#1)
- Upgrade - Correct the platform config in the `composer.json`: we want a PHP version constraint not a platform config - Remove 7.2 compatibility - Ignore the `build` artefact file generated from running `make`
1 parent aa4db3c commit 3825a15

File tree

6 files changed

+345
-198
lines changed

6 files changed

+345
-198
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/.idea
44
/.php_cs.cache
55
/vendor/
6-
infection.log
6+
/infection.log
7+
/build/

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- 7.2
43
- 7.3
54
- 7.4
65
- nightly

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@
2323
]
2424
},
2525
"config": {
26-
"platform": {
27-
"php": "7.2.9"
28-
},
2926
"sort-packages": true
3027
},
3128
"require": {
32-
"infection/abstract-testframework-adapter": "^0.2.3",
29+
"php": "^7.3",
30+
"infection/abstract-testframework-adapter": "^0.3.0",
3331
"infection/include-interceptor": "^0.2.0",
3432
"symfony/filesystem": "^3.4.29 || ^4.0 || ^5.0",
3533
"symfony/process": "^3.4.29 || ^4.0 || ^5.0",

0 commit comments

Comments
 (0)