Skip to content

Commit 34fdfa2

Browse files
committed
CI/CD updates
1 parent a5043e7 commit 34fdfa2

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

.styleci.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
preset: laravel
2-
3-
disabled:
4-
- single_class_element_per_statement
1+
php:
2+
preset: laravel
3+
disabled:
4+
- no_unused_imports
5+
finder:
6+
not-name:
7+
- index.php
8+
- server.php
9+
js:
10+
finder:
11+
not-name:
12+
- webpack.mix.js
13+
css: true

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ php:
77

88
env:
99
matrix:
10-
- COMPOSER_FLAGS="--prefer-lowest"
1110
- COMPOSER_FLAGS=""
1211

1312
before_script:

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Very short description of the package
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/rabol/laravel-setup-local-dev.svg?style=flat-square)](https://packagist.org/packages/rabol/laravel-setup-local-dev)
4-
[![Build Status](https://img.shields.io/travis/rabol/laravel-setup-local-dev/master.svg?style=flat-square)](https://travis-ci.org/rabol/laravel-setup-local-dev)
5-
[![Quality Score](https://img.shields.io/scrutinizer/g/rabol/laravel-setup-local-dev.svg?style=flat-square)](https://scrutinizer-ci.com/g/rabol/laravel-setup-local-dev)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/rabol/laravel-setup-local-dev.svg?style=flat-square)](https://packagist.org/packages/rabol/laravel-setup-local-dev)
73

84
This is a very simple, but handy package for setting up local Laravel development environment.
95
This package contains commands to do all the trivial steps you normally do when setting up your local Laravel development environment.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"orchestra/testbench": "^4.0",
26-
"phpunit/phpunit": "^8.0"
26+
"phpunit/phpunit": "^9.5"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)