Skip to content

Commit 811bef9

Browse files
committed
Make travis run green again, update PHPUnit and add prefer-stable, rm lock
1 parent 68d2e16 commit 811bef9

File tree

3 files changed

+4
-3160
lines changed

3 files changed

+4
-3160
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
"n98/magerun": ">=1.94.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^6"
21+
"phpunit/phpunit": "^8"
2222
},
2323
"autoload": {
2424
"psr-0": {
2525
"FIREGENTO": "src/"
2626
}
2727
},
28-
"minimum-stability": "dev"
28+
"minimum-stability": "dev",
29+
"prefer-stable": true
2930
}

0 commit comments

Comments
 (0)