Skip to content

Commit

Permalink
Updated branch alias and limited PHPUnit to ^8.0|^9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Dec 10, 2020
1 parent e2aa0f3 commit 1f104dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"phpstan/phpstan-doctrine": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpstan/phpstan-symfony": "^0.12",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"phpunit/phpunit": "^8.0|^9.0",
"symfony/browser-kit": "^5.1",
"symfony/css-selector": "^5.1",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
Expand All @@ -63,7 +63,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "4.x-dev"
}
}
}

0 comments on commit 1f104dd

Please sign in to comment.