Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #352 from joomlatools/feature/322-php7
Browse files Browse the repository at this point in the history
Set PHP7 as minimal requirement
  • Loading branch information
allanpilarca authored May 8, 2018
2 parents 9fc5579 + 5cfa3bc commit cfe57d4
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 103 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ structure.
Much of the philosophy behind the platform is inspired by the [Twelve-Factor App](http://12factor.net/) methodology
including the [Joomla specific version](https://www.joomlatools.com/developer/platform/).

> Forked from [Joomla CMS v3.3.6](https://github.com/joomla/joomla-cms/releases/tag/3.3.6)
> Forked from [Joomla CMS v3.6.5](https://github.com/joomla/joomla-cms/releases/tag/3.6.5)
## Features

Expand All @@ -38,7 +38,7 @@ Use the [Joomlatools Vagrant](https://github.com/joomlatools/joomlatools-vagrant

## Requirements

* PHP >= 5.5
* PHP >= 7
* Composer - [Install](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)
* Mbstring PHP Extension

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
}
],
"require": {
"php": ">=5.5",
"php": ">=7.0",
"ext-mbstring": "*",
"joomla/application": "~1.2",
"joomla/registry": "~1.2",
"joomla/string": "~1.3",
"joomla/application": "1.7.0",
"joomla/registry": "1.5.2",
"joomla/string": "1.4.1",
"joomla/uri": "~1.1",
"phpmailer/phpmailer": "5.2.16",
"vlucas/phpdotenv": "^2.1.0",
"joomlatools/console": "^1.4.0",
"joomlatools/console": "^1.5.0",
"paragonie/random_compat": "~1.0",
"robmorgan/phinx": "^0.8.0"
},
Expand Down
Loading

0 comments on commit cfe57d4

Please sign in to comment.