From 820a7270eea9bfe4cbb56682c12b8062a97c16cb Mon Sep 17 00:00:00 2001 From: vody105 Date: Wed, 2 Dec 2020 10:14:56 +0100 Subject: [PATCH] Modernize --- README.md | 85 +++++++++++++++++++++++++++++++-------------------- composer.json | 4 +-- 2 files changed, 54 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 4e9f534..b78c2d8 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,47 @@ -# Apitte Fullstack +![Apitte Fullstack](https://heatbadger.now.sh/github/readme/apitte/fullstack/) -Apitte meta package with all features. +

+ + + + + + + + + + + + +

+

+ + + + + + + + + + + + + + + +

-[![Downloads this Month](https://img.shields.io/packagist/dm/apitte/fullstack.svg?style=flat-square)](https://packagist.org/packages/apitte/fullstack) -[![Downloads total](https://img.shields.io/packagist/dt/apitte/fullstack.svg?style=flat-square)](https://packagist.org/packages/apitte/fullstack) -[![Latest stable](https://img.shields.io/packagist/v/apitte/fullstack.svg?style=flat-square)](https://packagist.org/packages/apitte/fullstack) +

+Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte +

-## Discussion / Help -[![Join the chat](https://img.shields.io/gitter/room/apitte/apitte.svg?style=flat-square)](http://bit.ly/apittegitter) +## Usage -## Setup +To install the latest version of `apitte/fullstack` use [Composer](https://getcomposer.com). -```bash +``` composer require apitte/fullstack ``` @@ -20,36 +49,26 @@ composer require apitte/fullstack | State | Version | Branch | Nette | PHP | |-------------|---------|----------|-------|---------| -| dev | `^0.7` | `master` | 3.0+ | `^7.2` | +| dev | `^0.8` | `master` | 3.0+ | `>=7.2` | +| stable | `^0.7` | `master` | 3.0+ | `>=7.2` | | stable | `^0.6` | `master` | 3.0+ | `^7.2` | | stable | `^0.5` | `master` | 2.4 | `>=7.1` | | stable | `^0.3` | `master` | 2.4 | `>=5.6` | -## Maintainers - - - - - - - - -
- - - -
- Milan Felix Šulc -
- - - -
- Marek Bartoš -
+## Development + +See [how to contribute](https://contributte.org/contributing.html) to this package. + +This package is currently maintaining by these authors. + + + + ## Sponsoring - + + + The development is sponsored by [Tlapnet](https://www.tlapnet.cz) diff --git a/composer.json b/composer.json index b372f67..7a930a7 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "^7.2", + "php": ">=7.2", "apitte/core": "^0.7.0", "apitte/middlewares": "^0.7.0", "apitte/negotiation": "^0.7.0", @@ -23,7 +23,7 @@ "prefer-stable": true, "extra": { "branch-alias": { - "dev-master": "0.7.x-dev" + "dev-master": "0.8.x-dev" } } }