Has anyone else run into this? I had a site on 4.1.28 and I ran a simple "composer update" on it. I was expecting it to update the site to 4.2, but instead it updated it to 4.1.30. And I don't see any official Laravel documentation about 4.1.30 anywhere.
Make sure within your composer.json file, that you have not got 4.1.* within your dependancies. Put 4.2.* instead. Then run a composer update.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community