Skip to content

Commit

Permalink
Minimum stability stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 12, 2013
1 parent 3053d48 commit 85f096b
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 @@ -31,5 +31,5 @@
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev"
"minimum-stability": "stable"
}

5 comments on commit 85f096b

@ejunker
Copy link

Choose a reason for hiding this comment

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

I created my Laravel project before this commit. No wonder I was getting dev versions of Symfony packages. I just switched to stable and now composer is installing the stable versions of the Symfony packages.

Might want to get the word out that users of Laravel should check their composer.json and set "minimum-stability": "stable"

@GrahamCampbell
Copy link
Member

Choose a reason for hiding this comment

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

I don't see why that would be nessisary. It should be pretty obvious.

@ejunker
Copy link

Choose a reason for hiding this comment

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

@GrahamCampbell maybe obvious to you but lots of new Laravel devs probably didn't even notice and are still running apps in production with dev versions of packages. When you use a framework you expect it to have the correct defaults.

@GrahamCampbell
Copy link
Member

Choose a reason for hiding this comment

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

But it does have correct defaults atm. Also, being new to laravel doesn't make you stupid!

@Anahkiasen
Copy link
Contributor

Choose a reason for hiding this comment

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

...and more importantly that was what, 7 months ago ?

Please sign in to comment.