Skip to content

Commit 1af25e6

Browse files
committed
Merge branch 'develop' for v4.1.2
2 parents c530291 + e028279 commit 1af25e6

File tree

6 files changed

+84
-69
lines changed

6 files changed

+84
-69
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

22
<img src="https://i2.wp.com/easyengine.io/wp-content/uploads/sites/20/2019/06/[email protected]?fit=720%2C170&ssl=1" alt="EasyEngine Logo" />
33

4-
# EasyEngine v4 [![Build Status](https://travis-ci.org/EasyEngine/easyengine.svg?branch=master-v4)](https://travis-ci.org/EasyEngine/easyengine) [![License](https://poser.pugx.org/phpunit/phpunit/license)](https://packagist.org/packages/phpunit/phpunit) [![Join EasyEngine Slack Channel](http://slack.easyengine.io/badge.svg)](http://slack.easyengine.io/)
4+
# EasyEngine v4
5+
[![Build Status](https://travis-ci.org/EasyEngine/easyengine.svg?branch=master-v4)](https://travis-ci.org/EasyEngine/easyengine) [![Join EasyEngine Slack Channel](http://slack.easyengine.io/badge.svg)](http://slack.easyengine.io/) [![Latest Stable Version](https://poser.pugx.org/easyengine/easyengine/v/stable)](https://packagist.org/packages/easyengine/easyengine) [![Latest Unstable Version](https://poser.pugx.org/easyengine/easyengine/v/unstable)](https://packagist.org/packages/easyengine/easyengine) [![License](https://poser.pugx.org/easyengine/easyengine/license)](https://packagist.org/packages/easyengine/easyengine)
56

67
EasyEngine makes it greatly easy to manage nginx, a fast web-server software that consumes little memory when handling increasing volumes of concurrent users.
78

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.1
1+
4.1.2

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"php": ">=7.0",
2828
"composer/composer": "1.7.3",
2929
"composer/semver": "1.4.2",
30-
"easyengine/admin-tools-command": "v1.0.9",
31-
"easyengine/auth-command": "v1.0.3",
30+
"easyengine/admin-tools-command": "v1.0.10",
31+
"easyengine/auth-command": "v1.0.4",
3232
"easyengine/config-command": "v1.0.2",
3333
"easyengine/cron-command": "v1.0.2",
3434
"easyengine/log-command": "v1.0.1",
3535
"easyengine/mailhog-command": "v1.0.2",
36-
"easyengine/site-command": "v2.5.1",
37-
"easyengine/site-type-wp": "v1.2.0",
38-
"easyengine/site-type-php": "v1.2.0",
39-
"easyengine/service-command": "v1.0.9",
36+
"easyengine/site-command": "v2.6.1",
37+
"easyengine/site-type-wp": "v1.3.0",
38+
"easyengine/site-type-php": "v1.3.0",
39+
"easyengine/service-command": "v1.1.0",
4040
"easyengine/shell-command" : "v1.0.3",
4141
"justinrainbow/json-schema": "5.2.7",
4242
"monolog/monolog": "1.24.0",

0 commit comments

Comments
 (0)