Skip to content

Commit

Permalink
Merge pull request #46 from Crizz0/update-composer
Browse files Browse the repository at this point in the history
Update composer and .lock
  • Loading branch information
Crizz0 authored Dec 31, 2017
2 parents e583127 + a101625 commit f442139
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 53 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Allows to validate **phpBB** language packages.

## Requirement

This extension requires php 5.3.3 or later to be set up.
This extension requires PHP 5.6 to 7.1 to be set up.

## Installation for validating a language package locally

Expand All @@ -20,7 +20,7 @@ This extension requires php 5.3.3 or later to be set up.

{
"require-dev": {
"phpbb/translation-validator": "1.3.*"
"phpbb/translation-validator": "1.4.*"
}
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.3",
"php": ">=5.6",
"symfony/yaml": "2.6.*",
"symfony/console": "2.6.*",
"symfony/finder": "2.6.*"
Expand Down
103 changes: 53 additions & 50 deletions composer.lock

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

Binary file modified composer.phar
Binary file not shown.

0 comments on commit f442139

Please sign in to comment.