Skip to content

Commit 11c2df7

Browse files
committed
Merge branch 'develop-v4' into master-v4
2 parents b32683b + c3ebb8f commit 11c2df7

File tree

16 files changed

+872
-193
lines changed

16 files changed

+872
-193
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
For Linux, we have created an installer script which will install all the dependencies for you. We have tested this on Ubuntu 14.04, 16.04, 18.04 and Debian 8.
1717

1818
```bash
19-
wget -qO ee rt.cx/ee4beta && sudo bash ee
19+
wget -qO ee https://rt.cx/ee4beta && sudo bash ee
2020
```
2121

2222
Even if the script doesn't work for your distribution, you can manually install the dependencies and then run the following commands to install EasyEngine

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0-beta.2
1+
4.0.0-beta.3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"php": ">=5.3.29",
2828
"composer/composer": "^1.2.0",
2929
"composer/semver": "~1.0",
30-
"easyengine/site-command": "v1.0.0-beta.2",
30+
"easyengine/site-command": "v1.0.0-beta.3",
3131
"easyengine/shell-command": "v1.0.0-beta.1",
3232
"justinrainbow/json-schema": "~5.2.5",
3333
"monolog/monolog": "^1.23",

0 commit comments

Comments
 (0)