File tree Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ build :
2
+ environment :
3
+ php :
4
+ version : 7.0.8
5
+
6
+ filter :
7
+ excluded_paths : [tests/*, src/Stubs/*]
Original file line number Diff line number Diff line change 5
5
- 7.0
6
6
- 7.1
7
7
8
- install : composer install
8
+ install : composer install
Original file line number Diff line number Diff line change 1
1
# Laravel Vue Generators
2
- [ ![ Build Status] ( https://travis-ci.org/zachleigh/laravel-vue-generators.svg?branch=master )] ( https://travis-ci.org/zachleigh/laravel-vue-generators )
2
+ [ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/zachleigh/laravel-vue-generators.svg )] ( //packagist.org/packages/zachleigh/laravel-vue-generators )
3
+ [ ![ License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( //packagist.org/packages/zachleigh/laravel-vue-generators )
4
+ [ ![ Build Status] ( https://img.shields.io/travis/zachleigh/laravel-vue-generators/master.svg )] ( https://travis-ci.org/zachleigh/laravel-vue-generators )
5
+ [ ![ SensioLabsInsight] ( https://img.shields.io/sensiolabs/i/793f180c-dab8-40e3-a877-6387dd4db77e.svg )] ( https://insight.sensiolabs.com/projects/793f180c-dab8-40e3-a877-6387dd4db77e )
6
+ [ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/zachleigh/laravel-vue-generators.svg )] ( https://scrutinizer-ci.com/g/zachleigh/laravel-vue-generators/ )
3
7
[ ![ StyleCI] ( https://styleci.io/repos/73324143/shield?style=flat )] ( https://styleci.io/repos/72352058 )
4
- [ ![ Latest Stable Version] ( https://poser.pugx.org/zachleigh/laravel-vue-generators/version.svg )] ( //packagist.org/packages/zachleigh/laravel-vue-generators )
5
- [ ![ Total Downloads] ( https://poser.pugx.org/zachleigh/laravel-vue-generators/downloads )] ( https://packagist.org/packages/zachleigh/laravel-vue-generators )
6
- [ ![ License] ( https://poser.pugx.org/zachleigh/laravel-vue-generators/license.svg )] ( //packagist.org/packages/zachleigh/laravel-vue-generators )
8
+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/zachleigh/laravel-vue-generators.svg )] ( https://packagist.org/packages/zachleigh/laravel-vue-generators )
9
+
7
10
##### Generate Vue js file stubs via artisan commands.
8
11
9
12
### Contents
Original file line number Diff line number Diff line change 14
14
<directory >./tests/</directory >
15
15
</testsuite >
16
16
</testsuites >
17
- </phpunit >
17
+ </phpunit >
You can’t perform that action at this time.
0 commit comments