Skip to content

Commit

Permalink
Laravel >= 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheyd committed Sep 29, 2020
1 parent ac561a5 commit 5c0e892
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"type": "library",
"require": {
"php": ">=7.2.0",
"laravel/framework": "^5.7|^6.0|^7.0"
"laravel/framework": ">=5.7"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "^3.0",
"orchestra/testbench": "^3.8|^4.0|^5.0"
"orchestra/testbench": ">=3.8"
},
"license": "MIT",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions README.md → readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Systempay form generator for Laravel

![Package](https://img.shields.io/badge/Package-sebastienheyd%2Flaravel-systempay.svg)
[![Packagist](https://img.shields.io/packagist/v/sebastienheyd/laravel-systempay.svg?style=flat-square)](https://packagist.org/packages/sebastienheyd/laravel-systempay)
[![Build Status](https://scrutinizer-ci.com/g/sebastienheyd/laravel-systempay/badges/build.png?b=master)](https://scrutinizer-ci.com/g/sebastienheyd/laravel-systempay/build-status/master)
[![StyleCI](https://github.styleci.io/repos/173969571/shield?branch=master)](https://github.styleci.io/repos/173969571)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/sebastienheyd/laravel-systempay/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/sebastienheyd/laravel-systempay/?branch=master)
![Laravel](https://img.shields.io/badge/For-Laravel%20%E2%89%A5%205.7-lightgrey.svg)
[![Laravel](https://img.shields.io/badge/Laravel-5.7%20→%208.x-green?logo=Laravel&style=flat-square)](https://laravel.com/)
![MIT License](https://img.shields.io/github/license/restoore/laravel-systempay.svg)

## Features
Expand Down

0 comments on commit 5c0e892

Please sign in to comment.