Skip to content

Commit

Permalink
Merge pull request #51 from shopperlabs/feature/add-badges
Browse files Browse the repository at this point in the history
Feature/add badges
  • Loading branch information
mckenziearts authored Jul 20, 2021
2 parents 5b259be + c2f796d commit a1c3855
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 10 deletions.
14 changes: 13 additions & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
preset: laravel
php:
preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: php

sudo: true

php:
- 7.4
- 8.0

os: linux

before_script:
- travis_retry composer self-update
- composer install

script:
- vendor/bin/phpinsights
16 changes: 7 additions & 9 deletions readme.md → README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<p align="center">
<a href="https://laravelshopper.io/" title="Shopper Dashboard Screenshoot"><img src="https://github.com/shopperlabs/art/blob/main/socialcard.png"></a>
<a href="https://laravelshopper.io" title="Shopper Dashboard Screenshoot"><img src="https://github.com/shopperlabs/art/blob/main/socialcard.png"></a>
</p>

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-downloads]
<p align="center">
<a href="https://travis-ci.org/shopperlabs/framework"><img src="https://img.shields.io/travis/shopperlabs/framework/master.svg?style=flat-square" alt="Build Status"></a>
<a href="https://packagist.org/packages/shopper/framework"><img src="https://img.shields.io/packagist/dt/shopper/framework.svg?style=flat-square" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/shopper/framework"><img src="https://img.shields.io/packagist/v/shopper/framework" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/shopper/framework"><img src="https://img.shields.io/packagist/l/shopper/framework" alt="License"></a>
</p>

## Introduction

Expand Down Expand Up @@ -69,12 +73,6 @@ And a special thanks to [Caneco](https://twitter.com/caneco) for the logo ✨

The Shopper Framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

[ico-version]: https://img.shields.io/packagist/v/shopper/framework.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/shopper/framework.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/shopper/framework/master.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/shopper/framework
[link-downloads]: https://packagist.org/packages/shopper/framework
[link-travis]: https://travis-ci.org/shopper/framework
[link-author]: https://github.com/mckenziearts
[link-author-2]: https://github.com/sense
[link-contributors]: ../../contributors

0 comments on commit a1c3855

Please sign in to comment.