Skip to content

Commit

Permalink
chore: revert depends on php7.2+ (monicahq#3048)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored and niklashigi committed Dec 7, 2019
1 parent dac4899 commit 88a8891
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Enhancements:

*
* Revert depends on php7.2+

### Fixes:

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["prm", "crm", "social"],
"type": "project",
"require": {
"php": "^7.3",
"php": "^7.2",
"ext-bcmath": "*",
"ext-gd": "*",
"ext-gmp": "*",
Expand Down Expand Up @@ -60,6 +60,7 @@
"matthiasnoback/live-code-coverage": "^1.0",
"mockery/mockery": "^1.0",
"nunomaduro/larastan": "^0.3.15",
"ocramius/package-versions": "1.4.*",
"phpunit/phpcov": "^6.0",
"phpunit/phpunit": "^8.0",
"psalm/plugin-laravel": "^0.4",
Expand Down
99 changes: 49 additions & 50 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ We've installed the development version with [Valet](https://laravel.com/docs/va
**Prerequisites**:
* Git
* [Node](https://nodejs.org/en/)
* PHP 7.3+
* PHP 7.2+
* [Composer](https://getcomposer.org/)
* GNU Make

Expand Down
4 changes: 2 additions & 2 deletions docs/installation/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Monica depends on the following:

* A Web server, like [Apache httpd webserver](https://httpd.apache.org/)
* [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* PHP 7.3+
* PHP 7.2+
* [Composer](https://getcomposer.org/)
* MySQL / MariaDB

Expand All @@ -37,7 +37,7 @@ sudo apt update
sudo apt install -y git
```

**PHP 7.3+:**
**PHP:**

If it's not alread done, add php repository:
```sh
Expand Down
4 changes: 2 additions & 2 deletions docs/installation/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
If you don't want to use Docker, the best way to setup the project is to use the same configuration that [Homestead](https://laravel.com/docs/homestead) uses. Basically, Monica depends on the following:

* [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* PHP 7.3+
* PHP 7.2+
* [Composer](https://getcomposer.org/)
* [MySQL](https://www.mysql.com/)
* Optional: Redis or Beanstalk

**Git:** Git should come pre-installed with your server. If it doesn't - use the installation instructions in the link.

**PHP 7.3+:** Install php7.3 minimum, with these extensions:
**PHP:** Install php7.2 minimum, with these extensions:

- json
- iconv
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Monica can be installed on a variety of platforms. The choice of the platform is
If you don't want to use Docker, the best way to setup the project is to use the same configuration that [Homestead](https://laravel.com/docs/homestead) uses. Basically, Monica depends on the following:

* [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* PHP 7.3+
* PHP 7.2+
* [Composer](https://getcomposer.org/)
* [MySQL](https://www.mysql.com/)
* Optional: Redis or Beanstalk
Expand Down

0 comments on commit 88a8891

Please sign in to comment.