diff --git a/CHANGELOG.md b/CHANGELOG.md index 1687a37..cf74255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,29 @@ # Changelog +## r7 (2019/05/24) + +* PHPUnit 7.5.9, 8.1.5 (Issue neard/neard#417) + ## r6 (2017/12/30) -* New releases : 5.6.8, 5.7.26, 6.5.5 (Issue neard/neard#355) +* PHPUnit 5.6.8, 5.7.26, 6.5.5 (Issue neard/neard#355) ## r5 (2017/09/03) -* New releases : 4.8.36, 5.7.21, 6.3.0 (Issue neard/neard#325) +* PHPUnit 4.8.36, 5.7.21, 6.3.0 (Issue neard/neard#325) ## r4 (2016/10/11) -* New releases : 4.8.27, 5.4.8, 5.5.7, 5.6.1 (Issue neard/neard#121) +* PHPUnit 4.8.27, 5.4.8, 5.5.7, 5.6.1 (Issue neard/neard#121) ## r3 (2016/06/20) -* New releases : 4.8.26, 5.3.5, 5.4.6 (Issue neard/neard#121) +* PHPUnit 4.8.26, 5.3.5, 5.4.6 (Issue neard/neard#121) ## r2 (2016/05/12) -* New releases : 4.8.25, 5.3.4 (Issue neard/neard#121) +* PHPUnit 4.8.25, 5.3.4 (Issue neard/neard#121) ## r1 (2016/04/23) -* Add releases : 4.8.24, 5.3.2 +* Add PHPUnit 4.8.24, 5.3.2 diff --git a/bin/phpunit7.5.9/neard.conf b/bin/phpunit7.5.9/neard.conf new file mode 100644 index 0000000..e47131a --- /dev/null +++ b/bin/phpunit7.5.9/neard.conf @@ -0,0 +1,4 @@ +phpunitVersion = "7.5.9" +phpunitExe = "phpunit.bat" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/phpunit7.5.9/phpunit.bat b/bin/phpunit7.5.9/phpunit.bat new file mode 100644 index 0000000..07668be --- /dev/null +++ b/bin/phpunit7.5.9/phpunit.bat @@ -0,0 +1 @@ +@php "%~dp0phpunit.phar" %* diff --git a/bin/phpunit8.1.5/neard.conf b/bin/phpunit8.1.5/neard.conf new file mode 100644 index 0000000..9466f78 --- /dev/null +++ b/bin/phpunit8.1.5/neard.conf @@ -0,0 +1,4 @@ +phpunitVersion = "8.1.5" +phpunitExe = "phpunit.bat" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/phpunit8.1.5/phpunit.bat b/bin/phpunit8.1.5/phpunit.bat new file mode 100644 index 0000000..07668be --- /dev/null +++ b/bin/phpunit8.1.5/phpunit.bat @@ -0,0 +1 @@ +@php "%~dp0phpunit.phar" %* diff --git a/build.properties b/build.properties index 15a621f..b7f6d6e 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = phpunit -bundle.release = r6 +bundle.release = r7 bundle.type = tools bundle.format = 7z diff --git a/releases.properties b/releases.properties index ff197ee..9b7e01c 100644 --- a/releases.properties +++ b/releases.properties @@ -14,4 +14,6 @@ 5.7.21 = https://github.com/neard/module-phpunit/releases/download/r5/neard-phpunit-5.7.21-r5.7z 5.7.26 = https://github.com/neard/module-phpunit/releases/download/r6/neard-phpunit-5.7.26-r6.7z 6.3.0 = https://github.com/neard/module-phpunit/releases/download/r5/neard-phpunit-6.3.0-r5.7z -6.5.5 = https://github.com/neard/module-phpunit/releases/download/r6/neard-phpunit-6.5.5-r6.7z \ No newline at end of file +6.5.5 = https://github.com/neard/module-phpunit/releases/download/r6/neard-phpunit-6.5.5-r6.7z +7.5.9 = https://github.com/neard/module-phpunit/releases/download/r7/neard-phpunit-7.5.9-r7.7z +8.1.5 = https://github.com/neard/module-phpunit/releases/download/r7/neard-phpunit-8.1.5-r7.7z \ No newline at end of file