diff --git a/CHANGELOG.md b/CHANGELOG.md index 5027d4b..1687a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## r6 (2017/12/30) + +* New releases : 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) diff --git a/bin/phpunit5.6.8/neard.conf b/bin/phpunit5.6.8/neard.conf new file mode 100644 index 0000000..a6476db --- /dev/null +++ b/bin/phpunit5.6.8/neard.conf @@ -0,0 +1,4 @@ +phpunitVersion = "5.6.8" +phpunitExe = "phpunit.bat" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/phpunit5.6.8/phpunit.bat b/bin/phpunit5.6.8/phpunit.bat new file mode 100644 index 0000000..07668be --- /dev/null +++ b/bin/phpunit5.6.8/phpunit.bat @@ -0,0 +1 @@ +@php "%~dp0phpunit.phar" %* diff --git a/bin/phpunit5.7.26/neard.conf b/bin/phpunit5.7.26/neard.conf new file mode 100644 index 0000000..4d43b3f --- /dev/null +++ b/bin/phpunit5.7.26/neard.conf @@ -0,0 +1,4 @@ +phpunitVersion = "5.7.26" +phpunitExe = "phpunit.bat" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/phpunit5.7.26/phpunit.bat b/bin/phpunit5.7.26/phpunit.bat new file mode 100644 index 0000000..07668be --- /dev/null +++ b/bin/phpunit5.7.26/phpunit.bat @@ -0,0 +1 @@ +@php "%~dp0phpunit.phar" %* diff --git a/bin/phpunit6.5.5/neard.conf b/bin/phpunit6.5.5/neard.conf new file mode 100644 index 0000000..98494dd --- /dev/null +++ b/bin/phpunit6.5.5/neard.conf @@ -0,0 +1,4 @@ +phpunitVersion = "6.5.5" +phpunitExe = "phpunit.bat" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/phpunit6.5.5/phpunit.bat b/bin/phpunit6.5.5/phpunit.bat new file mode 100644 index 0000000..07668be --- /dev/null +++ b/bin/phpunit6.5.5/phpunit.bat @@ -0,0 +1 @@ +@php "%~dp0phpunit.phar" %* diff --git a/build.properties b/build.properties index 690e7c2..15a621f 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = phpunit -bundle.release = r5 +bundle.release = r6 bundle.type = tools bundle.format = 7z diff --git a/releases.properties b/releases.properties index 542b256..ff197ee 100644 --- a/releases.properties +++ b/releases.properties @@ -10,5 +10,8 @@ 5.4.8 = https://github.com/neard/module-phpunit/releases/download/r4/neard-phpunit-5.4.8-r4.7z 5.5.7 = https://github.com/neard/module-phpunit/releases/download/r4/neard-phpunit-5.5.7-r4.7z 5.6.1 = https://github.com/neard/module-phpunit/releases/download/r4/neard-phpunit-5.6.1-r4.7z +5.6.8 = https://github.com/neard/module-phpunit/releases/download/r6/neard-phpunit-5.6.8-r6.7z 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