diff --git a/RECIPES.md b/RECIPES.md
index 7bd5717b..99073da5 100644
--- a/RECIPES.md
+++ b/RECIPES.md
@@ -24,7 +24,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [nyholm/psr7](https://packagist.org/packages/nyholm/psr7) | [1.0](nyholm/psr7/1.0) | |
| [php-cs-fixer/shim](https://packagist.org/packages/php-cs-fixer/shim) | [3.0](php-cs-fixer/shim/3.0) | `cs-fixer-shim`, `csfixershim`, `php-cs-fixer-shim`, `phpcsfixershim` |
| [php-http/discovery](https://packagist.org/packages/php-http/discovery) | [1.18](php-http/discovery/1.18) | |
-| [phpunit/phpunit](https://packagist.org/packages/phpunit/phpunit) | [9.3](phpunit/phpunit/9.3) | |
+| [phpunit/phpunit](https://packagist.org/packages/phpunit/phpunit) | [9.6](phpunit/phpunit/9.6) | |
| [scheb/2fa-bundle](https://packagist.org/packages/scheb/2fa-bundle) | [6.0](scheb/2fa-bundle/6.0) | `2fa` |
| [sensio/framework-extra-bundle](https://packagist.org/packages/sensio/framework-extra-bundle) | [5.2](sensio/framework-extra-bundle/5.2) | `annot`, `annotation`, `annotations`, `annots` |
| [sensiolabs/ansi-to-html](https://packagist.org/packages/sensiolabs/ansi-to-html) | [1.2](sensiolabs/ansi-to-html/1.2) | |
@@ -96,7 +96,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/ovh-cloud-notifier](https://packagist.org/packages/symfony/ovh-cloud-notifier) | [5.1](symfony/ovh-cloud-notifier/5.1) | `ovh-cloud-notifier`, `ovhcloudnotifier` |
| [symfony/pager-duty-notifier](https://packagist.org/packages/symfony/pager-duty-notifier) | [6.3](symfony/pager-duty-notifier/6.3) | `pager-duty-notifier`, `pagerdutynotifier` |
| [symfony/panther](https://packagist.org/packages/symfony/panther) | [1.0](symfony/panther/1.0) | `panther` |
-| [symfony/phpunit-bridge](https://packagist.org/packages/symfony/phpunit-bridge) | [5.3](symfony/phpunit-bridge/5.3) | `phpunit-bridge`, `phpunitbridge`, `simple-phpunit`, `simplephpunit` |
+| [symfony/phpunit-bridge](https://packagist.org/packages/symfony/phpunit-bridge) | [6.3](symfony/phpunit-bridge/6.3) | `phpunit-bridge`, `phpunitbridge`, `simple-phpunit`, `simplephpunit` |
| [symfony/plivo-notifier](https://packagist.org/packages/symfony/plivo-notifier) | [6.3](symfony/plivo-notifier/6.3) | `plivo-notifier`, `plivonotifier` |
| [symfony/postmark-mailer](https://packagist.org/packages/symfony/postmark-mailer) | [4.4](symfony/postmark-mailer/4.4) | `postmark-mailer`, `postmarkmailer` |
| [symfony/psr7-pack](https://packagist.org/packages/symfony/psr7-pack) | [1.0](symfony/psr7-pack/1.0) | `psr-7`, `psr-17`, `psr7`, `psr17` |
diff --git a/archived/phpunit.phpunit/db276258424d15e572d35a4eb834b8f815662b25.json b/archived/phpunit.phpunit/db276258424d15e572d35a4eb834b8f815662b25.json
new file mode 100644
index 00000000..7ebdefa6
--- /dev/null
+++ b/archived/phpunit.phpunit/db276258424d15e572d35a4eb834b8f815662b25.json
@@ -0,0 +1,92 @@
+{
+ "manifests": {
+ "phpunit/phpunit": {
+ "manifest": {
+ "copy-from-recipe": {
+ ".env.test": ".env.test",
+ "phpunit.xml.dist": "phpunit.xml.dist",
+ "tests/": "tests/"
+ },
+ "gitignore": [
+ "/phpunit.xml",
+ ".phpunit.result.cache"
+ ]
+ },
+ "files": {
+ ".env.test": {
+ "contents": [
+ "# define your env variables for the test env here",
+ "KERNEL_CLASS='App\\Kernel'",
+ "APP_SECRET='$ecretf0rt3st'",
+ "SYMFONY_DEPRECATIONS_HELPER=999999",
+ "PANTHER_APP_ENV=panther",
+ "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
+ ""
+ ],
+ "executable": false
+ },
+ "phpunit.xml.dist": {
+ "contents": [
+ "",
+ "",
+ "",
+ "",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " tests",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " src",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ "",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/bootstrap.php": {
+ "contents": [
+ "bootEnv(dirname(__DIR__).'/.env');",
+ "}",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "db276258424d15e572d35a4eb834b8f815662b25"
+ }
+ }
+}
diff --git a/archived/phpunit.phpunit/fc344d3f99d9a518245ef3c88176d0c3467ae1a6.json b/archived/phpunit.phpunit/fc344d3f99d9a518245ef3c88176d0c3467ae1a6.json
new file mode 100644
index 00000000..3aca9bb0
--- /dev/null
+++ b/archived/phpunit.phpunit/fc344d3f99d9a518245ef3c88176d0c3467ae1a6.json
@@ -0,0 +1,95 @@
+{
+ "manifests": {
+ "phpunit/phpunit": {
+ "manifest": {
+ "copy-from-recipe": {
+ ".env.test": ".env.test",
+ "phpunit.xml.dist": "phpunit.xml.dist",
+ "tests/": "tests/"
+ },
+ "gitignore": [
+ "/phpunit.xml",
+ ".phpunit.result.cache"
+ ]
+ },
+ "files": {
+ ".env.test": {
+ "contents": [
+ "# define your env variables for the test env here",
+ "KERNEL_CLASS='App\\Kernel'",
+ "APP_SECRET='$ecretf0rt3st'",
+ "SYMFONY_DEPRECATIONS_HELPER=999999",
+ "PANTHER_APP_ENV=panther",
+ "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
+ ""
+ ],
+ "executable": false
+ },
+ "phpunit.xml.dist": {
+ "contents": [
+ "",
+ "",
+ "",
+ "",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " tests",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " src",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ "",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/bootstrap.php": {
+ "contents": [
+ "bootEnv(dirname(__DIR__).'/.env');",
+ "}",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "fc344d3f99d9a518245ef3c88176d0c3467ae1a6"
+ }
+ }
+}
diff --git a/archived/symfony.phpunit-bridge/01dfaa98c58f7a7b5a9b30e6edb7074af7ed9819.json b/archived/symfony.phpunit-bridge/01dfaa98c58f7a7b5a9b30e6edb7074af7ed9819.json
new file mode 100644
index 00000000..a144b577
--- /dev/null
+++ b/archived/symfony.phpunit-bridge/01dfaa98c58f7a7b5a9b30e6edb7074af7ed9819.json
@@ -0,0 +1,131 @@
+{
+ "manifests": {
+ "symfony/phpunit-bridge": {
+ "manifest": {
+ "copy-from-recipe": {
+ ".env.test": ".env.test",
+ "bin/": "%BIN_DIR%/",
+ "phpunit.xml.dist": "phpunit.xml.dist",
+ "tests/": "tests/"
+ },
+ "gitignore": [
+ ".phpunit.result.cache",
+ "/phpunit.xml"
+ ],
+ "conflict": {
+ "phpunit/phpunit": "<9.6"
+ },
+ "post-install-output": [
+ " * Write> test cases in the tests/> folder",
+ " * Use MakerBundle's make:test> command as a shortcut!",
+ " * Run> the tests with php bin/phpunit>"
+ ]
+ },
+ "files": {
+ ".env.test": {
+ "contents": [
+ "# define your env variables for the test env here",
+ "KERNEL_CLASS='App\\Kernel'",
+ "APP_SECRET='$ecretf0rt3st'",
+ "SYMFONY_DEPRECATIONS_HELPER=999999",
+ "PANTHER_APP_ENV=panther",
+ "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
+ ""
+ ],
+ "executable": false
+ },
+ "bin/phpunit": {
+ "contents": [
+ "#!/usr/bin/env php",
+ "",
+ "",
+ "",
+ "",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " tests",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " src",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ "",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/bootstrap.php": {
+ "contents": [
+ "bootEnv(dirname(__DIR__).'/.env');",
+ "}",
+ "",
+ "if ($_SERVER['APP_DEBUG']) {",
+ " umask(0000);",
+ "}",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "01dfaa98c58f7a7b5a9b30e6edb7074af7ed9819"
+ }
+ }
+}
diff --git a/archived/symfony.phpunit-bridge/2f91477d6efaed3fb857db87480f7d07d31cbb3e.json b/archived/symfony.phpunit-bridge/2f91477d6efaed3fb857db87480f7d07d31cbb3e.json
new file mode 100644
index 00000000..8f37f8db
--- /dev/null
+++ b/archived/symfony.phpunit-bridge/2f91477d6efaed3fb857db87480f7d07d31cbb3e.json
@@ -0,0 +1,122 @@
+{
+ "manifests": {
+ "symfony/phpunit-bridge": {
+ "manifest": {
+ "copy-from-recipe": {
+ ".env.test": ".env.test",
+ "bin/": "%BIN_DIR%/",
+ "phpunit.xml.dist": "phpunit.xml.dist",
+ "tests/": "tests/"
+ },
+ "gitignore": [
+ ".phpunit",
+ ".phpunit.result.cache",
+ "/phpunit.xml"
+ ],
+ "post-install-output": [
+ " * Write> test cases in the tests/> folder",
+ " * Run> php bin/phpunit>"
+ ]
+ },
+ "files": {
+ ".env.test": {
+ "contents": [
+ "# define your env variables for the test env here",
+ "KERNEL_CLASS='App\\Kernel'",
+ "APP_SECRET='$ecretf0rt3st'",
+ "SYMFONY_DEPRECATIONS_HELPER=999999",
+ "PANTHER_APP_ENV=panther",
+ "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
+ ""
+ ],
+ "executable": false
+ },
+ "bin/phpunit": {
+ "contents": [
+ "#!/usr/bin/env php",
+ "",
+ "",
+ "",
+ "",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " tests",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " src",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ "",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/bootstrap.php": {
+ "contents": [
+ "bootEnv(dirname(__DIR__).'/.env');",
+ "}",
+ "",
+ "if ($_SERVER['APP_DEBUG']) {",
+ " umask(0000);",
+ "}",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "2f91477d6efaed3fb857db87480f7d07d31cbb3e"
+ }
+ }
+}
diff --git a/archived/symfony.phpunit-bridge/6df817da0ca2b8cddbb6e690051d7f2b45530d06.json b/archived/symfony.phpunit-bridge/6df817da0ca2b8cddbb6e690051d7f2b45530d06.json
new file mode 100644
index 00000000..c63bcd28
--- /dev/null
+++ b/archived/symfony.phpunit-bridge/6df817da0ca2b8cddbb6e690051d7f2b45530d06.json
@@ -0,0 +1,130 @@
+{
+ "manifests": {
+ "symfony/phpunit-bridge": {
+ "manifest": {
+ "copy-from-recipe": {
+ ".env.test": ".env.test",
+ "bin/": "%BIN_DIR%/",
+ "phpunit.xml.dist": "phpunit.xml.dist",
+ "tests/": "tests/"
+ },
+ "gitignore": [
+ ".phpunit.result.cache",
+ "/phpunit.xml"
+ ],
+ "post-install-output": [
+ " * Write> test cases in the tests/> folder",
+ " * Use MakerBundle's make:test> command as a shortcut!",
+ " * Run> the tests with php bin/phpunit>"
+ ]
+ },
+ "files": {
+ ".env.test": {
+ "contents": [
+ "# define your env variables for the test env here",
+ "KERNEL_CLASS='App\\Kernel'",
+ "APP_SECRET='$ecretf0rt3st'",
+ "SYMFONY_DEPRECATIONS_HELPER=999999",
+ "PANTHER_APP_ENV=panther",
+ "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
+ ""
+ ],
+ "executable": false
+ },
+ "bin/phpunit": {
+ "contents": [
+ "#!/usr/bin/env php",
+ "",
+ "",
+ "",
+ "",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " tests",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " src",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ "",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/bootstrap.php": {
+ "contents": [
+ "bootEnv(dirname(__DIR__).'/.env');",
+ "}",
+ "",
+ "if ($_SERVER['APP_DEBUG']) {",
+ " umask(0000);",
+ "}",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "6df817da0ca2b8cddbb6e690051d7f2b45530d06"
+ }
+ }
+}
diff --git a/index.json b/index.json
index ced17daf..830b9ba1 100644
--- a/index.json
+++ b/index.json
@@ -526,7 +526,8 @@
],
"phpunit/phpunit": [
"4.7",
- "9.3"
+ "9.3",
+ "9.6"
],
"scheb/2fa-bundle": [
"5.0",
@@ -775,7 +776,8 @@
"4.1",
"4.3",
"5.1",
- "5.3"
+ "5.3",
+ "6.3"
],
"symfony/plivo-notifier": [
"6.3"
@@ -1066,6 +1068,11 @@
"symfony/framework-bundle": "<5.3"
}
},
+ "symfony/phpunit-bridge": {
+ "6.3": {
+ "phpunit/phpunit": "<9.6"
+ }
+ },
"symfony/routing": {
"5.3": {
"symfony/framework-bundle": "<5.3"
diff --git a/phpunit.phpunit.4.7.json b/phpunit.phpunit.4.7.json
index f0cb3d07..7ebdefa6 100644
--- a/phpunit.phpunit.4.7.json
+++ b/phpunit.phpunit.4.7.json
@@ -59,8 +59,10 @@
" ",
" ",
"",
+ " ",
"",
""
],
@@ -84,7 +86,7 @@
"executable": false
}
},
- "ref": "eb4b14aaa06c438b7022c2b19016f5c751f800dc"
+ "ref": "db276258424d15e572d35a4eb834b8f815662b25"
}
}
}
diff --git a/phpunit.phpunit.9.3.json b/phpunit.phpunit.9.3.json
index b28f7b6c..3aca9bb0 100644
--- a/phpunit.phpunit.9.3.json
+++ b/phpunit.phpunit.9.3.json
@@ -62,8 +62,10 @@
" ",
" ",
"",
+ " ",
"",
""
],
@@ -87,7 +89,7 @@
"executable": false
}
},
- "ref": "7364a21d87e658eb363c5020c072ecfdc12e2326"
+ "ref": "fc344d3f99d9a518245ef3c88176d0c3467ae1a6"
}
}
}
diff --git a/phpunit.phpunit.9.6.json b/phpunit.phpunit.9.6.json
new file mode 100644
index 00000000..b28f7b6c
--- /dev/null
+++ b/phpunit.phpunit.9.6.json
@@ -0,0 +1,93 @@
+{
+ "manifests": {
+ "phpunit/phpunit": {
+ "manifest": {
+ "copy-from-recipe": {
+ ".env.test": ".env.test",
+ "phpunit.xml.dist": "phpunit.xml.dist",
+ "tests/": "tests/"
+ },
+ "gitignore": [
+ "/phpunit.xml",
+ ".phpunit.result.cache"
+ ]
+ },
+ "files": {
+ ".env.test": {
+ "contents": [
+ "# define your env variables for the test env here",
+ "KERNEL_CLASS='App\\Kernel'",
+ "APP_SECRET='$ecretf0rt3st'",
+ "SYMFONY_DEPRECATIONS_HELPER=999999",
+ "PANTHER_APP_ENV=panther",
+ "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
+ ""
+ ],
+ "executable": false
+ },
+ "phpunit.xml.dist": {
+ "contents": [
+ "",
+ "",
+ "",
+ "",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " tests",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " src",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ "",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/bootstrap.php": {
+ "contents": [
+ "bootEnv(dirname(__DIR__).'/.env');",
+ "}",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "7364a21d87e658eb363c5020c072ecfdc12e2326"
+ }
+ }
+}
diff --git a/symfony.phpunit-bridge.5.1.json b/symfony.phpunit-bridge.5.1.json
index e31dd74d..8f37f8db 100644
--- a/symfony.phpunit-bridge.5.1.json
+++ b/symfony.phpunit-bridge.5.1.json
@@ -85,8 +85,10 @@
" ",
" ",
"",
+ " ",
"",
""
],
@@ -114,7 +116,7 @@
"executable": false
}
},
- "ref": "197122f13eefe2736858d928fba95f26bcbc4dcd"
+ "ref": "2f91477d6efaed3fb857db87480f7d07d31cbb3e"
}
}
}
diff --git a/symfony.phpunit-bridge.5.3.json b/symfony.phpunit-bridge.5.3.json
index 68782a7b..c63bcd28 100644
--- a/symfony.phpunit-bridge.5.3.json
+++ b/symfony.phpunit-bridge.5.3.json
@@ -93,8 +93,10 @@
" ",
" ",
"",
+ " ",
"",
""
],
@@ -122,7 +124,7 @@
"executable": false
}
},
- "ref": "1552413ad842623d23a33b3ed295e03eaaf0a332"
+ "ref": "6df817da0ca2b8cddbb6e690051d7f2b45530d06"
}
}
}
diff --git a/symfony.phpunit-bridge.6.3.json b/symfony.phpunit-bridge.6.3.json
new file mode 100644
index 00000000..a144b577
--- /dev/null
+++ b/symfony.phpunit-bridge.6.3.json
@@ -0,0 +1,131 @@
+{
+ "manifests": {
+ "symfony/phpunit-bridge": {
+ "manifest": {
+ "copy-from-recipe": {
+ ".env.test": ".env.test",
+ "bin/": "%BIN_DIR%/",
+ "phpunit.xml.dist": "phpunit.xml.dist",
+ "tests/": "tests/"
+ },
+ "gitignore": [
+ ".phpunit.result.cache",
+ "/phpunit.xml"
+ ],
+ "conflict": {
+ "phpunit/phpunit": "<9.6"
+ },
+ "post-install-output": [
+ " * Write> test cases in the tests/> folder",
+ " * Use MakerBundle's make:test> command as a shortcut!",
+ " * Run> the tests with php bin/phpunit>"
+ ]
+ },
+ "files": {
+ ".env.test": {
+ "contents": [
+ "# define your env variables for the test env here",
+ "KERNEL_CLASS='App\\Kernel'",
+ "APP_SECRET='$ecretf0rt3st'",
+ "SYMFONY_DEPRECATIONS_HELPER=999999",
+ "PANTHER_APP_ENV=panther",
+ "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
+ ""
+ ],
+ "executable": false
+ },
+ "bin/phpunit": {
+ "contents": [
+ "#!/usr/bin/env php",
+ "",
+ "",
+ "",
+ "",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " tests",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " src",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ "",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/bootstrap.php": {
+ "contents": [
+ "bootEnv(dirname(__DIR__).'/.env');",
+ "}",
+ "",
+ "if ($_SERVER['APP_DEBUG']) {",
+ " umask(0000);",
+ "}",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "01dfaa98c58f7a7b5a9b30e6edb7074af7ed9819"
+ }
+ }
+}