Skip to content

Commit

Permalink
Update PHPUnit to v7
Browse files Browse the repository at this point in the history
Update php-parser to v4

Change min stability to stable

Add lock files for Symfony 3
  • Loading branch information
mihaeu committed Jul 1, 2018
1 parent 1505cf7 commit c7d3e68
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 88 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -11,17 +11,17 @@
"bin": ["bin/dephpend", "bin/php-trace"],
"require": {
"php": "^7.0",
"nikic/php-parser": "^3.0",
"nikic/php-parser": "^4.0",
"symfony/console": "^2.0 || ^3.0",
"symfony/event-dispatcher": "^2.0 || ^3.0"
},
"require-dev": {
"mikey179/vfsStream": "^1.6",
"phpunit/phpunit": "^6.5",
"phpunit/phpunit": "^6.5 || ^7.0",
"squizlabs/php_codesniffer": "^3.3",
"friendsofphp/php-cs-fixer": "^2.12"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"license": "MIT",
"authors": [
Expand Down

0 comments on commit c7d3e68

Please sign in to comment.