Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
[TASK] Prepare the 5.7.27 release (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Aug 7, 2019
1 parent 94f3a35 commit 9fd4c70
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 12 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 5.7.27

### Added
- Run Travis CI with highest and lowest dependencies (#107)
- Add option to pass CLI options to PHPUnit (#102)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PHPUnit

:Extension Key: phpunit
:Language: en
:Copyright: `2000-2013, Kasper Ligaard, kasperligaard@gmail.com`
:Copyright: `2000-2019, Kasper Ligaard, kasperligaard@gmail.com`
:Maintainer: `Oliver Klee, typo3-coding@oliverklee.de`
:License: `CC BY-SA 3.0 <http://creativecommons.org/licenses/by-sa/3.0/>`_
:Rendered: |today|
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

---
conf.py:
copyright: 2017
copyright: 2019
project: PHPUnit
version: 5.3
release: 5.3.5
version: 5.7
release: 5.7.27
latex_documents:
- - Index
- phpunit.tex
Expand Down
2 changes: 1 addition & 1 deletion TestExtensions/aaa/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'AAA',
'description' => 'A test extension used for running the phpunit unit tests.',
'version' => '5.3.5',
'version' => '5.7.27',
'category' => 'example',
'constraints' => [
'depends' => [
Expand Down
2 changes: 1 addition & 1 deletion TestExtensions/bbb/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'BBB',
'description' => 'A test extension used for running the phpunit unit tests.',
'version' => '5.3.5',
'version' => '5.7.27',
'category' => 'example',
'constraints' => [
'depends' => [
Expand Down
2 changes: 1 addition & 1 deletion TestExtensions/ccc/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'CCC',
'description' => 'A test extension used for running the phpunit unit tests.',
'version' => '5.3.5',
'version' => '5.7.27',
'category' => 'example',
'constraints' => [
'depends' => [
Expand Down
2 changes: 1 addition & 1 deletion TestExtensions/ddd/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'DDD',
'description' => 'A test extension used for running the phpunit unit tests.',
'version' => '5.3.5',
'version' => '5.7.27',
'category' => 'example',
'constraints' => [
'depends' => [
Expand Down
2 changes: 1 addition & 1 deletion TestExtensions/user_phpunittest/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Test extension for tx_phpunit',
'description' => 'A test extension used for running the phpunit unit tests.',
'version' => '5.3.5',
'version' => '5.7.27',
'category' => 'example',
'constraints' => [
'depends' => [
Expand Down
2 changes: 1 addition & 1 deletion TestExtensions/user_phpunittest2/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Second test extension for tx_phpunit',
'description' => 'A test extension used for running the phpunit unit tests.',
'version' => '5.3.5',
'version' => '5.7.27',
'category' => 'example',
'constraints' => [
'depends' => [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"extra": {
"branch-alias": {
"*": "5.7.x-dev"
"*": "6.0.x-dev"
},
"typo3/class-alias-loader": {
"class-alias-maps": [
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'PHPUnit',
'description' => 'Unit testing for TYPO3. Includes PHPUnit, Selenium, a CLI test runner and a testing framework.',
'version' => '5.3.5',
'version' => '5.7.27',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 9fd4c70

Please sign in to comment.