diff --git a/LICENSE b/LICENSE index f902b78..8fecb87 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Xety +Copyright (c) 2020 Xety Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index cf620a5..9d1ebe5 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ > > |Stable Version|Downloads|Laravel|License| > |:-------:|:------:|:-------:|:-------:| -> |[![Latest Stable Version](https://img.shields.io/packagist/v/XetaIO/Xetaravel-Editor-md.svg?style=flat-square)](https://packagist.org/packages/xetaio/xetaravel-editor-md)|[![Total Downloads](https://img.shields.io/packagist/dt/xetaio/xetaravel-editor-md.svg?style=flat-square)](https://packagist.org/packages/xetaio/xetaravel-editor-md)|[![Laravel 5.6](https://img.shields.io/badge/Laravel->=5.6-f4645f.svg?style=flat-square)](http://laravel.com)|[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/XetaIO/Xetaravel-Editor-md/blob/master/LICENSE)| +> |[![Latest Stable Version](https://img.shields.io/packagist/v/XetaIO/Xetaravel-Editor-md.svg?style=flat-square)](https://packagist.org/packages/xetaio/xetaravel-editor-md)|[![Total Downloads](https://img.shields.io/packagist/dt/xetaio/xetaravel-editor-md.svg?style=flat-square)](https://packagist.org/packages/xetaio/xetaravel-editor-md)|[![Laravel 5.6](https://img.shields.io/badge/Laravel->=7.0-f4645f.svg?style=flat-square)](http://laravel.com)|[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/XetaIO/Xetaravel-Editor-md/blob/master/LICENSE)| > > A wrapper to use [Editor.md](https://pandao.github.io/editor.md/) with Laravel. > > ## Requirement -> ![PHP](https://img.shields.io/badge/PHP->=7.1-brightgreen.svg?style=flat-square) +> ![PHP](https://img.shields.io/badge/PHP->=7.2.5-brightgreen.svg?style=flat-square) > > ## Installation > diff --git a/composer.json b/composer.json index 2dcde5e..03c2895 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,8 @@ } ], "require": { - "php": "^7.1.3", - "laravel/framework": "^5.0" + "php": "^7.2.5", + "laravel/framework": "^7.0" }, "autoload": { "psr-4": {