Skip to content

Commit

Permalink
Lower php requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuurlijk committed Dec 19, 2018
1 parent 4ee1bdd commit 05ab3d0
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 312 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Then please consider a sponsorship so I can make this tool even more awesome!
Thank you! ♥

## Requirements
The tool requires **PHP 7.0** or higher to run. Why? *Because this tool was written in 2018!* Still running that old site on PHP 5.6? Move your extensions over to a system with PHP 7.0+ to scan them.
The tool requires **PHP 5.6** or higher to run.

## Installation
Download the latest version from: https://github.com/Tuurlijk/typo3migrate/releases
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7.0.8",
"php": ">=5.6.0",
"symfony/process": "^3.4",
"symfony/finder": "^3.4",
"symfony/console": "^3.4",
Expand All @@ -34,7 +34,7 @@
"preferred-install": "dist"
},
"require-dev": {
"phpunit/phpunit": "^6",
"phpunit/phpunit": "^5",
"roave/security-advisories": "dev-master"
},
"scripts": {
Expand Down
Loading

0 comments on commit 05ab3d0

Please sign in to comment.