Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FrittenKeeZ/laravel-vouchers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: FrittenKeeZ/laravel-vouchers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 3, 2018

  1. Fixed shields.io icons

    FrittenKeeZ committed Jul 3, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    4a241f5 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    5b382e9 View commit details

Commits on Jan 17, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    e46108a View commit details
Showing with 10 additions and 7 deletions.
  1. +3 −0 .travis.yml
  2. +3 −3 README.md
  3. +4 −4 composer.json
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -15,3 +15,6 @@ before_script:
- travis_retry composer install --no-interaction --prefer-dist

script: vendor/bin/phpunit --verbose

notifications:
email: false
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Laravel Vouchers

[![Packagist](https://img.shields.io/packagist/v/frittenkeez/laravel-vouchers.svg?style=flat-square)](https://packagist.org/packages/frittenkeez/laravel-vouchers)
[![Downloads](https://img.shields.io/packagist/dt/frittenkeez/laravel-vouchers.svg?style=flat-square)](https://packagist.org/packages/frittenkeez/laravel-vouchers)
[![License](https://img.shields.io/github/license/frittenkeez/laravel-vouchers.svg?style=flat-square)](LICENSE)
[![Packagist](https://img.shields.io/packagist/v/FrittenKeeZ/laravel-vouchers.svg?style=flat-square)](https://packagist.org/packages/frittenkeez/laravel-vouchers)
[![Downloads](https://img.shields.io/packagist/dt/FrittenKeeZ/laravel-vouchers.svg?style=flat-square)](https://packagist.org/packages/frittenkeez/laravel-vouchers)
[![License](https://img.shields.io/github/license/FrittenKeeZ/laravel-vouchers.svg?style=flat-square)](LICENSE)
[![Travis](https://img.shields.io/travis/FrittenKeeZ/laravel-vouchers.svg?style=flat-square)](https://travis-ci.org/FrittenKeeZ/laravel-vouchers)

## Table of Contents
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -17,12 +17,12 @@
],
"require": {
"php": "^7.1.3",
"illuminate/config": "~5.6.0",
"illuminate/database": "~5.6.0",
"illuminate/support": "~5.6.0"
"illuminate/config": "~5.6.0|~5.7.0",
"illuminate/database": "~5.6.0|~5.7.0",
"illuminate/support": "~5.6.0|~5.7.0"
},
"require-dev": {
"orchestra/testbench": "~3.6.0",
"orchestra/testbench": "~3.6.0|~3.7.0",
"phpunit/phpunit": "~7.0"
},
"autoload": {