Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Commit

Permalink
Bumped to 4.2
Browse files Browse the repository at this point in the history
Simple bump as there's no breaking changes
  • Loading branch information
Ollie Read committed Jun 10, 2014
1 parent 2a9fa88 commit a314c4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/auth": "~4.1",
"illuminate/console": "~4.1",
"illuminate/database": "~4.1",
"illuminate/filesystem": "~4.1",
"illuminate/support": "~4.1"
"illuminate/auth": "~4.2",
"illuminate/console": "~4.2",
"illuminate/database": "~4.2",
"illuminate/filesystem": "~4.2",
"illuminate/support": "~4.2"
},
"autoload": {
"psr-0": {
Expand Down

3 comments on commit a314c4a

@GrahamCampbell
Copy link
Contributor

Choose a reason for hiding this comment

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

What? Why have you done this?

@GrahamCampbell
Copy link
Contributor

Choose a reason for hiding this comment

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

Now people can't use this on 4.1. ~4.1 means get 4.x greater than 4.1. That allows 4.2 and 4.3.

@ollieread
Copy link
Owner

Choose a reason for hiding this comment

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

Good point.

Please sign in to comment.