Skip to content

Commit

Permalink
Relax the phpspec version requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
whatthejeff committed Jul 16, 2014
1 parent 8d813e9 commit 4aaef74
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 @@
"license": "MIT",
"require": {
"php": ">=5.3.3",
"phpspec/phpspec": "2.0.*@dev",
"phpspec/phpspec": "~2.0",
"whatthejeff/nyancat-scoreboard": "~1.1"
},
"autoload": {
Expand Down

4 comments on commit 4aaef74

@mdavis1982
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@whatthejeff Shouldn't this have the @dev too?

@whatthejeff
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdavis1982
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@whatthejeff I was just asking the question - I wasn't sure

@whatthejeff
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdavis1982 Oh, okay. I don't think it's necessary now that phpspec 2.0 is stable.

Please sign in to comment.