Skip to content

Commit

Permalink
Fix version constraint for phpunit version
Browse files Browse the repository at this point in the history
PHPUnit classes are namespaced since 6.0, and aliases are available
since v5.4.3.
  • Loading branch information
Albin Kerouanton committed Jun 2, 2017
1 parent 31b48c5 commit fc28c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"require-dev": {
"phpspec/phpspec": "^3.4",
"phpunit/phpunit": "^5",
"phpunit/phpunit": "~5.5",
"aws/aws-sdk-php": "~3"
},
"license": "MIT",
Expand Down

0 comments on commit fc28c27

Please sign in to comment.