From 4055472efc95dc3ac9e9fffa24dd700f2a4faa7a Mon Sep 17 00:00:00 2001 From: Coen Jacobs Date: Mon, 23 Dec 2019 13:24:25 +0100 Subject: [PATCH] PHP version bump in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2efb7ba1..c10e936b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Mozart [![Build Status](https://api.travis-ci.org/coenjacobs/mozart.png)](https://travis-ci.org/coenjacobs/mozart) [![Latest Stable Version](https://poser.pugx.org/coenjacobs/mozart/v/stable.svg)](https://packagist.org/packages/coenjacobs/mozart) [![License](https://poser.pugx.org/coenjacobs/mozart/license.svg)](https://packagist.org/packages/coenjacobs/mozart) Composes all dependencies as a package inside a WordPress plugin. Load packages through Composer and have them wrapped inside your own namespace. Gone are the days when plugins could load conflicting versions of the same package, resulting in hard to reproduce bugs. -This package requires PHP 7.1 or higher in order to run the tool. You can use the resulting files as a bundle, requiring any PHP version you like, even PHP 5.2. +This package requires PHP 7.2 or higher in order to run the tool. You can use the resulting files as a bundle, requiring any PHP version you like, even PHP 5.2. **Warning:** This package is very experimental and breaking changes are very likely until version 1.0.0 is tagged. Use with caution, always wear a helmet when using this in production environments. @@ -57,4 +57,4 @@ Mozart is designed to install and be forgotten about. Using Composer scripts, th "composer dump-autoload" ] } -``` \ No newline at end of file +```