-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from phpbb/develop
v1.5.0 Release
- Loading branch information
Showing
159 changed files
with
789 additions
and
492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
/bin/ | ||
/3.0/ | ||
/3.1/ | ||
/3.2/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,35 +2,37 @@ | |
"name": "phpbb/translation-validator", | ||
"description": "A language package validator for phpBB language packs. Language packs are required to pass the validator when submitted to the language pack database.", | ||
"homepage": "https://github.com/phpbb/phpbb-translation-validator", | ||
"version": "1.4.1", | ||
"license": "GPL-2.0", | ||
"version": "1.5.0", | ||
"license": "GPL-2.0-only", | ||
"authors": [ | ||
{ | ||
"name": "Joas Schilling", | ||
"email": "[email protected]", | ||
"homepage": "http://www.phpbb.com/", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Battye", | ||
"email": "[email protected]", | ||
"homepage": "https://www.phpbb.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"minimum-stability": "stable", | ||
"require": { | ||
"php": ">=5.6", | ||
"symfony/yaml": "2.6.*", | ||
"symfony/console": "2.6.*", | ||
"symfony/finder": "2.6.*" | ||
"php": ">=5.5.9", | ||
"symfony/yaml": "~3.0", | ||
"symfony/console": "~3.0", | ||
"symfony/finder": "~3.0", | ||
"battye/php-array-parser": "~1.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~5.7" | ||
}, | ||
"bin": [ | ||
"src/Phpbb/TranslationValidator/PhpbbTranslationValidator.php" | ||
], | ||
"config": { | ||
"bin-dir": "bin" | ||
}, | ||
"autoload": { | ||
"classmap": [ | ||
"src/" | ||
"src/", | ||
"tests/" | ||
] | ||
} | ||
} |
Oops, something went wrong.