Skip to content

Commit 5525f78

Browse files
authored
Merge pull request #5 from inoas/phpunit630
Update to phpunit ^6.2, phake ^3.0.1, php-fixer ^2.5
2 parents bdf066b + 8b2c0ad commit 5525f78

File tree

2 files changed

+416
-365
lines changed

2 files changed

+416
-365
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"require": {
1212
"php": "^7.0",
1313
"clue/block-react": "^1.1",
14-
"friendsofphp/php-cs-fixer": "^2.3",
14+
"friendsofphp/php-cs-fixer": "^2.5",
1515
"jakub-onderka/php-console-highlighter": "^0.3.2",
1616
"jakub-onderka/php-parallel-lint": "^0.9.2",
17-
"phake/phake": "^2.3",
18-
"phpunit/phpunit": "^6.0"
17+
"phake/phake": "^3.0.1",
18+
"phpunit/phpunit": "^6.2"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)