Skip to content

Commit 47d3846

Browse files
committed
Moving to laravel 5.2
1 parent 3157c52 commit 47d3846

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"phpunit/phpunit": "~4.0",
2525
"orchestra/testbench": "~3.0",
26-
"laravelcollective/html": "5.1.*"
26+
"laravelcollective/html": "5.2.*"
2727
},
2828
"autoload": {
2929
"psr-4": {

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
![Scaffolder for laravel](https://cloud.githubusercontent.com/assets/5132565/11066969/17feb094-87a9-11e5-96cb-1402e4c7aaca.png)
33
[![Software license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)
44
[![Quality score](https://img.shields.io/scrutinizer/g/mpaleo/scaffolder.svg?style=flat-square)](https://scrutinizer-ci.com/g/mpaleo/scaffolder)
5-
[![Laravel version](https://img.shields.io/badge/for%20laravel-5.1-orange.svg?style=flat-square)](https://github.com/laravel/framework/tree/5.1)
5+
[![Laravel version](https://img.shields.io/badge/for%20laravel-5.2-orange.svg?style=flat-square)](https://github.com/laravel/framework/tree/5.2)
66
[![Waffle board](https://img.shields.io/badge/board-on%20waffle-blue.svg?style=flat-square)](https://waffle.io/mpaleo/scaffolder)
77
[![Gitter chat](https://img.shields.io/badge/chat-on%20gitter-blue.svg?style=flat-square)](https://gitter.im/mpaleo/scaffolder)
88

99
Remove the headache of creating over and over again the base code for most of your projects. Scaffolder is tailored following the principle that the development process must be a happy thing so, code and enjoy !
1010
You are free to extend it the way you need. This package only generate things that you need to start, always keeping the code clean and abstract. Are you hungry ? Fork it !
1111

1212
## Installation
13-
1. Get [laravel](http://laravel.com/docs/5.1#installation) up and running
13+
1. Get [laravel](http://laravel.com/docs/5.2#installation) up and running
1414
2. Add the following packages to your composer.json
1515

1616
```json
1717
...
18-
"laravelcollective/html": "5.1.*",
18+
"laravelcollective/html": "5.2.*",
1919
"yajra/laravel-datatables-oracle": "~5.0",
2020
"mpaleo/view-tags": "dev-master",
2121
"mpaleo/scaffolder-theme-material": "dev-master",

0 commit comments

Comments
 (0)